version final
This commit is contained in:
parent
f9059d8bdb
commit
d8a1133a1f
@ -112,7 +112,7 @@
|
|||||||
<p>zzzzzzzzzzzzz</p>
|
<p>zzzzzzzzzzzzz</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<button onclick="window.print();return false;" id="btn-print"> <p>Imprimer le CV</p></button>
|
<button onclick="window.print();return false;" id="btn-print"> Imprimer le CV</button>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
<link rel = "stylesheet" type = "text/css" href = "../CSS/styles.css">
|
<link rel = "stylesheet" type = "text/css" href = "../CSS/styles.css">
|
||||||
<link rel = "stylesheet" type = "text/css" href = "../CSS/cv.css">
|
<link rel = "stylesheet" type = "text/css" href = "../CSS/cv.css">
|
||||||
<link rel = "stylesheet" type = "text/css" href = "../CSS/print.css" media="print">
|
<link rel = "stylesheet" type = "text/css" href = "../CSS/print.css" media="print">
|
||||||
<link rel = "icon" type = "/image/png" href = "../img/icon.png">
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
@ -24,11 +23,13 @@
|
|||||||
<a href="#"><img class="icone" src="../img/logo.svg" alt="icone du site"></a>
|
<a href="#"><img class="icone" src="../img/logo.svg" alt="icone du site"></a>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li> <a href= "../index.html" class="page"><button class="button" type="buton"value="Accueil"> Accueil</button></a></li>
|
<li>
|
||||||
<li> <a href= "page_2.html" class="page" ><button class="button" type="buton" value="Nos jeux">Nos jeux</button> </a></li>
|
<button class="button page_courante" onclick="window.location.href='#'"> Accueil</button>
|
||||||
<li> <a href= "page_3.html" class="page"><button class="button" type="buton" value="Nos partenaires">Nos partenaires</button> </a> </li>
|
</li>
|
||||||
<li> <a href= "page_4.html" class="page"><button class="button" type="buton" value="A propos de nous"> A propos de nous</button> </a></li>
|
<li> <button class="button " onclick="window.location.href='page_2.html'"> Nos jeux</button></li>
|
||||||
<li> <a href= "#" class="page"><button class="button" id="page_courante" type="buton" value="A propos de nous"> Contact</button> </a></li>
|
<li><button class="button" onclick="window.location.href='page_3.html'"> Nos partenaires</button> </li>
|
||||||
|
<li><button class="button" onclick="window.location.href='page_4.html'"> A propos de nous</button></li>
|
||||||
|
<li> <button class="button" onclick="window.location.href='contact.html'"> Contact</button></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
@ -37,7 +38,7 @@
|
|||||||
<div id="cv-1">
|
<div id="cv-1">
|
||||||
<aside id="marge">
|
<aside id="marge">
|
||||||
<ul>
|
<ul>
|
||||||
<li> <img src="../img/icone/envelope.svg"> julian.gallego@etu.u-pec.fr</li>
|
<li> <img src="../img/icone/envelope.svg" alt="enveloppe"> julian.gallego@etu.u-pec.fr</li>
|
||||||
<li> 21 rue Canoville, 91540 Mennecy</li>
|
<li> 21 rue Canoville, 91540 Mennecy</li>
|
||||||
<li> 18 ans</li>
|
<li> 18 ans</li>
|
||||||
<li> Télétravail ou présentiel</li>
|
<li> Télétravail ou présentiel</li>
|
||||||
@ -139,7 +140,7 @@
|
|||||||
<p></p>
|
<p></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<button onclick="window.print();return false;" id="btn-print"> <p>Imprimer le CV</p></button>
|
<button onclick="window.print();return false;" id="btn-print"> Imprimer le CV</button>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user