-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathauthors.html
More file actions
executable file
·130 lines (104 loc) · 4.54 KB
/
Copy pathauthors.html
File metadata and controls
executable file
·130 lines (104 loc) · 4.54 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>A Pelican Blog - Authors</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A Pelican Blog - Authors" />
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700" rel="stylesheet">
<!-- Animate.css -->
<link rel="stylesheet" href="/theme/css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="/theme/css/icomoon.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="/theme/css/bootstrap.css">
<!-- Flexslider -->
<link rel="stylesheet" href="/theme/css/flexslider.css">
<!-- Theme style -->
<link rel="stylesheet" href="/theme/css/style.css">
<!-- Custom style -->
<link rel="stylesheet" href="/theme/css/custom.css">
<!-- pygments code highlight -->
<link rel="stylesheet" href="/theme/css/pygments.css">
<!-- tipue search -->
<link rel="stylesheet" href="/theme/tipuesearch/css/tipuesearch.css">
<!-- Modernizr JS -->
<script src="/theme/js/modernizr-2.6.2.min.js"></script>
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<script src="/theme/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="fh5co-page">
<a href="#" class="js-fh5co-nav-toggle fh5co-nav-toggle"><i></i></a>
<aside id="fh5co-aside" role="complementary" class="border js-fullheight">
<nav class="fh5co-main-menu" role="navigation">
<ul class="language-navigation">
<li>
<a class="lang-active" href="/">fr</a>
<a href="/en/">en</a>
</li>
</ul>
</nav>
<div class="clearfix"></div>
<h1 id="fh5co-logo">
<a href="/index.html">
<img src="" />
</a>
</h1>
<nav class="fh5co-main-menu" role="navigation">
<ul>
<!-- home link -->
<li><a href="/">Home</a></li>
<!-- page links -->
<li><a href="/pages/formations.html">Formations</a></li>
<li><a href="/pages/experiences.html">Expériences</a></li>
<li><a href="/pages/references-et-contributions.html">Références et contributions</a></li>
<li><a href="/pages/ressources-utiles.html">Ressources utiles</a></li>
<li><a href="/pages/a-propos.html">A propos</a></li>
<!-- categories -->
<!-- tags -->
<!-- additional menu items from config -->
</ul>
</nav>
<ul id="social">
<li><a href="https://github.com/MathieuDepetris" alt="github"><i class="icon-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/mathieu-depetris-ab3b3b90/" alt="linkedin"><i class="icon-linkedin2"></i></a></li>
<li><a href="https://join.skype.com/invite/dwotPkVYUPLD" alt="skype"><i class="icon-skype"></i></a></li>
<li><a href="mailto:mdepetris@live.fr" alt="mail"><i class="icon-mail"></i></a></li>
</ul>
</aside>
<div id="fh5co-main">
<div class="fh5co-narrow-content">
<h1 class="fh5co-heading-colored">Authors</h1>
<div class="animate-box" data-animate-effect="fadeInLeft">
<ul>
</ul>
</div>
</div>
<div class="fh5co-footer">
<p>Designed by <font color="#238896">Mathieu Depetris</font>.
<br /><small>© 2016 - 2019 Blend Free HTML5. All Rights Reserved.</span>
<br /><span>Pelican Theme by: <a href="https://github.com/claudio-walser/pelican-fh5co-marble" target="_blank">Claudio Walser</a></span></small>.</p>
</div>
</div>
</div>
<!-- jQuery -->
<script src="/theme/js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="/theme/js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="/theme/js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="/theme/js/jquery.waypoints.min.js"></script>
<!-- Flexslider -->
<script src="/theme/js/jquery.flexslider-min.js"></script>
<!-- MAIN JS -->
<script src="/theme/js/main.js"></script>
</body>
</html>