(FIX): Fixed up all the little things!
All checks were successful
Deploy to Server / deploy (push) Successful in 43s

This commit is contained in:
Hayden Hargreaves 2025-11-05 22:12:40 -07:00
parent 625f3260ee
commit bc849ab6a5
7 changed files with 55 additions and 19 deletions

View File

@ -1,7 +1,7 @@
<footer class="flex w-full items-center justify-center"> <footer class="flex w-full items-center justify-center">
<p class="mx-2 my-10 py-2 text-sm text-gray-600">&copy; 2025, Hayden Hargreaves</p> <p class="mx-2 my-10 py-2 text-sm text-gray-600">&copy; 2025, Hayden Hargreaves</p>
<a <a
href="https://www.linkedin.com/in/hayden-hargreaves-37b2802a4/" href="https://www.linkedin.com/in/haydenhargreaves/"
aria-label="LinkedIn Profile" aria-label="LinkedIn Profile"
target="_blank" target="_blank"
class="mx-1" class="mx-1"

View File

@ -53,6 +53,24 @@
/> />
</svg> </svg>
</a> </a>
<a
href="https://git.gophernest.net/azpect"
target="_blank"
class="transition-all duration-150 hover:text-blue-300"
aria-label="Gitea"
>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 32 32"
class="mx-4 h-auto w-7"
aria-hidden="true"
fill="#fff"
>
<path
d="M5.583 7.229c-2.464-0.005-5.755 1.557-5.573 5.479 0.281 6.125 6.557 6.693 9.068 6.745 0.271 1.146 3.224 5.109 5.411 5.318h9.573c5.74-0.38 10.036-17.365 6.854-17.427-5.271 0.25-8.396 0.375-11.073 0.396v5.297l-0.839-0.365-0.005-4.932c-3.073 0-5.781-0.141-10.917-0.396-0.646-0.005-1.542-0.115-2.5-0.115zM5.927 9.396h0.297c0.349 3.141 0.917 4.974 2.068 7.781-2.938-0.349-5.432-1.198-5.891-4.38-0.24-1.646 0.563-3.365 3.526-3.401zM17.339 12.479c0.198 0.005 0.406 0.042 0.594 0.13l1 0.432-0.714 1.302c-0.109 0-0.219 0.016-0.323 0.052-0.464 0.151-0.708 0.604-0.542 1.021 0.036 0.083 0.089 0.161 0.151 0.229l-1.234 2.25c-0.099 0-0.203 0.016-0.297 0.052-0.464 0.146-0.708 0.604-0.542 1.016 0.172 0.417 0.682 0.63 1.151 0.479 0.464-0.146 0.703-0.604 0.536-1.021-0.047-0.109-0.115-0.208-0.208-0.292l1.203-2.188c0.13 0.010 0.26 0 0.391-0.042 0.104-0.031 0.198-0.083 0.281-0.151 0.464 0.198 0.844 0.354 1.12 0.49 0.406 0.203 0.552 0.339 0.599 0.49 0.042 0.146-0.005 0.427-0.24 0.922-0.172 0.37-0.458 0.896-0.797 1.51-0.115 0-0.229 0.016-0.333 0.052-0.469 0.151-0.708 0.604-0.542 1.021 0.167 0.411 0.682 0.625 1.146 0.479 0.469-0.151 0.708-0.604 0.542-1.021-0.042-0.099-0.104-0.193-0.182-0.271 0.333-0.609 0.62-1.135 0.807-1.526 0.25-0.536 0.38-0.938 0.266-1.323s-0.469-0.635-0.932-0.865c-0.307-0.151-0.693-0.313-1.146-0.505 0.005-0.109-0.010-0.214-0.052-0.318s-0.109-0.198-0.193-0.281l0.703-1.281 3.901 1.682c0.703 0.307 0.995 1.057 0.651 1.682l-2.682 4.906c-0.339 0.625-1.182 0.885-1.885 0.578l-5.516-2.38c-0.703-0.307-0.995-1.057-0.656-1.682l2.682-4.906c0.234-0.432 0.708-0.688 1.208-0.708h0.083z"
/>
</svg>
</a>
</div> </div>
<button <button
@ -111,6 +129,13 @@
on:click={toggleMobileMenu} on:click={toggleMobileMenu}
aria-label="GitHub">GitHub</a aria-label="GitHub">GitHub</a
> >
<a
href="https://git.gophernest.net/azpect"
target="_blank"
class="block px-4 py-2 text-gray-200 hover:text-blue-300"
on:click={toggleMobileMenu}
aria-label="Gitea">Gitea</a
>
</div> </div>
{/if} {/if}
</nav> </nav>

View File

@ -6,7 +6,7 @@
</p> </p>
<p class="py-4 text-gray-200"> <p class="py-4 text-gray-200">
My resume can be downloaded My resume can be downloaded
<a href="haydenHargreavesResume.pdf" download class="group relative inline-block no-underline" target="_blank"> <a href="HaydenHargreavesResume.pdf" download class="group relative inline-block no-underline" target="_blank">
<span class="relative z-10 font-semibold text-gray-300">here.</span> <span class="relative z-10 font-semibold text-gray-300">here.</span>
<span <span
class="absolute bottom-0 left-0 h-[3px] w-0 bg-blue-300 transition-all duration-300 group-hover:w-full" class="absolute bottom-0 left-0 h-[3px] w-0 bg-blue-300 transition-all duration-300 group-hover:w-full"

View File

@ -11,7 +11,7 @@
{ {
title: 'Javascript', title: 'Javascript',
description: 'Frontend web development', description: 'Frontend web development',
rating: 3 rating: 4
}, },
{ {
title: 'Typescript', title: 'Typescript',
@ -46,27 +46,27 @@
{ {
title: 'C++', title: 'C++',
description: 'Systems & embedded programming', description: 'Systems & embedded programming',
rating: 2 rating: 4
}, },
{ {
title: 'HTML & CSS', title: 'HTML & CSS',
description: 'Frontend web development', description: 'Frontend web development',
rating: 5 rating: 5
}, },
{
title: 'Zig',
description: 'Systems & embedded programming',
rating: 2
},
{ {
title: 'Nix', title: 'Nix',
description: 'Operating system & other configuration', description: 'Operating system & other configuration',
rating: 4 rating: 4
}, },
{ {
title: 'Java', title: 'C#',
description: 'Backend development', description: 'Backend development',
rating: 3 rating: 3
},
{
title: 'Java',
description: 'Backend development',
rating: 2
} }
]; ];
@ -77,12 +77,15 @@
'Spring Boot', 'Spring Boot',
'Git', 'Git',
'Docker', 'Docker',
'.NET',
'React',
'HTMX', 'HTMX',
'Nginx', 'Nginx',
'Gin Web Framework', 'Gin Web Framework',
'SSH', 'SSH',
'PostgreSQL', 'PostgreSQL',
'Neovim' 'Neovim',
'Grafana K6'
]; ];
skills.sort((a, b) => b.rating - a.rating); skills.sort((a, b) => b.rating - a.rating);

View File

@ -147,11 +147,13 @@
<h2 class="mt-14 py-2 text-xl font-semibold text-blue-300">CONTACTS</h2> <h2 class="mt-14 py-2 text-xl font-semibold text-blue-300">CONTACTS</h2>
<div class="mb-4"> <div class="mb-4">
<h3 class="text-sm font-semibold text-gray-200">Email</h3> <h3 class="text-sm font-semibold text-gray-200">Email</h3>
<p class="py text-xs text-gray-200">hhargreaves2006@gmail.com</p> <a href="mailto:hhargreaves2006@gmail.com"
><p class="py text-xs text-gray-200">hhargreaves2006@gmail.com</p></a
>
</div> </div>
<div class="my-4"> <div class="my-4">
<h3 class="text-sm font-semibold text-gray-200">Phone</h3> <h3 class="text-sm font-semibold text-gray-200">Phone</h3>
<p class="py text-xs text-gray-200">(623) 237 - 0838</p> <a href="tel:6232370838"><p class="py text-xs text-gray-200">(623) 237-0838</p></a>
</div> </div>
<div class="my-4"> <div class="my-4">
<h3 class="text-sm font-semibold text-gray-200">Location</h3> <h3 class="text-sm font-semibold text-gray-200">Location</h3>
@ -159,17 +161,23 @@
</div> </div>
<div class="my-4"> <div class="my-4">
<h3 class="text-sm font-semibold text-gray-200">LinkedIn</h3> <h3 class="text-sm font-semibold text-gray-200">LinkedIn</h3>
<p class="py text-xs text-gray-200">Hayden Hargreaves</p> <a href="https://www.linkedin.com/in/haydenhargreaves/" target="_blank"
</div> ><p class="py text-xs text-gray-200">Hayden Hargreaves</p></a
<div class="my-4"> >
<h3 class="text-sm font-semibold text-gray-200">X</h3>
<p class="py text-xs text-gray-200">@azpect_3120</p>
</div> </div>
<div class="my-4"> <div class="my-4">
<h3 class="text-sm font-semibold text-gray-200">GitHub</h3> <h3 class="text-sm font-semibold text-gray-200">GitHub</h3>
<p class="py text-xs text-gray-200">haydenhargreaves</p> <a href="https://github.com/haydenhargreaves" target="_blank"
><p class="py text-xs text-gray-200">haydenhargreaves</p></a
>
</div> </div>
</div> </div>
<div class="my-4">
<h3 class="text-sm font-semibold text-gray-200">Gitea</h3>
<a href="https://git.gophernest.net/azpect" target="_blank"
><p class="py text-xs text-gray-200">git.gophernest</p></a
>
</div>
</div> </div>
</div> </div>
</div> </div>

Binary file not shown.

Binary file not shown.