This commit is contained in:
WickedJack99
2022-09-21 17:57:24 +02:00
parent 7e9710edc6
commit 0b3e563f1c
15 changed files with 53 additions and 51 deletions

View File

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

View File

@@ -1,5 +1,5 @@
<nav>
<nav> |
{% for item in site.data.navigation %}
<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

@@ -8,6 +8,7 @@ css_file: styles.css
<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.
This is my first approach of a website using Jekyll.<br>
<img src="/website/pictures/IMG_1417.jpg" alt="Face Aaron">
</p>
</div>

BIN
localdocs/pictures/IMG_1417.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB