diff --git a/static/imgs/Simpletube-screenshot.png b/static/imgs/Simpletube-screenshot.png new file mode 100644 index 0000000..a1dc7d0 Binary files /dev/null and b/static/imgs/Simpletube-screenshot.png differ diff --git a/static/imgs/steamrpc-screenshot.png b/static/imgs/steamrpc-screenshot.png new file mode 100644 index 0000000..81c8e77 Binary files /dev/null and b/static/imgs/steamrpc-screenshot.png differ diff --git a/static/imgs/univerter-screenshot.png b/static/imgs/univerter-screenshot.png new file mode 100644 index 0000000..e8e9af8 Binary files /dev/null and b/static/imgs/univerter-screenshot.png differ diff --git a/static/imgs/violets-limbo-screenshot.png b/static/imgs/violets-limbo-screenshot.png new file mode 100644 index 0000000..b60c6a3 Binary files /dev/null and b/static/imgs/violets-limbo-screenshot.png differ diff --git a/static/projects/index.html b/static/projects/index.html index fb94646..1b38aeb 100644 --- a/static/projects/index.html +++ b/static/projects/index.html @@ -31,6 +31,54 @@ + +
+

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

+
+
+
+ +
+

Violet's Limbo

+
+
+ +
+
+

Don't get it confused with Violet's Purgatory! I know, me and my stupid naming schemes T^T. Violet's Limbo is the name for my blog site, where i just kinda post unimportant game rants! Currently it's very early in development, and much of it's code is sorta "Make now fix later"... But despite its rushed development, i love posting blogs on there! Currently there isn't much, but feel free to check it out at blog.violets-purgatory.dev!

+
+
+
+ +
+

Simpletube

+
+
+ +
+
+

Simpletube is my work in progress Javascriptless Youtube Frontend! It's not quite done, but it does support many features, and i'm quite happy with how it's going so far! Sadly, it currently isn't hosted anywhere, but the code can be found here! I hope to re-continue development on it soon, and finally find somewhere to host it!

+
+
+
+ +
+

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!

+
+
+
diff --git a/static/style.css b/static/style.css index f5f4b79..f94d7b3 100644 --- a/static/style.css +++ b/static/style.css @@ -171,6 +171,8 @@ hr { background-color: rgba(35, 35, 35, 0.8); padding: 15px; border: 2px gray solid; + margin: 20px 0px; + border-radius: 15px; } .project-inner { @@ -186,6 +188,7 @@ hr { width: 80%; max-width: 500px; margin: auto; + border-radius: 10px; } .project > p {