diff options
author | Melody Horn <melody@boringcactus.com> | 2018-06-17 11:55:24 -0500 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2018-06-17 11:55:24 -0500 |
commit | 4d9d4018ce14548e77286d9ba4356b3e2d954144 (patch) | |
tree | 342d158cb648e7d947512278015ff2af63f8c4cd /index.html | |
parent | 6fd19c00d49797bc5f8dc6f7d2aca4df96ebe903 (diff) | |
download | boringcactus.com-4d9d4018ce14548e77286d9ba4356b3e2d954144.tar.gz boringcactus.com-4d9d4018ce14548e77286d9ba4356b3e2d954144.zip |
get some actual work done
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 20 |
1 files changed, 11 insertions, 9 deletions
@@ -4,16 +4,18 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>boringcactus</title> -<style> -/* stolen from evenbettermotherfucking.website */ -body {margin: 5% auto; background: #f2f2f2; color: #444444; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.8; text-shadow: 0 1px 0 #ffffff; max-width: 60em;} -code {background: white;} -a {border-bottom: 1px solid #444444; color: #444444; text-decoration: none;} -a:hover {border-bottom: 0;} -</style> +<link rel="stylesheet" href="site.css"> </head> <body> -<h1>ya girl melody still doesn't know shit</h1> -<p>but she's on <a href="https://twitter.com/boring_cactus">twitter</a></p> +<main> +<h1>boringcactus (Melody Horn)</h1> +<p> + i'm a programmer and a trans woman. + i've done some cool shit but it's under my deadname and i don't know how much of it is any good so i'm not talking about it here right now. +</p> +<p> + i mostly exist on <a href="https://twitter.com/boring_cactus">twitter</a> retweeting good content and occasionally tweeting bad content. +</p> +</main> </body> </html> |