added bro stamp

This commit is contained in:
2026-01-18 08:45:08 +00:00
parent ccb9fc82bb
commit c12779214a
3 changed files with 14 additions and 10 deletions

View File

@@ -72,14 +72,12 @@ a {
text-decoration: none; text-decoration: none;
padding: 0px; padding: 0px;
margin: 0px; margin: 0px;
background-color: var(--bg_secondary);
} }
h1, h1,
h2, h2,
h3, h3,
h4 { h4 {
background-color: var(--bg_primary);
border-bottom: 1px solid var(--primary); border-bottom: 1px solid var(--primary);
color: var(--primary); color: var(--primary);
font-family: var(--font_heading); font-family: var(--font_heading);

View File

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

@@ -1,15 +1,21 @@
<template> <template>
<div class="flex-col center-content"> <div class="flex-col center-content">
<div class="flex-row"> <div class="flex-col">
<img src="/img/stamps/portal.gif" /> <!-- <img src="/img/stamps/portal.gif" />
<img src="/img/stamps/miku.gif" /> <img src="/img/stamps/miku.gif" />
<img src="/img/stamps/utau.gif" /> <img src="/img/stamps/utau.gif" /> -->
<a href="adam-french.co.uk"> <a href="https://www.adam-french.co.uk">
<img src="/img/stamps/mine.png" /> <img src="/img/stamps/mine.gif" />
</a> </a>
</div> <div class="flex-row center-content">
<div> <p>--> hit up bro --></p>
<p>more soon (will diy some)</p> <a href="https://jacobbarron.xyz">
<img
src="https://jacobbarron.xyz/Banneh.gif"
alt="jacobbarron.xyz"
/>
</a>
</div>
</div> </div>
</div> </div>
</template> </template>