diff --git a/default.css b/default.css index 8ca2999..001de5c 100644 --- a/default.css +++ b/default.css @@ -20,4 +20,7 @@ body { table { background-color:black; background:rgba(32, 32, 32, 0.8) +} +.web88x31 { + padding: 15px; } \ No newline at end of file diff --git a/index.html b/index.html index e0821ef..ed0e988 100644 --- a/index.html +++ b/index.html @@ -26,22 +26,29 @@
- +
+ + + + +
+ + + + +
+ + + + + + +
diff --git a/siteimg/88x31/antinazi.gif b/siteimg/88x31/antinazi.gif new file mode 100644 index 0000000..1dfda8c Binary files /dev/null and b/siteimg/88x31/antinazi.gif differ diff --git a/siteimg/88x31/firefox2.gif b/siteimg/88x31/firefox2.gif new file mode 100644 index 0000000..14a24df Binary files /dev/null and b/siteimg/88x31/firefox2.gif differ diff --git a/siteimg/88x31/imissxp.gif b/siteimg/88x31/imissxp.gif new file mode 100644 index 0000000..77a7f1c Binary files /dev/null and b/siteimg/88x31/imissxp.gif differ diff --git a/siteimg/88x31/invalidator.gif b/siteimg/88x31/invalidator.gif new file mode 100644 index 0000000..fa82b67 Binary files /dev/null and b/siteimg/88x31/invalidator.gif differ diff --git a/siteimg/88x31/transrights.png b/siteimg/88x31/transrights.png new file mode 100644 index 0000000..fc90b9e Binary files /dev/null and b/siteimg/88x31/transrights.png differ diff --git a/xeno.js b/xeno.js index 5481160..87247f7 100644 --- a/xeno.js +++ b/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"; } } \ No newline at end of file