-
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.
Fix About page colors and spacing, add quick links to homepage (#319)
- Loading branch information
1 parent
e89f0a3
commit c3ad541
Showing
4 changed files
with
26 additions
and
5 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
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
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
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 |
---|---|---|
|
@@ -15,6 +15,26 @@ | |
style="animation: bounce 3s infinite;" | ||
width={300} | ||
/> | ||
<div class="flex space-x-4"> | ||
<a | ||
href="https://github.com/sneakycrow" | ||
class="text-sm uppercase text-black dark:text-white hover:text-blue-500 underline decoration-2 decoration-blue-500 transition-colors duration-300" | ||
> | ||
GitHub | ||
</a> | ||
<a | ||
href="mailto:[email protected]" | ||
class="text-sm uppercase text-black dark:text-white hover:text-purple-500 underline decoration-2 decoration-purple-500 transition-colors duration-300" | ||
> | ||
</a> | ||
<a | ||
href="/resume.pdf" | ||
class="text-sm uppercase text-black dark:text-white hover:text-yellow-500 underline decoration-2 decoration-yellow-500 transition-colors duration-300" | ||
> | ||
Resume | ||
</a> | ||
</div> | ||
<p class="text-xl"> | ||
Hey there, I'm Zach. I'm a human being of many titles, and I'm definitely <span | ||
class="font-bold underline italic uppercase">not</span | ||
|