i miss you, jett.
This commit is contained in:
parent
4b3daaee9d
commit
605a918ab0
|
@ -36,7 +36,12 @@
|
|||
</div>
|
||||
<hr>
|
||||
<div class="box">
|
||||
<p><strong>Stop scraping my website.</strong> You now have <b><i>two</i></b> options for pulling a full copy of my website: ZeroNet and Git. Both of these will auto-update and give you the actual source files, unlike a recursive <code>wget</code> or whatever that will mangle everything. Save yourself and me the grief and just use these instead.</p>
|
||||
<h3>Announcement Box</h3>
|
||||
<ul>
|
||||
<li>
|
||||
2022-02-14: <div class="lesbian">YEEHAW! I MADE SOME MODS!! <a class="bruh" href="https://deadendshrine.online/mods/">[LOOK AT THEM]</a></div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="box">
|
||||
|
@ -56,7 +61,6 @@
|
|||
<a href="http://yggdrasil.mayvaneday.art">[Yggdrasil]</a>
|
||||
<a href="http://127.0.0.1:8888/USK@Up0ipQCQjyY2PaGofU-P63kJMb54E0~2xZiUnyxPypM,rGmJhPDVou6DwS6Eh23sZ93hVbDaA6v4D5l3vWsN-oY,AQACAAE/mayvaneday/-1/">[Freenet]</a>
|
||||
<a href="http://meynethaffeecapsvfphrcnfrx44w2nskgls2juwitibvqctk2plvhqd.onion">[Tor]</a>
|
||||
<a href="http://ikhuwze4r597pn6shynuc7dk1io1ahywxn5e1wu769apzfmcyjfo.loki">[Lokinet]</a>
|
||||
<a href="https://git.letsdecentralize.org/lethe/mayvaneday">[Git]</a>
|
||||
</div>
|
||||
</body>
|
||||
|
|
22
style.css
22
style.css
|
@ -49,7 +49,7 @@ table {
|
|||
padding: 3px;
|
||||
}
|
||||
|
||||
article a, ul a, td a {
|
||||
article a, ul a, td a, .bruh {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
@ -69,3 +69,23 @@ img.big {
|
|||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/* https://orangeable.com/css/animated-gradient-text */
|
||||
|
||||
.lesbian {
|
||||
background: linear-gradient(-45deg, #D52D00, #EF7627, #FF9A56, #FFFFFF, #D162A4, #B55690, #A30262);
|
||||
background-size: 300%;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
animation: animated_text 8s ease-in-out infinite;
|
||||
-moz-animation: animated_text 8s ease-in-out infinite;
|
||||
-webkit-animation: animated_text 8s ease-in-out infinite;
|
||||
}
|
||||
|
||||
@keyframes animated_text {
|
||||
0% { background-position: 0px 50%; }
|
||||
50% { background-position: 100% 50%; }
|
||||
100% { background-position: 0px 50%; }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue