-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathold_index.html
38 lines (36 loc) · 1.6 KB
/
old_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
<!DOCTYPE html>
<head>
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="css/reset.css">
<link rel="stylesheet" type="text/css" href="css/header.css">
<link rel="stylesheet" type="text/css" href="css/typography.css">
<link rel="stylesheet" type="text/css" href="css/jarg.css">
<link rel="shortcut icon" href="assets/Jargonautical_web_icon.jpg" />
<style>
@import url('https://fonts.googleapis.com/css2?family=Caveat&family=Grape+Nuts&family=Rock+Salt&display=swap');
</style>
<div class='hero-image'></div>
</head>
<body>
<!-- navbar -->
<div class='nav'>
<a href="/how-to-use-an-api/index.html" target="_blank">Getting started with APIs</a>
<a href="/shape-of-data/eg3.html" target="_blank">Exploring the shape of data</a>
<a href="/open_data_demo/index.html" target="_blank">Making stuff with open data</a>
<a href="" target="_blank">Learning with Minecraft</a>
</div>
<h2>Current project</h2>
<div class="flex-container">
<h1>Making sense of data</h1>
<div class="invisbox-big">
<p>Article under construction. In the mean time, why not check out some of the links above?</p>
</div>
<div class="invisbox-small">
<p>Lucy works in education, open data and civic tech in the South West of England (and anywhere else she's needed).<br> Contact details:</p>
<p><a href=mailto:[email protected]>Email</a><a href=https://twitter.com/jargonautical>Twitter</a><a href=https://uk.linkedin.com/in/jargonautical>LinkedIn</a></p>
</div>
</div>
<footer>
<h5>(c) Jargonautical Ltd 2020. Branding and logo design by Shufflewing</h5>
</footer>
</body>