1
0

Fixes to home and added yearbook entry

This commit is contained in:
devenblake
2020-11-09 14:21:14 -05:00
parent 9d74d500b2
commit 675316812a
4 changed files with 29 additions and 8 deletions

View File

@@ -46,16 +46,16 @@ var quotes = [
"danger/u/ aefd79" ],
[ "Reason has always existed, but not always in a reasonable form.",
"Karl Marx" ]
]
];
quote = Math.floor(Math.random() * quotes.length))
quote = Math.floor(Math.random() * quotes.length);
document.getElementById('quote').setAttribute('content', '"' + quotes[quote][0] + '"');
document.getElementById('quoteauthor').setAttribute('content', '~ ' + quotes[quote][1]);
alert(quotes[quote]);
</SCRIPT>
<SCRIPT TYPE="application/javascript">
var sheet = getCookie('sheet');
if(sheet != '') setStyling(sheet);
</SCRIPT>
<TABLE><TR><TD valign="top" width="50%">
<P>Hi, I'm Deven Blake. I'm just your normal everyday nerd.</P>
@@ -135,6 +135,7 @@ I would much rather talk to you via email or Signal instead of using something l
<P><A href="./devenzone">have you been to devenzone?</A></P>
<P><A href="./kinlist">here's my "kinlist" i guess</A></P>
<P><A href="./faq">here are frequently (and infrequently) asked questions about me</A></P>
<P><A href="./highschoolsenioryear/">here's my high school yearbook entry</A></P>
<HR size="1" width="25%" align="left" />