diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-11-27 10:34:19 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-11-27 10:34:19 -0500 |
commit | 0d26219384c908999fbfa942c30e10d44c487899 (patch) | |
tree | 93193ffd91f21d6e22ace0a8ad3378bf129377ae /life/2020-04-10-the-obligatory-covid-19-post.html | |
parent | db88cf6a17bf89759bf555647b14233b99be673c (diff) | |
download | 53hor-0d26219384c908999fbfa942c30e10d44c487899.tar.xz 53hor-0d26219384c908999fbfa942c30e10d44c487899.zip |
added posts as html, fixed nav, updated styles and images
Diffstat (limited to 'life/2020-04-10-the-obligatory-covid-19-post.html')
-rw-r--r-- | life/2020-04-10-the-obligatory-covid-19-post.html | 109 |
1 files changed, 109 insertions, 0 deletions
diff --git a/life/2020-04-10-the-obligatory-covid-19-post.html b/life/2020-04-10-the-obligatory-covid-19-post.html new file mode 100644 index 0000000..aa948f6 --- /dev/null +++ b/life/2020-04-10-the-obligatory-covid-19-post.html @@ -0,0 +1,109 @@ +<!DOCTYPE html> +<html> + <head> + <link rel="stylesheet" href="/includes/stylesheet.css" /> + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <meta + property="og:description" + content="The World Wide Web pages of Adam Carpenter" + /> + <meta property="og:image" content="/includes/images/logo_diag.png" /> + <meta property="og:site_name" content="53hor.net" /> + <meta property="og:title" content="Obligatory COVID-19 Post" /> + <meta property="og:type" content="website" /> + <meta property="og:url" content="https://www.53hor.net" /> + <title>53hornet ➙ Obligatory COVID-19 Post</title> + </head> + + <body> + <nav> + <ul> + <li> + <a href="/"> + <img src="/includes/icons/home-roof.svg" /> + Home + </a> + </li> + <li> + <a href="/about.html"> + <img src="/includes/icons/information-variant.svg" /> + About + </a> + </li> + <li> + <a href="/software.html"> + <img src="/includes/icons/git.svg" /> + Software + </a> + </li> + <li> + <a href="/hosted.html"> + <img src="/includes/icons/desktop-tower.svg" /> + Hosted + </a> + </li> + <li> + <a type="application/rss+xml" href="/rss.xml"> + <img src="/includes/icons/rss.svg" /> + RSS + </a> + </li> + <li> + <a href="/contact.html"> + <img src="/includes/icons/at.svg" /> + Contact + </a> + </li> + </ul> + </nav> + + <article> + <h1>Obligatory COVID-19 Post</h1> + <p> + We're alive! All three of us: Amy, Clementine, and myself. We're doing + what we do best and that is being hermits with zero social contact. + That's pretty okay by us though because it lets us slow down from all + the fast-paced life changes we've made in the past few months. + </p> + + <p> + In January Amy and I bought a house! We couldn't have done it without + the wonderful help of everyone who gave us wedding gifts. We got a nice + little standalone place in Suffolk, much closer to where I work and + centrally located for Amy's tutoring business. We spent all of January + painting and prepping for the big move. Late January and early February + were all moving and unpacking and trying to get back in the groove. + Since the outbreak, we've been using the extra time at home to finish up + all the move-in projects we wanted to: finishing painting, putting up + shelves, hanging pictures, and rewiring electrical outlets. + </p> + + <p> + Amy also finally got the chance to pursue her dream job: she started up + her own private tutoring business. She's been working hard with clients + all over Hampton Roads, from college students all the way to + first-graders. Business was booming before schools closed but I know + she'll bring it back once things have returned to normal again. No + worries though, she's spending this time helping William and Mary handle + remote operations and students in need. She's also [supposed to be] + writing her master's thesis so she can graduate in May but you know how + it is. + </p> + + <p> + We're also working through a family illness, which adds difficulty . We + expect a speedy recovery though and we're really excited for that. + All-in-all, we're really enjoying our lives as a happily married couple. + It's been about eight months now and I've enjoyed every minute of it: + the glad, the slightly stressed, and the overarching worry as the world + took a strange turn. But we're looking forward to a good Summer now. The + weather has turned nice -- really nice -- and Clementine is forcing us + to get outside. She's in love with her nice, big fenced-in yard and + refuses to come in after catching hoops most of the time. + </p> + + <p>Stay safe, smart, and sane!</p> + </article> + </body> +</html> |