1
0

Should fix issues

This commit is contained in:
devenblake 2020-10-23 22:57:52 -04:00
parent 29afd3e7b3
commit 16c2aff3e9
3 changed files with 11 additions and 2 deletions

View File

@ -9,7 +9,10 @@
</HEAD> </HEAD>
<BODY> <BODY>
<SCRIPT src="/main.js"></SCRIPT> <SCRIPT src="/main.js"></SCRIPT>
<SCRIPT>initialize();</SCRIPT> <SCRIPT>
var sheet = getCookie('sheet');
if(sheet != '') setStyling(sheet);
</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>
<P><SMALL> <P><SMALL>

View File

@ -28,7 +28,8 @@ function setStyling(sheet) {
} }
function initialize(void) { function initialize(void) {
/* /*
this can be local because the page that changes this (index.html) won't read it ~~this can be local because the page that changes this (index.html) won't read it~~
- NOPE, it needs to be read in order to be able to apply the choice to the cookie.
if `sheet` needs to be read on a page copy this verbatim rather than using the function if `sheet` needs to be read on a page copy this verbatim rather than using the function
*/ */
var sheet = getCookie('sheet'); var sheet = getCookie('sheet');

View File

@ -18,6 +18,11 @@ my "gender" (assuming such a thing exists) is my business alone and I see no rea
Maybe if I become more comfortable with myself that will change. Maybe if I become more comfortable with myself that will change.
</P> </P>
<P> <P>
This might come as a surprise to people.
Most people I know get my pronouns wrong.
Nobody really asked me...
I'm cool with reaping the privilege that comes with being (perceived as) a male and currently fill out government forms so though I'm not one.
<P>
In general when it comes to pronouns I really agree with In general when it comes to pronouns I really agree with
<A href="https://stallman.org/articles/genderless-pronouns.html"> <A href="https://stallman.org/articles/genderless-pronouns.html">
Richard Stallman's article on genderless pronouns in English Richard Stallman's article on genderless pronouns in English