-
Notifications
You must be signed in to change notification settings - Fork 0
/
links.html
49 lines (42 loc) · 1.51 KB
/
links.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
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>GIS, Aviation, Open Source and anything in between</title>
<meta name="viewport" content="width=device-width">
<!-- syntax highlighting CSS -->
<link rel="stylesheet" href="/css/syntax.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="/css/main.css">
</head>
<body>
<div class="container">
<div class="site">
<div class="header">
<h1 class="title"><a href="/">Aviation, GIS and Open Source</a></h1>
<a class="extra" href="index.html">home</a>
<a class="extra" href="map.html"/">blog</a>
</div>
<div id="home">
<h1>Antonio Locandro</h1>
Check out the `blog` section as this is the only part with info right now
</div>
<div class="footer">
<div class="contact">
<p>
Antonio Locandro<br />
GIS Specialist & Aviation Consultant<br />
</p>
</div>
<div class="contact">
<p>
<a href="http://github.com/antoniolocandro/">github.com/antoniolocandro</a><br />
<a href="http://twitter.com/antoniolocandro/">twitter.com/antoniolocandro</a><br />
</p>
</div>
</div>
</div>
</div> <!-- /container -->
</body>
</html>