SAE_WEB_S1/HTML/cv_1.html

154 lines
4.5 KiB
HTML
Raw Normal View History

2024-01-19 12:07:30 +01:00
<!doctype html>
<html lang="fr">
<head>
<title> Casino du coeur </title>
<meta charset="utf-8">
<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/print.css" media="print">
<meta name="keywords" content="casino">
2024-01-19 16:13:40 +01:00
<link rel = "icon" type = "image/png" href = "../img/icon.png">
2024-01-19 12:07:30 +01:00
</head>
<body>
<header>
<div id="menu-ordi">
<nav>
2024-01-19 16:13:40 +01:00
<a href="#"><img class="icone" src="../img/logo.svg" alt="icone du site"></a>
2024-01-19 12:07:30 +01:00
<ul>
2024-01-19 16:13:40 +01:00
<li>
<button class="button" onclick="window.location.href='../index.html'"> Accueil</button>
</li>
2024-01-19 18:27:10 +01:00
<li> <button class="button" onclick="window.location.href='page_2.html'"> Nos jeux</button></li>
2024-01-19 16:13:40 +01:00
<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>
2024-01-19 12:07:30 +01:00
</ul>
</nav>
</div>
</header>
<main>
<div id="cv-1">
<aside id="marge">
<ul>
2024-01-19 14:39:33 +01:00
<li> <img src="../img/icone/envelope"> hugo.izanic@etu.u-pec.fr</li>
2024-01-19 12:07:30 +01:00
<li> 18 ans</li>
<li> Télétravail ou présentiel</li>
2024-01-19 14:39:33 +01:00
<li> </li>
<li> </li>
<li> </li>
</ul>
<br>
<h4> Langues</h4>
<br>
<ul>
<li> <strong> Français</strong> </li>
<li> Langue maternelle </li>
</ul>
<br>
<ul>
<li> <strong> Anglais</strong> </li>
<li> Bon niveau </li>
2024-01-19 12:07:30 +01:00
</ul>
</aside>
2024-01-19 14:39:33 +01:00
2024-01-19 12:07:30 +01:00
<section>
<h3> Izanic Hugo</h3>
<h4> Etudiant en BUT informatique cheche alternance pour la deuxième année </h4>
<div class="parcours-scolaire">
<h3> <span class="couleur-cv">Diplômes et Formation</span></h3>
<ul>
<li> BUT Informatique Depuis 2023 </li>
2024-01-19 14:39:33 +01:00
<br>
<li> Baccalauréat général 2023 <br>Spécialité Numérique Science Informatique,Anglais Monde Contemporain <br>Option mathématiques complémentaires </li>
2024-01-19 12:07:30 +01:00
</ul>
</div>
<div class="competences">
<h3><span class="couleur-cv">Compétences Informatiques </span></h3>
<h4> Programmation </h4>
<ul>
2024-01-19 14:39:33 +01:00
<li> C 89 (Expérimenté) </li>
<li> Python (Expérimenté)</li>
<li> Scripting en bash (Compétent)</li>
2024-01-19 12:07:30 +01:00
</ul>
<br>
<h4> Web </h4>
<ul>
2024-01-19 14:39:33 +01:00
<li> HTML (Expérimenté) </li>
<li> Css (Expérimenté)</li>
2024-01-19 12:07:30 +01:00
</ul>
<br>
<h4> Base de donées </h4>
<ul>
2024-01-19 14:39:33 +01:00
<li> SQL 89/92 (Expérimenté)</li>
<li> UML (Expérimenté)</li>
2024-01-19 12:07:30 +01:00
</ul>
2024-01-19 14:39:33 +01:00
2024-01-19 12:07:30 +01:00
</div>
<div class="projets">
<h3><span class="couleur-cv">Projets</span></h3>
<ul>
<li> Installation de archlinux sur machine virtuelle </li>
<li> Création/modélisation d'une base de donnée (UML,SQL92) </li>
<li> Jeu snake en C89</li>
<li> <a href="../index.html">Réalisation d'un site web(HTML,Css)</a></li>
</ul>
</div>
</section>
<div id="information-sup">
<p>zzzzzzzzzzzzz</p>
</div>
</div>
<button onclick="window.print();return false;" id="btn-print"> <p>Imprimer le CV</p></button>
</main>
<footer>
<div id="reseaux">
<ul>
<li><a href="https://twitter.com" target="_blank"> <img src="../img/icone/twitter.svg"></a></li>
<li><a href="https://instagram.com" target="_blank"> <img src="../img/icone/instagram.svg"></a></li>
<li><a href="https://tiktok.com" target="_blank"> <img src="../img/icone/tiktok.svg"></a></li>
</ul>
<p> Suivez nos actualités !</p>
</div>
<div id="autres">
<ul>
<li><a href="" target="_blank">Mentions légales</a></li>
<li><a href="" target="_blank">Conditions générales d'utilisation</a></li>
<li><a href="credits.txt" target="_blank">Crédits</a></li>
<li><a href="charte_graphique" target="_blank">Charte graphique</a></li>
</ul>
</div>
<div id="coordonne">
<img src="../img/icone/envelope.svg" alt="icone d'enveloppe">
<p>Casinoducoeur@gmail.fr </p>
2024-01-19 16:13:40 +01:00
<img src="../img/icone/location.svg" alt="icone emplacement">
2024-01-19 12:07:30 +01:00
<p id="adresse"> 200 Rue du kwanga</p>
</div>
2024-01-19 16:13:40 +01:00
<a href="../index.html"><img class="icone" src="../img/logo.svg" alt="icone du site"></a>
2024-01-19 12:07:30 +01:00
</footer>
</body>