Some checks failed
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Failing after 0s
25 lines
700 B
Svelte
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>
|