generated from Templates_CodeFirst/templateHtmlCss
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.5 KiB
38 lines
1.5 KiB
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="Portfolio de Noa Sillard - Découvrez mes projets, compétences et expériences professionnelles">
|
|
<meta name="keywords" content="Noa Sillard, portfolio, développeur, projets, expériences professionnelles">
|
|
<title>Noa Sillard - Portfolio</title>
|
|
|
|
<!-- Styles -->
|
|
<link rel="stylesheet" href="style/main.css">
|
|
<link rel="stylesheet" href="style/header.css">
|
|
<link rel="stylesheet" href="style/about.css">
|
|
<link rel="stylesheet" href="style/experience.css">
|
|
<link rel="stylesheet" href="style/projects.css">
|
|
<link rel="stylesheet" href="style/skills.css">
|
|
<link rel="stylesheet" href="style/formation.css">
|
|
<link rel="stylesheet" href="style/testimonials.css">
|
|
<link rel="stylesheet" href="style/footer.css">
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap">
|
|
</head>
|
|
<body>
|
|
<div id="header-container"></div>
|
|
<main>
|
|
<div id="about-container"></div>
|
|
<div id="experience-container"></div>
|
|
<div id="projects-container"></div>
|
|
<div id="formation-container"></div>
|
|
<div id="skills-container"></div>
|
|
<div id="testimonials-container"></div>
|
|
</main>
|
|
<div id="footer-container"></div>
|
|
|
|
<!-- Scripts -->
|
|
<script src="js/include.js"></script>
|
|
<script src="js/main.js" type="module"></script>
|
|
</body>
|
|
</html> |