forked from CV-Web/CV-Web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path00 - TextMiseenPage.html
78 lines (59 loc) · 2.19 KB
/
00 - TextMiseenPage.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
<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta http-equiv="content-type" content="text-html; charset=utf-8"/>
<title> Mon Site CV </title>
<link type="text/css" rel="stylesheet" href="./css/Accueil.css"/>
<link type="text/css" rel="stylesheet" href="./css/stylesheet.css"/>
<!-- <link type="text/css" rel="stylesheet" href="./css/stylesheet_menu.css"/>
<link type="text/css" rel="stylesheet" href="./css/responsive.css"/>
<link type="text/css" rel="stylesheet" href="./css/menu_accordeon.css"/>
<link type="text/css" rel="stylesheet" href="./css/loaders.css"/> -->
<link type="text/css" rel="stylesheet" href="./css/TestMiseenPage.css"/>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Roboto">
<style>
body {
font-family: 'Roboto', Calibri, Georgia, serif,Tangerine;
font-size: 18px;}
</style>
<script type="text/javascript" src="./js/javascript.js"></script>
</head>
<body>
<div id="menu_gauche">
<nav>
<a href><p> 1 </p></a>
<a href><p> 2 </p></a>
<a href><p> 3 </p></a>
<a href><p> 4 </p></a>
<a href><p> 5 </p></a>
<a href><p> 6 </p></a>
<a href><p> 7 </p></a>
<a href><p> 8 </p></a>
<a href><p> 9 </p></a>
<a href><p> 10 </p></a>
</nav>
</div>
<div >
<section class="container">
<section class="long">
<section class="Lightresum">
</section>
<section class="photo">
<img src=""></img>
</section>
<section class="notation">
<div id="Starsinline">
<div class="Star01"><img src="./svg/etoile.svg"/></div>
<div class="Star02"><img src="./svg/etoile.svg"/></div>
<div class="Star03"><img src="./svg/etoile.svg"/></div>
<div class="Star04"><img src="./svg/etoile.svg"/></div>
<div class="Star05"><img src="./svg/etoile.svg"/></div>
</div>
</section>
<section class="article">
</section>
</section>
</section>
</div>
</body>
</html>