-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtemplate.html
35 lines (33 loc) · 1.16 KB
/
template.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Title goes here</title>
<meta name="author" content="jargonautical" />
<link rel="stylesheet" href="../css/drag-style.css" type="text/css"/>
<link rel="stylesheet" href="../css/jarg.css" type="text/css"/>
<link rel="shortcut icon" href="../assets/Jargonautical_web_icon.png"/>
<div class='hero-image'></div>
</head>
<body>
<!-- FOOTER SECTION -->
<h2>About the author</h2>
<div class="flex-container">
<div style="clear: left;">
<p>
Lucy works in education, open data and civic tech in the South West of England
(and anywhere else she's needed).
<br><br>
Currently available for project work.
<br><br>
<a href=mailto:[email protected]><img src="../assets/email64px.png"></a>
<a href=https://twitter.com/jargonautical><img src="../assets/twitter64px.png"></a>
<a href=https://uk.linkedin.com/in/jargonautical><img src="../assets/linkedin64px.png"></a>
</p>
<p class="query">
"People don't want data; they want answers."
</p>
</div>
</div>
<h5>(c) Jargonautical Ltd 2020. Branding and logo design by Shufflewing</h5>
</body>