diff options
author | Andrew Yu <andrew@andrewyu.org> | 2021-12-16 02:18:59 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2021-12-16 02:18:59 +0800 |
commit | 69429c827c80ab09c621c6d84fac2b58c078a8de (patch) | |
tree | b56c69c4d45a7d7546716131ef28fbac73947e7f /index.html | |
parent | 6ca19ae9c5880dbbad2a1047bb7de88be311b1c4 (diff) | |
download | www-69429c827c80ab09c621c6d84fac2b58c078a8de.tar.gz |
change theme and add nav
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 26 |
1 files changed, 9 insertions, 17 deletions
diff --git a/index.html b/index.html index 17cb49c..141b8f9 100644 --- a/index.html +++ b/index.html @@ -6,24 +6,16 @@ </head> <body> <h1>Andrew Yu's WIP website</h1> + <div id="nav"> + <ul> + <li><a href="https://www.andrewyu.org">Home</a></li> + <li><a href="https://blog.andrewyu.org">Blog</a></li> + <li><a href="https://project.andrewyu.org">Projects</a></li> + <li><a href="https://git.andrewyu.org">Git</a></li> + <li><a href="https://lib.andrewyu.org">Files</a></li> + </ul> + </div> <div class="multicol"> - <div id="sites"> - <h2>Status of this website</h2> - <p>I recently switched from GNU/Linux to OpenBSD on all of my servers and some desktop/laptops. I'm going to rewrite the site soon, see you then!</p> - <p>Things done:</p> - <dl> - <dt>web</dt><dd>httpd, certbot, htaccess</dd> - <dt>email</dt><dd>smtpd, dovecot, rspamd</dd> - </dl> - <p>I maintain a few sites on my server.</p> - <dl> - <dt>Public projects code on the Web</dt><dd><a href="https://project.andrewyu.org">https://projects.andrewyu.org</a></dd> - <dt>Git bare repos for public projects</dt><dd><a href="https://git.andrewyu.org">https://git.andrewyu.org</a></dd> - <dt>My personal blog</dt><dd><a href="https://blog.andrewyu.org">https://blog.andrewyu.org</a></dd> - <dt>File storage space</dt><dd><a href="https://lib.andrewyu.org">https://lib.andrewyu.org</a></dd> - </dl> - <p>Note: Some of these sites are unpopulated. Some of these sites look ugly. Some of these sites don't exist yet. This is, again, a new server, I'm probably going to fix that sooner or later. If you still find it empty in a while, please tell me about that. If you could get me a stylesheet that's high contrast but colorful, I'd appreciate that! Just note that it's gotta be under a free license. I'm not an expert in HTML and stuff, and I'm thinking of alternative protocols (including Gopher and Gemini, but I need to find sane UNIX-ey daemons). I maintain the source of my website and blog on <a href="https://git.andrewyu.org">https://git.andrewyu.org</a> because I like hosting stuff myself as far as possible.</p> - </div> <div id="ponder"> <h2>Help me ponder upon these questions</h2> <h3>Help me choose licenses</h3> |