-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCV.html
57 lines (47 loc) · 1.99 KB
/
CV.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
<!DOCTYPE html>
<html>
<head>
<title>CV Vianney MORAIN ECM</title>
<div class = "stylesheet">
<link rel ="stylesheet" href="Assets/bootstrap/css/bootstrap.css"/>
<link rel="stylesheet" href="Assets/Stylesheet/global.css" />
<link rel="stylesheet" href="Assets/Stylesheet/annexes.css" />
</div>
<meta charset = "utf-8">
</head>
<body>
<header class="header">
<a href = "index.html" >
<h1>Page perso Vianney MORAIN</h1>
</a>
</header>
<div class="container">
<div class="row align-self-start">
<section class="col-12">
<figure>
<img src = "Assets/Images_site/CV.jpg" alt ="CV_image" style ="border:solid black 1px;"/>
</figure>
<aside class="d-flex align-items-center justify-content-center">
<a href="http://vianney.morain.fr/CV/CV.pdf" class="boutton"> Télécharger au format pdf </a>
<a href="index.html" class="boutton">retour à la page d'accueil</a>
</aside>
</section>
</div>
</div>
<footer class = "footer text-center" >
<div class = "container">
<div class = "row ">
<div href = "contact.html" class = "offset-6 col-3 col-md-2 offset-md-8 text-right" style="padding-right : 5px;">Me suivre | </div>
<div class = "col-3 col-md-2 container contact d-flex align-self-center">
<div class = "row">
<a href="https://www.facebook.com/vianney.mrn/" class = "col-3 text-center"><img src="Assets/Images_site/Facebook.png" alt="Facebook" /></a>
<a href="https://twitter.com/VianneyMorain" class = "col-3 text-center"><img src="Assets/Images_site/Twitter.png" alt="Twitter" /></a>
<a href="https://https://www.instagram.com/vianneymorain/" class = "col-3 text-center"><img src="Assets/Images_site/insta.png" alt="Twitter" /></a>
<a href="https://fr.linkedin.com/in/vianney-morain/" class = "col-3 text-center"><img src="Assets/Images_site/LinkedIn.png" alt="LinkedIn" /></a>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>