This commit is contained in:
WickedJack99
2022-09-21 17:46:29 +02:00
parent 84993abd6b
commit 7e9710edc6
14 changed files with 60 additions and 56 deletions

View File

@@ -1,5 +1,5 @@
<nav>
<nav>|
{% for item in site.data.footerNavbar %}
<a href="{{ item.link }}" {% if page.url == item.link %} class="current" {% endif %}>{{ item.name }}</a>
<a href="{{ item.link }}" {% if page.url == item.link %} class="current" {% endif %}>{{ item.name }}</a> |
{% endfor %}
</nav>

View File

@@ -9,7 +9,7 @@ body {
#image00 {
background-color: black;
align-items: center;
margin: auto;
}
a {

View File

@@ -5,7 +5,9 @@ css_file: styles.css
---
<div>
<h1>About</h1>
<p>What's uuuuuuuuuuuuuuuuuuuuuuuup!</p>
<p>My name is Aaron and I'm studying <a href="https://www.hs-offenburg.de/en/studium/studiengaenge/bachelor/angewandte-informatik/studieninteressierte">Applied Computer Science</a> at the <a href="https://www.hs-offenburg.de/">University of Applied Science Offenburg</a>.</p>
<p>This is my first approach of a website using Jekyll.</p>
<p>
What's uuuuuuuuuuuuuuuuuuuuuuuup!<br>
My name is Aaron and I'm studying <a href="https://www.hs-offenburg.de/en/studium/studiengaenge/bachelor/angewandte-informatik/studieninteressierte" target="_blank">Applied Computer Science</a> at the <a href="https://www.hs-offenburg.de/" target="_blank">University of Applied Science Offenburg</a>.<br>
This is my first approach of a website using Jekyll.
</p>
</div>