-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathauthors.html
38 lines (33 loc) · 1.26 KB
/
authors.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
<!DOCTYPE html>
<html lang="fr">
<head>
<title>AD - Développeur python</title>
<meta charset="utf-8" />
<meta name="author" content="Anthony Delaby" />
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="/theme/css/normalize.css" type="text/css" />
<link rel="stylesheet" href="/theme/css/skeleton.css" type="text/css" />
<link rel="stylesheet" href="/theme/css/tinytypo.css" type="text/css" />
<script src="https://use.fontawesome.com/4c62088cd3.js"></script>
</head>
<body>
<div class="container">
<div class="row">
<div class="column two-thirds offset-by-two">
<hr />
</div>
</div>
<div class="row">
<div class="column two-thirds offset-by-two">
<a href="https://github.com/adelaby" target="_blank"
class="fa fa-github fa-2x"></a>
<a href="https://twitter.com/adelaby_dev" target="_blank"
class="fa fa-twitter fa-2x"></a>
<a href="https://www.linkedin.com/in/adelaby" target="_blank"
class="fa fa-linkedin fa-2x"></a>
</div>
</div>
</div>
</body>
</html>