update website and add more pages

This commit is contained in:
2024-04-30 13:20:28 +02:00
parent f2ddd31fec
commit 4c558c5938
6 changed files with 141 additions and 6 deletions

View File

@@ -37,15 +37,11 @@
<div class="menu-category" onclick="dropdown( 'projects-page' )" id="projects-page-parent">
<h3>Projects</h3>
<div class="category-list" id="projects-page">
<a href="/projects" class="category-item">Browse</a>
<a href="/projects" class="category-item">Browse all</a>
<a href="/projects/storagemanager" class="category-item">StorageManager</a>
<a href="/projects/smuL" class="category-item">SimpleMediaUpscalerLite</a>
<a href="/projects/libreevent" class="category-item">libreǝvent</a>
<a href="/projects/qrscanner" class="category-item">QR & Barcode Insight</a>
<a href="/projects/musicplayer" class="category-item">MusicPlayer</a>
<a href="/projects/schoolprojects" class="category-item">School projects</a>
<a href="/projects/impress" class="category-item">impress.js</a>
<a href="/projects/languageschoolhossegor-booking" class="category-item">Language School Hossegor Booking system</a>
<a href="/projects/store" class="category-item">Store</a>
</div>
</div>
<div class="menu-category" onclick="dropdown( 'about' )" id="about-parent">
@@ -72,6 +68,8 @@
<h3>Support</h3>
<div class="category-list" id="support">
<a href="https://support.janishutz.com" class="category-item">Support hub</a>
<a href="https://v1.janishutz.com" class="category-item">Old version</a>
<a href="https://simplePCBuilding.github.io" class="category-item">Original version</a>
</div>
</div>
</div>