Skip to content

Commit

Permalink
Merge pull request #97 from huskynz/dev
Browse files Browse the repository at this point in the history
A few changes biggest is moveing image
  • Loading branch information
Husky-Devel authored Dec 27, 2024
2 parents 9bc3da3 + 03cb17b commit 47850c0
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ jobs:
docker push ghcr.io/${{ github.repository }}:master
elif [[ $GITHUB_REF == refs/heads/dev ]]; then
docker push ghcr.io/${{ github.repository }}:dev
fi
fi
1 change: 1 addition & 0 deletions .netlify/v1/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"images":{"remote_images":[]},"headers":[{"for":"/_astro/*","values":{"Cache-Control":"public, max-age=31536000, immutable"}}]}
2 changes: 2 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,5 @@ enforcement ladder](https://github.com/mozilla/diversity).
For answers to common questions about this code of conduct, see the FAQ at
https://www.contributor-covenant.org/faq. Translations are available at
https://www.contributor-covenant.org/translations.

Boo
47 changes: 34 additions & 13 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,35 @@ phClient.capture(
</div>
<div class="animate absolute h-full w-full flex items-center justify-center">
<div class='relative w-full h-full flex items-center justify-center'>
<div class='p-5 text-center'>
<p class='animated text-lg md:text-xl lg:text-2xl font-semibold opacity-75'>
Hi!
</p>
<p class='animated text-2xl md:text-3xl lg:text-4xl font-bold uppercase text-black dark:text-white'>
I'm Peter
</p>
<p class='animated text-sm md:text-base lg:text-lg opacity-75'>
A Solutions Architect
</p>
<div id="ctaButtons" class='animated flex flex-wrap gap-4 justify-center mt-5'>


<div class="grid grid-cols-1 md:grid-cols-2 gap-4 p-4">

<div class="flex items-center justify-center">

<center><img src="https://serv.husky.nz/public/peter-small.png" width="200" height="200" alt="ME" class=" rounded-lg"/></center>

</div>

<div class="flex items-center justify-center">

<div class='p-5 text-center'>
<p class='animated text-lg md:text-xl lg:text-2xl font-semibold opacity-75'>
Hi There!
</p>
<p class='animated text-2xl md:text-3xl lg:text-4xl font-bold uppercase text-black dark:text-white'>
I'm Peter
</p>
<p class='animated text-sm md:text-base lg:text-lg opacity-75'>
A Solutions Architect
</p>
</div>

</div>

<div class="col-span-2 flex justify-center mt-4">

<div id="ctaButtons" class='animated flex flex-wrap gap-4 justify-center mt-5'>
<a href='#contact' 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'>
Lets Connect
</a>
Expand All @@ -93,7 +111,11 @@ phClient.capture(
Read my blog
</a>-->
</div>
</div>

</div>


</div>
</div>
</div>
</section>
Expand All @@ -102,7 +124,6 @@ phClient.capture(
<!-- About Section -->
<section class="animate">
<article>
<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 47850c0

Please sign in to comment.