diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-03-06 11:35:45 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-03-06 11:35:45 +0800 |
commit | 5a94a7c0dc46f9313073940002fc48ecb6767d47 (patch) | |
tree | c4fb5417da49638021ef7c29c5630388366e65e6 /index.html | |
parent | 597fc456b8398357bdda225a861f4573e949aec7 (diff) | |
download | www-5a94a7c0dc46f9313073940002fc48ecb6767d47.tar.gz |
minor update
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/index.html b/index.html index 60d7845..c010d60 100644 --- a/index.html +++ b/index.html @@ -11,12 +11,11 @@ <div id="nav"> <h2>Navigate around</h2> <ul> - <li><a href="https://andrewyu.org">Hub</a></li> + <li><a href="https://andrewyu.org">Hub of links (WIP)</a></li> <li><a href="https://www.andrewyu.org">Personal site</a></li> - <!--li><a href="https://blog.andrewyu.org">Blog (WIP)</a></li--> <li><a href="https://git.andrewyu.org" class="alert">Projects</a></li> - <li><a href="https://pub.andrewyu.org">Users</a></li> - <li><a href="https://lib.andrewyu.org">File library</a></li> + <li><a href="https://users.andrewyu.org">Users</a></li> + <li><a href="https://lib.andrewyu.org">Private file library</a></li> <li><a href="https://fcm.andrewyu.org" class="alert">Free Computing Movement</a></li> <li><a href="https://libre.andrewyu.org" class="alert">Libre Society</a></li> <li><a href="https://host.andrewyu.org" class="alert">Server guides</a></li> @@ -64,16 +63,17 @@ </div> <div id="me"> <h2>About me</h2> - <p>I am Andrew Yu, a secondary school student in Shanghai, China. My main fields of interest are philosophy (especially moral philosophy, and especially especially moral philosophy in technology), metamathematics, programming fundamentals and molecular biology. I'm also a free software activist.</p> + <p>I am Andrew Yu. My main fields of interest are philosophy (especially moral philosophy, and especially especially moral philosophy in technology), metamathematics, programming fundamentals and molecular biology. I'm also a free software activist.</p> </div> <div id="contact"> <h2>Contact</h2> <p>There are many ways to contact me. None of these require proprietary software.</p> <ul> - <li>talk to me in real life;</li> - <li>mail <a href="mailto:andrew@andrewyu.org">andrew@andrewyu.org</a>;</li> - <li>irc <a href="irc://irc.andrewyu.org:6697/Andrew">Andrew on AndrewIRC</a>;</li> - <li>irc <a href="irc://irc.libera.chat:6697/Andrew">Andrew</a> on <a href="https://libera.chat">Libera</a>.</li> + <li>talk to me in real life (This method is preferred, if you know me in real life.);</li> + <li>mail <a href="mailto:andrew@andrewyu.org">andrew@andrewyu.org</a> (Emails are preferred for in-depth discussions.);</li> + <li>xmpp <a href="xmpp:andrew@andrewyu.org">andrew@andrewyu.org</a> (My OTR fingerprint is <code>D860F6CC FEF3D079 A6964AA3 86BD6A34 8F86E218</code> and my OpenPGP fingerprint is as below. Use this for quick questions, or highly interactive discussions.).</li> + <li>irc <a href="irc://irc.andrewyu.org:6697/Andrew">Andrew</a> on <a href="https://irc.andrewyu.org">LibreIRC</a> (LibreIRC is an IRC network started by Andrew, myself, running Solanum IRCd and Atheme Services. Use this for quick questions, or highly interactive discussions. Since talking on Internet Relay Chat requires people to be online at the same time, use a bouncer, or don't close your client, to ensure that my replies reach you. Of course you can also give me another way to get to you that's persistent.);</li> + <li>irc <a href="irc://irc.libera.chat:6697/Andrew">Andrew</a> on <a href="https://libera.chat">Libera</a> (Libera is an IRC network popular among free software users, activists and developers. Use this for quick questions, or highly interactive discussions. Please note that for privacy purposes, you should use some type of encryption. I am not affiliated with Libera and I don't run it in any way. Of course, either be on there all the time or give me another way to contact you.);</li> </ul> <p>There are many ways <em>not</em> to contact me.</p> <ul> |