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