Violets-Purgatory/static/index.html

66 lines
3 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2023-11-03 20:12:37 -05:00
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<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&nbsp;Purgatory</h1>
<hr>
<h2>...Who?</h2>
2023-11-03 20:12:37 -05:00
<p>Hi! I'm Violet, a generic web and game developer. <br> If it wasn't already clear, though, I am not a graphic
designer TwT.</p>
2023-10-24 20:28:41 -05:00
<br>
2023-11-03 20:12:37 -05:00
<div class="container-fluid row" id="card">
<div class="col-sm-6">
<img src="https://api.lanyard.rest/534132311781015564.png" class="pfp">
</div>
<div class="col-sm-6">
<p>Name: Violet</p>
<p>Pronouns: They/Them</p>
<p>Gender: Non-binary</p>
</div>
<p style="color: lightgray"><em>The world's worst developer</em></p>
</div>
<hr>
2023-10-22 16:34:09 -05:00
<h2>Socials:</h2>
2023-11-03 20:12:37 -05: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>
2023-10-22 16:34:09 -05:00
<br><br>
2023-11-03 20:12:37 -05:00
<p class="chip" style="color: rgb(200, 175, 255);">Fedi: <a rel="me"
href="https://tech.lgbt/@Bingus_Violet">@Bingus_Violet@tech.lgbt</a></p>
2023-10-22 16:34:09 -05:00
<p class="chip"><span style="color: limegreen">Matrix</span>: @bingus_violet:catgirl.cloud</p>
<p class="chip"><span style="color: red;">Revolt</span>: BingusViolet#5573</p>
<p class="chip"><span style="color: rgb(125, 150, 225)">Discord</span>: bingus_violet</p>
<p class="chip"><a href="s">More</a></p>
<hr>
<h2>Where did you get this very original website design?</h2>
<p style="font-size: 1.35rem;">Uhmmmmmm..... nowhere :></p>
2023-11-03 20:12:37 -05:00
<p style="font-size: 0.9rem; color: gray">3 versions (including this one) of my website have been a direct rip off
of my <a href="https://lunasother.nl">girlfriend's websites</a> T^T</p>
<hr>
2023-10-22 01:34:27 -05:00
<h1>Stuff im hosting!</h1>
2023-11-03 20:12:37 -05:00
<p>If you have anything I should host, please put an issue up on <a
href="https://codeberg.org/Bingus_Violet/Violets-Purgatory">codeberg!</a></p>
<p class="chip">(New, please try! Report bugs!) NoJS Youtube Converter: <a
href="https://yt.violets-purgatory.dev">yt.violets-purgatory.dev</a></p>
2023-10-22 01:36:10 -05:00
<p class="chip">SearXNG: <a href="https://search.violets-purgatory.dev">search.violets-purgatory.dev</a></p>
2023-10-22 13:01:19 -05:00
<!-- <p class="chip">Osana Proxy: <a href="https://osana.violets-purgatory.dev">osana.violets-purgatory.dev</a></p> -->
2023-11-03 20:12:37 -05:00
<p class="chip">Fortnite (web): <a href="https://fortnite.violets-purgatory.dev">fortnite.violets-purgatory.dev</a>
</p>
2023-10-22 01:34:27 -05:00
<hr>
2023-11-03 20:12:37 -05:00
<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>
</body>
</html>