Add projects to main page, fix link

This commit is contained in:
bingus_violet 2024-01-12 20:40:58 +00:00
parent 9259e0cadb
commit 21ce2d309f
3 changed files with 26 additions and 3 deletions

View file

@ -56,8 +56,31 @@
{MASTODON_FEED} {MASTODON_FEED}
{FAQ} <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>
<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>
{SEASONAL_EFFECT} {SEASONAL_EFFECT}
</div> </div>
</body> </body>

View file

@ -23,7 +23,7 @@
<div class="fadediv container-fluid "> <div class="fadediv container-fluid ">
<p class="chip"><a href="./discord">Dynamic Discord Status (Javascript, W.I.P)</a></p> <p class="chip"><a href="./discord">Dynamic Discord Status (Javascript, W.I.P)</a></p>
<p class="chip"><a href=".,/pronouns">Pronouns (here bc it's hard to find on main page)</a></p> <p class="chip"><a href="../pronouns">Pronouns (here bc it's hard to find on main page)</a></p>
</div> </div>
</body> </body>
</html> </html>

View file

@ -39,7 +39,7 @@
<img src="/imgs/univerter-screenshot.png"> <img src="/imgs/univerter-screenshot.png">
</div> </div>
<div class="col-lg-6"> <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://univerter.dev">univerter.dev</a> or <a href="https://yt.violets-purgatory.dev">yt.violets-purgatory.dev</a> and report any issues or feature requests!</p> <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> </div>
</div> </div>