88x31!
This commit is contained in:
@ -20,4 +20,7 @@ body {
|
||||
table {
|
||||
background-color:black;
|
||||
background:rgba(32, 32, 32, 0.8)
|
||||
}
|
||||
.web88x31 {
|
||||
padding: 15px;
|
||||
}
|
29
index.html
29
index.html
@ -26,22 +26,29 @@
|
||||
<img src="siteimg/monitor_moon.png" title="Mood.">
|
||||
<br><img src="siteimg/LGBTQplus_Progress_Flag.png" width="32px" title="i stand strongly with LGBTQ+ rights. <3">
|
||||
<div class=navbuttons>
|
||||
<!-- <a href="mypcs/"><img src="siteimg/pc.png">Computers and MORE Computers</a>
|
||||
<a href="links.html"><img src="siteimg/net.png">Other Things Waaaaaaay Cooler Than Me</a>
|
||||
<br> -->
|
||||
<a href="comingsoon.html"><img src="siteimg/deioxpk-32.png">About Me (and my horsie)</a>
|
||||
<a href="ocref.html"><img src="siteimg/cd.png">OC References</a>
|
||||
<a href="blog/"><img src="siteimg/notepad.png">Tech and Tinkering Blog</a>
|
||||
<!-- <a href="software.html"><img src="siteimg/filegear.png">Softwares</a> -->
|
||||
<!--<a href="test.html"><img src="siteimg/net2.png">Test Button 3</a>-->
|
||||
</div>
|
||||
<!-- <br>
|
||||
<h1>Hi.</h1>
|
||||
<p>Welcome to the site of a certain pansexual midnight blue unicorn doing things around the WWW. :3</p>
|
||||
<p>It may look like it's 1996, but don't fret, this site is just as functional as modern ones!</p>
|
||||
<p>Just... without any heavy JavaScript or CSS. Old computers are lovely and they deserve to be compatible.</p>
|
||||
<p>Trans rights are human rights, trans people are very valid and deserve to be who they want to be. <3</p>
|
||||
<br> -->
|
||||
<div class=web88x31>
|
||||
<img src="siteimg/88x31/bestviewedcomp.gif">
|
||||
<a href="https://debian.org" target="_blank"><img src="siteimg/88x31/debian-powered.gif"></a>
|
||||
<a href="https://fedoraproject.org" target="_blank"><img src="siteimg/88x31/fedora.gif"></a>
|
||||
<a href="https://firefox.com" target="_blank"><img src="siteimg/88x31/firefox2.gif"></a>
|
||||
<br>
|
||||
<a href="https://git.technolog.network/iraven/newpublicsite" target="_blank"><img src="siteimg/88x31/invalidator.gif"></a>
|
||||
<a href="https://ffmpeg.org/" target="_blank"><img src="siteimg/88x31/ffmpeg.gif"></a>
|
||||
<a href="https://home-assistant.io" target="_blank"><img src="siteimg/88x31/home-assistant.gif"></a>
|
||||
<img src="siteimg/88x31/say-no-to-web3.gif">
|
||||
<br>
|
||||
<!-- <img src="siteimg/88x31/acab.gif"> -->
|
||||
<!-- <img src="siteimg/88x31/botao.gif"> -->
|
||||
<img src="siteimg/88x31/antinazi.gif">
|
||||
<img src="siteimg/88x31/imissxp.gif">
|
||||
<img src="siteimg/88x31/piracy.gif">
|
||||
<img src="siteimg/88x31/transrights.png">
|
||||
</div>
|
||||
</center>
|
||||
<!-- Snow -->
|
||||
<!--<script src=snowstorm.js></script>-->
|
||||
|
BIN
siteimg/88x31/antinazi.gif
Normal file
BIN
siteimg/88x31/antinazi.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
siteimg/88x31/firefox2.gif
Normal file
BIN
siteimg/88x31/firefox2.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
BIN
siteimg/88x31/imissxp.gif
Normal file
BIN
siteimg/88x31/imissxp.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
BIN
siteimg/88x31/invalidator.gif
Normal file
BIN
siteimg/88x31/invalidator.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
BIN
siteimg/88x31/transrights.png
Normal file
BIN
siteimg/88x31/transrights.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 477 B |
17
xeno.js
17
xeno.js
@ -4,8 +4,9 @@ var imageArray = [
|
||||
"siteimg/deioxpk-b2e38b76-f126-4d2c-bf24-91713dbfa3d0smol2.png",
|
||||
"siteimg/xenopan_50pcrop.png",
|
||||
"https://cdn.technolog.network/img/xeno/kittyrosiefull%20(Medium).png",
|
||||
"https://cdn.technolog.network/img/xeno/xenohappysit.png",
|
||||
"https://cdn.technolog.network/img/xeno/jhayarr1_smol.png"
|
||||
"https://cdn.technolog.network/img/xeno/jhayarr1_smol.png",
|
||||
"https://cdn.technolog.network/img/xeno/jhayarr6%20(Medium).png",
|
||||
"https://cdn.technolog.network/img/xeno/beatlinked1%20(Medium).png"
|
||||
]
|
||||
var xenoPrideImg = "siteimg/xenopan_50pcrop.png";
|
||||
var xenoXmasImg = "siteimg/deioxpk-xmas1_smol.png"
|
||||
@ -13,7 +14,7 @@ var xenoXmasImg = "siteimg/deioxpk-xmas1_smol.png"
|
||||
var num = Math.floor(Math.random() * (imageArray.length));
|
||||
const month = new Date().getMonth();
|
||||
|
||||
if (month == 5) { // June - LGBTQ+ Pride
|
||||
if (month == 2) { // June - LGBTQ+ Pride
|
||||
console.log("Month is June - LGBTQ+ Pride!");
|
||||
document.xeno.width = "550";
|
||||
document.xeno.src = xenoPrideImg;
|
||||
@ -34,10 +35,16 @@ if (month == 5) { // June - LGBTQ+ Pride
|
||||
document.xeno.title += " - Art by LimeDazzle";
|
||||
} else if (chosennum == 1) {
|
||||
document.xeno.title += " - Art by Vivian Reed VA";
|
||||
document.xeno.width = "600";
|
||||
} else if (chosennum == 2) {
|
||||
document.xeno.title += " - Art by KittyRosie";
|
||||
} else if (chosennum == 4){
|
||||
} else if (chosennum == 3) {
|
||||
document.xeno.title += " - Art by CrescendCinnamon";
|
||||
document.xeno.width = "300";
|
||||
document.xeno.width = "400";
|
||||
} else if (chosennum == 4) {
|
||||
document.xeno.title = "I wub my wubhons! - Art by CrescendCinnamon";
|
||||
document.xeno.width = "450";
|
||||
} else if (chosennum == 5) {
|
||||
document.xeno.title += " - Art by Beatlinked";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user