deprived-main-website/deprecated/zhen/cv/CompsRev3/BiggestFlex.svelte
BOTAlex 28eea2d035
Some checks failed
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Failing after 0s
deprecated some old things
2025-10-02 06:16:50 +02:00

25 lines
700 B
Svelte

<div class="short-profile-container">
<div class="flex gap-1 items-baseline">
<b style="text-align:left;">
Biggest flex
</b>
<h1 style="font-size: 0.5rem; color: grey;">*Gamejams that had competitions.</h1>
</div>
<div class="text-[0.85rem] text-left">
<a href="https://deprived.dev" >The <span class="text-blue-500 underline">deprived devs</span></a> has won every gamejam, we've participated. <br/>
</div>
</div>
<style>
.short-profile-container{
width: 90%;
}
.short-profile-container > div:first-child {
width: 100%;
/* Bottom border stripe*/
border-bottom: 1mm solid black;
}
</style>