lots of progress on different parts of website
This commit is contained in:
@@ -13,21 +13,22 @@
|
||||
|
||||
<body>
|
||||
<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>
|
||||
<img src="/assets/Logo.png" alt="page Logo" class="project-logo">
|
||||
<h1 class="title">About me</h1>
|
||||
<p style="text-align: center; margin-bottom: 5%;">Hello! I am Janis Hutz, I am 19 years old and I am developing Software! Developing is my passion which means that I spend most of my life doing it.</p>
|
||||
|
||||
<p>I am currently most interested in developing webapps, both frontend and backend. Logically, I am becoming more and more proficient at what I do every day. Next to web development, I also sometimes develop desktop apps in Python, but since I don't really like the programming language's syntax, I have recently switched to writing my desktop apps in electron such that I can use HTML, CSS and JavaScript. Next to that I also develop apps for iOS and I am starting to learn to develop Android apps as well.</p>
|
||||
<p>Next to coding I am still in my studies and am at a school that in US-Terms could be considered College, which means I am not yet going to University, or precisely ETH (which is a Swiss Technology focused University). When not coding in my free-time I am a passionate Archlinux user (but not that kind that doesn't want to help) and from time to time I play some games online with friends.</p>
|
||||
<p>As a Linux user, I am a big fan of Open Source Software, which means, I like to develop open source software. Check my GitHub profile link below to see my work</p>
|
||||
</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 class="bottom">
|
||||
<h2 class="content-title">Check out my work!</h2>
|
||||
<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>
|
||||
</div>
|
||||
|
||||
@@ -12,17 +12,14 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id="nav"></div>
|
||||
<div class="title-container">
|
||||
<div class="title-wrapper">
|
||||
<h1 class="title">About janishutz.com</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content-wrapper">
|
||||
<div class="content">
|
||||
<img src="/assets/Logo.png" alt="page Logo" class="project-logo">
|
||||
<h1 class="content-title">About janishutz.com</h1>
|
||||
<p style="text-align: center; margin-bottom: 5%;">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>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user