-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
63 lines (54 loc) · 2.57 KB
/
index.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="fr">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-M4B74JQQ');</script>
<!-- End Google Tag Manager -->
<link rel="stylesheet" href="style.css" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Permanent+Marker">
<title>Book of Wilders</title>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M4B74JQQ"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<header class="header">
<div class="photo-header">
<a href="#"><img class="logo" src="assets/WCS.png" alt="logo wild code school" /></a>
<img class="menu-burger" onclick="incrementClick()" src="assets/burger-menu.png" alt="menu">
</div>
<nav class="navbar">
<div class="Crew-data">
<a href="#">Crew Data</a>
<img class="scotch" src="assets/Scotch.png" alt="dessin d'un scotch" />
</div>
<div class="Crew-Yellow">
<a href="#">Crew Yellow</a>
<img class="scotch" src="assets/Scotch.png" alt="dessin d'un scotch" />
</div>
<div class="Crew-bleu">
<a href="#">Crew Blue</a>
<img class="scotch" src="assets/Scotch.png" alt="dessin d'un scotch" />
</div>
</nav>
</header>
<section id="polaroids">
<h1></h1>
<ul>
</ul>
</section>
<footer>
<p class="footer">© Trombiteam</p>
<p>(<a href="https://www.linkedin.com/in/florence-buchelet-928a7a228/" target="_blank">Florence Buchelet</a>, <a href="https://www.linkedin.com/in/fr%C3%A9d%C3%A9ric-ticon-149a2357/" target="_blank">Fred Ticon</a>, <a href="https://www.linkedin.com/in/marie-saillard/" target="_blank">Marie Saillard</a> and <a href="https://www.linkedin.com/in/farid-zian/" target="_blank">Farid Zian</a>)</p>
<p>Project done after 4 weeks of the <a href="https://www.wildcodeschool.com/fr-fr/formations-developpement-web/formation-developpeur-web" target="_blank">Wild Code School Javascript Web Developer</a> Bootcamp.</p>
</footer>
<script type="text/javascript" src="script.js"></script>
</body>
</html>