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;
padding: 0px;
margin: 0px;
background-color: var(--bg_secondary);
}
h1,
h2,
h3,
h4 {
background-color: var(--bg_primary);
border-bottom: 1px solid var(--primary);
color: var(--primary);
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>
<div class="flex-col center-content">
<div class="flex-row">
<img src="/img/stamps/portal.gif" />
<div class="flex-col">
<!-- <img src="/img/stamps/portal.gif" />
<img src="/img/stamps/miku.gif" />
<img src="/img/stamps/utau.gif" />
<a href="adam-french.co.uk">
<img src="/img/stamps/mine.png" />
<img src="/img/stamps/utau.gif" /> -->
<a href="https://www.adam-french.co.uk">
<img src="/img/stamps/mine.gif" />
</a>
</div>
<div>
<p>more soon (will diy some)</p>
<div class="flex-row center-content">
<p>--> hit up bro --></p>
<a href="https://jacobbarron.xyz">
<img
src="https://jacobbarron.xyz/Banneh.gif"
alt="jacobbarron.xyz"
/>
</a>
</div>
</div>
</div>
</template>