This commit is contained in:
adrianvic 2026-04-20 19:20:43 +00:00
commit 07034e3d43
3 changed files with 102 additions and 88 deletions

View file

@ -89,9 +89,14 @@
<h1>My Videos</h1>
<p>I have a YouTube channel where I post mostly Minecraft videos, but I want to have other types of content in the future. There's no scedule for my videos because it takes a lot of editing time to put a video together, and I have little time to work on my own projects, you should subscribe if you want to know when I post something!</p>
<p>Here's a random video I'm proud of:</p>
<a href="https://youtu.be/tZLoSxzsfpM" id="youtubeVideo">
<img src="/static/images/youtube_video.jpg" alt="" id="youtubeVideoImage">
<p>How to use MCA Selector to merge worlds in Minecraft Java!</p>
<a href="https://www.youtube.com/watch?v=6bnNAnSY9Uo">
<div class="blogpostYoutubeVideo">
<img src="/static/images/thumbnails/fl_studio_linux.png">
<div class="videoHeader">
<h2 class="videoTitle">Installing FL Studio on linux.</h2>
<p>YouTube (5:53)</p>
</div>
</div>
</a>
</div>
<div class="hs" id="hsCode">
@ -99,52 +104,52 @@
<p>I am studying computing at IFC (SC, Brazil) but in my free time I have some projects like computer applications, Minecraft plugins, Minecraft servers, etc... Anything that is public should be in my <a href="https://github.com/adrianvic">GitHub profile</a>.</p>
<div class="hsProjects">
<div class="hsProject">
<div class="hsProjectHeader">
<div class="hsProjectImage"><img src="/static/images/jamfish-wide.png" alt="A digital drawing of the top of a fork with a black outline, in the right a text in white says 'Pesto Wiki'"></div>
<a href="https://github.com/adrianvic/jamfish" class="hsProjectHeaderIcon">
<img src="/static/visual/github.svg" class="invertedc">
</a>
<div class="hsProject">
<div class="hsProjectHeader">
<div class="hsProjectImage"><img src="/static/images/jamfish-wide.png" alt="A digital drawing of the top of a fork with a black outline, in the right a text in white says 'Pesto Wiki'"></div>
<a href="https://github.com/adrianvic/jamfish" class="hsProjectHeaderIcon">
<img src="/static/visual/github.svg" class="invertedc">
</a>
</div>
<div class="hsProjectContent">
<p>Native music player for Android devices that connects to Jellyfin media servers. The code is based on Gelli's archived repository, which is based on an old version of Phonograph.</p>
</div>
</div>
<div class="hsProjectContent">
<p>Native music player for Android devices that connects to Jellyfin media servers. The code is based on Gelli's archived repository, which is based on an old version of Phonograph.</p>
<div class="hsProject">
<div class="hsProjectHeader">
<div class="hsProjectImage"><img src="/static/images/eye_of_nemesis.png" alt=""></div>
<a href="https://github.com/adrianvic/NemesisEye" class="hsProjectHeaderIcon">
<img src="/static/visual/github.svg" class="invertedc">
</a>
</div>
<div class="hsProjectContent">
<p>Eye of Nemesis is a plugin that allows server admins to write policies that will deny or allow (black/whitelist) players to do specific things based on the value of nodes.</p>
</div>
</div>
</div>
<div class="hsProject">
<div class="hsProjectHeader">
<div class="hsProjectImage"><img src="/static/images/eye_of_nemesis.png" alt=""></div>
<a href="https://github.com/adrianvic/NemesisEye" class="hsProjectHeaderIcon">
<img src="/static/visual/github.svg" class="invertedc">
</a>
<div class="hsProject">
<div class="hsProjectHeader">
<div class="hsProjectImage"><img src="/static/images/itemeconomy2-wide.png" alt=""></div>
<a href="https://github.com/adrianvic/ItemEconomy" class="hsProjectHeaderIcon">
<img src="/static/visual/github.svg" class="invertedc">
</a>
</div>
<div class="hsProjectContent">
<p>This PaperMC plugin integrates with VaultUnlocked to provide a unique, item-based economy system for your Minecraft server. Instead of relying solely on virtual balances, players use in-game items as physical currency, adding a layer of immersion and realism to your economy.</p>
</div>
</div>
<div class="hsProjectContent">
<p>Eye of Nemesis is a plugin that allows server admins to write policies that will deny or allow (black/whitelist) players to do specific things based on the value of nodes.</p>
<div class="hsProject">
<div class="hsProjectHeader">
<div class="hsProjectImage"><img src="/static/images/pestowikifullwhite.png" alt=""></div>
<a href="https://github.com/Margarina-not-butter/PestoWiki" class="hsProjectHeaderIcon">
<img src="/static/visual/github.svg" class="invertedc">
</a>
</div>
<div class="hsProjectContent">
<p>Multi-platform customizable client for wikis written in Python using PySide6 (QT).</p>
</div>
</div>
</div>
<div class="hsProject">
<div class="hsProjectHeader">
<div class="hsProjectImage"><img src="/static/images/itemeconomy2-wide.png" alt=""></div>
<a href="https://github.com/adrianvic/ItemEconomy" class="hsProjectHeaderIcon">
<img src="/static/visual/github.svg" class="invertedc">
</a>
</div>
<div class="hsProjectContent">
<p>This PaperMC plugin integrates with VaultUnlocked to provide a unique, item-based economy system for your Minecraft server. Instead of relying solely on virtual balances, players use in-game items as physical currency, adding a layer of immersion and realism to your economy.</p>
</div>
</div>
<div class="hsProject">
<div class="hsProjectHeader">
<div class="hsProjectImage"><img src="/static/images/pestowikifullwhite.png" alt=""></div>
<a href="https://github.com/Margarina-not-butter/PestoWiki" class="hsProjectHeaderIcon">
<img src="/static/visual/github.svg" class="invertedc">
</a>
</div>
<div class="hsProjectContent">
<p>Multi-platform customizable client for wikis written in Python using PySide6 (QT).</p>
</div>
</div>
</div>
</div>
</main>