diff options
author | Andrew <andrew@andrewyu.org> | 2023-04-30 20:26:20 +0800 |
---|---|---|
committer | Automatic Merge <andrew+automerge@andrewyu.org> | 2023-07-15 00:29:43 +0800 |
commit | c73afaebee06756a3e64bd43f1bfe6a2bb7d3553 (patch) | |
tree | 157710dab8db9def929f8957b3ead41d48f42446 /note | |
parent | 0e11e16a0870952a3f1dac2d3da9f8cf33c98b2a (diff) | |
download | www-c73afaebee06756a3e64bd43f1bfe6a2bb7d3553.tar.gz |
Pronouns and stuff
Diffstat (limited to 'note')
-rwxr-xr-x | note/pronouns.html | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/note/pronouns.html b/note/pronouns.html new file mode 100755 index 0000000..5f35591 --- /dev/null +++ b/note/pronouns.html @@ -0,0 +1,57 @@ +<!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>Andrew Yu's Pronouns</title> + <link rel="stylesheet" href="/plain.css" /> + <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> + <meta charset="utf-8" /> + </head> + <body> + <h1>Andrew Yu's Pronouns</h1> + <p> + In English, please use <a href="https://en.wikipedia.org/wiki/Singular_they">Singular they</a> pronouns to refer to me. + </p> + <p> + 在使用中文时,请使用“他”作为我的代词。 + </p> + <table> + <tr> + <th>Form</th> + <th>English</th> + <th>中文</th> + </tr> + <tr> + <th>Nominative</th> + <th>They</th> + <th>他</th> + </tr> + <tr> + <th>Accusative</th> + <th>Them</th> + <th>他</th> + </tr> + <tr> + <th>Prenominal possessive</th> + <th>Their</th> + <th>他的</th> + </tr> + <tr> + <th>Prenominal possessive</th> + <th>Theirs</th> + <th>他的</th> + </tr> + <tr> + <th>Reflexive</th> + <th>Themself</th> + <th>他自己</th> + </tr> + </table> + <p> + <a href="/article/gender-and-pronouns.html">My article on gender and pronouns</a> + </p> + <div id="footer"> + <hr /> + <p><a href="/">Andrew Yu's Website</a></p> + </div> + </body> +</html> |