-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmoncv.html
More file actions
31 lines (29 loc) · 1.02 KB
/
Copy pathmoncv.html
File metadata and controls
31 lines (29 loc) · 1.02 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
<html>
<head>
<title>Lucie Camanez</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<header id="header">
<div class="content">
<div class="inner">
<h1>MON CV</h1>
</div>
</div>
<nav>
<ul>
<li><a href="index.html">Accueil</a></li>
<li><a href="index.html#intro">Retour</a></li>
</ul>
</nav>
</header>
<div>
Pour télécharger mon cv, cliquez :<a href="https://github.com/TrueCactus/TrueCactus.github.io/raw/master/_Lucie-Camanez-CV-LinkedIn_Version.pdf">ici</a>
</div>
<div></div>
<div>
<iframe src="https://docs.google.com/gview?url=https://github.com/TrueCactus/TrueCactus.github.io/raw/master/_Lucie-Camanez-CV-LinkedIn_Version.pdf&embedded=true" style="width:100%; height:100%;" frameborder="0"></iframe>
</div>
</html>