Skip to content

Commit 766a6d9

Browse files
committed
message
1 parent 5f9a7f4 commit 766a6d9

File tree

9 files changed

+34
-1
lines changed

9 files changed

+34
-1
lines changed

88x31/Untitled.webp

1.49 KB
Loading

88x31/butterfly.gif

48.4 KB
Loading

88x31/drpepper.gif

2.36 KB
Loading

88x31/futile.png

774 Bytes
Loading

88x31/imhigh.gif

17.3 KB
Loading

88x31/rose_88x31.png

2.21 KB
Loading

88x31/sm_fever_button.gif

6.78 KB
Loading

88x31/vostok.png

791 Bytes
Loading

index.html

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,25 @@
1313
src:url(OpenDyslexic.woff2) format('woff2');
1414
font-weight: normal; font-style: normal;
1515
}
16+
17+
.footer {
18+
display: flex;
19+
justify-content: center;
20+
max-width: 480px;
21+
padding: 0 10px;
22+
box-sizing: border-box;
23+
flex-wrap: wrap;
24+
}
25+
.footer-container {
26+
margin: 24px auto auto auto;
27+
}
28+
.footer.buttons {
29+
line-height: 0;
30+
}
31+
.footer.buttons a {
32+
color: azure;
33+
}
34+
1635
h1 {text-align: center; color:azure;}
1736
p {text-align: center; color:azure;}
1837
code {text-align: center; color:azure;}
@@ -64,5 +83,19 @@ <h1>hi, i'm lawsen</h1>
6483
&nbsp;|&nbsp; <a onclick="navigator.clipboard.writeText( 'schmoolcool' )">discord</a>
6584
&nbsp;|&nbsp; <a href="https://www.last.fm/user/schmoolcool" target="_blank">last.fm</a>
6685
&nbsp;|&nbsp; <a href="https://vostok.one" target="_blank">vostok.one</a></p>
67-
</body>
86+
87+
<div class="footer-container">
88+
<div class="footer buttons">
89+
<a href="https://schmool.cool"><img src="88x31/butterfly.gif" width="88px" height="31px"></a>
90+
<a href="https://futile.eu"><img src="88x31\futile.png" width="88px" height="31px">
91+
</a>
92+
<a href="https://xenia.blahaj.land"><img src="88x31\rose_88x31.png" width="88px" height="31px">
93+
</a>
94+
<a href="https://vostok.one/~michal/"><img src="88x31\Untitled.webp" width="88px" height="31px">
95+
</a>
96+
<img src="88x31\sm_fever_button.gif" width="88px" height="31px">
97+
<img src="88x31\drpepper.gif" width="88px" height="31px">
98+
<a href="https://vostok.one"><img src="88x31\vostok.png" width="88px" height="31px">
99+
</a>
100+
</div></div></body>
68101
</html>

0 commit comments

Comments
 (0)