-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (27 loc) · 930 Bytes
/
Copy pathindex.html
File metadata and controls
30 lines (27 loc) · 930 Bytes
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
<html>
<head>
<title>David DECHAUX</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/index.css" />
</head>
<body>
<div class="center">
<a href="https://www.linkedin.com/in/david-dechaux-118ab154/" target="_blank" >
<div class="box logo resizable-box linkedin">
</div>
</a>
<a href="https://github.com/daviddechaux" target="_blank">
<div class="box logo resizable-box github">
</div>
</a>
<a href="resume.html" target="_blank" />
<div class="box logo resume">
</div>
</a>
<a href="mailto:daviddechaux.job@pm.me" target="_blank">
<div class="box logo mail">
</div>
</a>
</div>
</body>
</html>