change order

This commit is contained in:
Hendrik Schutter 2023-08-06 17:57:45 +02:00
parent 6812a033ba
commit 1c888c0390
1 changed files with 36 additions and 31 deletions

View File

@ -8,13 +8,13 @@
<title>Hendrik Schutter</title>
<link rel="stylesheet" href="./css/w3.css">
<style>
body {
background-image: url('./data/background.webp');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
</style>
body {
background-image: url('./data/background.webp');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
</style>
</head>
<body class="w3-animate-zoom">
<div class="w3-container w3-content w3-center" style="max: width 800px;margin-top:5%">
@ -22,7 +22,21 @@
<p class="w3-text-white"><i>twenty-five-year-old computer scientist bachelor graduate from southwest Germany</i></p>
<div class="w3-panel w3-card-4 w3-white w3-padding">
<h3 class="w3-container w3-left">
Education</h3>
Work
</h3>
<h6 class="w3-right-align w3-hover-opacity">Scientific laboratory assistant,
<a style="text-decoration: none" href="https://emi.hs-offenburg.de/httpcms1fh-offenburgdeeif/labore/betriebssysteme-und-computernetze">
operating systems and computer networks at University Offenburg;</a> 2021 - 2022
</h6>
<h6 class="w3-right-align w3-hover-opacity">Tutor,
<a style="text-decoration: none" href="https://www.hs-offenburg.de/studium/studiengaenge/bachelor/angewandte-informatik/modulhandbuch">
computer architecture laboratory at University Offenburg;</a> 2022 - now
</h6>
</div>
<div class="w3-panel w3-card-4 w3-white w3-padding">
<h3 class="w3-container w3-left">
Education
</h3>
<h6 class="w3-right-align w3-hover-opacity">Bachelor of Science,
<a style="text-decoration: none" href="https://www.hs-offenburg.de/en/studium/studiengaenge/bachelor/angewandte-informatik/studieninteressierte">
Applied Computer Science at University Offenburg;</a> 2017 - 2021
@ -34,19 +48,8 @@
</div>
<div class="w3-panel w3-card-4 w3-white w3-padding">
<h3 class="w3-container w3-left">
Work</h3>
<h6 class="w3-right-align w3-hover-opacity">Scientific laboratory assistant,
<a style="text-decoration: none" href="https://emi.hs-offenburg.de/httpcms1fh-offenburgdeeif/labore/betriebssysteme-und-computernetze">
operating systems and computer networks at University Offenburg;</a> 2021 - 2022
</h6>
<h6 class="w3-right-align w3-hover-opacity">Tutor,
<a style="text-decoration: none" href="https://www.hs-offenburg.de/studium/studiengaenge/bachelor/angewandte-informatik/modulhandbuch">
computer architecture laboratory at University Offenburg;</a> 2022 - now
</h6>
</div>
<div class="w3-panel w3-card-4 w3-white w3-padding">
<h3 class="w3-container w3-left">
Freetime</h3>
Freetime
</h3>
<h6 class="w3-right-align w3-hover-opacity w3-opacity">
<a style="text-decoration: none" href="https://www.youtube.com/watch?v=GSftku-Mck0">
Building and flying unmanned systems, sometimes with a rapid unscheduled disassembly</a>
@ -56,18 +59,20 @@
<div class="w3-container w3-content w3-center" style="max-width:300px;">
<div class="w3-panel w3-card w3-dark-gray w3-padding">
<div class="w3-center-align">
<a class="w3-hover" style="text-decoration: none" href="mailto:mail@hendrikschutter.com">
<h6>mail@hendrikschutter.com</h6></a>
<a class="w3-hover" style="text-decoration: none" href="https://matrix.to/#/@localhorst:willmann.dev">
<h6>Matrix: localhorst</h6></a>
<a class="w3-hover" style="text-decoration: none" href="https://git.mosad.xyz/localhorst">
<h6>git.mosad.xyz/localhorst</h6></a>
<a class="w3-hover" style="text-decoration: none" href="mailto:mail@hendrikschutter.com">
<h6>mail@hendrikschutter.com</h6>
</a>
<a class="w3-hover" style="text-decoration: none" href="https://matrix.to/#/@localhorst:willmann.dev">
<h6>Matrix: localhorst</h6>
</a>
<a class="w3-hover" style="text-decoration: none" href="https://git.mosad.xyz/localhorst">
<h6>git.mosad.xyz/localhorst</h6>
</a>
</div>
</div>
</div>
<footer class="w3-container w3-center">Last update: 2022/03/30/<footer>
<footer class="w3-container w3-center">
Last update: 2023/08/06/
<footer>
</body>
</html>