summary refs log tree commit diff stats
path: root/index.html
blob: 6246776a2cbb5fdfbb940c46fded7644474cea73 (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
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
	<head>
		<title>Andrew Yu</title>
		<link rel="stylesheet" href="/style.css" />
		<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
		<meta charset="utf-8" />
		<style>#now {font-weight: bold;}</style>
		<link rel="me" href="https://social.treehouse.systems/@AndrewYu" />
	</head>
	<body>
		<h1>Andrew Yu</h1>
		<hr />
		<p id="now" style="rotate=180;">
		Recently: Working on <a href="https://git.andrewyu.org/andrew/smlmp.git/">the Simple Mailing List Management Program</a>.
		</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>
		</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>
		</ul>
		<hr />
		<h2>Other People's Sites and Projects</h2>
		<ul>
			<li><a href="https://writefreesoftware.org/">Write Free Software</a></li>
			<li><a href="https://libreboot.org/">Libreboot, a coreboot distribution</a></li>
			<li><a href="https://fedfree.org/">Federation of Freedom</a></li>
			<li><a href="https://vitali64.duckdns.org/">Ferass El Hafidi</a></li>
			<li><a href="https://drewdevault.com/">Drew Devault</a></li>
			<li><a href="https://vimuser.org/">Leah Rowe</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>