summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xarticle/gender-and-pronouns.html18
-rwxr-xr-xarticle/index.html1
-rwxr-xr-xnote/pronouns.html57
3 files changed, 76 insertions, 0 deletions
diff --git a/article/gender-and-pronouns.html b/article/gender-and-pronouns.html
new file mode 100755
index 0000000..12c351c
--- /dev/null
+++ b/article/gender-and-pronouns.html
@@ -0,0 +1,18 @@
+<!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 and 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>Gender and Pronouns</h1>
+		<p>Article ID: 17</p>
+		<p>Part of this article's text was adapted from <a href="https://vimuser.org/pronouns.html">Leah Rowe's article on pronouns</a>.</p>
+		<div id="footer">
+			<hr />
+			<p><a href="/">Andrew Yu's Website</a></p>
+		</div>
+	</body>
+</html>
diff --git a/article/index.html b/article/index.html
index 81e9295..a8408d9 100755
--- a/article/index.html
+++ b/article/index.html
@@ -12,6 +12,7 @@
 		<p>Pages for other projects (i.e. Evosaur) are not listed&mdash;only independent articles are listed here.  These are sorted from newest to oldest.  Some do not come with HTML anchors: these articles are not published online, but are still listed here.  For these, you may ask me for a copy in real life, but it is within my rights to decline such requests.  Note that if an article ID has an asterisk (*), it is considered literature and its meaning shall not be interpreted literally.</p>
 		<p><a href="/contact.html">Feel free to comment on any of the articles.</a></p>
 		<ul>
+			<li><a href="gender-and-pronouns.html">Gender and Pronouns</a> (17)</li>
 			<li><a href="poems-2.html">Poems Collection 2</a> (16*)</li>
 			<li><a href="poems-1.html">Poems Collection 1</a> (15*)</li>
 			<li><a href="means.html">Means</a> (14*)</li>
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>
263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295