update data & text of websites

This commit is contained in:
2023-06-13 20:28:07 +02:00
parent 7060529d3a
commit 03b5ae50a4
5 changed files with 45 additions and 16 deletions

View File

@@ -10,8 +10,40 @@
<body>
<div id="ContentToInclude"></div>
<div class="mainstyle">
<h1>SimpleMediaUpscalerLite</h1>
<p>Easily upscale your images and videos using this electron frontend.</p>
<div class="content">
<h2 class="content-title">SimpleMediaUpscalerLite</h2>
<div class="sidebyside">
<div class="element">
<h3>Upscale with EASE.</h3>
<p>Upscale any kind of video or image with ease using the electron GUI.</p>
<a href="https://github.com/simplePCBuilding/SimpleMediaUpscalerLite" class="linkbutton">Learn more</a>
</div>
<div class="element">
<h3>Electron Frontend</h3>
<p>smuL features a gorgeous electron frontend as these UIs look a lot better usually compared to QT, GTK or any other toolkit.</p>
<a href="https://github.com/simplePCBuilding/SimpleMediaUpscalerLite" class="linkbutton">Learn more</a>
</div>
</div>
<div class="sidebyside">
<div class="element">
<h3>CLI.</h3>
<p>smuL features a CLI to enable you to upscale things in bulk without the downsides that GUIs bring with them</p>
<a href="https://github.com/simplePCBuilding/SimpleMediaUpscalerLite" class="linkbutton">Learn more</a>
</div>
<div class="element">
<h3>Plugins.</h3>
<p>smuL features plugin support without having to restart the GUI app. You may simply add a new upscaling engine by downloading a plugin.</p>
<a href="https://github.com/simplePCBuilding/SimpleMediaUpscalerLite" class="linkbutton">Learn more</a>
</div>
</div>
<div class="sidebyside">
<div class="element">
<h3>FOSS.</h3>
<p>smuL is fully open source, you may have a look at its entire source code below and contribute to it if you wish to.</p>
<a href="https://github.com/simplePCBuilding/SimpleMediaUpscalerLite" class="linkbutton">Learn more</a>
</div>
</div>
</div>
</div>
<div id="Footer"></div>
</body>