Initial Hugo port
This commit is contained in:
20
layouts/index.html
Normal file
20
layouts/index.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-GB">
|
||||
{{ partial "head.html" . }}
|
||||
<body>
|
||||
<header class="site-header">
|
||||
<div class="wrapper" style="text-align: center;">
|
||||
<h1 style="padding-top: 0.5em;">Arona Jones</h1>
|
||||
</div>
|
||||
</header>
|
||||
<main aria-label="Content">
|
||||
<div style="display: flex; justify-content: center; background: black; margin-left: -3vw; margin-right: -3vw;">
|
||||
<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>
|
||||
<div class="bigimage"><img class="background" src="img/1*0V2rDSk8SOr6mpfFf28EJA.jpeg"><a class="button" href="writing"><span class="fas fa-pen-fancy"></span> Writing</a></div>
|
||||
<div class="bigimage"><img class="background" src="img/1*kV4-rHsyoDl4ursB1CG72Q.jpeg"><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"><a class="button" href="blog"><span class="fas fa-portrait"></span> Personal</a></div>
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
7
layouts/partials/head.html
Normal file
7
layouts/partials/head.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" type="text/css" href="/css/custom.css">
|
||||
<script defer src="js/fontawesome.js"></script>
|
||||
</head>
|
||||
4
layouts/partials/header.html
Normal file
4
layouts/partials/header.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<header class="site-header">
|
||||
<div class="wrapper">
|
||||
</div>
|
||||
</header>
|
||||
4
layouts/shortcodes/image.html
Normal file
4
layouts/shortcodes/image.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<figure class="image .Get "full-width">
|
||||
<img src={{ .Get "url" }}" alt={{ .Get "description" }}>
|
||||
<figcaption><small>{{ .Get "caption" }}</small></figcaption>
|
||||
</figure>
|
||||
Reference in New Issue
Block a user