0050
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<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 w3-hover-vivid-bluish-green">{{ item.name }}</a>
|
||||
<a href="{{ item.link }}" {% if page.url == item.link %} class="current" {% endif %} class="w3-bar-item w3-button">{{ item.name }}</a>
|
||||
{% endfor %}
|
||||
{% for item in site.data.socialMedia %}
|
||||
<a href="{{ item.link }}" {% if page.url == item.link %} class="current" {% endif %} class="w3-bar-item w3-button w3-right">{{ item.icon }}</a>
|
||||
|
||||
@@ -5,10 +5,15 @@ css_file: styles.css
|
||||
---
|
||||
<div class="mainDiv">
|
||||
<h1>About</h1>
|
||||
<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.<br>
|
||||
<img src="/website/pictures/IMG_1417.jpg" alt="Face Aaron">
|
||||
</p>
|
||||
<div class="w3-card">
|
||||
<img src="/website/pictures/IMG_1417.jpg" alt="Aaron Picture 2020">
|
||||
<div class="w3-container">
|
||||
<h4><b>Aaron</b></h4>
|
||||
<p>
|
||||
What's uuuuuuuuuuuuuuuuuuuuuuuup!
|
||||
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>.
|
||||
This is my first approach of a website using Jekyll.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user