fix: wrap homepage body in body-wrapper

This commit is contained in:
Price Hiller 2023-08-29 16:59:41 -05:00
parent e04dc06ec4
commit 4ca6fc01c7
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -11,14 +11,17 @@
{% include "nav.html" %}
<body>
<p>Hello! I'm Price, a Linux user and Neovim addict. This necessarily means I am either bald or balding. Oh, also I
sometimes write Rust. This page is generated from a Rust static site generator I wrote, it's not very good but it
makes me happy. I'm a big fan of reproducible systems and infrastructure, though I'm not sure if I'm sold on NixOS
just yet. I hold it as a dumb source of pride that I can wipe my laptop and have everything back to normal within 20
minutes depending on how nice Github's rate limit wants to play. Hit me up at my <a
href="mailto:price@orion-technologies.io">email</a> if you want to get in contact.</p>
<p>Maggie and Ellie say hi: <img src="/assets/static/maggie-ellie-comfy.jpeg" alt="Black labrador and yellow
<div class="body-wrapper">
<p>Hello! I'm Price, a Linux user and Neovim addict. This necessarily means I am either bald or balding. Oh, also I
sometimes write Rust. This page is generated from a Rust static site generator I wrote, it's not very good but it
makes me happy. I'm a big fan of reproducible systems and infrastructure, though I'm not sure if I'm sold on NixOS
just yet. I hold it as a dumb source of pride that I can wipe my laptop and have everything back to normal within
20
minutes depending on how nice Github's rate limit wants to play. Hit me up at my <a
href="mailto:price@orion-technologies.io">email</a> if you want to get in contact.</p>
<p>Maggie and Ellie say hi: <img src="/assets/static/maggie-ellie-comfy.jpeg" alt="Black labrador and yellow
labrador dogs sleeping on bed with blankets over them" width="700"></p>
</div>
</body>
{% include "footer.html" %}