This commit is contained in:
WickedJack99
2022-09-26 01:51:50 +02:00
parent 681968568e
commit 50353ee95b
26 changed files with 109 additions and 106 deletions

View File

@@ -1,4 +1,4 @@
<div id="navbarBottom" class="w3-bar w3-black">
<div id="navbarBottom" class="w3-bar w3-bottom w3-black">
{% for item in site.data.footerNavbar %}
<a href="{{ item.link }}" {% if page.url == item.link %} class="current" {% endif %} class="w3-bar-item w3-button">{{ item.name }}</a>
{% endfor %}

View File

@@ -1,4 +1,4 @@
<div id="navbarTop" class="w3-bar w3-black">
<div id="navbarTop" class="w3-bar w3-top w3-black">
{% for item in site.data.navigation %}
<a href="{{ item.link }}" {% if page.url == item.link %} class="current" {% endif %} class="w3-bar-item w3-button">{{ item.name }}</a>
{% endfor %}

View File

@@ -1,19 +1,14 @@
body {
background-color: #121212;
color: #FFFFFF;
margin-top: 40px;
}
.current {
color: white;
}
#navbarTop {
position: fixed;
}
#navbarBottom {
position: fixed;
.mainDiv {
margin-top: 40px;
}
div.console {

View File

@@ -1,19 +1,14 @@
body {
background-color: #121212;
color: white;
margin-top: 40px;
}
.current {
color: white;
}
#navbarTop {
position: fixed;
}
#navbarBottom {
position: fixed;
.mainDiv {
margin-top: 40px;
}
#image00 {

View File

@@ -1,19 +1,14 @@
body {
background-color: #121212;
color: white;
margin-top: 40px;
}
.current {
color: white;
}
#navbarTop {
position: fixed;
}
#navbarBottom {
position: fixed;
.mainDiv {
margin-top: 40px;
}
a {

View File

@@ -3,7 +3,7 @@ layout: default
title: About
css_file: styles.css
---
<div>
<div class="mainDiv">
<h1>About</h1>
<p>
What's uuuuuuuuuuuuuuuuuuuuuuuup!<br>

View File

@@ -2,4 +2,6 @@
layout: law
title: Accessibility
---
<h1>{{ page.title }}</h1>
<div class="mainDiv">
<h1>{{ page.title }}</h1>
</div>

View File

@@ -3,12 +3,13 @@ layout: default
title: Blog
css_file: styles.css
---
<h1>Latest Posts</h1>
<ul>
{% for post in site.posts %}
<li>
<h3><a href="{{ '/website' | append: post.url }}">{{ post.title }}</a></h3>
</li>
{% endfor %}
</ul>
<div class="mainDiv">
<h1>Latest Posts</h1>
<ul>
{% for post in site.posts %}
<li>
<h3><a href="{{ '/website' | append: post.url }}">{{ post.title }}</a></h3>
</li>
{% endfor %}
</ul>
</div>

View File

@@ -2,7 +2,7 @@
layout: law
title: Blog
---
<div>
<div class="mainDiv">
<h1>Imprint</h1>
<p id="imprintContact">
Aaron Moser<br>

View File

@@ -4,9 +4,11 @@ title: Homepage
css_file: index.css
---
<div>
<h1>Welcome!</h1>
</div>
<div id="image00">
<img class="imageSquare" src="https://images-assets.nasa.gov/image/PIA18033/PIA18033~medium.jpg" alt="Earth Globe NASA shot" height="640px" width="640px">
<div class="mainDiv">
<div>
<h1>Welcome!</h1>
</div>
<div id="image00">
<img class="imageSquare" src="https://images-assets.nasa.gov/image/PIA18033/PIA18033~medium.jpg" alt="Earth Globe NASA shot" height="640px" width="640px">
</div>
</div>

View File

@@ -2,14 +2,16 @@
layout: law
title: Privacy
---
<h1>Privacy Policy</h1>
<h3>Links to external websites</h3>
<p> This website contains links to external websites. I have no access on the content of these websites
and take no responsibilities or liablities for the admissibility, correctness, presentation and completeness
of that content.</p>
<p> I'm informing you that with following those links, probably your IP-address will be recorded.</p>
<p> If you leave this website I recommend you to check out their Privacy-Policy before accessing their website.</p>
<div class="mainDiv">
<h1>Privacy Policy</h1>
<h3>Links to external websites</h3>
<p> This website contains links to external websites. I have no access on the content of these websites
and take no responsibilities or liablities for the admissibility, correctness, presentation and completeness
of that content.</p>
<p> I'm informing you that with following those links, probably your IP-address will be recorded.</p>
<p> If you leave this website I recommend you to check out their Privacy-Policy before accessing their website.</p>
<h3>Cookies :P</h3>
<p>I'm hungry, give me some cookies please!</p>
<p>I don't use cookies but this site is hosted by GitHub Pages so maybe they use them.</p>
<h3>Cookies :P</h3>
<p>I'm hungry, give me some cookies please!</p>
<p>I don't use cookies but this site is hosted by GitHub Pages so maybe they use them.</p>
</div>

View File

@@ -2,6 +2,8 @@
layout: law
title: Terms & Conditions
---
<h1>Terms and Conditions</h1>
<p></p>
<p></p>
<div class="mainDiv">
<h1>Terms and Conditions</h1>
<p></p>
<p></p>
</div>