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
|
<!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">
The deepest of all may as well be the most obvious. It's just that I'm often unable to realize how valuable these around me can be—until it seems to be too late?
</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, philosophy, biology, and physics.
<hr />
<ul>
<li><a href="https://www.andrewyu.org/">My Personal Website</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 Other People 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="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>
<li><a href="https://www.andrewyu.org/note/emacs.html">My Problem with Emacs</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 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>
|