summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html59
1 files changed, 25 insertions, 34 deletions
diff --git a/index.html b/index.html
index 40c88b3..5be88f8 100644
--- a/index.html
+++ b/index.html
@@ -1,38 +1,33 @@
 <!DOCTYPE html>
 <html lang="en">
-
 <head>
-    <meta charset="UTF-8" />
-    <title>Runxi Yu</title>
-
-    <link rel="stylesheet" href="./style.css"                        />
-    <!-- <link rel="stylesheet" href="../source/oldstyle.css"              /> -->
-    <link rel="icon"       href="./favicon.ico" sizes="any"          />
-    <!-- <link rel="icon"       href="./icon.svg"    type="image/svg+xml" /> -->
-
-    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="theme-color" content="#241504" />
-    <meta name="color-scheme" content="light dark">
+	<meta charset="UTF-8" />
+	<title>Runxi Yu</title>
+	<link rel="stylesheet" href="./style.css" />
+	<link rel="icon" href="./favicon.ico" sizes="any" />
+	<!--link rel="icon" href="./icon.svg" type="image/svg+xml" / -->
+	<meta name="viewport" content="width=device-width, initial-scale=1.0" />
+	<meta name="theme-color" content="#241504" />
+	<meta name="color-scheme" content="light dark">
 
 </head>
-
 <body>
 <header>
-    <h1>Runxi Yu</h1>
-    <nav>
-	    <ul>
-		    <li><a href="https://git.runxiyu.org/">Git</a></li>
-		    <li><a href="https://git.runxiyu.org/runxiyu/current/philo.git/plain">Docs</a></li>
-		    <li><a href="./microblog">Microblog</a></li>
-		    <li><a href="https://www.andrewyu.org/">Old Site</a></li>
-		    <li><a href="https://irc.runxiyu.org/">IRC</a></li>
-	    </ul>
-    </nav>
+	<h1>Runxi Yu</h1>
+	<nav>
+		<ul>
+			<li><a href="https://git.runxiyu.org/">Git</a></li>
+			<li><a href="https://git.runxiyu.org/runxiyu/current/philo.git/plain">Docs</a></li>
+			<li><a href="./microblog">Microblog</a></li>
+			<li><a href="https://www.andrewyu.org/">Old Site</a></li>
+			<li><a href="https://irc.runxiyu.org/">IRC</a></li>
+		</ul>
+	</nav>
 </header>
 
 <article>
-	<p id="about-me">I am Runxi Yu, a 16-year-old student.  I am interested in philosophy (e.g. epistemology and political philosophy), mathematics, and some physics. I wouldn't say that I'm that interested in academic computer science, although I do have computer-related projects.</p>
-	<p id="pronouns">My pronouns are they/them in English and 他 in Chinese.</p>
+<p id="about-me">I am Runxi Yu, a 16-year-old student.  I am interested in philosophy (e.g. epistemology and political philosophy), mathematics, and some physics. I wouldn't say that I'm that interested in academic computer science, although I do have computer-related projects.</p>
+<p id="pronouns">My pronouns are they/them in English and 他 in Chinese.</p>
 
 <h2 id="contact">Contact</h2>
 <p>Please do not copy these email addresses; they've been slightly obfuscated to prevent some types of spam. Type them yourself.</p>
@@ -57,7 +52,6 @@
 	<li><a href="./chinese-pronouns.html">Reclaiming "他" as a gender-inclusive pronoun</a></li>
 	<li><a href="./sway-keysym.html">Sway keysym</a></li>
 	<li><a href="./unicorn.html">Unicorn</a></li>
-	<li><a href="./texmacs-maxima-integral.html">TeXmacs Maxima Integrals</a></li>
 	<li><a href="./gender-and-pronouns.html">Gender and Pronouns</a></li>
 	<!-- <li><a href="./poems-2.html">Poems Collection 2</a></li>
 	<li><a href="./poems-1.html">Poems Collection 1</a></li>
@@ -80,20 +74,17 @@
 	<li><a href="./comms.html">Communication Guidelines</a></li>
 	<li><a href="./wechat.html">On WeChat</a></li>
 	<li><a href="./ask.html">Don't ask to ask, just ask</a></li>
-	<li><a href="./on-suicide-jokes.html">On Jokes about Suicide</a></li>
 	<li><a href="./on-racist-jokes.html">On Racist Jokes</a></li>
 	<li><a href="./really.html">"Really" is a really confusing word!</a></li>
 </ul>
-
 </article>
 
 <footer>
-    <ul role="list">
-        <li><a href="./">Home</a></li>
-        <li>Runxi Yu</li>
-        <li><a rel="license" href="./pubdom.html">Public Domain</a></li>
-    </ul>
+	<ul role="list">
+		<li><a href="./">Home</a></li>
+		<li>Runxi Yu</li>
+		<li><a rel="license" href="./pubdom.html">Public Domain</a></li>
+	</ul>
 </footer>
 </body>
-
 </html>