api.violets-purgatory.dev/static/socials/index.html

58 lines
2 KiB
HTML
Raw Normal View History

2023-10-22 16:34:09 -05:00
<!DOCTYPE html>
<html lang="en">
2023-11-07 14:40:43 -06:00
2023-10-22 16:34:09 -05:00
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2023-11-09 23:08:43 -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-22 16:34:09 -05:00
<link rel="stylesheet" href="/style.css">
2023-11-09 23:08:43 -06:00
2023-10-22 16:34:09 -05:00
<title>Socials - Violet's Purgatory</title>
</head>
2023-11-07 14:40:43 -06:00
2023-10-22 16:34:09 -05:00
<body>
2023-11-07 14:40:43 -06:00
<br>
2023-11-07 13:00:16 -06:00
<a class="chip" href="/">Home</a>
2023-11-07 14:40:43 -06:00
<h1>Socials
<hr>
</h1>
2023-11-09 23:08:43 -06:00
<div class="fadediv row container-fluid">
<div class="col-sm-6">
<h2>Chat Applications:</h2>
<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>
</div>
<div class="col-sm-6">
<h2>Social media:</h2>
<p class="chip" style="color: rgb(200, 175, 255);">Fedi: <a
href="https://tech.lgbt/@Bingus_Violet">@Bingus_Violet@tech.lgbt</a></p>
<p class="chip" style="color: rgb(255, 80, 80)">Youtube: <a
href="https://www.youtube.com/channel/UChcrBJNJLZucy3TPyGyAY2g">Violet's Fiasco</a></p>
</div>
<div class="col-sm-6">
<hr>
<h2>Git sites:</h2>
<p class="chip">Github: <a href="https://github.com/Violets-puragtory">Violets-puragtory</a></p>
<p class="chip" style="color: aqua">Codeberg: <a href="https://codeberg.org/Bingus_Violet">Bingus_Violet</a>
</p>
</div>
<div class="col-sm-6">
<hr>
<h2>Game sites:</h2>
<p class="chip" style="color: darkgrey">Steam: <a
href="https://steamcommunity.com/id/Violet-The-Thigh-high-obtainer/">Violet</a></p>
</div>
2023-11-07 14:40:43 -06:00
</div>
2023-10-22 16:34:09 -05:00
</body>
2023-11-07 14:40:43 -06:00
2023-10-22 16:34:09 -05:00
</html>