Violets-Purgatory/static/projects/index.html
2024-01-07 01:30:42 -06:00

37 lines
1.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../style.css">
<meta content="Projects - Violet's Purgatory" property="og:title" />
<meta content="All my major projects!" />
<meta content="https://api.lanyard.rest/534132311781015564.png" property="og:image" />
<meta content="#a200ff" data-react-helmet="true" name="theme-color" />
<title>Projects - Violet's Purgatory</title>
</head>
<body>
<h1>Projects</h1>
<p>All my silly lil projects in one, concise(?) page. To be updated over time!</p>
<div class="fadediv">
<div class="project">
<h1>Violet's Purgatory</h1>
<div class="project-inner container-fluid row">
<div class="col-lg-6">
<img src="/imgs/violets-purgatory-screenshot.png">
</div>
<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>
</div>
</div>
</div>
</div>
</body>
</html>