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

79 lines
3.3 KiB
HTML
Raw Normal View History

2024-02-12 14:05:07 -06:00
<!DOCTYPE html>
<html lang="en">
<head>
2024-04-24 15:55:11 -05:00
<link rel="stylesheet" type="text/css" href="../style.css">
2024-02-12 14:05:07 -06:00
<link rel="stylesheet" type="text/css" href="../subpage.css">
2024-04-16 14:25:15 -05:00
<script src="../main.js"></script>
2024-02-12 14:05:07 -06:00
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Violet's Purgatory</title>
<meta name="darkreader-lock">
2024-02-18 08:28:36 -06:00
<meta content="Socials - Violet's Purgatory" property="og:title" />
2024-04-26 09:09:01 -05:00
<meta content="This page lists all the platforms you can find me on!" property="og:description" />
2024-02-12 14:05:07 -06:00
<meta content="https://api.violets-purgatory.dev/v1/pfp" property="og:image" />
<meta content="#a200ff" data-react-helmet="true" name="theme-color" />
</head>
<body>
2024-04-16 14:25:15 -05:00
{WEATHER_MODIFIER}
2024-04-17 09:33:05 -05:00
2024-05-20 11:43:00 -05:00
<a href="../" class="chip">Home</a>
<a href="../faq" class="chip">FAQ</a>
<a href="../stats" class="chip">Stats</a>
2024-02-13 09:23:54 -06:00
<h1>Socials</h1>
2024-04-17 09:33:05 -05:00
<div class="mainDiv">
<hr>
<main>
2024-03-07 23:07:11 -06:00
<p>Here's most of the sites you can find me on-<br>if you needed that for some reason?</p>
<div class="grid-container">
2024-06-19 14:23:16 -05:00
{SOCIALS}
<!-- <div class="grid-child">
<div>
<h3>Social Media</h3>
2024-03-29 20:40:15 -05:00
<a class="chip" href="https://floofy.city/@bingus_violet" rel="me">Fedi: bingus_violet&ZeroWidthSpace;@floofy.city</a>
2024-02-18 08:01:58 -06:00
<a class="chip" href="https://www.youtube.com/channel/UChcrBJNJLZucy3TPyGyAY2g">Youtube: {Violet}'s Fiasco</a>
2024-06-19 14:23:16 -05:00
<a class="chip" href="https://ko-fi.com/bingus_violet">Ko-fi: Bingus_{Violet}</a>
<a class="chip" href="https://en.liberapay.com/bingus_violet/">Liberapay: bingus_violet</a>
</div>
2024-02-12 14:05:07 -06:00
</div>
<div class="grid-child">
<div>
<h3>Chat</h3>
2024-03-07 08:55:41 -06:00
<a class="chip" href="https://matrix.to/#/@bingus_violet:matrix.violets-purgatory.dev">Matrix: @bingus_violet:&ZeroWidthSpace;matrix.violets-purgatory.dev</a>
<a class="chip">Discord: bingus_violet</a>
<a class="chip">Revolt: Bingus{Violet}#5573</a>
</div>
2024-02-12 14:05:07 -06:00
</div>
<div class="grid-child">
<div>
<h3>Coding</h3>
<a class="chip" href="https://git.violets-purgatory.dev/bingus_violet/">Forgejo: bingus_violet (git.violets-purgatory.dev)</a>
<a class="chip" href="https://codeberg.org/Bingus_violet">Codeberg: bingus_violet</a>
2024-02-18 08:01:58 -06:00
<a class="chip" href="https://hub.docker.com/u/bingusviolet">Docker: bingusviolet</a>
<a class="chip" href="https://github.com/violets-puragtory">Github: violets-puragtory</a>
</div>
2024-02-12 14:05:07 -06:00
</div>
<div class="grid-child">
<div>
<h3>Games</h3>
2024-02-18 08:01:58 -06:00
<a class="chip" href="https://steamcommunity.com/id/violet-The-Thigh-high-obtainer/">Steam: {Violet}</a>
2024-06-11 02:45:55 -05:00
<a class="chip" href="https://www.roblox.com/users/28347789/profile">Roblox: @bingus_violet</a>
</div>
2024-06-19 14:23:16 -05:00
</div> -->
2024-02-12 14:05:07 -06:00
</div>
2024-02-18 08:01:58 -06:00
<br>
2024-02-12 14:05:07 -06:00
</main>
<div id="activityHtml">
2024-04-16 14:25:15 -05:00
{ACTIVITIES}
</div>
{SELECTED_VIDEO}
2024-04-17 09:33:05 -05:00
</div>
2024-02-12 14:05:07 -06:00
</body>
</html>