0038
This commit is contained in:
12
localdocs/_data/socialMedia.yml
Normal file
12
localdocs/_data/socialMedia.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
- name: GitHub
|
||||
link: https://github.com/WickedJack99
|
||||
icon: <i class='fa fa-github' style='color:#20b2aa'></i>
|
||||
- name: LinkedIn
|
||||
link: https://www.linkedin.com/in/aaron-moser-027b30213/
|
||||
icon: <i class='fa fa-linkedin' style='color:#20b2aa'></i>
|
||||
- name: YouTube
|
||||
link: https://www.youtube.com/channel/UCrplqbwwjjfGKXinuokR1HQ/featured
|
||||
icon: <i class='fa fa-youtube' style='color:#20b2aa'></i>
|
||||
- name: eMail
|
||||
link: amoser@stud.hs-offenburg.de
|
||||
icon: <i class='fa fa-envelope' style='color:#20b2aa'></i>
|
||||
5
localdocs/_includes/socialMedia.html
Normal file
5
localdocs/_includes/socialMedia.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<nav>
|
||||
{% for item in site.data.navigation %}
|
||||
<a href="{{ item.link }}" {% if page.url == item.link %} class="current" {% endif %}>{{ item.icon }} {{ item.name }}</a>
|
||||
{% endfor %}
|
||||
</nav>
|
||||
@@ -3,11 +3,12 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{ page.title }}</title>
|
||||
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'>
|
||||
<link rel="stylesheet" href="{{ '/website/assets/css/' | append: page.css_file }}">
|
||||
</head>
|
||||
<body>
|
||||
{% include navigation.html %}
|
||||
{{ content }}
|
||||
{% include footerNavbar.html %}
|
||||
{% include footerNavbar.html %} {% include socialMedia.html %}
|
||||
</body>
|
||||
</html>
|
||||
@@ -3,11 +3,12 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{ page.title }}</title>
|
||||
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'>
|
||||
<link rel="stylesheet" href="/website/assets/css/law.css">
|
||||
</head>
|
||||
<body>
|
||||
{% include navigation.html %}
|
||||
{{ content }}
|
||||
{% include footerNavbar.html %}
|
||||
{% include footerNavbar.html %} {% include socialMedia.html %}
|
||||
</body>
|
||||
</html>
|
||||
@@ -3,6 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{ page.title }}</title>
|
||||
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'>
|
||||
<link rel="stylesheet" href="/website/assets/css/blog.css">
|
||||
</head>
|
||||
<body>
|
||||
@@ -10,6 +11,6 @@
|
||||
<h1>{{ page.title }}</h1>
|
||||
<p>{{ page.date | date_to_string }} - {{ page.author }}</p>
|
||||
{{ content }}
|
||||
{% include footerNavbar.html %}
|
||||
{% include footerNavbar.html %} {% include socialMedia.html %}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user