2023-10-20 21:52:33 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
2023-11-07 13:00:16 -06:00
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css"
|
|
|
|
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
2023-10-20 21:52:33 -05:00
|
|
|
<link rel="stylesheet" href="./style.css">
|
|
|
|
|
|
|
|
<title>Violet's Purgatory</title>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2023-11-03 20:12:37 -05:00
|
|
|
<h1>Welcome to Violet's Purgatory</h1>
|
2023-10-24 20:28:41 -05:00
|
|
|
<br>
|
2023-11-07 13:00:16 -06:00
|
|
|
<div id="maindiv">
|
|
|
|
<div class="container-fluid row" id="card">
|
|
|
|
<h2>Violet</h2>
|
|
|
|
<div class="col-sm-6">
|
|
|
|
<img src="https://api.lanyard.rest/534132311781015564.png" class="pfp">
|
|
|
|
</div>
|
|
|
|
<div class="col-sm-6">
|
|
|
|
<p>Pronouns: They/Them</p>
|
|
|
|
<p>Gender: Non-binary</p>
|
|
|
|
<p>Game & web developer</p>
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<br>
|
|
|
|
<a rel="me" style="display: none;" href="https://tech.lgbt/@Bingus_Violet" />
|
2023-11-07 13:07:11 -06:00
|
|
|
<p class="chip"><a href="/s">Socials</a></p>
|
|
|
|
<p class="chip"><a href="/p">Pronouns</a></p>
|
2023-11-07 13:00:16 -06:00
|
|
|
<p style="color: lightgray"><em>The world's worst developer</em></p>
|
|
|
|
</div>
|
2023-11-03 20:12:37 -05:00
|
|
|
</div>
|
2023-11-07 13:00:16 -06:00
|
|
|
<hr>
|
2023-10-22 16:34:09 -05:00
|
|
|
|
2023-11-07 13:00:16 -06:00
|
|
|
<p class="chip" style="border-color: red;">Ko-Fi: <a href="https://ko-fi.com/bingus_violet"
|
|
|
|
style="color: rgb(255, 100, 100)">bingus_violet</a> - Please donate!</p>
|
|
|
|
<br><br>
|
|
|
|
|
|
|
|
|
|
|
|
<p>If you have any problems with the site, put up an issue on <a
|
|
|
|
href="https://codeberg.org/Bingus_Violet/Violets-Purgatory">codeberg!</a></p>
|
|
|
|
</div>
|
2023-10-20 21:52:33 -05:00
|
|
|
</body>
|
|
|
|
|
2023-11-03 13:01:13 -05:00
|
|
|
</html>
|
|
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
|
If you're using the curl command, perhaps consider trying to curl "violets-purgatory.dev/curl" instead?
|
|
|
|
:3 there waits a secret for you...
|
|
|
|
-->
|