diff options
author | Andrew Yu <andrew@andrewyu.org> | 2021-12-12 19:59:57 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2021-12-12 19:59:57 +0800 |
commit | 4f0a333fcce73fec96db6267c710dfe228730857 (patch) | |
tree | 41b1893937d38a7635980a5165a3bef59b10e2d6 | |
parent | 1a1f02ed7f63c4ee178ad5a258a4c9c7ed1d162f (diff) | |
download | www-4f0a333fcce73fec96db6267c710dfe228730857.tar.gz |
add links to everywhere, contact info and CC0
-rw-r--r-- | index.html | 35 |
1 files changed, 25 insertions, 10 deletions
diff --git a/index.html b/index.html index 04b10e2..eafe1fb 100644 --- a/index.html +++ b/index.html @@ -1,22 +1,37 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE htm PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" -"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - -<html xmlns="http://www.w3.org/TR/xhtml1" xml:lang="en" lang="en"> +<!DOCTYPE html> +<html lang="en"> <head> <title>Still a work in progress</title> </head> <body> <h1>Still a work in progress</h1> <p>I recently switched from 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: + <dl> + <dt>web</dt><dd>httpd</dd> + <dt>email</dt><dd>smtpd, dovecot, rspamd</dd> + </dl> + </p> + <h2>Sites</h2> + <p>I maintain a few sites on my server.</p> + <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://www.andrewyu.org/blog">https://www.andrewyu.org/blog</a></dd> + <dt>Random storage space</dt><dd><a href="https://www.andrewyu.org/pub">https://www.andrewyu.org/pub</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.</p> + <h2>Contact</h2> + <p>There are many ways to contact me. None require proprietary software.</p> + <p> <ul> - <li>httpd</li> - <li>smtpd, dovecot, rspamd</li> + <li>mail <a href="mailto:andrew@andrewyu.org">andrew@andrewyu.org</a></li> + <li>irc <a href="irc://irc.libera.chat:6697/AndrewYu">Andrew on Libera</a></li> + <li>irc <a href="irc://irc.libera.chat:6697/AndrewYu">Andrew on AndrewIRC</a></li> </ul> </p> + <p>Note: I am not always on IRC until I get my bouncer set up. AndrewIRC won't be up until I find a sane minimal server, then install and configure it.</p> + <p><small>To the extent possible under law, Andrew Yu has waived all copyright and related or neighboring rights to the content of this website.</small></p> </body> </html> - - |