95 lines
No EOL
4.6 KiB
Text
95 lines
No EOL
4.6 KiB
Text
---
|
|
pagination:
|
|
data: i18n
|
|
size: 1
|
|
alias: langKey
|
|
permalink: "/{{ langKey }}/index.html"
|
|
layout: base.njk
|
|
---
|
|
|
|
<div id="homeSquares">
|
|
</div>
|
|
<main>
|
|
<script src="/static/scripts/home.js" defer></script>
|
|
<noscript><style>
|
|
.hs {
|
|
display: unset!important;
|
|
}
|
|
#homeSquares {
|
|
display: none;
|
|
}
|
|
</style></noscript>
|
|
<div class="hs" id="hsDefault">
|
|
<h1 id="homeTitle">{{ i18n[langKey].welcome | smartTitle }}</h1>
|
|
<p>{{ i18n[langKey].homeWelcomeParagraph | safe }}</p>
|
|
<h2>{{ i18n[langKey].socialsAndContact | smartTitle }}</h2>
|
|
<p>{{ i18n[langKey].homeSocialsAndContactParagraph | safe }}</p>
|
|
<p>{{ i18n[langKey].homeSocialsAndContactParagraphTwo | safe }}</p>
|
|
</div>
|
|
<div class="hs" id="hsMusic">
|
|
<h1>{{ i18n[langKey].myMusic | smartTitle }}</h1>
|
|
<p>{{ i18n[langKey].homeMyMusicParagraph | safe }}</p>
|
|
<p>{{ i18n[langKey].homeMyMusicParagraphTwo | safe }}</p>
|
|
</div>
|
|
<div class="hs" id="hsVideo">
|
|
<h1>{{ i18n[langKey].myVideos | smartTitle }}</h1>
|
|
<p>{{ i18n[langKey].homeMyVideoParagraph | safe }}</p>
|
|
<p>{{ i18n[langKey].homeMyVideoRandomVideoParagraph | safe }}</p>
|
|
<a href="https://youtu.be/tZLoSxzsfpM" id="youtubeVideo">
|
|
<img src="/static/images/youtube_video.jpg" alt="" id="youtubeVideoImage">
|
|
<p>{{ i18n[langKey].homeVideoTitle | safe }}</p>
|
|
</a>
|
|
</div>
|
|
<div class="hs" id="hsCode">
|
|
<h1>{{ i18n[langKey].mySoftware | smartTitle }}</h1>
|
|
<p>{{ i18n[langKey].homeMySoftwareParagraph | safe }}</p>
|
|
{# <p>{{ i18n[langKey].homeMySoftwareNotableProjects | safe }}</p> #}
|
|
<div class="hsProjects">
|
|
<div class="hsProject">
|
|
<div class="hsProjectHeader">
|
|
<div class="hsProjectImage"><img src="/static/images/jamfish-wide.png" alt="{{ i18n[langKey].pestoWikiLogoAlt }}"></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="{{ i18n[langKey].eyeofnemesisLogoAlt }}"></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="{{ i18n[langKey].itemeconomyLogoAlt }}"></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="{{ i18n[langKey].jamfishLogoAlt }}"></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> |