70 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			70 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						||
<html lang="fr-FR">
 | 
						||
 | 
						||
<head>
 | 
						||
    <meta charset="UTF-8">
 | 
						||
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
						||
    <link rel="stylesheet" href="../../css/CV.css"> 
 | 
						||
    <title>CV - Marco ORFAO</title>
 | 
						||
</head>
 | 
						||
 | 
						||
<body>
 | 
						||
    <div class="cv-container">
 | 
						||
        <header>
 | 
						||
            <button class="bouton-imprimer" onclick="window.print()">Imprimer le CV</button>
 | 
						||
            <h1>Marco ORFAO</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>Mathématiques</li>
 | 
						||
                <li>Anglais Monde Contemporain</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>
 | 
						||
            </ul>
 | 
						||
        </section>
 | 
						||
 | 
						||
        <section class="experience">
 | 
						||
            <h2>Expérience Professionnelle</h2>
 | 
						||
            <div class="job">
 | 
						||
                <h3>Juillet 2021| Garage AD Douchy 45</h3>
 | 
						||
                <p>Méchanicien / Technicien polyvalent </p>
 | 
						||
            </div>
 | 
						||
        </section>
 | 
						||
    </div>
 | 
						||
</body>
 | 
						||
 | 
						||
</html>
 |