Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ <h2 class="text-7xl font-bold text-center">Contributors</h2>
<option value="😁">😁 Grinning Face with Smiling Eyes</option>
<option value="👩‍💻">👩‍💻 Woman Technologist</option>
<option value="😊">😊 Smiling Face with Smiling Eyes</option>
<option value="⛈️">⛈️ Storm</option>
<option value="♒️">♒️ Aquarius</option>
<option value="🗿">🗿 Stoned</option>
<!-- Add more emoji options as needed -->
Expand Down
6 changes: 6 additions & 0 deletions src/contributors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ const contributors: Contributor[] = [
favoriteQuote: "Practice makes better, obsession makes perfect.",
twitterUrl: "https://twitter.com/ubah_484",
},
{
name: "João Felipe Garcia",
emoji: "⛈️",
favoriteQuote: "In silence, the mind sharpens, in solitude, wisdom speaks.",
twitterUrl: "https://twitter.com/Sturmgeist91",
},
];

export default contributors;