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

@ -0,0 +1,22 @@
<!DOCTYPE html>
<HTML lang="en">
<HEAD>
<LINK rel="canonical" href="https://blake.instantfloppy.net/highschoolsenioryear/" />
<LINK rel="shortcut icon" type="image/x-icon" href="https://raw.githubusercontent.com/devenblake/homepage/main/favicon.ico" />
<META charset="US-ASCII" />
<META name="viewport" content="width=device-width, initial-scale=1" />
<TITLE>deven blake yearbook entry</TITLE>
</HEAD>
<BODY>
<P><A href="/">~ Return to the rest of the site</A></P>
<H1>my yearbook entry</H1>
<H3>updated 2020-11-09</H3>
<HR size="1" width="25%" align="left" />
<CENTER><A HREF="yearbook_photo.jpg"><IMG SRC="yearbook_photo.jpg" WIDTH="250px" ALT="My senior picture in the yearbook." /></A></CENTER>
<P ALIGN="center"><SMALL>Click the image to see the original.</SMALL></P>
<H2 ALIGN="center">deven blake</H2>
<P ALIGN="center">"Reason has always existed, but not always in a reasonable form." <BR /> ~ Katy Perry</P>
<HR size="1" width="25%" align="left" />
<P>I'll update this page when I receive the yearbook in which this will be.</P>
</BODY>
</HTML>

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

View File

@ -30,7 +30,6 @@
If you're one of those magical tech wizards you can safely ignore this warning.
</p>
<p>Sites are ordered alphabetically.</p>
<div class="column-left">
<h2 id="engines"><b>I</b> Search engines:</h2>
<p><a href="https://www.baidu.com/">Baidu</a></p>
<p><a href="https://www.bing.com/">Bing</a> (owned by Microsoft)</p>
@ -55,8 +54,7 @@
<p><a href="https://www.twitch.tv">Twitch</a> (owned by Amazon)</p>
<p><a href="https://www.youtube.com/">YouTube</a> (owned by Google)</p>
<p><a href="https://zoom.us/">Zoom</a></p>
</div>
<div class="column-right" style="width: 40%;">
</TD> <TD valign="top" width="50%">
<img src="https://ia801904.us.archive.org/33/items/dblake-avatars/2020-05-17.png" alt="Deven Blake profile picture" style="width: 100px; margin-right: 10px;" />
<p><small>I'm Deven Blake, the person who made this little landing page.
I hope you enjoy it! It's 100% hand-typed HTML, feel free to snoop around.
@ -68,6 +66,6 @@
<p>I consider <a href="#social">social media</a> predatory due to most services' lack of moderation and frequency of dangerous and illegal content.</p>
<p>This webpage and only this webpage (<b>not</b> the content hyperlinked and hotlinked on this webpage) belongs to the public domain and includes no warranty.</p>
<p>Created 2020-09-13.</p>
</div>
</TD></TR></TABLE>
</body>
</html>

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" />