Skip to content

Commit

Permalink
adjust home page wording
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSharp committed Oct 4, 2024
1 parent 4ef1974 commit 07f7dfe
Showing 1 changed file with 35 additions and 37 deletions.
72 changes: 35 additions & 37 deletions resources/views/pages/seth/home.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,37 @@ class="object-cover mx-auto w-52 sm:w-96 mt-8 sm:mt-0"
</div>
</div>

<x-body.wrapper>
<div class="py-12 md:py-24 text-center">
<x-headings.seth.h2>
About me
</x-headings.seth.h2>

<div class="leading-loose p-4 md:w-2/3 mx-auto text-gray-300 text-lg">
<p>
I currently live on the Gold Coast and loving every moment. I love everything outdoors such as
4WDing, camping or fishing.
I also enjoy gaming from time to time to have a nice break from my busy life.
</p>

<br/>

<p>
Among work and play, I still love to build personal projects using the skills I have learnt over
the years.
Testing them in different applications - each setting new objectives and teaching new skills.
</p>

<div class="md:flex justify-center mt-12 space-y-4 md:space-y-0 gap-4 md:w-1/2 mx-auto">
<img src="{{ asset('/seth/about/4wd.png') }}" alt="4WD track in Ormeau"
class="size-52 object-cover mx-auto rounded-md"/>
<img src="{{ asset('/seth/about/lookout.png') }}" alt="Fraser Island Sand Dune on the West Side"
class="size-52 object-right object-cover mx-auto rounded-md"/>
</div>
</div>
</div>
</x-body.wrapper>

<x-body.wrapper>
<div class="py-12 md:py-24 text-center">
<x-headings.seth.h2>
Expand All @@ -50,17 +81,16 @@ class="object-cover mx-auto w-52 sm:w-96 mt-8 sm:mt-0"

<div>
<p class="leading-loose p-4 md:w-2/3 mx-auto text-gray-300 text-lg">
I currently reside in SE QLD on the Gold Coast. I have been a Software Developer over the last
couple of years and have developed skills in multiple libraries and frameworks to push my best
work
- both personally and professionally.
I have been a Junior Software Developer over the last
couple of years specialising in Laravel development.
I have developed skills in multiple libraries and frameworks to build custom
web applications for clients. See below, just to name a few:
</p>

<div id="technology-icons" class="flex gap-8 justify-center mt-12">
<x-icons.laravel/>
<x-icons.vue/>
<x-icons.livewire/>
<x-icons.aws/>
<x-icons.tailwind/>
</div>
</div>
Expand All @@ -82,37 +112,5 @@ class="object-cover mx-auto w-52 sm:w-96 mt-8 sm:mt-0"
</div>
</div>
</x-body.wrapper>

<x-body.wrapper>
<div class="py-12 md:py-24 text-center">
<x-headings.seth.h2>
More about me
</x-headings.seth.h2>

<div class="leading-loose p-4 md:w-2/3 mx-auto text-gray-300 text-lg">
<p>
I am a big fan of outdoor adventures. Whether it's exploring the scenic views of Fraser Island
or
tackling challenging 4WD tracks or fishing and not catching anything (but hey, its all part of
it).
</p>

<br>

<p>
I also enjoy a bit of gaming when I get some free time. Outside of work and other things that
pop
up, it offers a nice break from it all.
</p>

<div class="md:flex justify-center mt-12 space-y-4 md:space-y-0 gap-4 md:w-1/2 mx-auto">
<img src="{{ asset('/seth/about/4wd.png') }}" alt="4WD track in Ormeau"
class="size-52 object-cover mx-auto rounded-md"/>
<img src="{{ asset('/seth/about/lookout.png') }}" alt="Fraser Island Sand Dune on the West Side"
class="size-52 object-right object-cover mx-auto rounded-md"/>
</div>
</div>
</div>
</x-body.wrapper>
</div>
@stop

0 comments on commit 07f7dfe

Please sign in to comment.