diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 52 |
1 files changed, 7 insertions, 45 deletions
diff --git a/index.html b/index.html index f117ed6..32eb334 100644 --- a/index.html +++ b/index.html @@ -13,53 +13,15 @@ There is no current note at the moment. </p> <hr /> - <h2 id="nav">Navigation</h2> - <ul> - <li><a href="https://www.andrewyu.org">Personal site (this page)</a></li> + <ul id="nav"> + <li><a href="https://www.andrewyu.org">Home</a></li> + <li><a href="/hub.html">Hub</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> (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="/note/">Frequently used answers</a></li> - <li><a href="/buffer.html">Buffer area</a></li> - </ul> - <hr /> - <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> - <hr /> - <h2 id="articles">Articles</h2> - <p>Pages for other projects (i.e. Evosaur) are not listed—only independent articles are listed here. These are sorted from newest to oldest. Some do not come with HTML anchors: these articles are not published online, but are still listed here. For these, you may ask me for a copy in real life, but it is within my rights to decline such requests.</p> - <ul> - <li>A Fragile Society (7)</li> - <li><a href="/article/copyright.html">Copyright: It's okay</a> (6)</li> - <li><a href="/article/democracy-us.html">Democracy: Fundamentals</a> (5) (Unfinished)</li> - <li><a href="/article/democracy-fundamentals.html">Democracy: Fundamentals</a> (4) (Unfinished)</li> - <li><a href="/article/abortion.html">Abortion</a> (3)</li> - <li><a href="/article/pragmatic-use-of-nonfree-software.html">Pragmatic Use of Nonfree Software</a> (2)</li> - <li><a href="/article/free-software-education-in-china-and-covid-19.html">Free Software, Education in China and COVID-19</a> (1)</li> - </ul> - <hr /> - <h2 id="subsites">Personal Subsites</h2> - <ul> - <li><a href="/school/">School stuff</a></li> - </ul> - <hr /> - <h2 id="other-articles">Articles by others</h2> - <p>These are articles that I've read that I believe is worth sharing here.</p> - <ul> - <li><a href="https://www.gnu.org/philosophy/surveillance-vs-democracy.html">Surveillance vs Democracy</a></li> - <li><a href="https://www.theguardian.com/commentisfree/2022/jan/19/america-biden-trump-authoritarinism">Authoritarinism in the US</a></li> - <li><a href="https://stallman.org/articles/companies-snoop-on-students.html">Many governments invite schools to invite companies to snoop on students</a></li> - </ul> - <hr /> - <h2 id="random">Random links</h2> - <ul> - <li><a href="https://fsf.org">The Free Software Foundation</a></li> - <li><a href="https://based.cooking">A simple clean receipe site</a></li> - <li><a href="https://landchad.net">Host your own services</a></li> + <li><a href="/articles/">Articles</a></li> + <li><a href="/life/">Life Log</a></li> + <li><a href="/buffer.html">Buffer</a></li> </ul> + <p id="about-me">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> <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> |