make some updates to the UI
This commit is contained in:
@@ -22,16 +22,16 @@
|
|||||||
<h3>Python, Kivy, KivyMD, PyQT5, PyGTK (Desktop apps using different UI toolkits)</h3>
|
<h3>Python, Kivy, KivyMD, PyQT5, PyGTK (Desktop apps using different UI toolkits)</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a class="textlink" href="/projects/musiplayer.html">MusicPlayer</a></li>
|
<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>
|
<li><a class="textlink" href="/projects/bgac.html">BiogasControllerApp</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3>JavaScript, HTML, CSS (Webapps / Websites)</h3>
|
<h3>JavaScript, HTML, CSS (Webapps / Websites)</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a class="textlink" href="https://myevent.janishutz.com">myevent</a></li>
|
<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="/">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://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 (Not yet up, in development)</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>
|
<li><a class="textlink" href="https://impress-testing.janishutz.com">Impress.js website (Not yet up, in development)</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div id="Footer"></div>
|
<div id="Footer"></div>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<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">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="/css/mainstyle.css">
|
<link rel="stylesheet" href="/css/mainstyle.css">
|
||||||
<script defer src="/js/jquery.js"></script>
|
<script defer src="/js/jquery.js"></script>
|
||||||
@@ -10,8 +10,8 @@
|
|||||||
<body>
|
<body>
|
||||||
<div id="ContentToInclude"></div>
|
<div id="ContentToInclude"></div>
|
||||||
<div class="mainstyle">
|
<div class="mainstyle">
|
||||||
<h1>FSR Image & Video Upscaler Frontend</h1>
|
<h1>SimpleMediaUpscalerLite</h1>
|
||||||
<p>Still under construction</p>
|
<p>Easily upscale your images and videos using this electron frontend.</p>
|
||||||
</div>
|
</div>
|
||||||
<div id="Footer"></div>
|
<div id="Footer"></div>
|
||||||
</body>
|
</body>
|
||||||
Reference in New Issue
Block a user