0042
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<link rel="stylesheet" href="/website/assets/css/blog.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="w3-bar w3-black">
|
||||
<div id="navbarTop" class="w3-bar w3-black">
|
||||
|
||||
<a href="/website/index.html" class="w3-bar-item w3-button">Home</a>
|
||||
|
||||
@@ -17,6 +17,15 @@
|
||||
|
||||
<a href="/website/blog.html" class="w3-bar-item w3-button">Blog</a>
|
||||
|
||||
|
||||
<a href="https://github.com/WickedJack99" class="w3-bar-item w3-button w3-right"><i class='fa fa-github' style='color:#20b2aa'></i></a>
|
||||
|
||||
<a href="https://www.linkedin.com/in/aaron-moser-027b30213/" class="w3-bar-item w3-button w3-right"><i class='fa fa-linkedin' style='color:#20b2aa'></i></a>
|
||||
|
||||
<a href="https://www.youtube.com/channel/UCrplqbwwjjfGKXinuokR1HQ/featured" class="w3-bar-item w3-button w3-right"><i class='fa fa-youtube' style='color:#20b2aa'></i></a>
|
||||
|
||||
<a href="amoser@stud.hs-offenburg.de" class="w3-bar-item w3-button w3-right"><i class='fa fa-envelope' style='color:#20b2aa'></i></a>
|
||||
|
||||
</div>
|
||||
<h1>2022 Week 38 How to create a static website with Jekyll and deploy it on GitHubPages</h1>
|
||||
<p>20 Sep 2022 - Aaron</p>
|
||||
@@ -135,26 +144,16 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<nav> |
|
||||
<div id="navbarBottom" class="w3-bar w3-black"> |
|
||||
|
||||
<a href="/website/terms.html" >Terms</a> |
|
||||
<a href="/website/terms.html" class="w3-bar-item w3-button">Terms</a> |
|
||||
|
||||
<a href="/website/privacy.html" >Privacy</a> |
|
||||
<a href="/website/privacy.html" class="w3-bar-item w3-button">Privacy</a> |
|
||||
|
||||
<a href="/website/blog.html" >Blog</a> |
|
||||
<a href="/website/blog.html" class="w3-bar-item w3-button">Blog</a> |
|
||||
|
||||
<a href="/website/imprint.html" >Imprint</a> |
|
||||
<a href="/website/imprint.html" class="w3-bar-item w3-button">Imprint</a> |
|
||||
|
||||
</nav> <nav>
|
||||
|
||||
<a href="https://github.com/WickedJack99" ><i class='fa fa-github' style='color:#20b2aa'></i> GitHub</a>
|
||||
|
||||
<a href="https://www.linkedin.com/in/aaron-moser-027b30213/" ><i class='fa fa-linkedin' style='color:#20b2aa'></i> LinkedIn</a>
|
||||
|
||||
<a href="https://www.youtube.com/channel/UCrplqbwwjjfGKXinuokR1HQ/featured" ><i class='fa fa-youtube' style='color:#20b2aa'></i> YouTube</a>
|
||||
|
||||
<a href="amoser@stud.hs-offenburg.de" ><i class='fa fa-envelope' style='color:#20b2aa'></i> eMail</a>
|
||||
|
||||
</nav>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -9,7 +9,7 @@
|
||||
<link rel="stylesheet" href="/website/assets/css/">
|
||||
</head>
|
||||
<body>
|
||||
<div class="w3-bar w3-black">
|
||||
<div id="navbarTop" class="w3-bar w3-black">
|
||||
|
||||
<a href="/website/index.html" class="w3-bar-item w3-button">Home</a>
|
||||
|
||||
@@ -17,6 +17,15 @@
|
||||
|
||||
<a href="/website/blog.html" class="w3-bar-item w3-button">Blog</a>
|
||||
|
||||
|
||||
<a href="https://github.com/WickedJack99" class="w3-bar-item w3-button w3-right"><i class='fa fa-github' style='color:#20b2aa'></i></a>
|
||||
|
||||
<a href="https://www.linkedin.com/in/aaron-moser-027b30213/" class="w3-bar-item w3-button w3-right"><i class='fa fa-linkedin' style='color:#20b2aa'></i></a>
|
||||
|
||||
<a href="https://www.youtube.com/channel/UCrplqbwwjjfGKXinuokR1HQ/featured" class="w3-bar-item w3-button w3-right"><i class='fa fa-youtube' style='color:#20b2aa'></i></a>
|
||||
|
||||
<a href="amoser@stud.hs-offenburg.de" class="w3-bar-item w3-button w3-right"><i class='fa fa-envelope' style='color:#20b2aa'></i></a>
|
||||
|
||||
</div>
|
||||
<style type="text/css" media="screen">
|
||||
.container {
|
||||
@@ -39,26 +48,16 @@
|
||||
<p>The requested page could not be found.</p>
|
||||
</div>
|
||||
|
||||
<nav> |
|
||||
<div id="navbarBottom" class="w3-bar w3-black"> |
|
||||
|
||||
<a href="/website/terms.html" >Terms</a> |
|
||||
<a href="/website/terms.html" class="w3-bar-item w3-button">Terms</a> |
|
||||
|
||||
<a href="/website/privacy.html" >Privacy</a> |
|
||||
<a href="/website/privacy.html" class="w3-bar-item w3-button">Privacy</a> |
|
||||
|
||||
<a href="/website/blog.html" >Blog</a> |
|
||||
<a href="/website/blog.html" class="w3-bar-item w3-button">Blog</a> |
|
||||
|
||||
<a href="/website/imprint.html" >Imprint</a> |
|
||||
<a href="/website/imprint.html" class="w3-bar-item w3-button">Imprint</a> |
|
||||
|
||||
</nav> <nav>
|
||||
|
||||
<a href="https://github.com/WickedJack99" ><i class='fa fa-github' style='color:#20b2aa'></i> GitHub</a>
|
||||
|
||||
<a href="https://www.linkedin.com/in/aaron-moser-027b30213/" ><i class='fa fa-linkedin' style='color:#20b2aa'></i> LinkedIn</a>
|
||||
|
||||
<a href="https://www.youtube.com/channel/UCrplqbwwjjfGKXinuokR1HQ/featured" ><i class='fa fa-youtube' style='color:#20b2aa'></i> YouTube</a>
|
||||
|
||||
<a href="amoser@stud.hs-offenburg.de" ><i class='fa fa-envelope' style='color:#20b2aa'></i> eMail</a>
|
||||
|
||||
</nav>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -9,7 +9,7 @@
|
||||
<link rel="stylesheet" href="/website/assets/css/styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="w3-bar w3-black">
|
||||
<div id="navbarTop" class="w3-bar w3-black">
|
||||
|
||||
<a href="/website/index.html" class="w3-bar-item w3-button">Home</a>
|
||||
|
||||
@@ -17,6 +17,15 @@
|
||||
|
||||
<a href="/website/blog.html" class="w3-bar-item w3-button">Blog</a>
|
||||
|
||||
|
||||
<a href="https://github.com/WickedJack99" class="w3-bar-item w3-button w3-right"><i class='fa fa-github' style='color:#20b2aa'></i></a>
|
||||
|
||||
<a href="https://www.linkedin.com/in/aaron-moser-027b30213/" class="w3-bar-item w3-button w3-right"><i class='fa fa-linkedin' style='color:#20b2aa'></i></a>
|
||||
|
||||
<a href="https://www.youtube.com/channel/UCrplqbwwjjfGKXinuokR1HQ/featured" class="w3-bar-item w3-button w3-right"><i class='fa fa-youtube' style='color:#20b2aa'></i></a>
|
||||
|
||||
<a href="amoser@stud.hs-offenburg.de" class="w3-bar-item w3-button w3-right"><i class='fa fa-envelope' style='color:#20b2aa'></i></a>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<h1>About</h1>
|
||||
@@ -27,26 +36,16 @@
|
||||
<img src="/website/pictures/IMG_1417.jpg" alt="Face Aaron">
|
||||
</p>
|
||||
</div>
|
||||
<nav> |
|
||||
<div id="navbarBottom" class="w3-bar w3-black"> |
|
||||
|
||||
<a href="/website/terms.html" >Terms</a> |
|
||||
<a href="/website/terms.html" class="w3-bar-item w3-button">Terms</a> |
|
||||
|
||||
<a href="/website/privacy.html" >Privacy</a> |
|
||||
<a href="/website/privacy.html" class="w3-bar-item w3-button">Privacy</a> |
|
||||
|
||||
<a href="/website/blog.html" >Blog</a> |
|
||||
<a href="/website/blog.html" class="w3-bar-item w3-button">Blog</a> |
|
||||
|
||||
<a href="/website/imprint.html" >Imprint</a> |
|
||||
<a href="/website/imprint.html" class="w3-bar-item w3-button">Imprint</a> |
|
||||
|
||||
</nav> <nav>
|
||||
|
||||
<a href="https://github.com/WickedJack99" ><i class='fa fa-github' style='color:#20b2aa'></i> GitHub</a>
|
||||
|
||||
<a href="https://www.linkedin.com/in/aaron-moser-027b30213/" ><i class='fa fa-linkedin' style='color:#20b2aa'></i> LinkedIn</a>
|
||||
|
||||
<a href="https://www.youtube.com/channel/UCrplqbwwjjfGKXinuokR1HQ/featured" ><i class='fa fa-youtube' style='color:#20b2aa'></i> YouTube</a>
|
||||
|
||||
<a href="amoser@stud.hs-offenburg.de" ><i class='fa fa-envelope' style='color:#20b2aa'></i> eMail</a>
|
||||
|
||||
</nav>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -9,7 +9,7 @@
|
||||
<link rel="stylesheet" href="/website/assets/css/law.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="w3-bar w3-black">
|
||||
<div id="navbarTop" class="w3-bar w3-black">
|
||||
|
||||
<a href="/website/index.html" class="w3-bar-item w3-button">Home</a>
|
||||
|
||||
@@ -17,28 +17,27 @@
|
||||
|
||||
<a href="/website/blog.html" class="w3-bar-item w3-button">Blog</a>
|
||||
|
||||
|
||||
<a href="https://github.com/WickedJack99" class="w3-bar-item w3-button w3-right"><i class='fa fa-github' style='color:#20b2aa'></i></a>
|
||||
|
||||
<a href="https://www.linkedin.com/in/aaron-moser-027b30213/" class="w3-bar-item w3-button w3-right"><i class='fa fa-linkedin' style='color:#20b2aa'></i></a>
|
||||
|
||||
<a href="https://www.youtube.com/channel/UCrplqbwwjjfGKXinuokR1HQ/featured" class="w3-bar-item w3-button w3-right"><i class='fa fa-youtube' style='color:#20b2aa'></i></a>
|
||||
|
||||
<a href="amoser@stud.hs-offenburg.de" class="w3-bar-item w3-button w3-right"><i class='fa fa-envelope' style='color:#20b2aa'></i></a>
|
||||
|
||||
</div>
|
||||
<h1>Accessibility</h1>
|
||||
<nav> |
|
||||
<div id="navbarBottom" class="w3-bar w3-black"> |
|
||||
|
||||
<a href="/website/terms.html" >Terms</a> |
|
||||
<a href="/website/terms.html" class="w3-bar-item w3-button">Terms</a> |
|
||||
|
||||
<a href="/website/privacy.html" >Privacy</a> |
|
||||
<a href="/website/privacy.html" class="w3-bar-item w3-button">Privacy</a> |
|
||||
|
||||
<a href="/website/blog.html" >Blog</a> |
|
||||
<a href="/website/blog.html" class="w3-bar-item w3-button">Blog</a> |
|
||||
|
||||
<a href="/website/imprint.html" >Imprint</a> |
|
||||
<a href="/website/imprint.html" class="w3-bar-item w3-button">Imprint</a> |
|
||||
|
||||
</nav> <nav>
|
||||
|
||||
<a href="https://github.com/WickedJack99" ><i class='fa fa-github' style='color:#20b2aa'></i> GitHub</a>
|
||||
|
||||
<a href="https://www.linkedin.com/in/aaron-moser-027b30213/" ><i class='fa fa-linkedin' style='color:#20b2aa'></i> LinkedIn</a>
|
||||
|
||||
<a href="https://www.youtube.com/channel/UCrplqbwwjjfGKXinuokR1HQ/featured" ><i class='fa fa-youtube' style='color:#20b2aa'></i> YouTube</a>
|
||||
|
||||
<a href="amoser@stud.hs-offenburg.de" ><i class='fa fa-envelope' style='color:#20b2aa'></i> eMail</a>
|
||||
|
||||
</nav>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1 +1 @@
|
||||
body{background-color:#121212;color:#FFFFFF}.current{color:white}div.console{background-color:darkslategrey;color:white;padding-left:10px;padding-top:10px;padding-bottom:10px;margin-top:5px;margin-bottom:5px;border-radius:15px}div.outerDiv{padding-left:50px;padding-right:50px}a{color:lightseagreen}a:link{text-decoration:none}a:visited{text-decoration:none}a:hover{text-decoration:underline}a:active{text-decoration:underline}
|
||||
body{background-color:#121212;color:#FFFFFF}.current{color:white}#navbarTop{position:fixed}div.console{background-color:darkslategrey;color:white;padding-left:10px;padding-top:10px;padding-bottom:10px;margin-top:5px;margin-bottom:5px;border-radius:15px}div.outerDiv{padding-left:50px;padding-right:50px}a{color:lightseagreen}a:link{text-decoration:none}a:visited{text-decoration:none}a:hover{text-decoration:underline}a:active{text-decoration:underline}
|
||||
|
||||
@@ -1 +1 @@
|
||||
body{background-color:#121212;color:white}.current{color:white}#image00{background-color:black;margin:auto}a{color:lightseagreen}a:link{text-decoration:none}a:visited{text-decoration:none}a:hover{text-decoration:underline}a:active{text-decoration:underline}
|
||||
body{background-color:#121212;color:white}.current{color:white}#navbarTop{position:fixed}#image00{background-color:black;margin:auto}a{color:lightseagreen}a:link{text-decoration:none}a:visited{text-decoration:none}a:hover{text-decoration:underline}a:active{text-decoration:underline}
|
||||
|
||||
@@ -1 +1 @@
|
||||
body{background-color:#121212;color:white}.current{color:white}a{color:lightseagreen}a:link{text-decoration:none}a:visited{text-decoration:none}a:hover{text-decoration:underline}a:active{text-decoration:underline}
|
||||
body{background-color:#121212;color:white}.current{color:white}#navbarTop{position:fixed}a{color:lightseagreen}a:link{text-decoration:none}a:visited{text-decoration:none}a:hover{text-decoration:underline}a:active{text-decoration:underline}
|
||||
|
||||
@@ -1 +1 @@
|
||||
body{background-color:#121212;color:white}.current{color:white}a{color:lightseagreen}a:link{text-decoration:none}a:visited{text-decoration:none}a:hover{text-decoration:underline}a:active{text-decoration:underline}
|
||||
body{background-color:#121212;color:white}.current{color:white}#navbarTop{position:fixed}a{color:lightseagreen}a:link{text-decoration:none}a:visited{text-decoration:none}a:hover{text-decoration:underline}a:active{text-decoration:underline}
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<link rel="stylesheet" href="/website/assets/css/styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="w3-bar w3-black">
|
||||
<div id="navbarTop" class="w3-bar w3-black">
|
||||
|
||||
<a href="/website/index.html" class="w3-bar-item w3-button">Home</a>
|
||||
|
||||
@@ -17,6 +17,15 @@
|
||||
|
||||
<a href="/website/blog.html" class="w3-bar-item w3-button">Blog</a>
|
||||
|
||||
|
||||
<a href="https://github.com/WickedJack99" class="w3-bar-item w3-button w3-right"><i class='fa fa-github' style='color:#20b2aa'></i></a>
|
||||
|
||||
<a href="https://www.linkedin.com/in/aaron-moser-027b30213/" class="w3-bar-item w3-button w3-right"><i class='fa fa-linkedin' style='color:#20b2aa'></i></a>
|
||||
|
||||
<a href="https://www.youtube.com/channel/UCrplqbwwjjfGKXinuokR1HQ/featured" class="w3-bar-item w3-button w3-right"><i class='fa fa-youtube' style='color:#20b2aa'></i></a>
|
||||
|
||||
<a href="amoser@stud.hs-offenburg.de" class="w3-bar-item w3-button w3-right"><i class='fa fa-envelope' style='color:#20b2aa'></i></a>
|
||||
|
||||
</div>
|
||||
<h1>Latest Posts</h1>
|
||||
|
||||
@@ -27,26 +36,16 @@
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
<nav> |
|
||||
<div id="navbarBottom" class="w3-bar w3-black"> |
|
||||
|
||||
<a href="/website/terms.html" >Terms</a> |
|
||||
<a href="/website/terms.html" class="w3-bar-item w3-button">Terms</a> |
|
||||
|
||||
<a href="/website/privacy.html" >Privacy</a> |
|
||||
<a href="/website/privacy.html" class="w3-bar-item w3-button">Privacy</a> |
|
||||
|
||||
<a href="/website/blog.html" >Blog</a> |
|
||||
<a href="/website/blog.html" class="w3-bar-item w3-button">Blog</a> |
|
||||
|
||||
<a href="/website/imprint.html" >Imprint</a> |
|
||||
<a href="/website/imprint.html" class="w3-bar-item w3-button">Imprint</a> |
|
||||
|
||||
</nav> <nav>
|
||||
|
||||
<a href="https://github.com/WickedJack99" ><i class='fa fa-github' style='color:#20b2aa'></i> GitHub</a>
|
||||
|
||||
<a href="https://www.linkedin.com/in/aaron-moser-027b30213/" ><i class='fa fa-linkedin' style='color:#20b2aa'></i> LinkedIn</a>
|
||||
|
||||
<a href="https://www.youtube.com/channel/UCrplqbwwjjfGKXinuokR1HQ/featured" ><i class='fa fa-youtube' style='color:#20b2aa'></i> YouTube</a>
|
||||
|
||||
<a href="amoser@stud.hs-offenburg.de" ><i class='fa fa-envelope' style='color:#20b2aa'></i> eMail</a>
|
||||
|
||||
</nav>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.2">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2022-09-26T01:16:11+02:00</updated><id>/feed.xml</id><title type="html">Mr.</title><subtitle>Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.</subtitle><entry><title type="html">2022 Week 38 How to create a static website with Jekyll and deploy it on GitHubPages</title><link href="/2022/09/20/how-to-create-githubpage.html" rel="alternate" type="text/html" title="2022 Week 38 How to create a static website with Jekyll and deploy it on GitHubPages" /><published>2022-09-20T00:00:00+02:00</published><updated>2022-09-20T00:00:00+02:00</updated><id>/2022/09/20/how-to-create-githubpage</id><content type="html" xml:base="/2022/09/20/how-to-create-githubpage.html"><div class="outerDiv">
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.2">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2022-09-26T01:31:12+02:00</updated><id>/feed.xml</id><title type="html">Mr.</title><subtitle>Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.</subtitle><entry><title type="html">2022 Week 38 How to create a static website with Jekyll and deploy it on GitHubPages</title><link href="/2022/09/20/how-to-create-githubpage.html" rel="alternate" type="text/html" title="2022 Week 38 How to create a static website with Jekyll and deploy it on GitHubPages" /><published>2022-09-20T00:00:00+02:00</published><updated>2022-09-20T00:00:00+02:00</updated><id>/2022/09/20/how-to-create-githubpage</id><content type="html" xml:base="/2022/09/20/how-to-create-githubpage.html"><div class="outerDiv">
|
||||
<div id="prerequisits">
|
||||
<h3>Prerequisits</h3>
|
||||
Install <a href="https://git-scm.com/downloads" target="_blank">Git</a><br>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<link rel="stylesheet" href="/website/assets/css/law.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="w3-bar w3-black">
|
||||
<div id="navbarTop" class="w3-bar w3-black">
|
||||
|
||||
<a href="/website/index.html" class="w3-bar-item w3-button">Home</a>
|
||||
|
||||
@@ -17,6 +17,15 @@
|
||||
|
||||
<a href="/website/blog.html" class="w3-bar-item w3-button">Blog</a>
|
||||
|
||||
|
||||
<a href="https://github.com/WickedJack99" class="w3-bar-item w3-button w3-right"><i class='fa fa-github' style='color:#20b2aa'></i></a>
|
||||
|
||||
<a href="https://www.linkedin.com/in/aaron-moser-027b30213/" class="w3-bar-item w3-button w3-right"><i class='fa fa-linkedin' style='color:#20b2aa'></i></a>
|
||||
|
||||
<a href="https://www.youtube.com/channel/UCrplqbwwjjfGKXinuokR1HQ/featured" class="w3-bar-item w3-button w3-right"><i class='fa fa-youtube' style='color:#20b2aa'></i></a>
|
||||
|
||||
<a href="amoser@stud.hs-offenburg.de" class="w3-bar-item w3-button w3-right"><i class='fa fa-envelope' style='color:#20b2aa'></i></a>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<h1>Imprint</h1>
|
||||
@@ -27,26 +36,16 @@
|
||||
E-Mail: amoser@stud.hs-offenburg.de<br>
|
||||
</p>
|
||||
</div>
|
||||
<nav> |
|
||||
<div id="navbarBottom" class="w3-bar w3-black"> |
|
||||
|
||||
<a href="/website/terms.html" >Terms</a> |
|
||||
<a href="/website/terms.html" class="w3-bar-item w3-button">Terms</a> |
|
||||
|
||||
<a href="/website/privacy.html" >Privacy</a> |
|
||||
<a href="/website/privacy.html" class="w3-bar-item w3-button">Privacy</a> |
|
||||
|
||||
<a href="/website/blog.html" >Blog</a> |
|
||||
<a href="/website/blog.html" class="w3-bar-item w3-button">Blog</a> |
|
||||
|
||||
<a href="/website/imprint.html" >Imprint</a> |
|
||||
<a href="/website/imprint.html" class="w3-bar-item w3-button">Imprint</a> |
|
||||
|
||||
</nav> <nav>
|
||||
|
||||
<a href="https://github.com/WickedJack99" ><i class='fa fa-github' style='color:#20b2aa'></i> GitHub</a>
|
||||
|
||||
<a href="https://www.linkedin.com/in/aaron-moser-027b30213/" ><i class='fa fa-linkedin' style='color:#20b2aa'></i> LinkedIn</a>
|
||||
|
||||
<a href="https://www.youtube.com/channel/UCrplqbwwjjfGKXinuokR1HQ/featured" ><i class='fa fa-youtube' style='color:#20b2aa'></i> YouTube</a>
|
||||
|
||||
<a href="amoser@stud.hs-offenburg.de" ><i class='fa fa-envelope' style='color:#20b2aa'></i> eMail</a>
|
||||
|
||||
</nav>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -9,7 +9,7 @@
|
||||
<link rel="stylesheet" href="/website/assets/css/index.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="w3-bar w3-black">
|
||||
<div id="navbarTop" class="w3-bar w3-black">
|
||||
|
||||
<a href="/website/index.html" class="w3-bar-item w3-button">Home</a>
|
||||
|
||||
@@ -17,6 +17,15 @@
|
||||
|
||||
<a href="/website/blog.html" class="w3-bar-item w3-button">Blog</a>
|
||||
|
||||
|
||||
<a href="https://github.com/WickedJack99" class="w3-bar-item w3-button w3-right"><i class='fa fa-github' style='color:#20b2aa'></i></a>
|
||||
|
||||
<a href="https://www.linkedin.com/in/aaron-moser-027b30213/" class="w3-bar-item w3-button w3-right"><i class='fa fa-linkedin' style='color:#20b2aa'></i></a>
|
||||
|
||||
<a href="https://www.youtube.com/channel/UCrplqbwwjjfGKXinuokR1HQ/featured" class="w3-bar-item w3-button w3-right"><i class='fa fa-youtube' style='color:#20b2aa'></i></a>
|
||||
|
||||
<a href="amoser@stud.hs-offenburg.de" class="w3-bar-item w3-button w3-right"><i class='fa fa-envelope' style='color:#20b2aa'></i></a>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<h1>Welcome!</h1>
|
||||
@@ -24,26 +33,16 @@
|
||||
<div id="image00">
|
||||
<img class="imageSquare" src="https://images-assets.nasa.gov/image/PIA18033/PIA18033~medium.jpg" alt="Earth Globe NASA shot" height="640px" width="640px">
|
||||
</div>
|
||||
<nav> |
|
||||
<div id="navbarBottom" class="w3-bar w3-black"> |
|
||||
|
||||
<a href="/website/terms.html" >Terms</a> |
|
||||
<a href="/website/terms.html" class="w3-bar-item w3-button">Terms</a> |
|
||||
|
||||
<a href="/website/privacy.html" >Privacy</a> |
|
||||
<a href="/website/privacy.html" class="w3-bar-item w3-button">Privacy</a> |
|
||||
|
||||
<a href="/website/blog.html" >Blog</a> |
|
||||
<a href="/website/blog.html" class="w3-bar-item w3-button">Blog</a> |
|
||||
|
||||
<a href="/website/imprint.html" >Imprint</a> |
|
||||
<a href="/website/imprint.html" class="w3-bar-item w3-button">Imprint</a> |
|
||||
|
||||
</nav> <nav>
|
||||
|
||||
<a href="https://github.com/WickedJack99" ><i class='fa fa-github' style='color:#20b2aa'></i> GitHub</a>
|
||||
|
||||
<a href="https://www.linkedin.com/in/aaron-moser-027b30213/" ><i class='fa fa-linkedin' style='color:#20b2aa'></i> LinkedIn</a>
|
||||
|
||||
<a href="https://www.youtube.com/channel/UCrplqbwwjjfGKXinuokR1HQ/featured" ><i class='fa fa-youtube' style='color:#20b2aa'></i> YouTube</a>
|
||||
|
||||
<a href="amoser@stud.hs-offenburg.de" ><i class='fa fa-envelope' style='color:#20b2aa'></i> eMail</a>
|
||||
|
||||
</nav>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -9,7 +9,7 @@
|
||||
<link rel="stylesheet" href="/website/assets/css/law.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="w3-bar w3-black">
|
||||
<div id="navbarTop" class="w3-bar w3-black">
|
||||
|
||||
<a href="/website/index.html" class="w3-bar-item w3-button">Home</a>
|
||||
|
||||
@@ -17,6 +17,15 @@
|
||||
|
||||
<a href="/website/blog.html" class="w3-bar-item w3-button">Blog</a>
|
||||
|
||||
|
||||
<a href="https://github.com/WickedJack99" class="w3-bar-item w3-button w3-right"><i class='fa fa-github' style='color:#20b2aa'></i></a>
|
||||
|
||||
<a href="https://www.linkedin.com/in/aaron-moser-027b30213/" class="w3-bar-item w3-button w3-right"><i class='fa fa-linkedin' style='color:#20b2aa'></i></a>
|
||||
|
||||
<a href="https://www.youtube.com/channel/UCrplqbwwjjfGKXinuokR1HQ/featured" class="w3-bar-item w3-button w3-right"><i class='fa fa-youtube' style='color:#20b2aa'></i></a>
|
||||
|
||||
<a href="amoser@stud.hs-offenburg.de" class="w3-bar-item w3-button w3-right"><i class='fa fa-envelope' style='color:#20b2aa'></i></a>
|
||||
|
||||
</div>
|
||||
<h1>Privacy Policy</h1>
|
||||
<h3>Links to external websites</h3>
|
||||
@@ -29,26 +38,16 @@
|
||||
<h3>Cookies :P</h3>
|
||||
<p>I'm hungry, give me some cookies please!</p>
|
||||
<p>I don't use cookies but this site is hosted by GitHub Pages so maybe they use them.</p>
|
||||
<nav> |
|
||||
<div id="navbarBottom" class="w3-bar w3-black"> |
|
||||
|
||||
<a href="/website/terms.html" >Terms</a> |
|
||||
<a href="/website/terms.html" class="w3-bar-item w3-button">Terms</a> |
|
||||
|
||||
<a href="/website/privacy.html" >Privacy</a> |
|
||||
<a href="/website/privacy.html" class="w3-bar-item w3-button">Privacy</a> |
|
||||
|
||||
<a href="/website/blog.html" >Blog</a> |
|
||||
<a href="/website/blog.html" class="w3-bar-item w3-button">Blog</a> |
|
||||
|
||||
<a href="/website/imprint.html" >Imprint</a> |
|
||||
<a href="/website/imprint.html" class="w3-bar-item w3-button">Imprint</a> |
|
||||
|
||||
</nav> <nav>
|
||||
|
||||
<a href="https://github.com/WickedJack99" ><i class='fa fa-github' style='color:#20b2aa'></i> GitHub</a>
|
||||
|
||||
<a href="https://www.linkedin.com/in/aaron-moser-027b30213/" ><i class='fa fa-linkedin' style='color:#20b2aa'></i> LinkedIn</a>
|
||||
|
||||
<a href="https://www.youtube.com/channel/UCrplqbwwjjfGKXinuokR1HQ/featured" ><i class='fa fa-youtube' style='color:#20b2aa'></i> YouTube</a>
|
||||
|
||||
<a href="amoser@stud.hs-offenburg.de" ><i class='fa fa-envelope' style='color:#20b2aa'></i> eMail</a>
|
||||
|
||||
</nav>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -9,7 +9,7 @@
|
||||
<link rel="stylesheet" href="/website/assets/css/law.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="w3-bar w3-black">
|
||||
<div id="navbarTop" class="w3-bar w3-black">
|
||||
|
||||
<a href="/website/index.html" class="w3-bar-item w3-button">Home</a>
|
||||
|
||||
@@ -17,30 +17,29 @@
|
||||
|
||||
<a href="/website/blog.html" class="w3-bar-item w3-button">Blog</a>
|
||||
|
||||
|
||||
<a href="https://github.com/WickedJack99" class="w3-bar-item w3-button w3-right"><i class='fa fa-github' style='color:#20b2aa'></i></a>
|
||||
|
||||
<a href="https://www.linkedin.com/in/aaron-moser-027b30213/" class="w3-bar-item w3-button w3-right"><i class='fa fa-linkedin' style='color:#20b2aa'></i></a>
|
||||
|
||||
<a href="https://www.youtube.com/channel/UCrplqbwwjjfGKXinuokR1HQ/featured" class="w3-bar-item w3-button w3-right"><i class='fa fa-youtube' style='color:#20b2aa'></i></a>
|
||||
|
||||
<a href="amoser@stud.hs-offenburg.de" class="w3-bar-item w3-button w3-right"><i class='fa fa-envelope' style='color:#20b2aa'></i></a>
|
||||
|
||||
</div>
|
||||
<h1>Terms and Conditions</h1>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<nav> |
|
||||
<div id="navbarBottom" class="w3-bar w3-black"> |
|
||||
|
||||
<a href="/website/terms.html" >Terms</a> |
|
||||
<a href="/website/terms.html" class="w3-bar-item w3-button">Terms</a> |
|
||||
|
||||
<a href="/website/privacy.html" >Privacy</a> |
|
||||
<a href="/website/privacy.html" class="w3-bar-item w3-button">Privacy</a> |
|
||||
|
||||
<a href="/website/blog.html" >Blog</a> |
|
||||
<a href="/website/blog.html" class="w3-bar-item w3-button">Blog</a> |
|
||||
|
||||
<a href="/website/imprint.html" >Imprint</a> |
|
||||
<a href="/website/imprint.html" class="w3-bar-item w3-button">Imprint</a> |
|
||||
|
||||
</nav> <nav>
|
||||
|
||||
<a href="https://github.com/WickedJack99" ><i class='fa fa-github' style='color:#20b2aa'></i> GitHub</a>
|
||||
|
||||
<a href="https://www.linkedin.com/in/aaron-moser-027b30213/" ><i class='fa fa-linkedin' style='color:#20b2aa'></i> LinkedIn</a>
|
||||
|
||||
<a href="https://www.youtube.com/channel/UCrplqbwwjjfGKXinuokR1HQ/featured" ><i class='fa fa-youtube' style='color:#20b2aa'></i> YouTube</a>
|
||||
|
||||
<a href="amoser@stud.hs-offenburg.de" ><i class='fa fa-envelope' style='color:#20b2aa'></i> eMail</a>
|
||||
|
||||
</nav>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,5 +1,5 @@
|
||||
<nav> |
|
||||
<div id="navbarBottom" class="w3-bar w3-black"> |
|
||||
{% 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 %} class="w3-bar-item w3-button">{{ item.name }}</a> |
|
||||
{% endfor %}
|
||||
</nav>
|
||||
</div>
|
||||
@@ -1,5 +1,8 @@
|
||||
<div class="w3-bar w3-black">
|
||||
<div id="navbarTop" class="w3-bar 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">{{ 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>
|
||||
{% endfor %}
|
||||
</div>
|
||||
@@ -1,5 +0,0 @@
|
||||
<nav>
|
||||
{% for item in site.data.socialMedia %}
|
||||
<a href="{{ item.link }}" {% if page.url == item.link %} class="current" {% endif %}>{{ item.icon }} {{ item.name }}</a>
|
||||
{% endfor %}
|
||||
</nav>
|
||||
@@ -11,6 +11,6 @@
|
||||
<body>
|
||||
{% include navigation.html %}
|
||||
{{ content }}
|
||||
{% include footerNavbar.html %} {% include socialMedia.html %}
|
||||
{% include footerNavbar.html %}
|
||||
</body>
|
||||
</html>
|
||||
@@ -11,6 +11,6 @@
|
||||
<body>
|
||||
{% include navigation.html %}
|
||||
{{ content }}
|
||||
{% include footerNavbar.html %} {% include socialMedia.html %}
|
||||
{% include footerNavbar.html %}
|
||||
</body>
|
||||
</html>
|
||||
@@ -13,6 +13,6 @@
|
||||
<h1>{{ page.title }}</h1>
|
||||
<p>{{ page.date | date_to_string }} - {{ page.author }}</p>
|
||||
{{ content }}
|
||||
{% include footerNavbar.html %} {% include socialMedia.html %}
|
||||
{% include footerNavbar.html %}
|
||||
</body>
|
||||
</html>
|
||||
@@ -7,6 +7,10 @@ body {
|
||||
color: white;
|
||||
}
|
||||
|
||||
#navbarTop {
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
div.console {
|
||||
background-color: darkslategrey;
|
||||
color: white;
|
||||
|
||||
@@ -7,6 +7,10 @@ body {
|
||||
color: white;
|
||||
}
|
||||
|
||||
#navbarTop {
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
#image00 {
|
||||
background-color: black;
|
||||
margin: auto;
|
||||
|
||||
@@ -7,6 +7,10 @@ body {
|
||||
color: white;
|
||||
}
|
||||
|
||||
#navbarTop {
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
a {
|
||||
color: lightseagreen;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user