-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (74 loc) · 2.45 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Charles Marcoin TEST</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400|Roboto:400,700" rel="stylesheet">
<script src="https://use.fontawesome.com/fcbaffdb84.js"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<div class="card-white text-center">
<img src="images/charles.jpg" alt="Charles" class="image-circle" id="profile_pic">
<h1>Charles Marcoin TEST</h1>
<h2>Développeur Ruby Fullstack</h2>
<p>
After a few years working as a Digital Marketing Manger, got bored and decided to do a one year trip around the world and become a <strong>fullstack web developper</strong>
</p>
<a class="btn-red" href="http://www.tripapattes.fr">- See for yourself -</a>
</div>
<div class="card-white text-center">
<ul class="list-inline">
<li>
<a href=""><i class="fa fa-facebook" aria-hidden="true"><br>Facebook</i>
</a>
</li>
<li>
<a href=""><i class="fa fa-linkedin" aria-hidden="true"><br>Linkedin</i>
</a>
</li>
<li>
<a href=""><i class="fa fa-twitter" aria-hidden="true"><br>Twitter</i>
</a>
</li>
</ul>
</div>
<div class="card-white text-center">
<img src="images/Johnson_and_Johnson_logo.png" alt="Charles" class="image-top-right-corner">
<table>
<tr>-</tr>
<tr>
<h3>Responsable Marketing Digital</h3>
</tr>
<tr>
<td>
<ul>
<li>Pilotage achat media digital toutes marques (Budget annuel de 5 millions d’euros).</li>
<li>Déploiement et paramétrage des outils de tracking et monitoring.</li>
<li>Création des KPI, reportings et production d’analyses pour prise de décision.</li>
<li>Déploiement de programmes eCRM (Architecture Adobe Campaigns + JanRain).</li>
</ul>
</td>
</tr>
</table>
</div>
<div class="card-white text-center">
<ul class="list-inline">
<li>
<a href=""><i class="fa fa-star" aria-hidden="true"></i>
</a>
</li>
<li>
<a href=""><i class="fa fa-heart" aria-hidden="true"></i>
</a>
</li>
<li>
<a href=""><i class="fa fa-share" aria-hidden="true"></i>
</a>
</li>
</ul>
</div>
</div>
</body>
</html>