background image

This commit is contained in:
Hendrik Schutter 2021-09-26 11:45:22 +02:00
parent da1a85a700
commit 07a94b9e59
2 changed files with 6 additions and 6 deletions

BIN
data/background.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 535 KiB

View File

@ -9,7 +9,7 @@
<link rel="stylesheet" href="./css/w3.css">
<style>
body {
background-image: url('background.png');
background-image: url('./data/background.webp');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
@ -18,8 +18,8 @@
</head>
<body class="w3-animate-zoom">
<div class="w3-container w3-content w3-center" style="max: width 800px;margin-top:5%">
<h1 class="w3-wide">Hendrik Horst Schutter</h1>
<p class="w3-opacity"><i>twenty-four-year-old computer scientist from southwest Germany</i></p>
<h1 class="w3-wide w3-text-white">Hendrik Horst Schutter</h1>
<p class="w3-text-white"><i>twenty-four-year-old computer scientist from southwest Germany</i></p>
<div class="w3-panel w3-card-4 w3-white w3-hover-opacity w3-hover-gray w3-padding">
<h3 class="w3-container w3-left">
Education</h3>
@ -37,7 +37,7 @@
Work</h3>
<h6 class="w3-right-align">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>
operating systems and computer networks at University Offenburg</a>
</h6>
</div>
<div class="w3-panel w3-card-4 w3-white w3-hover-opacity w3-hover-gray w3-padding">
@ -45,7 +45,7 @@
Freetime</h3>
<h6 class="w3-right-align">
<a style="text-decoration: none" href="https://www.youtube.com/watch?v=GSftku-Mck0">
building and flying unmanned systems, sometimes with an rapid unscheduled disassembly</a>
Building and flying unmanned systems, sometimes with a rapid unscheduled disassembly</a>
</h6>
</div>
</div>
@ -64,6 +64,6 @@
</div>
</div>
</div>
<footer class="w3-container w3-center">Last update: 2021/09/25</footer>
<footer class="w3-container w3-center">Last update: 2021/09/26</footer>
</body>
</html>