diff options
author | Andrew <andrew@andrewyu.org> | 2023-04-30 20:27:04 +0800 |
---|---|---|
committer | Automatic Merge <andrew+automerge@andrewyu.org> | 2023-07-15 00:29:43 +0800 |
commit | 851e49b5f311e2e55c6c111527c33f1854769d37 (patch) | |
tree | 7126cf653bf1e2c67e03641ff54945e0e03f1d96 | |
parent | c73afaebee06756a3e64bd43f1bfe6a2bb7d3553 (diff) | |
download | www-851e49b5f311e2e55c6c111527c33f1854769d37.tar.gz |
Fix extra their pronoun page and stuff
-rwxr-xr-x | index.html | 2 | ||||
-rwxr-xr-x | note/their.html | 16 |
2 files changed, 1 insertions, 17 deletions
diff --git a/index.html b/index.html index 05752d4..b275a01 100755 --- a/index.html +++ b/index.html @@ -29,11 +29,11 @@ </ul> <hr /> <ul> + <li><a href="/note/pronouns.html">My Pronouns</a></li> <li><a href="/note/comms.html">Communication Guidelines</a></li> <li><a href="/note/wechat.html">``WeChat''</a></li> <li><a href="/note/ask.html">Don't ask to ask, just ask</a></li> <li><a href="/note/social-media.html">Modern Social Media</a></li> - <li><a href="/note/their.html">The ``Their'' Pronoun</a></li> <li><a href="/note/emacs.html">My Problem with Emacs</a></li> <li><a href="/note/suicide-jokes.html">On Jokes about Suicide</a></li> <li><a href="/note/on-racist-jokes.html">On Racist Jokes</a></li> diff --git a/note/their.html b/note/their.html deleted file mode 100755 index f300c8d..0000000 --- a/note/their.html +++ /dev/null @@ -1,16 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> - <head> - <title>Gender-neutral Pronouns</title> - <link rel="stylesheet" href="/plain.css" /> - <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> - </head> - <body> - <h1>Gender-neutral Pronouns</h1> - <p>You might have seen me use ``they'' instead of ``he'' to refer to myself. That's because in most contexts, gender doesn't matter in the pronouns, and a gender-neutral pronoun fits well.</p> - <div id="footer"> - <hr /> - <p><a href="/">Andrew Yu's Website</a></p> - </div> - </body> -</html> |