Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas0o0 authored Jan 13, 2024
1 parent 6c34e0e commit 2033257
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/styles.css">
<script src="Js/index.js" defer></script>
<title>Jonas</title>
</head>
<body>
<nav>
<ul>
<li><a href="">Home</a></li>
<li><a href="">Project</a></li>
<li><a href="">Skill</a></li>
<li><a href="">A Propos</a></li>
<li><a href="">Me Contacter</a></li>
</ul>
</nav>
<header>
<div class="main-content">
<span data-parallax="0">J</span>
<span data-parallax="0.5">O</span>
<span data-parallax="1">N</span>
<span data-parallax="1.5">A</span>
<span data-parallax="2">S</span>
</div>
<div class="arrow" data-parallax2="2">
<a href="#bottom">
<svg xmlns="http://www.w3.org/2000/svg" width="50px" height="50px" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/>
</svg>
</a>
</div>
</header>
<section id="bottom" class="ap-content">

</section>
<footer>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Earum reiciendis corrupti quia aut cumque ullam labore sequi, veniam perspiciatis nihil odit porro tempore eaque dignissimos rerum id ea impedit assumenda.</p>

</footer>
</body>
</html>

0 comments on commit 2033257

Please sign in to comment.