summaryrefslogtreecommitdiff
path: root/index.html
blob: bf66b1ba8fc31cdf68642b4be9b118646adfd153 (plain)
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
<!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">
		Student Government election on September 29.
		</p>
		<hr />
		<p id="about-me">I am Andrew Yu, a 14-year-old student in Shanghai, China, currently studying at YK Pao School.  I am interested in fundamental computer science, political philosophy, and (more clinically-oriented) biology.
		<hr />
		<ul>
			<li><a href="https://www.andrewyu.org/">My Personal Website</a></li>
			<li><a href="https://www.andrewyu.org/article/">Personal Articles</a></li>
			<li><a href="https://www.andrewyu.org/contact.html">Contact</a></li>
			<li><a href="https://git.andrewyu.org/">Git (Cgit WWW frontend)</a></li>
			<li><a href="https://evosaur.andrewyu.org/">The Evosaur Project</a></li>
			<li><a href="https://ykps.andrewyu.org/">Unofficial YK Pao School Activities Site</a></li>
			<li><a href="https://learn.tuxiversity.org/">Tuxiversity (Unmaintained, please help)</a></li>
			<li><a href="https://www.andrewyu.org/school/">School Stuff Hub</a></li>
			<li><a href="https://www.andrewyu.org/other-articles/">Articles by Other People I Find Worth Sharing</a></li>
			<li><a href="https://www.andrewyu.org/life/">Miniture Life Log</a></li>
			<li><a href="https://www.andrewyu.org/note/">Frequently Used Snippets for Frequently Asked Questions</a></li>
			<li><a href="https://www.andrewyu.org/buffer.html">Random Buffer Webpage</a></li>
			<li><a href="https://www.andrewyu.org/hub.html">Weird link hub thing</a></li>
			<li><a href="https://users.andrewyu.org/~luk/andrew-leak.mp4" style="font-size: 50%;">(Don't click here)</a></li>
		</ul>
		<hr />
		<ul>
			<li><a href="https://www.andrewyu.org/note/comms.html">Communication Guidelines</a></li>
			<li><a href="https://www.andrewyu.org/note/wechat.html">``WeChat''</a></li>
			<li><a href="https://www.andrewyu.org/note/ask.html">Don't ask to ask, just ask</a></li>
			<li><a href="https://www.andrewyu.org/note/social-media.html">Modern Social Media</a></li>
			<li><a href="https://www.andrewyu.org/note/their.html">The ``Their'' Pronoun</a></li>
		</ul>
		<div id="footer">
			<hr />
			<p>Works hosted on this subdomain (<code>www.andrewyu.org</code>) served with the HTTP(S) protocol is in the public domain.  (In juristictions where it is impossible to publish into the public domain, the following applies: Permission is hereby granted, free of charge, to any person obtaining a copy of this work, to deal in the work without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of this work, and to permit persons to whom the work is furnished to do so.)</p>
		</div>
	</body>
</html>