Correct footer on home

master
Marvin Johanning 2022-02-20 21:36:17 +01:00
parent b2409d4f85
commit 53431769aa
3 changed files with 6 additions and 30 deletions

View File

@ -18,10 +18,9 @@
<div class="article">
{{ content }}
</div>
{% include social-links.html %}
</header>
{% include footer-home.html %}
</div>
{% include footer.html %}
</body>
</html>

View File

@ -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.0">Jekyll</generator><link href="https://marvinjohanning.de/feed.xml" rel="self" type="application/atom+xml" /><link href="https://marvinjohanning.de/" rel="alternate" type="text/html" /><updated>2022-02-20T21:33:08+01:00</updated><id>https://marvinjohanning.de/feed.xml</id><title type="html">Marvin Johanning</title><subtitle>Simple Jekyll theme for your blog by Taylan Tatlı</subtitle><entry><title type="html">Ancient-Greek.net — A website about the language of Ancient Greece</title><link href="https://marvinjohanning.de/ancient-greek-site/" rel="alternate" type="text/html" title="Ancient-Greek.net — A website about the language of Ancient Greece" /><published>2022-02-20T00:00:00+01:00</published><updated>2022-02-20T00:00:00+01:00</updated><id>https://marvinjohanning.de/ancient-greek-site</id><content type="html" xml:base="https://marvinjohanning.de/ancient-greek-site/">&lt;section id=&quot;table-of-contents&quot; class=&quot;toc&quot;&gt;
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.0">Jekyll</generator><link href="https://marvinjohanning.de/feed.xml" rel="self" type="application/atom+xml" /><link href="https://marvinjohanning.de/" rel="alternate" type="text/html" /><updated>2022-02-20T21:36:11+01:00</updated><id>https://marvinjohanning.de/feed.xml</id><title type="html">Marvin Johanning</title><subtitle>Simple Jekyll theme for your blog by Taylan Tatlı</subtitle><entry><title type="html">Ancient-Greek.net — A website about the language of Ancient Greece</title><link href="https://marvinjohanning.de/ancient-greek-site/" rel="alternate" type="text/html" title="Ancient-Greek.net — A website about the language of Ancient Greece" /><published>2022-02-20T00:00:00+01:00</published><updated>2022-02-20T00:00:00+01:00</updated><id>https://marvinjohanning.de/ancient-greek-site</id><content type="html" xml:base="https://marvinjohanning.de/ancient-greek-site/">&lt;section id=&quot;table-of-contents&quot; class=&quot;toc&quot;&gt;
&lt;header&gt;
&lt;h3&gt;&lt;i class=&quot;fa fa-book&quot;&gt;&lt;/i&gt; Contents&lt;/h3&gt;
&lt;/header&gt;

View File

@ -80,35 +80,12 @@
<div class="article">
<p style="text-align: justify;">Hello and welcome to my personal website, MarvinJohanning.de. On here, you will not only be able to find some information about myself (if you view the <a href="/about/index.html">About</a> tab) but also information regarding the projects I am — or were — working on; you can view these by clicking the <a href="projects/index.html">Projects</a> tab.
</div>
<div class="social-links">
<a href="mailto:email@nmarvinjohanning.de" class="author-social" target="_blank"><i class="fa fa-fw fa-envelope-square"></i></a>
<a href="http://github.com/mjohanning99" class="author-social" target="_blank"><i class="fa fa-fw fa-github"></i></a>
</div>
</header>
<footer class="home-footer">
Marvin Johanning © 2022 <a href="https://marvinjohanning.de/feed.xml" target="_blank"><i class="fa fa-fw fa-feed"></i></a>
</footer>
</div>
<div class="footer">
Marvin Johanning © 2022 <a href="https://marvinjohanning.de/feed.xml" target="_blank"><i class="fa fa-fw fa-feed"></i></a>
</div>
</body>
</html>