📝 Added SAE and CV !
continuous-integration/drone/push Build is passing Details

master
ImNicolasTheDev 1 year ago
parent ff48438ea5
commit 76293a6748

@ -52,14 +52,19 @@
</div>
<br/>
<div class="links">
<img src="Images/icons/mail.png" width="40px" alt="Mail Icon"/>
<img src="images/icons/mail.png" width="40px" alt="Mail Icon"/>
<a href="mailto:Nicolas.BLONDEAU@etu.uca.fr" target="_blank">Nicolas.BLONDEAU@etu.uca.fr</a>
</div>
<br/>
<div class="links">
<img src="Images/icons/github.png" width="40px" alt="GitHub Icon"/>
<img src="images/icons/github.png" width="40px" alt="GitHub Icon"/>
<a href="https://github.com/ImNicolasTheDev" target="_blank">Mon profil GitHub.</a>
</div>
<br/>
<div class="links">
<img src="images/icons/document.png" width="40px" alt="Document Icon"/>
<a href="curriculum-vitae.html" target="_blank">Mon Curriculum Vitae.</a>
</div>
</section>
</div>

@ -0,0 +1,11 @@
.layout {
display: flex;
align-items: center;
justify-content: space-around;
height: 90vh;
}
#cv{
height: 65vh;
width: 90vw;
}

@ -0,0 +1,59 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<link rel="stylesheet" href="loading.css" type="text/css"/>
<link rel="stylesheet" href="common.css" type="text/css"/>
<link rel="stylesheet" href="background.css" type="text/css"/>
<link rel="stylesheet" href="curriculum-vitae.css" type="text/css"/>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<title>Portfolio de Nicolas BLONDEAU</title>
</head>
<body>
<!--Loading animation-->
<div class="loader loader-active">
<div class="loading">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
<!--The NavBar-->
<nav class="navMenu">
<a href="index.html">A propos</a>
<a href="index.html">Formation</a>
<a href="index.html">Compétences</a>
<a href="divers.html">Divers</a>
<a href="contact.html">Contact</a>
<a href="credits.html">Crédits</a>
</nav>
<div class="layout">
<section>
<h1 class="title">Mon Curriculum Vitae :</h1>
<embed id="cv" type="application/pdf" src="./ressources/CV.pdf"/>
</section>
</div>
<!--When the whole page is loaded, it removes the class "loader-active"
from the loader, so it disappears (CSS in loader : display: none;)-->
<script>
window.addEventListener("load", () => {
document.querySelector(".loader").classList.remove("loader-active");
});
</script>
</body>
</html>

@ -46,7 +46,20 @@
<h1 class="title">Voici quelques exemples de projets que j'ai réalisé :</h1>
<br/>
<br/>
<h2><u>Le jeu de Kayles appliqué sur les graphes :</u> <a href="Lien site php" target="_blank">Site web.</a></h2>
<p>(PHP / JavaScript / Kotlin / .NET / EntityFramework / MySQL)</p>
<br/>
<div class="layoutImg">
<img src="Images/nodemunch1.png" alt="NodeMunch" width="65%" height="auto"/>
</div>
<div class="layoutImg">
<img src="Images/nodemunch2.png" alt="SkateUnity" width="40%" height="auto"/>
<img src="Images/nodemunch3.png" alt="SkateUnity" width="55%" height="auto"/>
</div>
<br/>
<br/>
<h2><u>Un site web responsive sur la thématique du skate :</u> <a href="https://github.com/ImNicolasTheDev/SkateUnity.github.io" target="_blank">Lien GitHub.</a></h2>
<p>(HTML / CSS)</p>
<br/>
<div class="layoutImg">
<img src="Images/skateUnity1.png" alt="SkateUnity" width="75%" height="auto"/>

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

@ -8,6 +8,7 @@
<link rel="stylesheet" href="background.css" type="text/css"/>
<link rel="stylesheet" href="index.css" type="text/css"/>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<!-- <base href="https://codefirst.iut.uca.fr/containers/yannchampeau-SiteWebPortfolio/"> -->
<title>Portfolio de Nicolas BLONDEAU</title>
</head>
<body>
@ -66,13 +67,13 @@
<i>Pour plus d'informations à propos de l'alternance ou du stage, <u><a href="contact.html">me contacter ici</a></u>.</i>
</p>
</section>
<img alt="flower :>" src="Images/flower1.png"/>
<img alt="flower :>" src="images/flower1.png"/>
</div>
<br/>
<div id="formation"></div>
<br/>
<div class="sectionImage">
<img alt="flower :>" src="Images/flower3.png"/>
<img alt="flower :>" src="images/flower3.png"/>
<section>
<h1 class="title">Cursus - Formation</h1>
<p><b>Institut Universitaire Technologique - <u>Informatique</u></b><br/>
@ -128,7 +129,7 @@
</ul>
</p>
</section>
<img alt="flower :>" src="Images/flower2.png"/>
<img alt="flower :>" src="images/flower2.png"/>
</div>
</div>

Binary file not shown.
Loading…
Cancel
Save