lots of changes

This commit is contained in:
2023-07-14 18:27:49 +02:00
parent 4d48b4f6ce
commit 804f5f2f63
25 changed files with 546 additions and 193 deletions

View File

@@ -12,23 +12,25 @@
</head>
<body>
<div id="ContentToInclude"></div>
<div class="mainstyle">
<div class="title-container">
<div id="nav"></div>
<div class="title-container">
<div class="title-wrapper">
<h1 class="title">About me</h1>
</div>
</div>
<div class="content-wrapper">
<div class="content">
<p>My name is Janis Hutz, I am 19 years old and am learning to code in many different programming languages. By now I am quite fluent in a couple of programming languages, including Swift & SwiftUI (Apple's programming languages); Python (with three different Graphical User Interface Toolkits (Kivy (and KivyMD), PyQT5 and PyGTK)); JavaScript, TypeScript, HTML and CSS. You may find my iOS Apps on the AppStore and most of my other projects as Free & Open Source Software over on GitHub. Usually, when I OpenSource a project, I tend to use the GNU General Public License V3.0 (GPL V3), as this allows you (if you are a FOSS-dev) to do the most with this code whilst not helping out big companies like Google, Micro$oft, etc.</p>
<p>I spend most of my freetime coding, as this is what I enjoy the most, other than that I am a passionate Archlinux user, so I spend occasionally some time troubleshooting something. Therefore I am not a big fan of Micro$oft, Google or Meta, but I quite adore the work that Apple does, surprisingly.</p>
<p>As I am still in my studies, my time to code is limited to what I can do outside of school, and sadly I cannot yet go to University, as I am too young and I haven't finished secondary school yet.</p>
<br><br>
</div>
<div class="itemsInline">
<a class="linkbutton" href="https://github.com/simplePCBuilding">Github</a>
<a class="linkbutton" href="https://apps.apple.com/us/developer/janis-hutz/id1636936538">AppStore</a>
</div>
<div class="itemsInline">
<a class="button" href="https://github.com/simplePCBuilding" target="_blank">Github</a>
<a class="button" href="https://apps.apple.com/us/developer/janis-hutz/id1636936538" target="_blank">AppStore</a>
</div>
</div>
<div id="Footer"></div>
</div>
<div id="footer"></div>
</body>
</html>

View File

@@ -11,23 +11,25 @@
<script defer src="/js/loader.js"></script>
</head>
<body>
<div id="ContentToInclude"></div>
<div class="mainstyle">
<div class="title-container">
<h1 class="title">About janishutz.com</h1>
</div>
<div class="content">
<hr class="pullquote-lines">
<h3 class="content-title-small">Technology is a remarkably interesting topic, that many people take for granted.</h3>
<hr class="pullquote-lines">
<p style="text-align: center; font-size: 120%;">Get support if you are stuck on a problem, purchase a new, fully customised PC, that is configured according to your needs* and get a webpage created for you.</p>
</div>
<div class="itemsInline">
<a class="linkbutton" href="/about.html">About me</a>
<a class="linkbutton" href="/privacypolicy.html">Privacy Policy</a>
<a class="linkbutton" href="/services.html">Services</a>
</div>
<div id="nav"></div>
<div class="title-container">
<div class="title-wrapper">
<h1 class="title">About janishutz.com</h1>
</div>
<div id="Footer"></div>
</div>
<div class="content-wrapper">
<div class="content">
<hr class="pullquote-lines">
<h3 class="content-title-small">Technology is a remarkably interesting topic, that many people take for granted.</h3>
<hr class="pullquote-lines">
<p style="text-align: center; font-size: 120%;">This is my personal website on which my projects are being shown off. It features various subdomains that fulfill different purposes, of which two are selling services. Learn more about me below.</p>
</div>
<div class="itemsInline">
<a class="button" href="/about/aboutme">About me</a>
<a class="button" href="/privacypolicy">Privacy Policy</a>
<a class="button" href="/services">Services</a>
</div>
</div>
<div id="footer"></div>
</body>
</html>