diff options
-rw-r--r-- | hub.html | 32 | ||||
-rw-r--r-- | index.html | 9 |
2 files changed, 9 insertions, 32 deletions
diff --git a/hub.html b/hub.html deleted file mode 100644 index ff6225a..0000000 --- a/hub.html +++ /dev/null @@ -1,32 +0,0 @@ - -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> - <head> - <title>Andrew Yu's Hub</title> - <link rel="stylesheet" href="/style.css" /> - <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> - <meta charset="utf-8" /> - </head> - <body class="indent"> - <h1>Andrew Yu's Hub</h1> - <p>Other people's Websites nearby:</p> - <p style="font-size: 125%;"> - See <a href="https://www.andrewyu.org/">my homepage</a>'s links list for stuff that's relevant to me. This link hub is mostly “things by others, really”. - </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> - <li><a href="https://users.andrewyu.org/~hax">Test_User</a></li> - </ul> - <p>Not my stuff or relevant-to-me-specifically in particular:</p> - <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> - </ul> - <div id="footer"> - <hr /> - <p><a href="/">Andrew Yu's Website</a></p> - </div> - </body> -</html> diff --git a/index.html b/index.html index d7c3a3a..6888293 100644 --- a/index.html +++ b/index.html @@ -42,6 +42,15 @@ <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> + </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> |