mirror of
https://github.com/Floriansylvain/portfolio.git
synced 2026-08-19 19:53:18 +02:00
69 lines
1.8 KiB
HTML
69 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="stylesheet" type="text/css" href="stylesheet.css">
|
|
|
|
<title>Florian Sylvain</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
|
<nav>
|
|
<a href="#about">About</a>
|
|
<a href="#education">Education</a>
|
|
<a href="#experience">Experience</a>
|
|
<a href="#projects">Projects</a>
|
|
<a href="#contact">Contact</a>
|
|
</nav>
|
|
|
|
<div class="hamburger" onclick="switchNavBar()">
|
|
<span></span>
|
|
<span></span>
|
|
</div>
|
|
|
|
</header>
|
|
|
|
<div class="main-title">
|
|
<h1><a href="#about">Florian Sylvain</a></h1>
|
|
</div>
|
|
|
|
<div id="content">
|
|
|
|
<div class="to-fade" id="about">
|
|
<h2>About</h2>
|
|
<p>Bonsoir à tous</p>
|
|
<img src="assets/test.jpg">
|
|
</div>
|
|
|
|
<div class="to-fade" id="education">
|
|
<h2>Education</h2>
|
|
<p>Bonsoir à tous</p>
|
|
</div>
|
|
|
|
<div class="to-fade" id="experience">
|
|
<h2>Experience</h2>
|
|
<p>Bonsoir à tous</p>
|
|
</div>
|
|
|
|
<div class="to-fade" id="projects">
|
|
<h2>Projects</h2>
|
|
<p>Bonsoir à tous</p>
|
|
</div>
|
|
|
|
<div class="to-fade" id="contact">
|
|
<h2>Contact</h2>
|
|
<p>Bonsoir à tous</p>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<script type="text/javascript" src="script.js"></script>
|
|
|
|
</body>
|
|
|
|
</html> |