-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (33 loc) · 1.59 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en-us"><head>
<meta name="generator" content="Hugo 0.52" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<title>
Tom Geraghty
</title>
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,700">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.2/css/all.css" integrity="sha384-/rXc/GQVaYpyDdyxK+ecHPVYJSN9bmVFBvjA/9eOB+pb3F2w2N6fc5qB9Ew5yIns" crossorigin="anonymous">
<link href="http://cv.tomgeraghty.co.uk/index.xml" rel="alternate" type="application/rss+xml" title="Tom Geraghty" />
</head>
<body>
<main>
<div class="column left">
<img src="images/portrait.jpg" width="300" height="300" class="portrait" alt="Portrait" />
</div>
<div class="column right">
<h1>Hello.</h1>
<h2>I am Hallo.</h2>
<p>Hallo is a single-page Hugo theme for personal introductions. Add a portrait, an introduction, several links, and you're set. Create a partial called introduction.html on your own site to replace this standard introduction. Create a file called portrait.jpg in static/images to replace the standard portrait.</p>
<div class="links"></div>
</div>
</main>
<footer>
<div class="column"></div>
<div class="column">
Made with <a href='https://gohugo.io'>Hugo</a> using the <a href='https://github.com/EmielH/hallo-hugo/'>Hallo</a> theme.
</div>
</footer></body>
</html>