104 lines
3.1 KiB
HTML
104 lines
3.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>CV - CHENOUNA Khalid</title>
|
|
</head>
|
|
<body>
|
|
<script>
|
|
function printCV() {
|
|
window.print();
|
|
}
|
|
</script>
|
|
<button onclick="printCV()">Imprimer le CV</button>
|
|
|
|
<header>
|
|
<h1>CHENOUNA Khalid</h1>
|
|
<p>Formation</p>
|
|
<p>+33 7 66 09 72 72</p>
|
|
<p>chenouna.khalid1031@gmail.com</p>
|
|
<p>143 allée de la dalençonne, 77350 Le Mée Sur Seine</p>
|
|
<style>
|
|
body {
|
|
font-family: Arial, sans-serif;
|
|
margin: 20px;
|
|
}
|
|
|
|
h1, h2, h3 {
|
|
color: #333;
|
|
}
|
|
|
|
p {
|
|
color: #666;
|
|
}
|
|
|
|
.section {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.education, .experience {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.skills {
|
|
margin-left: 20px;
|
|
font-weight: bold;
|
|
}
|
|
</style>
|
|
</header>
|
|
|
|
<section class="section">
|
|
<h2>Formation</h2>
|
|
<div class="education">
|
|
<h3>2023 - 2024 : Première année de BUT Informatique</h3>
|
|
<p>IUT de Fontainebleau</p>
|
|
</div>
|
|
<div class="education">
|
|
<h3>2023 : Baccalauréat Général (mention assez bien)</h3>
|
|
<p>Spécialités:
|
|
- Mathématiques (transformée en Maths Complémentaires durant la Terminale)
|
|
- Numérique et Sciences Informatiques
|
|
- Sciences de l'Ingénieur
|
|
</p>
|
|
<p>Lycée Léonard de Vinci, 77000 Melun</p>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="section">
|
|
<h2>Loisirs</h2>
|
|
<div class="interests">
|
|
<p>Programmation : Projets personnels en LUA (language informatique impératif) pour créer un jeu vidéo sur la plateforme Roblox</p>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="section">
|
|
<h2>Langues</h2>
|
|
<p>- Français (langue maternelle)</p>
|
|
<p>- Anglais (niveau B2)</p>
|
|
<p>- Espagnol (niveau A1)</p>
|
|
<p>- Arabe (niveau B1)</p>
|
|
</section>
|
|
|
|
<section class="section">
|
|
<h2>Compétences Informatiques</h2>
|
|
<div class="skills">
|
|
<p>C89 : Bonne maîtrise (réalisation du jeu Snake)</p>
|
|
<p>Programmation Web HTML 5/CSS : Notions (création d'un site de location)</p>
|
|
<p>Base de données Oracle SQL : Bonne maîtrise</p>
|
|
<p>UML: Bonne maîtrise</p>
|
|
<p>Administration et réseaux Bash : Bonne maîtrise (installation d'un poste de travail)</p>
|
|
<p>LUA : Réalisation d'un projet ( créer un jeu vidéo sur la plateforme Roblox)</p>
|
|
</section>
|
|
|
|
<section class="section">
|
|
<h2>Expérience Professionnelle</h2>
|
|
<div class="experience">
|
|
<p>Mars 2023 : Stage d'observation d'une semaine dans une boulangerie.</p>
|
|
</div>
|
|
</section>
|
|
|
|
|
|
|
|
</body>
|
|
</html> |