Should fix issues
This commit is contained in:
parent
29afd3e7b3
commit
16c2aff3e9
@ -9,7 +9,10 @@
|
||||
</HEAD>
|
||||
<BODY>
|
||||
<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%">
|
||||
<P>Hi, I'm Deven Blake. I'm just your normal everyday nerd.</P>
|
||||
<P><SMALL>
|
||||
|
@ -28,7 +28,8 @@ function setStyling(sheet) {
|
||||
}
|
||||
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
|
||||
*/
|
||||
var sheet = getCookie('sheet');
|
||||
|
@ -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.
|
||||
</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
|
||||
<A href="https://stallman.org/articles/genderless-pronouns.html">
|
||||
Richard Stallman's article on genderless pronouns in English
|
||||
|
Loading…
Reference in New Issue
Block a user