CV update
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Successful in 21s

This commit is contained in:
BOTAlex 2025-06-19 11:27:08 +08:00
parent 654f220733
commit 361797bc3b
6 changed files with 33 additions and 32 deletions

View file

@ -142,7 +142,7 @@
href="https://botalex.itch.io/" href="https://botalex.itch.io/"
target="_blank">Games</a target="_blank">Games</a
> >
<a href="/zhen/cv/rev2?hideOnPrint=1" target="_blank">Zhen's CV</a> <a href="/zhen/cv/rev3?hideOnPrint=1" target="_blank">Zhen's CV</a>
<!-- <a onclick={resetNavBar} href="/posts">Blog</a> <!-- <a onclick={resetNavBar} href="/posts">Blog</a>
<a onclick={resetNavBar} href="/about">About</a> --> <a onclick={resetNavBar} href="/about">About</a> -->
</div> </div>

View file

@ -1,20 +1,18 @@
<div class="short-profile-container"> <div class="short-profile-container">
<div> <div class="flex gap-1 items-baseline">
<b style="text-align:left;"> <b style="text-align:left;">
Biggest flex Biggest flex
</b> </b>
<h1 style="font-size: 0.5rem; color: grey;">*Gamejams that had competitions.</h1>
</div> </div>
<div> <div class="text-[0.85rem] text-left">
Me and my small group of devs has won each and every gamejam, which we have participated in. <br/> <a href="https://deprived.dev" >The <span class="text-blue-500 underline">deprived devs</span></a> has won every gamejam, we've participated. <br/>
<h1 style="font-size: 0.75rem; color: grey;">*Gamejams that had competitions.</h1>
</div> </div>
</div> </div>
<style> <style>
.short-profile-container{ .short-profile-container{
display: grid;
place-items: center;
width: 90%; width: 90%;
} }

View file

@ -12,10 +12,10 @@
<div> <div>
<b style="text-align:left;"> Education </b> <b style="text-align:left;"> Education </b>
</div> </div>
<div class="flex justify-center p-2 "> <div class="flex justify-center p-2 w-full">
<IconAndText2 logo={DTU_Logo}> <IconAndText2 logo={DTU_Logo}>
<b>DTU</b><br /> <b>DTU</b><br />
<p style="font-size: 0.5rem;">Artificial intelligence</p> <p style="font-size: 0.5rem;">AI and data</p>
</IconAndText2> </IconAndText2>
<IconAndText2 logo={NextLogo}> <IconAndText2 logo={NextLogo}>
<b>Next</b><br /> <b>Next</b><br />

View file

@ -1,17 +1,20 @@
<div class="short-profile-container"> <div class="short-profile-container">
<div> <div class="flex gap-1 items-baseline">
<b style="text-align:left;"> <b style="text-align:left;">
About me About me
</b> </b>
<div class="opacity-70 text-[0.5rem]">
I know the languages listed above in the decor!
</div>
</div> </div>
<div> <span>
I'm a 20-year-old with a deep passion for programming and I love learning on my own. I've placed my education at the bottom of my CV.
technology. This is because everything I've learnt is on my own, and I refuse to give too much credit to my education.
Most of my knowledge is self-taught from many places on the 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>.
internet, so university hasn't helped much. I encourage you to browse my LinkedIn, since I <br>
periodically post my hobby projects on there, and my skills are <br>
described further in depth. Other than my github, I've listed some projectss highlighted below. :)
</div> </span>
</div> </div>

View file

@ -1,8 +1,13 @@
<div class="container"> <div class="container">
<div> <div class="flex gap-1">
<b style="text-align:left;"> <b style="text-align:left;">
List of big projects List of big projects
</b> </b>
<div class="opacity-70 text-[0.5rem]">
It is likely I'm working on something new, as you're reading this.
<br/>
Contact me if you're curious! :D
</div>
</div> </div>
<div class="table-display"> <div class="table-display">
<div class="table-item"> <div class="table-item">
@ -11,26 +16,21 @@
</div> </div>
<div class="table-item"> <div class="table-item">
<div>Arduino</div> <div>Arduino</div>
<div>Built my own claw machine with 2 dimentions of movement</div> <div>Built my own claw machine from scratch.</div>
</div> </div>
<div class="table-item"> <div class="table-item">
<div>App dev</div> <div>App dev</div>
<div>Made an Doulingo'ish app for learning chinese in 9 days</div> <div>Made an Doulingo'ish app for learning chinese.</div>
</div> </div>
<div class="table-item"> <div class="table-item">
<div>Open-source help</div> <div>Open-source</div>
<div>Contributed in multiple Open-source projects on github</div> <div>I contribute often to Open-source</div>
</div> </div>
<div class="table-item"> <div class="table-item">
<div>PCB designing</div> <div>PCB designing</div>
<div>I am currently designing my own circuit board</div> <div>I am currently designing my own circuit board</div>
</div> </div>
</div> </div>
<div class="flex" style="font-size: 0.75rem; color: sgray; align-content: start; width: 100%;">
<p>
If you want proof or want to know about other projects. Contact me!
</p>
</div>
</div> </div>
<style lang="scss"> <style lang="scss">

View file

@ -128,7 +128,7 @@
--left-grid-line-color: #ffffff; --left-grid-line-color: #ffffff;
--left-grid-bg-color: #000000; --left-grid-bg-color: #000000;
--left-grid-opacity: 0.2; --left-grid-opacity: 0.1;
--left-grid-size: 10px; --left-grid-size: 10px;