37 lines
No EOL
1.6 KiB
HTML
37 lines
No EOL
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-5 col-xl-6">
|
|
<img src="/imgs/violets-purgatory-screenshot.png">
|
|
</div>
|
|
<div class="col-lg-7 col-xl-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> |