make some updates to the UI

This commit is contained in:
janis
2023-06-12 15:48:13 +02:00
parent 64f806c14e
commit 9e781b2ca6
2 changed files with 7 additions and 7 deletions

View File

@@ -22,16 +22,16 @@
<h3>Python, Kivy, KivyMD, PyQT5, PyGTK (Desktop apps using different UI toolkits)</h3>
<ul>
<li><a class="textlink" href="/projects/musiplayer.html">MusicPlayer</a></li>
<li><a class="textlink" href="/projects/imagescaler.html">FSR Image & Video Upscaler Frontend</a></li>
<li><a class="textlink" href="/projects/smuL.html">SimpleMediaUpscalerLite</a></li>
<li><a class="textlink" href="/projects/bgac.html">BiogasControllerApp</a></li>
</ul>
<h3>JavaScript, HTML, CSS (Webapps / Websites)</h3>
<ul>
<li><a class="textlink" href="https://myevent.janishutz.com">myevent</a></li>
<li><a class="textlink" href="/">This website</a></li>
<li><a class="textlink" href="https://myevent.janishutz.com">myevent - free & open source self-hosted event management solution</a></li>
<li><a class="textlink" href="https://booking.languageschoolhossegor.com">Booking system for Language School Hossegor (Not yet up, in development)</a></li>
<li><a class="textlink" href="https://impress-testing.janishutz.com/">Impress.js website (Not yet up, in development)</a></li>
<li><a class="textlink" href="https://libreevent.janishutz.com">Libreevent - free & open source self-hosted event management solution</a></li>
<li><a class="textlink" href="https://booking.languageschoolhossegor.com">Booking system for Language School Hossegor</a></li>
<li><a class="textlink" href="https://impress-testing.janishutz.com">Impress.js website (Not yet up, in development)</a></li>
</ul>
</div>
<div id="Footer"></div>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>FSR Image & Video Upscaler Frontend - janishutz.com</title>
<title>smuL - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/mainstyle.css">
<script defer src="/js/jquery.js"></script>
@@ -10,8 +10,8 @@
<body>
<div id="ContentToInclude"></div>
<div class="mainstyle">
<h1>FSR Image & Video Upscaler Frontend</h1>
<p>Still under construction</p>
<h1>SimpleMediaUpscalerLite</h1>
<p>Easily upscale your images and videos using this electron frontend.</p>
</div>
<div id="Footer"></div>
</body>