partial restyle
This commit is contained in:
@@ -1,35 +1,36 @@
|
||||
<!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>
|
||||
<ul>
|
||||
<li><a class="textlink" href="/">This website</a></li>
|
||||
<li><a class="textlink" href="https://booking.languageschoolhossegor.com">Booking system for Language School Hossegor (WIP)</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="Footer"></div>
|
||||
</body>
|
||||
<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">
|
||||
<div class="home">
|
||||
<h1 class="title">My projects</h1>
|
||||
<h2 class="subtitle">Here you can get an overview over all my projects!</h2>
|
||||
</div>
|
||||
<h3>Swift & SwiftUI (iOS Apps)</h3>
|
||||
<ul>
|
||||
<li><a class="textlink" href="/projects/storagemanager">StorageManager</a></li>
|
||||
<li><a class="textlink" href="/projects/qrinsight">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">MusicPlayer</a></li>
|
||||
<li><a class="textlink" href="/projects/imagescaler">FSR Image & Video Upscaler Frontend</a></li>
|
||||
<li><a class="textlink" href="/projects/bgac">BiogasControllerApp</a></li>
|
||||
</ul>
|
||||
<h3>JavaScript, HTML, CSS (Webapps / Websites)</h3>
|
||||
<ul>
|
||||
<li><a class="textlink" href="/">This website</a></li>
|
||||
<li><a class="textlink" href="https://booking.languageschoolhossegor.com">Booking system for Language School Hossegor (WIP)</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="Footer"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user