From 5901c347eb2ae5a7ef9b96134cc85ead0e549dc5 Mon Sep 17 00:00:00 2001 From: devenblake Date: Thu, 17 Dec 2020 09:33:50 -0500 Subject: [PATCH] various changes --- homepage/index.html | 38 ++++++++++++++++++-------------------- 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/homepage/index.html b/homepage/index.html index 726202f..c455e6f 100644 --- a/homepage/index.html +++ b/homepage/index.html @@ -8,7 +8,7 @@ -(d+(7-s)) +(d + (7 - s))
@@ -43,23 +43,17 @@ window.getCookie = function(cname) { /* end stolen code; */ -window.genQuote = function() { - if(window.quote != "") window.quotes.push(window.quote); - quoteindex = Math.floor(Math.random() * window.quotes.length); - window.quote = window.quotes.splice(quoteindex, 1); - console.log(window.quote); - document.getElementById('getaquote').setAttribute('value', 'Get another free quote today!'); - document.getElementById('quote').textContent = '\"' + window.quote[0] + '\"'; - document.getElementById('quoteauthor').textContent = '~ ' + window.quote[1]; -} +window.onload = function() { + var sheet = window.getCookie('sheet'); + if(sheet != '') window.setStyling(sheet); + window.quote = ""; +}; window.setStyling = function(sheet) { document.getElementById('styling').setAttribute('href', sheet); return sheet; }; -/* QUOTES! */ - window.quotes = [ [ "Yeah, that's just how it is. Just, nothing. So much nothing that it hurts.", "danger/u/ aefd79" ], @@ -76,13 +70,17 @@ window.quotes = [ [ "Special thanks to Ками for their help adding quotes to this page.", "Deven Blake" ] ]; - -

Hi, I'm Deven Blake. I'm just your normal everyday nerd.

@@ -209,7 +207,7 @@ Any stylesheet from any on-line source will work.

The following buttons use JavaScript to modify the page title.

- +