0034
This commit is contained in:
@@ -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>
|
||||
@@ -9,7 +9,7 @@ body {
|
||||
|
||||
#image00 {
|
||||
background-color: black;
|
||||
align-items: center;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
a {
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user