From 21ce2d309f2beae058f73f4fb2858712af754789 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Fri, 12 Jan 2024 20:40:58 +0000 Subject: [PATCH] Add projects to main page, fix link --- resources/mainPage.html | 25 ++++++++++++++++++++++++- static/extras/index.html | 2 +- static/projects/index.html | 2 +- 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/resources/mainPage.html b/resources/mainPage.html index 1306c41..430b3f4 100644 --- a/resources/mainPage.html +++ b/resources/mainPage.html @@ -56,8 +56,31 @@ {MASTODON_FEED} - {FAQ} +

Projects

+

Here are some of my most major projects. This is not a concise list, though, so please check all of them out here!

+
+

Univerter

+
+
+ +
+
+

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 yt.violets-purgatory.dev and report any issues or feature requests!

+
+
+
+
+

SteamRPC

+
+
+ +
+
+

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 here!

+
+
+
{SEASONAL_EFFECT} diff --git a/static/extras/index.html b/static/extras/index.html index 352717d..57f325a 100644 --- a/static/extras/index.html +++ b/static/extras/index.html @@ -23,7 +23,7 @@

Dynamic Discord Status (Javascript, W.I.P)

-

Pronouns (here bc it's hard to find on main page)

+

Pronouns (here bc it's hard to find on main page)

\ No newline at end of file diff --git a/static/projects/index.html b/static/projects/index.html index 1171a6b..f3aac61 100644 --- a/static/projects/index.html +++ b/static/projects/index.html @@ -39,7 +39,7 @@
-

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 univerter.dev or yt.violets-purgatory.dev and report any issues or feature requests!

+

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 yt.violets-purgatory.dev and report any issues or feature requests!