-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
executable file
·37 lines (36 loc) · 1.42 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Static starter</title>
<link rel="stylesheet" href="styles/app.css">
</head>
<body class="about">
<header class="masthead">
<a href="#" data-url="./index.html" class="link">Retour</a>
<!-- <a href="./index.html" class="brand">Rap ou Poésie</a>
<button id="mobileMenu">Menu</button>
<a href="#" data-url="./share.html" class="link">Partager</a> -->
</header>
<main class="about__wrapper">
<figure>
<!-- <img src="" alt=""> -->
</figure>
<section class="about__infos">
<h1>Rap ou Poésie !?</h1>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Ipsam consectetur inventore perspiciatis aliquam mollitia repellendus deleniti dolore officia, doloremque, nobis fugit suscipit quasi pariatur veniam eos minima quisquam nostrum sit.</p>
</section>
</main>
<footer>
<span></span>
<!-- <div class="counter"></div> -->
<a class="link" href="">Crédits</a>
</footer>
<div class="curtain"></div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script>
<script src="js/index.js"></script>
<script src="js/common.js"></script>
</body>
</html>