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/imgs/violets-purgatory-screenshot.png b/static/imgs/violets-purgatory-screenshot.png new file mode 100644 index 0000000..505d721 Binary files /dev/null and b/static/imgs/violets-purgatory-screenshot.png differ diff --git a/static/projects/index.html b/static/projects/index.html index 2415d3f..1171a6b 100644 --- a/static/projects/index.html +++ b/static/projects/index.html @@ -8,7 +8,7 @@ - + @@ -16,8 +16,72 @@ -

This page is under construction

-

Come back later!

+

Projects

+

All my silly lil projects in one, concise(?) page. To be updated over time!

+
+
+

Violet's Purgatory

+
+
+ +
+
+

Nothing much to be said- its the site you're using right now! I've made many variations of it over the years, and it's been on 3 different domains. First it was "violets-puragtory.github.io", then moved to "violets-puragtory.com", and lastly (now) to violets-purgatory.dev! My first time coding any HTML on my own, and technically the first iteration of this site, was a css animation of the "homophobic dog" meme sliding on screen accompanied by the role sound effect from amongus. I was like 13 don't judge me I thought it was funny.

+
+ +
+
+ +
+

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

+
+
+
+ +

There are, of course, a few more projects (E.G. Discord Embedder) but I feel they're too early in development for me to want to put them here.

+
\ No newline at end of file diff --git a/static/style.css b/static/style.css index 750fe49..f94d7b3 100644 --- a/static/style.css +++ b/static/style.css @@ -118,7 +118,7 @@ p { margin: 10px; } -img { +img:not(.project-inner > div > img) { width: 100%; max-width: 135px; transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1); @@ -167,6 +167,34 @@ hr { border-color: limegreen; } +.project { + background-color: rgba(35, 35, 35, 0.8); + padding: 15px; + border: 2px gray solid; + margin: 20px 0px; + border-radius: 15px; +} + +.project-inner { + overflow: hidden; + padding: 0; + margin: auto; + z-index: 3; +} + +.project-inner > div > img { + object-fit: cover; + border: 2px white solid; + width: 80%; + max-width: 500px; + margin: auto; + border-radius: 10px; +} + +.project > p { + display: inline-block; +} + /* I am so sorry about this code,,, */ .love::before {