Skip to content

Commit

Permalink
Merge pull request #70 from huskynz/dev
Browse files Browse the repository at this point in the history
Downscale peter.png to reduce amount serverd to browser Aswell change the wording of the "Projects" button
  • Loading branch information
Husky-Devel authored Oct 14, 2024
2 parents f500d23 + d6b8060 commit 1dbbc00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ const projects = (await getCollection("projects"))
<a href='/blog' class='py-2 px-4 rounded truncate text-xs text-center md:text-sm lg:text-base bg-black dark:bg-white text-white dark:text-black hover:opacity-75 blend'>
Read my blog
</a>
<a href='/projects' class='py-2 px-4 truncate rounded text-xs md:text-sm lg:text-base border border-black/25 dark:border-white/25 hover:bg-black/5 hover:dark:bg-white/15 blend'>
View my projects
<a href='/work' class='py-2 px-4 truncate rounded text-xs md:text-sm lg:text-base border border-black/25 dark:border-white/25 hover:bg-black/5 hover:dark:bg-white/15 blend'>
View my work and projects
</a>
</div>
</div>
Expand All @@ -83,7 +83,7 @@ const projects = (await getCollection("projects"))
<!-- About Section -->
<section class="animate">
<article>
<img src="https://serv.hnz.li/public/peter.png" width="180" height="180" alt="ME" class=""/>
<img src="https://serv.husky.nz/public/peter-small.png" width="180" height="180" alt="ME" class=""/>
<p>Hi, I'm Peter, currently a university student with a passion for tech. I have been learning for the last three years (coming up on four). I have gained a lot of skills, but my primary expertise is with Microsoft and Cloudflare products. However, I also know how to work with AWS, GCP, DataDog, and Linux servers, and I'm still learning and expanding my skill set. I have earned two Microsoft certifications: AZ-904 and MS-900, both of which are fundamental. Additionally, I have been learning web technology along the way (though I'm not a designer). I also stream on Twitch for fun.</p>
</article>

Expand Down

0 comments on commit 1dbbc00

Please sign in to comment.