32 lines
1.1 KiB
HTML
32 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Projects - janishutz.com</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="./css/mainstyle.css">
|
|
<script src="./js/jquery.js"></script>
|
|
<script src="./js/basicanimations.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="ContentToInclude"></div>
|
|
<div class="mainstyle">
|
|
<h1>My projects</h1>
|
|
<p>Here you can get an overview of all my projects!</p>
|
|
<h3>Swift & SwiftUI (iOS Apps)</h3>
|
|
<ul>
|
|
<li><a class="textlink" href="/projects/storagemanager.html">StorageManager</a></li>
|
|
<li><a class="textlink" href="/projects/qrinsight.html">QR & Barcode Insight</a></li>
|
|
</ul>
|
|
<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/bgac.html">BiogasControllerApp</a></li>
|
|
</ul>
|
|
<h3>JavaScript, HTML, CSS (Webapps / Websites)</h3>
|
|
Only private ones right now
|
|
</div>
|
|
|
|
</body>
|
|
</html> |