-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
90 lines (72 loc) · 2.65 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Oswald:300,400,500,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Anton" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=East+Sea+Dokdo" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="stylesheet" href="./styles/styles.css">
<title>WAFFLESNCREAM</title>
</head>
<body>
<main>
<div class="heading">
<div class="logo-section">
<img src="./assets/waflsncrm.png" class="logo-image imageSpin"alt=" WAFFLESNCREAM Logo">
<div class="quality-assurance">
<p>100% cotton</p>
<p>100% nylon</p>
<p>100% suede</p>
<p>100% leather</p>
</div>
</div>
<div class="title">
<h1>Waffles</h1>
<h1><span class="subtitle">NCREAM</span></h1>
</div>
<div class="store-information ">
<p>234 Muri Okunla Street</p>
<p>Victoria Island</p>
<p>Lagos,Nigeria</p>
</div>
<div></div>
</div>
<img src="./assets/skaterOne.png" class="skater-one"alt=" skater one">
<img src="./assets/skaterTwo.png" class="skater-two"alt=" skater two">
<img src="./assets/skaterThree.png" class="skater-three"alt=" skater three">
<img src="./assets/skateFour.png" class="skater-four"alt=" skater four">
<img src="./assets/skateFive.png" class="skater-five"alt=" skater five">
</main>
<!-- draft one begins -->
<!-- <div class="information-section">
<ul class=links>
<li class="news">news</li>
<li class="shop">shop</li>
<li class="archive">archive</li>
<li class="lookbook">lookbook</li>
</ul>
</div> -->
<!-- draftone ends -->
<section>
<img src="./assets/WAFFLESNCREAM.jpg" class="group-photo"alt=" team photo">
<ul class=links>
<li class="news">news</li>
<li class="shop">shop</li>
<li class="archive">archive</li>
<li class="lookbook">lookbook</li>
</ul>
</section>
<footer>
<p class="footer-title">follow us </p>
<div class="social-icons" >
<i class="fab fa-instagram"></i>
<i class="fab fa-twitter"></i>
<i class="fab fa-facebook-square"></i>
<i class="fab fa-vimeo-v"></i>
</div>
</footer>
</body>
</html>