summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--index.html5
-rw-r--r--note/pronouns.html46
-rw-r--r--style.css1
3 files changed, 13 insertions, 39 deletions
diff --git a/index.html b/index.html
index d2d1140..6ba0b04 100644
--- a/index.html
+++ b/index.html
@@ -12,13 +12,16 @@
 		<h1>Runxi Yu</h1>
 		<hr />
 		<p id="now" style="">
+		<b>Recently:</b></br>
 		<a href="https://gabrielsieben.tech/2022/07/29/remote-assertion-is-coming-back-how-much-freedom-will-it-take/">Remote attestation contradicts our goals for a free Internet</a>
+		<br />
 		<a href="https://www.fsf.org/blogs/community/web-environment-integrity-is-an-all-out-attack-on-the-free-internet">``Web Environment Integrity'' is an all-out attack on the free Internet</a>
 		<br />
 		</p>
 		<hr />
 		<p id="about-me">I am Runxi Yu, a 15-year-old student in Shanghai, China, currently studying at YK Pao School.  I am interested in philosophy, computer science, mathematics, physics, and biology.</p>
-		<p id="pronouns"><a href="/note/pronouns.html">My pronouns in English are ``they/them/their/theirs/themself''.</a></p>
+		<p id="pronouns"><a href="/note/pronouns.html">Pronouns</a>: they/she/it/他</p>
+		<p id="names">Also known as: Harriet/Andrew</a>
 		<hr />
 		<ul>
 			<li><a href="https://www.andrewyu.org/">My Personal Website</a></li>
diff --git a/note/pronouns.html b/note/pronouns.html
index e8a9ef7..adb7d3d 100644
--- a/note/pronouns.html
+++ b/note/pronouns.html
@@ -9,46 +9,16 @@
 	<body>
 		<h1>Runxi 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.
-		Inanimate it/it/its/its/itself pronouns are also acceptable.
+		You may choose one of the following pronouns sets when referring to me:
 		</p>
+		<ul>
+			<li>they/them</li>
+			<li>she/her</li>
+			<li>it/it</li>
+			<li>他</li>
+		</ul>
 		<p>
-		在使用中文时,请使用``他''作为我的代词。
-		</p>
-		<table>
-			<tr>
-				<td></td>
-				<td>English</td>
-				<td>中文</td>
-			</tr>
-			<tr>
-				<td>Nominative</td>
-				<td>They</td>
-				<td>他</td>
-			</tr>
-			<tr>
-				<td>Accusative</td>
-				<td>Them</td>
-				<td>他</td>
-			</tr>
-			<tr>
-				<td>Prenominal possessive</td>
-				<td>Their</td>
-				<td>他的</td>
-			</tr>
-			<tr>
-				<td>Prenominal possessive</td>
-				<td>Theirs</td>
-				<td>他的</td>
-			</tr>
-			<tr>
-				<td>Reflexive</td>
-				<td>Themself</td>
-				<td>他自己</td>
-			</tr>
-		</table>
-		<p>
-		<a href="/article/gender-and-pronouns.html">My article on gender and pronouns</a>
+		<a href="/article/gender-and-pronouns.html">My article on gender and pronouns</a> (WIP, not up yet)
 		</p>
 		<div id="footer">
 			<hr />
diff --git a/style.css b/style.css
index 8041dad..df6928d 100644
--- a/style.css
+++ b/style.css
@@ -31,4 +31,5 @@ table td {
 	border: 1px solid;
 	text-align: left;
 	padding: 0px 3.5px;
+	height: 1.25rem;
 }