Fixes to home and added yearbook entry
This commit is contained in:
parent
9d74d500b2
commit
675316812a
22
homepage/highschoolsenioryear/index.html
Normal file
22
homepage/highschoolsenioryear/index.html
Normal 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>
|
BIN
homepage/highschoolsenioryear/yearbook_photo.jpg
Normal file
BIN
homepage/highschoolsenioryear/yearbook_photo.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
@ -30,7 +30,6 @@
|
|||||||
If you're one of those magical tech wizards you can safely ignore this warning.
|
If you're one of those magical tech wizards you can safely ignore this warning.
|
||||||
</p>
|
</p>
|
||||||
<p>Sites are ordered alphabetically.</p>
|
<p>Sites are ordered alphabetically.</p>
|
||||||
<div class="column-left">
|
|
||||||
<h2 id="engines"><b>I</b> Search engines:</h2>
|
<h2 id="engines"><b>I</b> Search engines:</h2>
|
||||||
<p><a href="https://www.baidu.com/">Baidu</a></p>
|
<p><a href="https://www.baidu.com/">Baidu</a></p>
|
||||||
<p><a href="https://www.bing.com/">Bing</a> (owned by Microsoft)</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.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://www.youtube.com/">YouTube</a> (owned by Google)</p>
|
||||||
<p><a href="https://zoom.us/">Zoom</a></p>
|
<p><a href="https://zoom.us/">Zoom</a></p>
|
||||||
</div>
|
</TD> <TD valign="top" width="50%">
|
||||||
<div class="column-right" style="width: 40%;">
|
|
||||||
<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;" />
|
<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.
|
<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.
|
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>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>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>
|
<p>Created 2020-09-13.</p>
|
||||||
</div>
|
</TD></TR></TABLE>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -46,16 +46,16 @@ var quotes = [
|
|||||||
"danger/u/ aefd79" ],
|
"danger/u/ aefd79" ],
|
||||||
[ "Reason has always existed, but not always in a reasonable form.",
|
[ "Reason has always existed, but not always in a reasonable form.",
|
||||||
"Karl Marx" ]
|
"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('quote').setAttribute('content', '"' + quotes[quote][0] + '"');
|
||||||
document.getElementById('quoteauthor').setAttribute('content', '~ ' + quotes[quote][1]);
|
document.getElementById('quoteauthor').setAttribute('content', '~ ' + quotes[quote][1]);
|
||||||
|
alert(quotes[quote]);
|
||||||
|
|
||||||
</SCRIPT>
|
|
||||||
<SCRIPT TYPE="application/javascript">
|
|
||||||
var sheet = getCookie('sheet');
|
var sheet = getCookie('sheet');
|
||||||
if(sheet != '') setStyling(sheet);
|
if(sheet != '') setStyling(sheet);
|
||||||
|
|
||||||
</SCRIPT>
|
</SCRIPT>
|
||||||
<TABLE><TR><TD valign="top" width="50%">
|
<TABLE><TR><TD valign="top" width="50%">
|
||||||
<P>Hi, I'm Deven Blake. I'm just your normal everyday nerd.</P>
|
<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="./devenzone">have you been to devenzone?</A></P>
|
||||||
<P><A href="./kinlist">here's my "kinlist" i guess</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="./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" />
|
<HR size="1" width="25%" align="left" />
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user