garbash-www

archive of ~alex garbash.com page
git clone git://git.alexkarle.com.com/garbash-www
Log | Files | Refs | README | LICENSE

commit 385cd45069ed17d854ed4f45e6fddc523766e371 (patch)
parent 88004e9a63e46b97763b4e93b2771ccddd094bd0
Author: alex <alex@garbash.com>
Date:   Fri, 24 Sep 2021 23:30:58 -0400

index: Add About Me section

If we ever invite anyone else... maybe this will be read?

Diffstat:
Mindex.html | 18+++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)

diff --git a/index.html b/index.html @@ -5,10 +5,22 @@ <meta name="viewport" content="width=device-width,initial-scale=1"> </head> <body> -<h1>Game plan</h1> +<h1>~alex's page</h1> +<h2>About Me</h2> +<p> +Hey! I'm alex. I'm a programmer by day and sysadmin by night. +I co-admin this site with +<a href="/~anthony">~anthony</a>. +</p> +<p> +Below you'll find both an ongoing list of things I'd like to do for +this site, along with my field notes and stories of how the things +I did went down! +</p> +<h2>Game plan</h2> -<h2>TODO:</h2> +<h3>TODO:</h3> <ul> <li>Set up wireguard</li> <li>Set up IRC</li> @@ -20,7 +32,7 @@ <li>wiki</li> </ul> -<h2>Done:</h2> +<h3>Done:</h3> <ul> <li><a href="notes/001-domain-name.txt">Awesome domain name :)</a></li> <li><a href="notes/002-install.txt">OpenBSD install on Linode</a></li>