-
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.
Showing
20 changed files
with
82 additions
and
114 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
|
@@ -13,15 +13,18 @@ import Updated from "./Updated.astro"; | |
<a href="/colophon" | ||
><span class="sr-only">Colophon page</span><Icon | ||
name="lucide:info" | ||
class="size-[24px] hover:scale-110" | ||
class="size-[24px] hover:rotate-6 hover:scale-110" | ||
/></a | ||
> | ||
</p> | ||
|
||
<div class="flex items-center justify-center gap-4"> | ||
<a href="mailto:[email protected]" title="My email"> | ||
<span class="sr-only">My email</span> | ||
<Icon name="mail" class="size-[26px] hover:scale-110" /> | ||
<Icon | ||
name="mail" | ||
class="size-[26px] hover:rotate-6 hover:scale-110" | ||
/> | ||
</a> | ||
|
||
<a | ||
|
@@ -31,7 +34,7 @@ import Updated from "./Updated.astro"; | |
title="My LinkedIn" | ||
> | ||
<span class="sr-only">My LinkedIn</span> | ||
<Icon name="linkedin" class="size-6 hover:scale-110" /> | ||
<Icon name="linkedin" class="size-6 hover:rotate-6 hover:scale-110" /> | ||
</a> | ||
|
||
<a | ||
|
@@ -41,7 +44,7 @@ import Updated from "./Updated.astro"; | |
title="My X or Twitter" | ||
> | ||
<span class="sr-only">My X or Twitter</span> | ||
<Icon name="x" class="size-6 hover:scale-110" /> | ||
<Icon name="x" class="size-6 hover:rotate-6 hover:scale-110" /> | ||
</a> | ||
|
||
<a | ||
|
@@ -51,16 +54,22 @@ import Updated from "./Updated.astro"; | |
title="My GitHub" | ||
> | ||
<span class="sr-only">My GitHub</span> | ||
<Icon name="github" class="size-6 hover:scale-110 dark:hidden" /> | ||
<Icon | ||
name="github" | ||
class="size-6 hover:rotate-6 hover:scale-110 dark:hidden" | ||
/> | ||
<Icon | ||
name="github-dark" | ||
class="hidden size-6 hover:scale-110 dark:block" | ||
class="hidden size-6 hover:rotate-6 hover:scale-110 dark:block" | ||
/> | ||
</a> | ||
|
||
<a href="/rss.xml" title="My RSS feed"> | ||
<span class="sr-only">My RSS feed</span> | ||
<Icon name="lucide:rss" class="size-6 hover:scale-110" /> | ||
<Icon | ||
name="lucide:rss" | ||
class="size-6 hover:rotate-6 hover:scale-110" | ||
/> | ||
</a> | ||
</div> | ||
</div> | ||
|
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
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,5 @@ | ||
--- | ||
|
||
--- | ||
|
||
This colophon page outlines the technology and tools used to build this site. - This site is built with Astro. - Tailwind CSS is used for base styles. - Netlify handles hosting, deployment, and edge functions used to generate Open Graph images. - Orama is used for search functionality. - Unit tests are run with Vitest. - End-to-end tests are run with Cypress. - Analytics are powered by Clarity. - Privacy info is available here. - Recordings for each page are AI generated with ElevenLabs using a cloned voice from recordings of my actual voice. - The link includes my referral. - DM Sans is a sans serif font under the Open Font License. - Icons are from Lucide. - Any third-party logos are from official sources like press kits or brand pages. - Any other images have been sourced from my projects, or created by myself. - The source code is available on GitHub under the MIT License. - Feel free to create an issue for any mistakes or errors. |
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 |
---|---|---|
|
@@ -3,13 +3,6 @@ | |
--- | ||
|
||
I'm a freelance web developer with mainly experience in frontend and | ||
some exposure to backend tech. | ||
|
||
I'm currently taking on new projects, and I'm interested in developer | ||
roles (local or remote). Feel free to [contact me](mailto:[email protected]) about any projects or opportunities. | ||
|
||
I also offer volunteer web development for charities and nonprofits. | ||
|
||
Please contact me if you're looking for: | ||
- web or app development | ||
some exposure to backend tech. - I'm currently taking on new projects, and I'm interested in developer roles (local or remote). - Feel free to contact me about any projects or opportunities. - I also offer volunteer web development for charities and nonprofits. - Please contact me if you're looking for: - | ||
- web or app development - | ||
- web consulting |
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
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
Oops, something went wrong.