redacted my info, into my database #1

Merged
botalex merged 21 commits from dev into main 2025-10-09 06:42:05 +02:00
Showing only changes of commit 4c1c0c600d - Show all commits

View file

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