Social links

This commit is contained in:
2020-07-14 18:04:37 +01:00
parent 5416e5ff59
commit 7656d39010
4 changed files with 9 additions and 8 deletions

View File

@@ -3,9 +3,7 @@
{{ partial "head.html" . }}
<body>
<div class="container">
<header>
<h1 style="padding-top: 0.5em;">Arona Jones</h1>
</header>
{{ partial "header.html" . }}
<main aria-label="Content">
<div style="display: flex; justify-content: center; background: black; margin-left: -5vw; margin-right: -5vw; height: 100%;">
<div class="bigimage"><img class="background" src="img/christian-wiediger-WkfDrhxDMC8-unsplash.jpg"><a class="button" href="development"><span class="fas fa-file-code"></span> Development</a></div>

View File

@@ -1,4 +1,4 @@
<footer>
<p style="color: white;">&#169; Copyright lolololol
<br/>All rights reversed</p>
<a href="https://www.github.com/FreneticScribbler" rel="noopener" target="_blank"><span class="fab fa-github"></span></a>
<a href="https://www.twitter.com/aronajones_" rel="noopener" target="_blank"><span class="fab fa-twitter"></span></a>
</footer>

View File

@@ -1,4 +1,3 @@
<header class="site-header">
<div class="wrapper">
</div>
<header>
<h1 style="padding-top: 0.5em;">Arona Jones</h1>
</header>

View File

@@ -101,3 +101,7 @@ figcaption {
text-align: center;
color: #999;
}
footer > a {
color: white;
padding: 0.5rem;
}