-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjekyll-index.html
More file actions
71 lines (62 loc) · 3.46 KB
/
jekyll-index.html
File metadata and controls
71 lines (62 loc) · 3.46 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="fr">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Le blog de Cyril Bernard</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<script src="https://use.fontawesome.com/646c63ee45.js"></script>
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600|Poppins:400,700|Inconsolata:400,700" rel="stylesheet" type="text/css">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/cyril.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body>
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="container">
<div class="row">
<div class="three columns sidebar">
<div class="avatar"><img class="u-max-full-width" src="images/lizmap2.png"></div>
<h2 class="centered">Cyril Bernard</h2>
<p class="centered">GIS Tech @ <a href="http://www.cefe.cnrs.fr">CEFE-CNRS</a><br/><i class="fa fa-map-marker" aria-hidden="true"></i> Montpellier</a></p>
<hr/>
<!--
-->
<ul class="menu">
<li>» <a href="/">Blog</a></li>
<li>» <a href="/data">Data</a></li>
<li>» <a href="/about">About</a></li>
</ul>
<hr/>
<p>
<a title="Email me" href="mailto:cyril.bernard@cefe.cnrs.fr"><i class="fa fa-envelope-square fa-2x" aria-hidden="true"></i></a>
<a title="cybernar on Github" href="https://github.com/cybernar"><i class="fa fa-github-square fa-2x"></i></a>
<a title="cyber_nard on Twitter" href="https://twitter.com/cyber_nard"><i class="fa fa-twitter-square fa-2x"></i></a>
</p>
</div>
<div class="nine columns content">
<h1><i class="fa fa-bookmark" aria-hidden="true"></i> Blog posts</h1>
<ul>
<li><span>14 Jun 2016 » </span><a href="/blog/2016/06/14/vector-spatial-data-in-r-1-2-the-basics-with-sp.html">Vector spatial data in R (1/2) — the basics with sp</a></li>
<li><span>15 Jun 2016 » </span><a href="/blog/2016/06/14/vector-spatial-data-in-r-1-2-the-basics-with-sp.html">Vector spatial data in R (2/2) — rgeos examples</a></li>
</ul>
</div>
</div>
</div>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>