generated from Templates_CodeFirst/templateHtmlCss
parent
99ebcb2131
commit
82c8476363
@ -0,0 +1,53 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Contact</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<h1>À propos de moi</h1>
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
<li class="navbar"><a class="lien" href="index.html">À propos de moi</a></li>
|
||||
<li class="navbar"><a class="lien" href="cv.html">CV</a></li>
|
||||
<li class="navbar"><a class="lien" href="realisation.html">Réalisations techniques</a></li>
|
||||
<li class="navbar"><a class="lien" href="projet_personnel.html">Projet Personnel</a></li>
|
||||
<li class="navbar"><a class="lien" href="contact.html" style="color: gold;">Contact</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</header>
|
||||
|
||||
|
||||
<section class="very_high_margin">
|
||||
<div class="image-container">
|
||||
<div class="image-wrapper">
|
||||
<img src="./resources/mail.png" alt="mai">
|
||||
<h4>ADRESSE MAIL</h4>
|
||||
<p>rlacote1@gmail.com</p>
|
||||
</div>
|
||||
<div class="image-wrapper">
|
||||
<img src="./resources/telephone.png" alt="tel">
|
||||
<h4>TELEPHONE</h4>
|
||||
<p>07 67 03 40 30</p>
|
||||
</div>
|
||||
<div class="image-wrapper">
|
||||
<img src="./resources/linkedin.png" alt="lin">
|
||||
<h4>LINKEDIN</h4>
|
||||
<p>Raphaël Lacote</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
@ -0,0 +1,55 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Mes réalisations</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<h1>Réalisations</h1>
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
<li class="navbar"><a class="lien" href="index.html" >À propos de moi</a></li>
|
||||
<li class="navbar"><a class="lien" href="cv.html">CV</a></li>
|
||||
<li class="navbar"><a class="lien" href="realisation.html" style="color: gold;">Réalisations techniques</a></li>
|
||||
<li class="navbar"><a class="lien" href="projet_personnel.html" >Projet Personnel</a></li>
|
||||
<li class="navbar"><a class="lien" href="contact.html">Contact</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
<section>
|
||||
|
||||
<div class="sidebar">
|
||||
<ul>
|
||||
<li><a href="Hyperset.html" style="color: gold;">Projet SOMAB</a></li>
|
||||
<li><a href="realisation.html">Projet Réseau Alica</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h2>Projet LOGICIEL DE COMMANDE DE MACHINE-OUTILS</h2>
|
||||
<p> Ce Projet a été commencé lors d'un stage de 10 semaines en 2023 puis continuer lors de mon alternance en 2023 - 2024. <br>
|
||||
Il m'a permit de remettre en cause mon travail et de réfléchir à obtenir à la meilleure optimisation possible afin de rendre un travail de qualité.<br>
|
||||
J'ai pu lors de ce projet chercher à utiliser les patrons de conceptions lorsque cela était bénéfique et à bien réfléchir à mon code sur papier avant de coder.<br>
|
||||
J'ai pu en plus développer ma rigeur de travail et mon autonomie, ce projet étant réalisé tout seul.</p>
|
||||
<a href="./resources/rapport.pdf" download>Télécharger le compte rendu de stage</a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Binary file not shown.
After Width: | Height: | Size: 217 KiB |
After Width: | Height: | Size: 190 KiB |
After Width: | Height: | Size: 111 KiB |
Loading…
Reference in new issue