-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (39 loc) · 1.07 KB
/
index.html
File metadata and controls
39 lines (39 loc) · 1.07 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
<!DOCTYPE html>
<html>
<head>
<title>Jeremie Marais</title>
<meta charset="UTF-8">
<link rel="stylesheet" style="text/css" href="index.css">
</head>
<body>
<div id="title">
<span>Jeremie's portfolio</span>
</div>
<div id="socials">
<a href="mailto:jeremie.marais@epitech.eu" name="epitech">
<div>
<img src="tmp/img/keep_in_touch/logo/epitech.png">
<span>jeremie.marais@epitech.eu</span>
</div>
</a>
<a href="fr.linkedin.com/pub/jérémie-marais/57/503/101/" name="linkedin">
<div>
<img src="tmp/img/keep_in_touch/logo/linkedIn.png">
<span>Jeremie Marais</span>
</div>
</a>
<a href="callto:jeremg91" name="skype">
<div>
<img src="tmp/img/keep_in_touch/logo/skype.png">
<span>jeremg91</span>
</div>
</a>
<a href="https://github.com/Timer91" name="github">
<div>
<img src="tmp/img/keep_in_touch/logo/github.png">
<span>Timer91</span>
</div>
</a>
</div>
</body>
</html>