diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-09-11 18:18:03 +0200 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-09-11 18:18:03 +0200 |
commit | 7eaca170a8a80ba51a9e0d7e5b28d37f478e1d2d (patch) | |
tree | a1c232ef576ac1e77b8c8a7d79d62ec1b70e40b5 | |
parent | 271d02ae6ed7ff4547c62fdee4a3a3d73f824c16 (diff) | |
download | www-7eaca170a8a80ba51a9e0d7e5b28d37f478e1d2d.tar.gz |
e
-rw-r--r-- | hub.html | 2 | ||||
-rw-r--r-- | index.html | 19 | ||||
-rw-r--r-- | plain.css | 3 |
3 files changed, 13 insertions, 11 deletions
diff --git a/hub.html b/hub.html index 75bb46a..2eae2f1 100644 --- a/hub.html +++ b/hub.html @@ -23,7 +23,7 @@ <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> </ul> - <p>Other peoples' Websites nearby:</p> + <p>Other people's Websites nearby:</p> <ul> <li><a href="https://users.andrewyu.org/~luk">Luke</a></li> <li><a href="https://users.andrewyu.org/~luk/andrew-leak.mp4">Luke's Best Thing</a></li> diff --git a/index.html b/index.html index 32eb334..6553dd9 100644 --- a/index.html +++ b/index.html @@ -7,21 +7,20 @@ </head> <body> <h1>Andrew Yu</h1> - <p>Andrew Yu, a fellow Free Computing activist, welcomes you to <a href="/note/their.html">their</a> Website.</p> - <hr /> - <p id="now"> - There is no current note at the moment. - </p> - <hr /> <ul id="nav"> - <li><a href="https://www.andrewyu.org">Home</a></li> + <li><a href="https://www.andrewyu.org">Me</a></li> <li><a href="/hub.html">Hub</a></li> <li><a href="/contact.html">Contact</a></li> - <li><a href="/articles/">Articles</a></li> - <li><a href="/life/">Life Log</a></li> + <li><a href="/article/">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> + <hr /> + <p id="now"> + There is no current note at the moment. + </p> + <hr /> + <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, cardiology and molecular biology. I'm also a Free Computing activist. Feel free to read my articles and other works: be sure to check out <a href="/hub.html">the Hub</a>.</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> diff --git a/plain.css b/plain.css index 954e71d..35c8630 100644 --- a/plain.css +++ b/plain.css @@ -6,3 +6,6 @@ body { a.link {color: #0000A0;} a.visited {color: #A000A0;} a.active {color: #00A000;} + +#nav {list-style-type: none; padding: 0; margin: 0;} +#nav li {display: inline; margin-right: 1em;} |