-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update contributor data and summaries [skip ci]
- Loading branch information
1 parent
e1caa74
commit 3db4b3e
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>GitHub Contributors</title> | ||
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet"> | ||
</head> | ||
<body class="bg-gray-50 dark:bg-gray-900"> | ||
<div class="max-w-7xl mx-auto p-8"> | ||
<h1 class="text-3xl font-bold mb-8 text-gray-900 dark:text-white">GitHub Contributors</h1> | ||
|
||
<a href="walrus-co-learn/index.html" class="block p-6 bg-white dark:bg-gray-800 rounded-lg shadow hover:shadow-lg transition-shadow relative"> | ||
<h2 class="text-xl font-semibold text-gray-900 dark:text-white">walrus-co-learn</h2> | ||
</a> | ||
|
||
</div> | ||
</body> | ||
</html> |