More formatting fixes

This commit is contained in:
Bingus_Violet 2024-01-07 01:30:42 -06:00
parent 01ed7a416e
commit ffaaea0e25

View file

@ -17,15 +17,15 @@
<body> <body>
<h1>Projects</h1> <h1>Projects</h1>
<p>All my silly lil projects in one, concise page. To be updated over time!</p> <p>All my silly lil projects in one, concise(?) page. To be updated over time!</p>
<div class="fadediv"> <div class="fadediv">
<div class="project"> <div class="project">
<h1>Violet's Purgatory</h1> <h1>Violet's Purgatory</h1>
<div class="project-inner container-fluid row"> <div class="project-inner container-fluid row">
<div class="col-lg-5 col-xl-6"> <div class="col-lg-6">
<img src="/imgs/violets-purgatory-screenshot.png"> <img src="/imgs/violets-purgatory-screenshot.png">
</div> </div>
<div class="col-lg-7 col-xl-6"> <div class="col-lg-6">
<p>Nothing much to be said- its the site you're using right now! I've made many variations of it over the years, and it's been on 3 different domains. First it was "violets-puragtory.github.io", then moved to "violets-puragtory.com", and lastly (now) to violets-purgatory.dev! My first time coding any HTML on my own, and technically the first iteration of this site, was a css animation of the "homophobic dog" meme sliding on screen accompanied by the role sound effect from amongus. I was like 13 don't judge me I thought it was funny.</p> <p>Nothing much to be said- its the site you're using right now! I've made many variations of it over the years, and it's been on 3 different domains. First it was "violets-puragtory.github.io", then moved to "violets-puragtory.com", and lastly (now) to violets-purgatory.dev! My first time coding any HTML on my own, and technically the first iteration of this site, was a css animation of the "homophobic dog" meme sliding on screen accompanied by the role sound effect from amongus. I was like 13 don't judge me I thought it was funny.</p>
</div> </div>