Hopefully custom themes work now
This commit is contained in:
parent
49fbad31c1
commit
f74559b689
@ -2,31 +2,19 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>(d+(7-s))</TITLE>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link
|
||||
rel="shortcut icon"
|
||||
type="image/x-icon"
|
||||
href="https://raw.githubusercontent.com/devenblake/homepage/main/favicon.ico"
|
||||
/>
|
||||
<link rel="stylesheet" id="styling" href="" />
|
||||
<META charset="UTF-8" />
|
||||
<META name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<LINK rel="shortcut icon" type="image/x-icon" href="https://raw.githubusercontent.com/devenblake/homepage/main/favicon.ico" />
|
||||
<LINK rel="stylesheet" id="styling" href="" />
|
||||
</HEAD>
|
||||
<BODY>
|
||||
<script src="main.js" />
|
||||
<script>
|
||||
function setStyling(sheet) {
|
||||
document.getElementById('styling')
|
||||
.setAttribute('href', sheet + ".css");
|
||||
return sheet;
|
||||
}
|
||||
|
||||
<SCRIPT src="main.js" />
|
||||
<SCRIPT>
|
||||
function setStyling(sheet) { document.getElementById('styling').setAttribute('href', sheet); return sheet; }
|
||||
var sheet = getCookie('sheet');
|
||||
var title = getCookie('title');
|
||||
if(title != '') document.title = title;
|
||||
if(sheet != '') setStyling(sheet);
|
||||
</script>
|
||||
<table><tr>
|
||||
<td valign="top" width="50%">
|
||||
</SCRIPT>
|
||||
<TABLE><TR><TD valign="top" width="50%">
|
||||
<p>Hi, I'm Deven Blake. I'm just your normal everyday nerd.</p>
|
||||
<p><small>
|
||||
translations of my name include: <br />
|
||||
@ -34,38 +22,31 @@ translations of my name include: <br />
|
||||
バレイク デビン (BLAKE Deven)
|
||||
</small></p>
|
||||
<p>My pronouns are <code>they/them</code>.</p>
|
||||
<p>
|
||||
My <a href="https://www.politicalcompass.org">political compass</a>
|
||||
co-ordinates are
|
||||
<a href="https://www.politicalcompass.org/chart?ec=-8.88&soc=-8.56">
|
||||
(-8.88, -8.56)
|
||||
</a>.
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://duckduckgo.com/?q=deven+blake">Look me up online</a>.
|
||||
</p>
|
||||
<P>My <A href="https://www.politicalcompass.org">political compass</A>co-ordinates are<A href="https://www.politicalcompass.org/chart?ec=-8.88&soc=-8.56">(-8.88, -8.56)</A>.</P>
|
||||
<p><a href="https://duckduckgo.com/?q=deven+blake">Look me up online</a>.</p>
|
||||
<hr size="1" width="25%" align="left">
|
||||
<p><small>
|
||||
This page has two cookies.
|
||||
One stores your selected theme, if such a selection has been made,
|
||||
and the other one is from Cloudflare and probably spies on you.
|
||||
JavaScript is used to customize the page title and to customize the
|
||||
stylesheet being used.
|
||||
Please get in touch if this site doesn't work without JavaScript or cookies,
|
||||
I would prefer this to be accessible to as many people as possible with the
|
||||
sacrifice of prettiness if so required.
|
||||
One stores your selected theme, if such a selection has been made, and the other one is from Cloudflare and probably spies on you.
|
||||
JavaScript is used to customize the page title and to customize the stylesheet being used.
|
||||
Please get in touch if this site doesn't work without JavaScript or cookies, I would prefer this to be accessible to as many people as possible with the sacrifice of prettiness if so required.
|
||||
</small></p>
|
||||
<hr size="1" width="25%" align="left" />
|
||||
<p>
|
||||
I'm TestOut PC Pro certified (which doesn't mean much, but I earned 2000 of the
|
||||
2000 possible points on the certification exam).
|
||||
|
||||
<HR size="1" width="25%" align="left" />
|
||||
|
||||
<P>
|
||||
I'm TestOut PC Pro certified (which doesn't mean much, but I earned 2000 of the 2000 possible points on the certification exam).
|
||||
I have a functional knowledge of Python and almost grasp C.
|
||||
</p>
|
||||
</P>
|
||||
|
||||
<hr size="1" width="25%" align="left" />
|
||||
|
||||
<p>You can contact me at...</p>
|
||||
<p>- blakedevendesu@gmail.com (<i>preferably</i>)</p>
|
||||
<p>- deven@waifu.club</p>
|
||||
|
||||
<hr size="1" width="25%" align="left" />
|
||||
|
||||
<p>Services I'm on include...</p>
|
||||
<p>- <a href="https://blake.1mb.site/">1mb.site</a>, blake.1mb.site</p>
|
||||
<p>- All Things Weezer, deven</p>
|
||||
@ -91,83 +72,44 @@ I have a functional knowledge of Python and almost grasp C.
|
||||
<p>- Twitter, unixuserdtb</p>
|
||||
<p>
|
||||
None of these are guaranteed to still be on-line.
|
||||
I would much rather talk to you via email or Signal instead of using something
|
||||
like Facebook or Discord.
|
||||
I would much rather talk to you via email or Signal instead of using something like Facebook or Discord.
|
||||
</p>
|
||||
</td>
|
||||
<td valign="top" width="50%">
|
||||
|
||||
</TD> <TD valign="top" width="50%">
|
||||
|
||||
<p><a href="./films">check out my favorite movies</a></p>
|
||||
<p><a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">
|
||||
here's a video of me waterboarding myself with mountain dew
|
||||
</a></p>
|
||||
<p><a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">here's a video of me waterboarding myself with mountain dew</a></p>
|
||||
<p><a href="./home">check out a web browser landing page i made</a></p>
|
||||
<p><a href="./textediting">here are my opinions on text editing</a></p>
|
||||
<p style="font-weight: normal; text-decoration: underline;">
|
||||
you just lost the game
|
||||
</p>
|
||||
<p style="font-weight: normal; text-decoration: underline;">you just lost the game</p>
|
||||
<p><a href="./git">here's my take on the git main thing</a></p>
|
||||
<p><a href="./now">here's what i'm doing right now</a></p>
|
||||
<p><a href="./devenzone">have you been to devenzone?</a></p>
|
||||
|
||||
<hr size="1" width="25%" align="left" />
|
||||
<p><small>
|
||||
The following buttons use JavaScript to modify the page title.
|
||||
</small></p>
|
||||
<input
|
||||
type="button" value="prefix (s-expression)"
|
||||
onclick="title='(+ d (- 7 s))'; document.title=title;"
|
||||
/>
|
||||
<input
|
||||
type="button" value="infix (algrebraic)"
|
||||
onclick="title='(d+(7-s))'; document.title=title;"
|
||||
/>
|
||||
<input
|
||||
type="button" value="postfix (rpn)"
|
||||
onclick="document.title='d 7 s - +';"
|
||||
/>
|
||||
<p><small>
|
||||
The following inputs use JavaScript to change this page's stylesheet.
|
||||
</small></p>
|
||||
<input
|
||||
type="button" value="notheme"
|
||||
onclick="
|
||||
document.getElementById('styling').setAttribute('href', '');
|
||||
sheet='';
|
||||
"
|
||||
/>
|
||||
<input
|
||||
type="button" value="givemerights"
|
||||
onclick="sheet = setStyling('givemerights');"
|
||||
/>
|
||||
<input
|
||||
type="button" value="windowsclassic"
|
||||
onclick="sheet = setStyling('windowsclassic');"
|
||||
/>
|
||||
<p></p>
|
||||
|
||||
<p><small>The following buttons use JavaScript to modify the page title.</small></p>
|
||||
<input type="button" value="prefix (s-expression)" onclick="document.title='(+ d (- 7 s));" />
|
||||
<input type="button" value="infix (algrebraic)" onclick="document.title='(d+(7-s))';" />
|
||||
<input type="button" value="postfix (rpn)" onclick="document.title='d 7 s - +';" />
|
||||
<p><small>The following inputs use JavaScript to change this page's stylesheet.</small></p>
|
||||
<input type="button" value="notheme" onclick="document.getElementById('styling').setAttribute('href', ''); sheet='';" />
|
||||
<input type="button" value="givemerights" onclick="sheet = setStyling('givemerights.css');" />
|
||||
<input type="button" value="windowsclassic" onclick="sheet = setStyling('windowsclassic.css');" />
|
||||
<P></P>
|
||||
<input id="customSheet" type="text" value="custom" />
|
||||
<input
|
||||
type="button" value="<-"
|
||||
onclick="sheet = setStyling(document.getElementById('customSheet').value);"
|
||||
/>
|
||||
<p><small>
|
||||
The following button manipulates the site cookie.
|
||||
</small></p>
|
||||
<input
|
||||
type="button" value="save page settings"
|
||||
onclick="setCookie('title', title, 365); setCookie('sheet', sheet, 365);"
|
||||
/>
|
||||
<hr size="1" width="25%" align="left" />
|
||||
<a href="https://u.fsf.org/upcycle"><img
|
||||
src="https://static.fsf.org/nosvn/windows/winupcycle_text.png"
|
||||
width="300" alt="Upcycle Windows 7 petition image"
|
||||
/></a>
|
||||
<!-- <a href="https://stallman.org/facebook.html"><img
|
||||
src="https://stallman.org/no-facebook-svg.png"
|
||||
alt="Not f'd. You won't find me on Facebook" width="200"
|
||||
/></a> Someday... -->
|
||||
</td></tr></table>
|
||||
<input type="button" value="<-" onclick="sheet = setStyling(document.getElementById('customSheet').value);" />
|
||||
<p><small>The following button manipulates the site cookie.</small></p>
|
||||
<INPUT type="button" value="save page settings" onclick="setCookie('title', title, 365); setCookie('sheet', sheet, 365);" />
|
||||
|
||||
<hr size="1" width="25%" align="left" />
|
||||
<p>This site is best viewed in Firefox but is tested in Lynx.</p>
|
||||
<HR size="1" width="25%" align="left" />
|
||||
|
||||
<A href="https://u.fsf.org/upcycle"><IMG src="https://static.fsf.org/nosvn/windows/winupcycle_text.png" width="300" alt="Upcycle Windows 7 petition image" /></A>
|
||||
<!-- <A href="https://stallman.org/facebook.html"><IMG src="https://stallman.org/no-facebook-svg.png" alt="Not f'd. You won't find me on Facebook" width="200" /></A> Someday... -->
|
||||
</TD></TR></TABLE>
|
||||
|
||||
<HR size="1" width="25%" align="left" />
|
||||
|
||||
<P>This site is best viewed in Firefox but is tested in Lynx.</P>
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
Loading…
Reference in New Issue
Block a user