56 lines
No EOL
2 KiB
HTML
56 lines
No EOL
2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="/style.css">
|
|
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>Violet's Purgatory</title>
|
|
|
|
<meta name="darkreader-lock">
|
|
|
|
<meta content="Welcome to Violet's Purgatory" property="og:title" />
|
|
<meta
|
|
content="Hi, I'm Violet, a 15 year old web developer with strong ambitions. You can find more info on my site!"
|
|
property="og:description" />
|
|
<meta content="https://api.violets-purgatory.dev/v1/pfp" property="og:image" />
|
|
<meta content="#a200ff" data-react-helmet="true" name="theme-color" />
|
|
|
|
<!-- To any who dare read this code! I stole the code above off of stack overflow :P-->
|
|
</head>
|
|
|
|
<body>
|
|
<h1 class="animatedTitle">Welcome to <span class="mainTitle">Violet's Purgatory</span><span class="note">Commit
|
|
{COMMIT_COUNT}</span><br></h1>
|
|
{BG_EFFECT}
|
|
<main>
|
|
<p>{RANDOM_QUOTE}</p>
|
|
<hr>
|
|
<p>Hi! I'm Violet, a 15 year old web and game developer. <br>
|
|
I aspire to make fast and javascript free websites! I'm currently learning the Godot Engine, and have been
|
|
becoming quote fluent in NodeJS.<br>
|
|
Although my site is pretty barebones at the moment due to a recent rewrite, I hope to continue with this
|
|
passion and update this website along with it.
|
|
</p>
|
|
|
|
<div id="card">
|
|
<h2>Violet</h2>
|
|
<div class="sides">
|
|
<img src="https://api.violets-purgatory.dev/v1/pfp" class="pfp">
|
|
</div>
|
|
<div class="sides">
|
|
<p>
|
|
They/Them<br>
|
|
{RANDOM_TITLE}
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<p>As is probably very obvious, I'm not great at graphic design at the moment, but I hope to improve upon that
|
|
as time goes on.<br><span class="note">I'm sure you can tell I have a pretty low self esteem too...</span>
|
|
</p>
|
|
</main>
|
|
</body>
|
|
|
|
</html> |