My CV rev2 progress backup

This commit is contained in:
BOTAlex 2024-10-13 16:10:04 +02:00
parent 2e7a0d2a91
commit 8678c084e8
21 changed files with 1002 additions and 1 deletions

View file

@ -0,0 +1,28 @@
<div class="short-profile-container">
<div>
<b style="text-align:left;">
Short profile
</b>
</div>
<div>
◾ "Artificial intelligence and data" student at DTU.
◾ Working at <a class="underline" href="https://grazper.com/">GrazperAI</a> <br/>
◾ Volunteer at Kildevæld Makerspace.
</div>
</div>
<style>
.short-profile-container{
display: grid;
place-items: center;
width: 70%;
}
.short-profile-container > div:first-child {
width: 100%;
/* Bottom border stripe*/
border-bottom: 1mm solid black;
}
</style>