22 lines
1.4 KiB
HTML
22 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-GB">
|
|
{{ partial "head.html" . }}
|
|
<body>
|
|
<div class="container">
|
|
<header>
|
|
<h1>Arona Jones</h1>
|
|
<h2 style="color: white;">{{ .Site.Title }}</h2>
|
|
</header>
|
|
<main aria-label="Content">
|
|
<div style="display: flex; justify-content: center; background: black; margin-left: -5vw; margin-right: -5vw; height: 100%;" id="homepage-container">
|
|
<div class="bigimage"><img class="background" src="img/christian-wiediger-WkfDrhxDMC8-unsplash.jpg" alt="Keyboard with blue backlit keys"><a class="button" href="development"><span class="fas fa-file-code"></span> Development</a></div>
|
|
<div class="bigimage"><img class="background" src="img/1*0V2rDSk8SOr6mpfFf28EJA.jpeg" alt="Mugs of coffee on a fire grate"><a class="button" href="writing"><span class="fas fa-pen-fancy"></span> Writing</a></div>
|
|
<div class="bigimage"><img class="background" src="img/diwaliball.jpg" alt="Spotlight on an actor, from the position of the spot"><a class="button" href="technical"><span class="fas fa-lightbulb"></span> Technical</a></div>
|
|
<div class="bigimage"><img class="background" src="img/1*2J4xTO7JYBYA3dcMwwGSlw.jpeg" alt="Gold pocketwatch"><a class="button" href="blog"><span class="fas fa-portrait"></span> Blog</a></div>
|
|
</div>
|
|
</main>
|
|
{{ partial "footer.html" . }}
|
|
</div>
|
|
</body>
|
|
</html>
|