diff options
author | Runxi Yu <me@runxiyu.org> | 2024-05-05 15:43:15 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2024-05-05 15:43:15 +0800 |
commit | 456594df75ffabf776b37067a1ac58c516576d3a (patch) | |
tree | b44ad2e6b2bf3eb62990a1dc60817bdbfa000fe6 /index.html | |
parent | 01c75115a82b131106298cf027b61691cf7474cb (diff) | |
download | www-456594df75ffabf776b37067a1ac58c516576d3a.tar.gz |
Better navigation
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 24 |
1 files changed, 9 insertions, 15 deletions
diff --git a/index.html b/index.html index 095c38f..834d57f 100644 --- a/index.html +++ b/index.html @@ -19,6 +19,15 @@ <body> <header> <h1>Runxi Yu</h1> + <nav> + <ul> + <li><a href="https://git.runxiyu.org/">Git</a></li> + <li><a href="#contact">Contact</a></li> + <li><a href="./microblog">Microblog</a></li> + <li><a href="#articles">Articles</a></li> + <li><a href="#faq">FAQs</a></li> + </ul> + </nav> </header> <article> @@ -37,21 +46,6 @@ <li>sr.ht <a href="https://sr.ht/~runxiyu"><code>~runxiyu</code></a></li> </ul> -<h2 id="sites">Sites</h2> - -<ul> - <li><a href="./microblog">Microblog</a></li> - <li>Git Repositories - <ul> - <li><a href="https://git.runxiyu.org/">Current</a></li> - <li><a href="https://oldgit.runxiyu.org/">Archive</a></li> - <li><a href="https://oldgit.runxiyu.org/">Contrib</a></li> - </ul> - </li> - <!--<li><a href="https://evosaur.andrewyu.org/">The Evosaur Project</a></li>--> -</ul> - - <h2 id="articles">Personal Articles</h2> <p>Pages for other projects (i.e. Evosaur) are not listed—only independent articles are listed here. These are generally sorted from newest to oldest. Some do not come with HTML anchors: these articles are not published online, but are still listed here for the sake of completeness. Articles marked with "*" are fictional/literary.</p> <ul> |