Violets-Purgatory/resources/mainPage.html

88 lines
4.4 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-17 08:43:11 -06:00
<link rel="stylesheet" href="./style.css">
<title>Violet's Purgatory</title>
2023-11-09 14:45:55 -06:00
2023-11-10 11:30:08 -06:00
<meta content="Welcome to Violet's Purgatory" property="og:title" />
2023-11-16 15:16:22 -06:00
<meta
2023-12-18 07:43:26 -06:00
content="I'm Violet, a web and game developer. On my site i'm hosting various services, so please check out the site for more info!!!"
2023-11-16 15:16:22 -06:00
property="og:description" />
2023-11-30 20:25:34 -06:00
<meta content="https://api.lanyard.rest/534132311781015564.png" property="og:image" />
2023-11-09 14:45:55 -06:00
<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>
2023-11-09 17:54:05 -06:00
<body>
2023-11-16 20:56:07 -06:00
<h1>Welcome to Violet's Purgatory</h1>
2024-01-12 14:42:57 -06:00
<p>We're almost already at 200 commits!</p>
2023-11-16 20:56:07 -06:00
<div class="fadediv">
2023-11-07 13:00:16 -06:00
<div class="container-fluid row" id="card">
<h2>Violet</h2>
2023-12-18 07:43:26 -06:00
<div style="display: flex; justify-content: center; align-items: center;">
2024-01-12 08:51:22 -06:00
<img src="https://thumbor-production-0e82.up.railway.app/unsafe/https://api.lanyard.rest/534132311781015564.png" class="pfp">
2023-11-16 20:56:07 -06:00
<div>
2023-12-19 12:31:29 -06:00
<p><a href="pronouns">They/Them</a></p>
2024-01-08 18:04:12 -06:00
<p>Developer</p>
2023-11-16 20:56:07 -06:00
{LANYARD_STATUS}
</div>
2023-11-07 13:00:16 -06:00
</div>
2023-12-18 07:43:26 -06:00
<div>
2023-11-16 19:29:22 -06:00
<hr>
<p class="chip"><a href="https://status.violets-purgatory.dev">Status</a></p>
2023-11-17 08:46:54 -06:00
<p class="chip"><a href="./socials">Socials</a></p>
2024-01-07 00:36:27 -06:00
<p class="chip"><a href="./projects">Projects</a></p>
<p class="chip"><a href="./extras">Extras</a></p>
2024-01-07 00:36:27 -06:00
<br>
2024-01-03 22:29:54 -06:00
<p class="chip"><a href="https://blog.violets-purgatory.dev">Blog</a></p>
<p class="chip"><a href="./faq">FAQ</a></p>
2024-01-07 00:36:27 -06:00
<p class="chip"><a href="https://beta.violets-purgatory.dev">Beta</a></p>
{LANYARD_QUOTE}
2023-11-07 13:00:16 -06:00
</div>
2023-11-03 20:12:37 -05:00
</div>
2023-11-16 20:56:07 -06:00
<noscript>
<p style="font-size: 0.9rem;">Fun fact: This website uses no Javascript! Everything dynamic (E.G. The discord status) is done
2023-12-18 07:43:26 -06:00
server-side, so enjoy :D</p>
2023-11-16 20:56:07 -06:00
</noscript>
2023-12-19 12:34:01 -06:00
<p>Check out the source code on <a href="https://codeberg.org/Bingus_Violet/Violets-Purgatory">Codeberg</a></p>
{LANYARD_FULL}
2023-11-18 21:36:53 -06:00
{SOCIALS}
2023-11-30 21:56:34 -06:00
{MASTODON_FEED}
2023-12-17 21:23:39 -06:00
2024-01-12 14:40:58 -06:00
<h2>Projects</h2>
<p>Here are some of my most major projects. This is not a concise list, though, so please check all of them out <a href="./projects">here!</a></p>
<div class="project">
<h1>Univerter</h1>
<div class="project-inner container-fluid row">
<div class="col-lg-6">
<img src="/imgs/univerter-screenshot.png">
</div>
<div class="col-lg-6">
<p>Univerter is my Javascriptless Youtube video downloader! I tend to call it a "converter" rather than a downloader, because unlike many other youtube downloaders, mine actually converts to more formats than youtube supports! I've been working on Univerter for a long time, and i hope to support more sites soon :>. It also comes with a (experimental) standalone video converter! Please, check it out at <a href="https://yt.violets-purgatory.dev">yt.violets-purgatory.dev</a> and report any issues or feature requests!</p>
</div>
</div>
</div>
2024-01-03 22:24:56 -06:00
2024-01-12 14:40:58 -06:00
<div class="project">
<h1>SteamRPC</h1>
<div class="project-inner container-fluid row">
<div class="col-lg-6">
<img src="/imgs/steamrpc-screenshot.png">
</div>
<div class="col-lg-6">
<p>When playing games like Gunfire Reborn, I was annoyed that they'd only support Rich presence on Steam but not Discord. I was also having issues at the time with getting games under proton to show up on discord in general. As a solution, i made a (Linux only, sadly) software called SteamRPC, which converts the presence of any Steam game onto Discord using a Rich presence bot. It certainly needs optimization, but it's a project im proud of, and one of my few projects I use all the time! Find it <a href="https://codeberg.org/Bingus_Violet/SteamRPC">here!</a></p>
</div>
</div>
</div>
2023-12-18 07:43:26 -06:00
{SEASONAL_EFFECT}
</div>
</body>
2023-11-18 21:38:22 -06:00
</html>