Correction de bugs + ajout des fichiers html crée par marco

This commit is contained in:
2024-01-17 14:30:18 +01:00
parent 4683b04796
commit 2306a47365
15 changed files with 756 additions and 105 deletions

View File

@@ -4,7 +4,78 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../../css/CV/MoncefSTITI.css">
<style>
body {
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
background-color: #f8f9fa;
}
.cv-container {
max-width: 800px;
margin: 20px auto;
padding: 20px;
background-color: #fff;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
border-radius: 8px;
}
header h1 {
color: #007BFF;
text-align: center;
}
header h2 {
color: #007BFF;
text-align: center;
}
section {
margin-top: 30px;
}
.job h3 {
color: #007BFF;
}
ul {
list-style-type: none;
padding: 0;
}
.competence ul,
.education ul {
padding-left: 20px;
margin-bottom: 10px;
}
.competence p,
.education p {
margin-bottom: 10px;
}
ul, ol {
list-style-type: disc;
padding: 0;
}
@media print {
body {
width: 21cm;
height: 29.7cm;
margin: 20mm;
}
.cv-container {
max-width: 100%;
margin: 0;
padding: 0;
box-shadow: none;
border-radius: 0;
}
}
</style>
<title>CV - Moncef STITI</title>
</head>
@@ -16,18 +87,18 @@
<section class="education">
<h2>Formation</h2>
<p>2023 - 2024 | IUT de Fontainebleau</p>
<p>Première année de Bachelor universitaire de technologie en informatique</p>
<p>2023 | Lycée Durzy (45700 Villemandeur)</p>
<p>Baccalauréat général (mention assez bien) spécialités :</p>
<ul>
<li>Numérique et sciences informatiques</li>
<li>Sciences de l'Ingénieur</li>
<li>Langues, littératures et cultures étrangères (Anglais)</li>
</ul>
<p>2023 - 2024 | IUT de Fontainebleau</p>
<p>2023 | Lycée Durzy (45700 Villemandeur)</p>
</section>
<section class="skills">
<section class="competence">
<h2>Informatique</h2>
<h3>Langages :</h3>
<ul>