Violets-Purgatory/static/socials/index.html

75 lines
3.3 KiB
HTML
Raw Normal View History

2024-02-12 14:05:07 -06:00
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="../style.css">
<link rel="stylesheet" type="text/css" href="../subpage.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>Links & Socials</h1>
<main class="grid-container">
<div class="grid-child">
<div>
<h3>Subsites</h3>
<a class="chip" href="https://beta.violets-purgatory.dev">Beta site</a>
<a class="chip" href="https://blog.violets-purgatory.dev">Blog</a>
<a class="chip" href="https://fs.violets-purgatory.dev">Clipdump</a>
</div>
</div>
<div class="grid-child">
<div>
<h3>Other sites/projects</h3>
<a class="chip" href="https://univerter.dev">Univerter</a>
<a class="chip" href="https://codeberg.org/bingus_violet/steamrpc">SteamRPC</a>
</div>
</div>
2024-02-13 09:11:34 -06:00
2024-02-12 14:05:07 -06:00
<div class="grid-child">
<div>
<h3>Social Media</h3>
2024-02-13 09:11:34 -06:00
<a class="chip" href="https://www.youtube.com/channel/UChcrBJNJLZucy3TPyGyAY2g">Youtube: <span style="color: white;">{Violet}'s Fiasco</span></a>
<a class="chip" href="https://ko-fi.com/bingus_violet" style="color: rgb(255, 100, 100);">Ko-fi: <span style="color: white;">Bingus_{Violet}</span></a>
<a class="chip" href="https://void.lgbt/bingus_violet" rel="me">Fedi: <span style="color: white;">bingus_violet&ZeroWidthSpace;@void.lgbt</span></a>
2024-02-12 14:05:07 -06:00
</div>
</div>
<div class="grid-child">
<div>
<h3>Chat</h3>
2024-02-13 09:11:34 -06:00
<a class="chip" href="https://matrix.to/#/@bingus_violet:catgirl.cloud">Matrix: <span style="color: white;">@bingus_violet:&ZeroWidthSpace;catgirl.cloud</span></a>
2024-02-12 14:05:07 -06:00
</div>
</div>
<div class="grid-child">
<div>
<h3>Coding</h3>
2024-02-13 09:11:34 -06:00
<a class="chip" href="https://codeberg.org/Bingus_violet">Codeberg: <span style="color: white;">bingus_violet</span></a>
<a class="chip" href="https://hub.docker.com/u/bingusviolet">Docker: <span style="color: white;">bingusviolet</span></a>
<a class="chip" href="https://github.com/violets-puragtory">Github: <span style="color: white;">violets-puragtory</span></a>
2024-02-12 14:05:07 -06:00
</div>
</div>
<div class="grid-child">
<div>
<h3>Games</h3>
2024-02-13 09:11:34 -06:00
<a class="chip" href="https://steamcommunity.com/id/violet-The-Thigh-high-obtainer/">Steam: <span style="color: white;">{Violet}</span></a>
2024-02-12 14:05:07 -06:00
</div>
</div>
</main>
</body>
</html>