This commit is contained in:
janis
2023-01-04 16:54:47 +01:00
parent 100112f5bb
commit f302bda9c7
9 changed files with 49 additions and 38 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 22 KiB

BIN
assets/logo.xcf Normal file

Binary file not shown.

View File

@@ -1,4 +1,8 @@
body {
html, body {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
background-color: gray;
color: white;
}

View File

@@ -1,7 +1,6 @@
.Footer-box {
background-color: #38444d;
width: 103%;
margin-left: -1%;
width: 100%;
margin-bottom: -1%;
display: flex;
justify-content: center;

View File

@@ -1,4 +1,8 @@
body {
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-color: rgba(70, 72, 167, 0.5);
font-family: Arial, Helvetica, sans-serif;
}

View File

@@ -20,10 +20,11 @@
}
.Menu {
margin-left: -1%;
margin-top: -1%;
padding: 2%;
width: 103%;
padding-left: 0;
padding-right: 0;
width: 100%;
list-style-type: none;
overflow: hidden;
background-color: #38444d;

View File

@@ -25,7 +25,10 @@
<li><a class="textlink" href="/projects/bgac.html">BiogasControllerApp</a></li>
</ul>
<h3>JavaScript, HTML, CSS (Webapps / Websites)</h3>
Only private ones right now
<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>