-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (57 loc) · 2.01 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<!--
Adrien PAVIE GitHub index page
Made with a text editor, and time
-->
<html>
<head>
<title>Adrien Pavie</title>
<meta charset="UTF-8" />
<link rel="stylesheet" type="text/css" href="http://www.adrien.pavie.info/css/style.css" />
<link rel="icon" type="image/ico" href="http://www.adrien.pavie.info/favicon.ico" />
<!-- SEO metadata -->
<link rel="canonical" href="http://github.pavie.info/" />
<link rel='shortlink' href='http://github.pavie.info/' />
<meta name="description" content="Adrien Pavie is a professional geomatician and developer. Check out my GitHub space." />
<meta name="keywords" content="adrien pavie, geomatics, geomatician, cv, developer, geography, professional, france" />
</head>
<body>
<header>
<div id="header-content">
<div id="header-logo">
<a href="index.html"><img src="http://www.adrien.pavie.info/img/logo.svg" alt="Adrien PAVIE" /></a>
</div>
<nav>
<ul>
<li><a href="https://github.com/PanierAvide">GitHub profile</a></li>
<li class="header-nav-last"><a href="http://www.adrien.pavie.info/">Curriculum vitae</a></li>
</ul>
</nav>
</div>
</header>
<main>
<section id="main-about" class="section-two-cols">
<div class="section-row">
<div class="section-content">
<h1>Github.io space</h1>
<p>Check out some of my web projects, which are available online.<br />Other projects are listed on my <a href="https://github.com/PanierAvide">GitHub profile</a>.</p>
<h2>Projects online</h2>
<ul class="ul-left">
<li>
<a href="openlevelup/">OpenLevelUp!</a><br />
<small>A viewer for indoor data present in OpenStreetMap</small>
</li>
<li>
<a href="yohours/">YoHours</a><br />
<small>A simple editor for OpenStreetMap opening hours</small>
</li>
<li>
<a href="hours/">Hours for TimeManager</a><br />
<small>A converter to use OpenStreetMap opening hours in QGIS plugin TimeManager</small>
</li>
</ul>
</div>
</div>
</section>
</body>
</html>