-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
74 lines (61 loc) · 2.25 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/reset.css">
<!-- CSS reset -->
<link rel="stylesheet" href="css/style.css">
<!-- Resource style -->
<script src="js/modernizr.js"></script>
<!-- Modernizr -->
<title>James LD</title>
</head>
<body>
<section class="cd-title">
<h1>James Léon-Dufour</h1>
<br>
<p>
<a href="https://www.github.com/jamesleondufour" target="_blank"><img src="img/git.png" style="width:40px;height:40px;"></a>
<a href="https://www.twitter.com/jamesleondufour" target="_blank"><img src="img/twi.png" style="width:40px;height:40px;"></a>
<a href="https://www.linkedin.com/in/jamesleondufour" target="_blank"><img src="img/in.png" style="width:40px;height:40px;"></a>
<a href="mailto:[email protected]" target="_blank"><img src="img/mail.png" style="width:40px;height:40px;"></a>
</p>
</section>
<section class="cd-intro">
<h1 class="cd-headline letters type">
<span>I quite appreciate </span>
<span class="cd-words-wrapper waiting">
<b class="is-visible">data</b>
<b>humanitarian data</b>
<b>testing</b>
<b>team work</b>
<b>Cartodb</b>
<b>geeking</b>
<b>GIS</b>
<b>mapping</b>
<b>electro</b>
<b>statistics</b>
<b>flying</b>
<b>riding</b>
<b>freestyle</b>
</span>
</h1>
</section>
<!-- cd-intro -->
<script src="js/jquery-2.1.1.js"></script>
<script src="js/main.js"></script>
<!-- Resource jQuery -->
<script src="js/random.js"></script>
<!-- Resource jQuery -->
</body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55286670-3', 'auto');
ga('send', 'pageview');
</script>
</html>