organizing

This commit is contained in:
hexlocation 2024-12-08 17:59:40 +01:00
parent 96c3d46ee2
commit da1ee95c1e
25 changed files with 22 additions and 12 deletions

View file

Before

Width:  |  Height:  |  Size: 357 B

After

Width:  |  Height:  |  Size: 357 B

View file

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

View file

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View file

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 1 KiB

View file

Before

Width:  |  Height:  |  Size: 871 B

After

Width:  |  Height:  |  Size: 871 B

BIN
img/design.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 783 B

BIN
img/files.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 833 B

View file

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View file

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

Before

Width:  |  Height:  |  Size: 740 B

After

Width:  |  Height:  |  Size: 740 B

View file

Before

Width:  |  Height:  |  Size: 468 B

After

Width:  |  Height:  |  Size: 468 B

View file

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

View file

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

View file

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View file

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
img/yes.kra Normal file

Binary file not shown.

View file

@ -19,35 +19,35 @@
<h3>banners</h3> <h3>banners</h3>
<div id="banners"> <div id="banners">
<a href="https://archive.org"> <a href="https://archive.org">
<img src="ia.gif"></img> <img src="img/ia.gif"></img>
</a> </a>
<img src="hair.png"></img> <img src="img/hair.png"></img>
<img src="hand.webp"></img> <img src="img/hand.webp"></img>
<img src="fuckcss.png"></img> <img src="img/fuckcss.png"></img>
<a href="https://store.steampowered.com/app/2357910/Home_Safety_Hotline/"> <a href="https://store.steampowered.com/app/2357910/Home_Safety_Hotline/">
<img src="hsh.gif"></img> <img src="img/hsh.gif"></img>
</a> </a>
<a href="https://recaptcha.sucks/"> <a href="https://recaptcha.sucks/">
<img src="fuckgoogle.png"></img> <img src="img/fuckgoogle.png"></img>
</a> </a>
<a href=""> <a href="">
<img src="clickme.gif"></img> <img src="img/clickme.gif"></img>
</a> </a>
<a href="https://avitld.xyz/"> <a href="https://avitld.xyz/">
<img src="avitldv2.gif"></img> <img src="img/avitldv2.gif"></img>
</a> </a>
<a href="https://heroin.zone/"> <a href="https://heroin.zone/">
<img src="hz.gif"></img> <img src="img/hz.gif"></img>
</a> </a>
<a href="https://iwakura.rip/"> <a href="https://iwakura.rip/">
<img src="iwakura.gif"></img> <img src="img/iwakura.gif"></img>
</a> </a>
</div> </div>
</div> </div>
@ -56,6 +56,16 @@
<p>e-mail & xmpp: hex[at]iwakura.rip<br> <p>e-mail & xmpp: hex[at]iwakura.rip<br>
discord: hex.maybe</p> discord: hex.maybe</p>
</div> </div>
<div class="nav-content">
<h3>links</h3>
<a href="files/">
<img src="img/files.png"></img>
</a>
<a href="img/">
<img src="img/design.png"></img>
</a>
</div>
</div> </div>
</div> </div>
</div> </div>
@ -66,7 +76,7 @@
@font-face { @font-face {
font-family: heartFont; font-family: heartFont;
src: url("rainyhearts.ttf"); src: url("ttf/rainyhearts.ttf");
} }
@keyframes rainbow_anim { @keyframes rainbow_anim {
@ -93,7 +103,7 @@
} }
} }
#banners img { img {
border: 1px solid white; border: 1px solid white;
} }