summary refs log tree commit diff stats
path: root/index.html
blob: 8866307a5d9db9e59f0aff2b7289a5e79790fb4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
	<head>
		<link rel=stylesheet href="style.css" type="text/css" />
		<title>Andrew Yu's WIP website</title>
	</head>
	<body>
		<h1>Andrew Yu's WIP website</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:</p>
		<dl>
			<dt>web</dt><dd>httpd</dd>
			<dt>email</dt><dd>smtpd, dovecot, rspamd</dd>
		</dl>
		<h2>Sites</h2>
		<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://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>
			<dt>Private 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.</p>
		<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.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>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>