82 lines
		
	
	
	
		
			2.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			82 lines
		
	
	
	
		
			2.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE HTML>
 | |
| <html lang="fr-FR">
 | |
| 	<head>
 | |
|   	<title>Current or finished projects</title>
 | |
|   	<meta charset="utf-8">
 | |
|   	<meta name="viewport" content="width=device-width, initial-scale=1">
 | |
|   	<link rel="icon" href="/favicon.ico" type="image/x-icon">
 | |
|   	<link rel="stylesheet" href="/style.css" type="text/css">
 | |
|   	<link rel="stylesheet" href="/cv.css" type="text/css">
 | |
| 	</head>
 | |
| 
 | |
| 	<body>
 | |
| 		<nav>
 | |
| 			<ul>
 | |
| 				<li><a href="/index.html">~/</a></li>
 | |
| 				<li><a href="/projects.html">~/projects</a></li>
 | |
| 				<li><a href="/cv.html">~/resume</a></li>
 | |
| 			</ul>
 | |
| 		</nav>
 | |
| 
 | |
| 		<div class="cv-category">
 | |
| 			> <a href="/gibone-cv.pdf">gibone-cv.pdf</a>
 | |
| 		</div>
 | |
| 		<div class="cv-category">
 | |
| 			<h2>Experiences</h2>
 | |
| 			<section class="cv-entry">
 | |
| 				<div class="cv-entry-title">
 | |
| 					<h3>Tersedia</h3>
 | |
| 					<span class="cv-entry-dates">jul. 2023 - aujourd'hui</span>
 | |
| 				</div>
 | |
| 				<span class="cv-job-title">Administrateur systèmes et réseaux</span>
 | |
| 				<span class="cv-job-location">Paris</span>
 | |
| 			</section>
 | |
| 			<section class="cv-entry">
 | |
| 				<div class="cv-entry-title">
 | |
| 					<h3 class="cv-entry">Wamiz</h3>
 | |
| 					<span class="cv-entry-dates">oct. 2021 - avr. 2023</span>
 | |
| 				</div>
 | |
| 				<span class="cv-job-title">Administrateur systèmes et réseaux</span>
 | |
| 				<span class="cv-job-location">Paris</span>
 | |
| 			</section>
 | |
| 			<section class="cv-entry">
 | |
| 				<div class="cv-entry-title">
 | |
| 					<h3 class="cv-entry">Pedagogie Plus</h3>
 | |
| 					<span class="cv-entry-dates">oct. 2017 - sep. 2020</span>
 | |
| 				</div>
 | |
| 				<span class="cv-job-title">
 | |
| 					Professeur particulier de mathématiques
 | |
| 				</span>
 | |
| 				<span class="cv-job-location">Gif-sur-Yvette</span>
 | |
| 			</section>
 | |
| 		</div>
 | |
| 
 | |
| 		<div class="cv-category">
 | |
| 			<h2>Formation</h2>
 | |
| 			<section class="cv-entry">
 | |
| 				<div class="cv-entry-title">
 | |
| 					<h3 class="cv-entry">Formation ASR</h3>
 | |
| 					<span class="cv-entry-dates">oct. 2021 - avr 2023</span>
 | |
| 				</div>
 | |
| 				<div class="cv-entry-school">DORANCO</div>
 | |
| 				ROME: M1801 et M1803<br>
 | |
| 				NFS : 326n
 | |
| 			</section>
 | |
| 			<section class="cv-entry">
 | |
| 				<div class="cv-entry-title">
 | |
| 					<h3 class="cv-entry">Maîtrise en Mathématiques fondamentales</h3>
 | |
| 					<span class="cv-entry-dates">2019</span>
 | |
| 				</div>
 | |
| 				<div class="cv-entry-school">Université Paris Sud, ORSAY</div>
 | |
| 			</section>
 | |
| 		</div>
 | |
| 
 | |
| 		<footer>
 | |
| 			<hr>
 | |
| 			<a href="mailto:steven@gibone.fr">steven@gibone.fr</a><br>
 | |
| 			<a rel=me href="https://mastodon.zaclys.com/@lonion">@lonion@mastodon.zaclys.com</a><br>
 | |
| 			This page is <a href="https://jeffhuang.com/designed_to_last/">designed to last</a>.
 | |
| 		</footer>
 | |
| 	</body>
 | |
| 
 | |
| </html>
 |