first commit
This commit is contained in:
66
index.html
Normal file
66
index.html
Normal file
@@ -0,0 +1,66 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Portfolio – Étudiant BTS CIEL</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<header>
|
||||
<h1>Noam CARONIQUE</h1>
|
||||
<p>Étudiant en BTS CIEL – 2ᵉ année</p>
|
||||
</header>
|
||||
|
||||
<nav>
|
||||
<a href="#about">À propos</a>
|
||||
<a href="#projects">Projets</a>
|
||||
<a href="#skills">Compétences</a>
|
||||
<a href="#contact">Contact</a>
|
||||
</nav>
|
||||
|
||||
<section id="about">
|
||||
<h2>À propos</h2>
|
||||
<p>
|
||||
Je suis étudiant en deuxième année de BTS CIEL. Passionné par la cybersécurité,
|
||||
le développement logiciel, les réseaux et les objets connectés.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section id="projects">
|
||||
<h2>Projets réalisés</h2>
|
||||
|
||||
<div class="project">
|
||||
<h3>Projet CMS</h3>
|
||||
<p>creation d'un site qui repartie des articles</p>
|
||||
</div>
|
||||
|
||||
<div class="project">
|
||||
<h3>Site Web</h3>
|
||||
<p>Site en HTML/CSS</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="skills">
|
||||
<h2>Compétences</h2>
|
||||
<div class="skills">
|
||||
<div class="skill">HTML / CSS</div>
|
||||
<div class="skill">PHP / MySQL</div>
|
||||
<div class="skill">Réseaux</div>
|
||||
<div class="skill">Cybersécurité</div>
|
||||
<div class="skill">Cisco Packet Tracer</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="contact">
|
||||
<h2>Contact</h2>
|
||||
<p>Email : <b>noam.caronique@gmail.com</b></p>
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
© 2025 – Portfolio BTS CIEL
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user