-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
57 lines (46 loc) · 1.87 KB
/
blog.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
50
51
52
53
54
55
56
57
<!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="blog.html"/">blog</a>
</div>
<div id="blog">
<h1>Blog Posts</h1>
<ul class="posts">
<li><span>03 Jul 2013</span> » <a href="/python/2013/07/03/expression-labeling-QGIS.html">expression labelling QGIS</a></li>
<li><span>27 Jun 2013</span> » <a href="/python/2013/06/27/starting-with-python.html">Starting with python</a></li>
<li><span>22 Jun 2013</span> » <a href="/jekyll/update/2013/06/22/welcome-to-jekyll.html">Welcome to Jekyll!</a></li>
</ul>
</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>