-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
165 lines (84 loc) · 4.46 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
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Language" content="en">
<meta name="author" content="Laurent Morel">
<meta name="description" content="Computer Science & stuff">
<meta name="keywords" content="blog,developer,code">
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Laurent MOREL"/>
<meta name="twitter:description" content="Computer Science & stuff"/>
<meta property="og:title" content="Laurent MOREL" />
<meta property="og:description" content="Computer Science & stuff" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://lmorel3.fr/" />
<meta property="og:updated_time" content="2019-12-21T12:00:00+00:00" />
<title>Laurent MOREL</title>
<link rel="canonical" href="https://lmorel3.fr/">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700%7CMerriweather:300,700%7CSource+Code+Pro:400,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.7/css/fork-awesome.min.css" integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" integrity="sha256-l85OmPOjvil/SOvVt3HnSSjzF1TUMyT9eV0c2BzEGzU=" crossorigin="anonymous" />
<link rel="stylesheet" href="https://lmorel3.fr/css/coder.min.9836c03fe5c87d102278a33e86d0591ef36c89b1e17e8e547ebf84c05cee010e.css" integrity="sha256-mDbAP+XIfRAieKM+htBZHvNsibHhfo5Ufr+EwFzuAQ4=" crossorigin="anonymous" media="screen" />
<link rel="stylesheet" href="https://lmorel3.fr/style.css" />
<link rel="icon" type="image/png" href="https://lmorel3.fr/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://lmorel3.fr/images/favicon-16x16.png" sizes="16x16">
<link rel="apple-touch-icon" href="https://lmorel3.fr/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="https://lmorel3.fr/images/apple-touch-icon.png">
<link rel="alternate" type="application/rss+xml" href="https://lmorel3.fr/index.xml" title="Laurent MOREL" />
<meta name="generator" content="Hugo 0.76.5" />
</head>
<body class="colorscheme-light"
onload=""
>
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="https://lmorel3.fr/">
Laurent MOREL
</a>
<input type="checkbox" id="menu-toggle" />
<label class="menu-button float-right" for="menu-toggle">
<i class="fa fa-bars fa-fw" aria-hidden="true"></i>
</label>
<ul class="navigation-list">
<li class="navigation-item">
<a class="navigation-link" href="https://lmorel3.fr/posts/">Blog</a>
</li>
<li class="navigation-item">
<a class="navigation-link" href="https://lmorel3.fr/about/">About</a>
</li>
<li class="navigation-item">
<a class="navigation-link" href="https://lmorel3.fr/#">|</a>
</li>
<li class="navigation-item">
<a class="navigation-link" href="https://lmorel3.fr/contact/">Contact me</a>
</li>
</ul>
</section>
</nav>
<div class="content">
<section class="container centered">
<div class="about">
<h1>Laurent Morel</h1>
<h2>Software Engineer</h2>
<ul>
<li>
<a href="https://github.com/lmorel3/" aria-label="Github" >
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</li>
</ul>
</div>
</section>
</div>
<footer class="footer">
<section class="container">
Powered by <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/">Coder</a>.
</section>
</footer>
</main>
<script src="https://lmorel3.fr/js/dark-mode.min.0213e1773e6d1c5a644f847c67a6f8abac49a3776e2976f6008038af8c5b76a1.js"></script>
</body>
</html>