Revamped software section
This commit is contained in:
parent
84913fd6d0
commit
8bfe09eef1
24 changed files with 320 additions and 18 deletions
|
|
@ -45,7 +45,7 @@
|
|||
<li>
|
||||
<p>
|
||||
<a href="/posts/verificacao-de-desenvolvedor-no-android/">Sobre as recentes mudanças nos requisitos de distribuição de apps no sistema Android feitas pela Google.</a><br>
|
||||
Fri Aug 29 2025 21:00:00 GMT-0300 (Brasilia Standard Time)
|
||||
Fri Aug 29 2025 21:00:00 GMT-0300 (Horário Padrão de Brasília)
|
||||
</p>
|
||||
</li>
|
||||
|
||||
|
|
@ -56,7 +56,7 @@
|
|||
<li>
|
||||
<p>
|
||||
<a href="/posts/telnet-pt/">Telnet</a><br>
|
||||
Tue Aug 26 2025 21:00:00 GMT-0300 (Brasilia Standard Time)
|
||||
Tue Aug 26 2025 21:00:00 GMT-0300 (Horário Padrão de Brasília)
|
||||
</p>
|
||||
</li>
|
||||
|
||||
|
|
|
|||
|
|
@ -81,8 +81,54 @@
|
|||
<div class="hs" id="hsCode">
|
||||
<h1>Software</h1>
|
||||
<p>Estou estudando informática no IFC (SC, Brazil) mas no meu tempo livre tenho projetos como programas de computador, plugins para Minecraft, servidores Minecraft, etc... Todos meus projetos públicos estão disponíveis no meu <a href="https://github.com/adrianvic">perfil do GitHub</a>.</p>
|
||||
<p>Esses são meus projetos mais notáveis:</p>
|
||||
<a href="https://github.com/Margarina-not-butter/PestoWiki" class="hsProjectImage"><img src="/static/images/pestowikifullwhite.png" alt="Um desenho digital do topo de um garfo com uma borda preta, à direita um texto branco diz 'Pesto Wiki'"></a>
|
||||
|
||||
<div class="hsProjects">
|
||||
<div class="hsProject">
|
||||
<div class="hsProjectHeader">
|
||||
<div class="hsProjectImage"><img src="/static/images/jamfish-wide.png" alt="Um desenho digital do topo de um garfo com uma borda preta, à direita um texto branco diz '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="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>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/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>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue