0045
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
- name: GitHub
|
||||
link: https://github.com/WickedJack99
|
||||
icon: <i class='fa fa-github' style='color:#20b2aa'></i>
|
||||
icon: <i class='fa fa-github' style='color:#ffffff'></i>
|
||||
- name: LinkedIn
|
||||
link: https://www.linkedin.com/in/aaron-moser-027b30213/
|
||||
icon: <i class='fa fa-linkedin' style='color:#20b2aa'></i>
|
||||
icon: <i class='fa fa-linkedin' style='color:#ffffff'></i>
|
||||
- name: YouTube
|
||||
link: https://www.youtube.com/channel/UCrplqbwwjjfGKXinuokR1HQ/featured
|
||||
icon: <i class='fa fa-youtube' style='color:#20b2aa'></i>
|
||||
icon: <i class='fa fa-youtube' style='color:#ffffff'></i>
|
||||
- name: eMail
|
||||
link: amoser@stud.hs-offenburg.de
|
||||
icon: <i class='fa fa-envelope' style='color:#20b2aa'></i>
|
||||
icon: <i class='fa fa-envelope' style='color:#ffffff'></i>
|
||||
@@ -10,9 +10,11 @@
|
||||
</head>
|
||||
<body>
|
||||
{% include navigation.html %}
|
||||
<h1>{{ page.title }}</h1>
|
||||
<p>{{ page.date | date_to_string }} - {{ page.author }}</p>
|
||||
{{ content }}
|
||||
<div class="mainDiv">
|
||||
<h1>{{ page.title }}</h1>
|
||||
<p>{{ page.date | date_to_string }} - {{ page.author }}</p>
|
||||
{{ content }}
|
||||
</div>
|
||||
{% include footerNavbar.html %}
|
||||
</body>
|
||||
</html>
|
||||
@@ -8,7 +8,7 @@ body {
|
||||
}
|
||||
|
||||
.mainDiv {
|
||||
margin-top: 40px;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
div.console {
|
||||
|
||||
Reference in New Issue
Block a user