diff options
-rw-r--r-- | index.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/index.html b/index.html index 5a0c85e..f8e03e4 100644 --- a/index.html +++ b/index.html @@ -12,13 +12,15 @@ <h2 id="nav">Navigation</h2> <ul> <li><a href="https://www.andrewyu.org">Personal site (this page)</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://fcm.andrewyu.org">Free Computing Movement</a></li> - <li><a href="https://learn.tuxiversity.org">The Tuxiversity Project</a></li> + <li><a href="https://evosaur.andrewyu.org">The Evosaur Project</a> (Technical)</li> + <li><a href="https://fcm.andrewyu.org">Free Computing Movement</a> (Advocacy)</li> + <li><a href="https://learn.tuxiversity.org">The Tuxiversity Project</a> (Education)</li> <!--li><a href="https://host.andrewyu.org">Server guides (WIP)</a></li--> <li><a href="https://users.andrewyu.org">Other users</a></li> - <li><a href="/note/">Frequently Used Answers</a></li> - <li><a href="/buffer.html">Buffer Area</a></li> + <li><a href="/note/">Frequently used answers</a></li> + <li><a href="/buffer.html">Buffer area</a></li> </ul> <h2 id="me">About me</h2> <p>I am Andrew Yu, a 14-year-old in Shanghai, China, currently studying at <a href="https://ykpaoschool.cn/">YK Pao School</a> (link requires JavaScript to function, will discuss replacements). My main fields of interest are philosophy (especially political philosophy), metamathematics, programming fundamentals and molecular biology. I'm also a Free Computing activist.</p> |