Correction de bugs + ajout des fichiers html crée par marco
This commit is contained in:
		
							
								
								
									
										152
									
								
								html/CV/MarcoORFAO.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										152
									
								
								html/CV/MarcoORFAO.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,152 @@
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
<html lang="fr-FR">
 | 
			
		||||
 | 
			
		||||
<head>
 | 
			
		||||
    <meta charset="UTF-8">
 | 
			
		||||
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
			
		||||
    <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>
 | 
			
		||||
 | 
			
		||||
<body>
 | 
			
		||||
    <div class="cv-container">
 | 
			
		||||
        <header>
 | 
			
		||||
            <h1>Moncef STITI</h1>
 | 
			
		||||
        </header>
 | 
			
		||||
 | 
			
		||||
        <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>
 | 
			
		||||
        </section>
 | 
			
		||||
 | 
			
		||||
        <section class="competence">
 | 
			
		||||
            <h2>Informatique</h2>
 | 
			
		||||
            <h3>Langages :</h3>
 | 
			
		||||
            <ul>
 | 
			
		||||
                <li>Python 3 (niveau avancé)</li>
 | 
			
		||||
                <li>C 89 (niveau avancé)</li>
 | 
			
		||||
                <li>Bash (bonne maîtrise)</li>
 | 
			
		||||
                <li>Java (notions)</li>
 | 
			
		||||
                <li>Assembleur (notions)</li>
 | 
			
		||||
            </ul>
 | 
			
		||||
            <h3>Programmation :</h3>
 | 
			
		||||
            <ul>
 | 
			
		||||
                <li>HTML 5 / CSS 3 / JavaScript (niveau avancé)</li>
 | 
			
		||||
            </ul>
 | 
			
		||||
            <p>Modélisation et base de données :</p>
 | 
			
		||||
            <ul>
 | 
			
		||||
                <li>UML (bonne maîtrise)</li>
 | 
			
		||||
                <li>SQL (bonne maîtrise)</li>
 | 
			
		||||
            </ul>
 | 
			
		||||
            <h3>Réalisations :</h3>
 | 
			
		||||
            <ul>
 | 
			
		||||
                <li>Tour de Hanoï récursif (Python) - Programmation orientée objet</li>
 | 
			
		||||
                <li>Jeu SNAKE (C 89) - Utilisation d’un Git, Réalisation d’un Makefile</li>
 | 
			
		||||
                <li>Configuration machine virtuelle (Terminal) - Installation d’un Dual Boot (Grub),
 | 
			
		||||
                    Installation de Windows 7 / Arch Linux, Création de profils utilisateurs</li>
 | 
			
		||||
                <li>Simulation de feux d’artifice (Python)</li>
 | 
			
		||||
            </ul>
 | 
			
		||||
        </section>
 | 
			
		||||
 | 
			
		||||
        <section class="experience">
 | 
			
		||||
            <h2>Expérience Professionnelle</h2>
 | 
			
		||||
            <div class="job">
 | 
			
		||||
                <h3>Mars 2021 - Février 2022 | Marché de Montargis les dimanches matin</h3>
 | 
			
		||||
                <p>Poissonnier / Primeur chargé de la préparation des commandes</p>
 | 
			
		||||
            </div>
 | 
			
		||||
            <div class="job">
 | 
			
		||||
                <h3>Février 2019 | ERAMET Paris 15</h3>
 | 
			
		||||
                <p>Stage d'observation d'une semaine</p>
 | 
			
		||||
                <ul>
 | 
			
		||||
                    <li>Observation d’un administrateur réseau</li>
 | 
			
		||||
                    <li>Observation d’une équipe de développeurs web</li>
 | 
			
		||||
                    <li>Observation d’une équipe d’experts en cybersécurité</li>
 | 
			
		||||
            </div>
 | 
			
		||||
            <div class="job">
 | 
			
		||||
                <h3>Juillet/Août 2023 | Darty Montargis</h3>
 | 
			
		||||
                <p>Conseiller de vente</p>
 | 
			
		||||
            </div>
 | 
			
		||||
        </section>
 | 
			
		||||
    </div>
 | 
			
		||||
</body>
 | 
			
		||||
 | 
			
		||||
</html>
 | 
			
		||||
		Reference in New Issue
	
	Block a user