0035
This commit is contained in:
@@ -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 %}
|
||||
|
||||
@@ -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>
|
||||
@@ -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
BIN
localdocs/pictures/IMG_1417.jpg
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
Reference in New Issue
Block a user