blob: c3bb9f0ba70e5624ec03750d1a77b67000dc2c64 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
<!DOCTYPE html>
<html lang="en">
<head>
<title>Andrew Yu</title>
<link rel="stylesheet" href="/plain.css" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<meta charset="utf-8" />
<style>#now {font-weight: bold;}</style>
</head>
<body>
<h1>Andrew Yu</h1>
<hr />
<p id="now" style="rotate=180;">
._.
</p>
<hr />
<p id="about-me">I am Andrew 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>
<hr />
<ul>
<li><a href="https://www.andrewyu.org/">My Personal Website</a></li>
<li><a href="/microblog/">Microblog</a></li>
<li><a href="/article/">Personal Articles</a></li>
<li><a href="/contact.html">Contact</a></li>
<li><a href="https://git.andrewyu.org/">Git Repositories</a></li>
<li><a href="https://evosaur.andrewyu.org/">The Evosaur Project</a></li>
<li><a href="/school/">School Stuff Hub</a></li>
<li><a href="/other-articles/">Articles by Others I Find Worth Sharing</a></li>
<li><a href="/buffer.html">Random Buffer Webpage</a></li>
<li style="font-size: 50%;"><a href="https://users.andrewyu.org/~luk/andrew-leak.mp4">(Don't click here)</a></li>
</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/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>
<li><a href="/note/tone.html">Tone Indicators</a></li>
<li><a href="/note/really.html">“Really” is a confusing word</a></li>
<li><a href="/note/mailing-list-guidelines.html">Mailing List Guidelines</a></li>
</ul>
<div id="footer">
<hr />
<p>Unless otherwise specified with the “<span class="copyright">copyright</span>” HTML/CSS class, works hosted on this subdomain (<code>www.andrewyu.org</code>) served with the HTTP(S) protocol is available under <a href="https://www.andrewyu.org/note/pubdom.html">Andrew Yu's Public Domain Dedication</a>.</p>
</div>
</body>
</html>
|