Skip to content

Commit

Permalink
feat: edit desc / lengthen list
Browse files Browse the repository at this point in the history
Signed-off-by: Thaddeus Kuah <[email protected]>
  • Loading branch information
thaddeuskkr committed Feb 27, 2025
1 parent 79de304 commit a53aa15
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,13 @@ const path = Astro.url.pathname.replace(/\//g, "");
<p>
I'm a first-year student at Nanyang Polytechnic's School of IT, currently enrolled in the Common ICT
Programme. I have a strong passion for technology, and I've built extensive hands-on experience in
full-stack web development and systems administration, while also dabbling in various other emerging
tools and frameworks to keep myself up-to-date with the latest industry trends.
full-stack web development and systems administration, while also exploring various emerging tools and
frameworks to stay current with the latest industry trends. In my free time, I enjoy gaming,
photography, listening to music, and experimenting with personal coding projects.
</p>
</div>
<div class="mb-4 flex flex-col gap-2">
<h2 class="mt-2 text-xl font-bold">Experience</h2>
<h2 class="mt-2 text-xl font-bold">Skills</h2>
<div class="flex flex-col gap-2 md:flex-row md:gap-10">
<div class="flex flex-col gap-2">
<h3 class="font-semibold">Programming Languages</h3>
Expand All @@ -110,7 +111,8 @@ const path = Astro.url.pathname.replace(/\//g, "");
<ul class="list-inside list-disc">
<li>Docker</li>
<li>Caddy</li>
<li>Git & SSH</li>
<li>Git</li>
<li>SSH</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit a53aa15

Please sign in to comment.