deprived-main-website/src/routes/zhen/cv/CompsRev3/Profile.svelte
BOTAlex 361797bc3b
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Successful in 21s
CV update
2025-06-19 11:27:08 +08:00

34 lines
1.1 KiB
Svelte

<div class="short-profile-container">
<div class="flex gap-1 items-baseline">
<b style="text-align:left;">
About me
</b>
<div class="opacity-70 text-[0.5rem]">
I know the languages listed above in the decor!
</div>
</div>
<span>
I love learning on my own. I've placed my education at the bottom of my CV.
This is because everything I've learnt is on my own, and I refuse to give too much credit to my education.
I encurage you to checkout which <span class="font-semibold">Open-source</span> projects I've worked on, on my <a href="https://github.com/MagicBOTAlex"><span class="text-blue-500 underline">github</span></a>.
<br>
<br>
Other than my github, I've listed some projectss highlighted below. :)
</span>
</div>
<style>
.short-profile-container{
display: grid;
place-items: center;
width: 90%;
}
.short-profile-container > div:first-child {
width: 100%;
/* Bottom border stripe*/
border-bottom: 1mm solid black;
}
</style>