-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
106 lines (103 loc) · 5.72 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!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="styles.css" />
<title>UrbanStyles</title>
</head>
<body>
<header>
<h1 class="logo">UrbanStyles</h1>
<input type="checkbox" class="nav-toggle" id="nav-toggle" />
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#About">About</a></li>
<li><a href="#Products">Products</a></li>
<li><a href="#Contact">Contact</a></li>
</ul>
</nav>
<label for="nav-toggle" class="nav-toggle-label">
<span></span>
</label>
</header>
<section class="About" id="About">
<div class="AboutTitleContainer">
<h1>Upgrade your wardrobe with our urbanwear and street styles</h1>
</div>
</section>
<section class="Products" id="Products">
<h1>Check out our new Collection</h1>
<div class="ProductsGrid">
<p class="jacketsParagraph">Get the latest jackets</p>
<div class="carousel-container2">
<img src="img/iconmonstr-arrow-25-64.png" id="nextBtn2" />
<img src="img/iconmonstr-arrow-64-64.png" id="prevBtn2" />
<div class="carousel-slide2">
<img src="img/jacket4small.jpg" id="lastClone2" alt="" />
<img src="img/jacket1small.jpg" alt="" />
<img src="img/jacket2small.jpg" alt="" />
<img src="img/jacket3small.jpg" alt="" />
<img src="img/jacket4small.jpg" alt="" />
<img src="img/jacket1small.jpg" id="firstClone2" alt="" />
</div>
</div>
<p class="pantsParagraph">Our pants offer a skinny yet comfortable fit</p>
<div class="carousel-container3">
<img src="img/iconmonstr-arrow-25-64.png" id="nextBtn3" />
<img src="img/iconmonstr-arrow-64-64.png" id="prevBtn3" />
<div class="carousel-slide3">
<img src="img/pants4small.jpg" id="lastClone3" alt="" />
<img src="img/pants1small.jpg" alt="" />
<img src="img/pants2small.jpg" alt="" />
<img src="img/pants3small.jpg" alt="" />
<img src="img/pants4small.jpg" alt="" />
<img src="img/pants1small.jpg" id="firstClone3" alt="" />
</div>
</div>
<p class="shoesParagraph">Wear the dopest kicks</p>
<div class="carousel-container1">
<img src="img/iconmonstr-arrow-25-64.png" id="nextBtn1" />
<img src="img/iconmonstr-arrow-64-64.png" id="prevBtn1" />
<div class="carousel-slide1">
<img src="img/shoes4.jpg" id="lastClone1" alt="" />
<img src="img/shoes2.jpg" alt="" />
<img src="img/shoes1.jpg" alt="" />
<img src="img/shoes3.jpg" alt="" />
<img src="img/shoes4.jpg" alt="" />
<img src="img/shoes2.jpg" id="firstClone1" alt="" />
</div>
</div>
</div>
</section>
<footer id="Contact">
<h2>Contact</h2>
<h3>CALL US</h3>
<p>1-514-649-9611</p>
<h3>EMAIL US</h3>
<p>nicolas.buisson@mail.mcgill.ca</p>
<h3>SOCIAL MEDIA</h3>
<ul>
<li>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" class="icon">
<path d="M22.675 0h-21.35c-.732 0-1.325.593-1.325 1.325v21.351c0 .731.593 1.324 1.325 1.324h11.495v-9.294h-3.128v-3.622h3.128v-2.671c0-3.1 1.893-4.788 4.659-4.788 1.325 0 2.463.099 2.795.143v3.24l-1.918.001c-1.504 0-1.795.715-1.795 1.763v2.313h3.587l-.467 3.622h-3.12v9.293h6.116c.73 0 1.323-.593 1.323-1.325v-21.35c0-.732-.593-1.325-1.325-1.325z"/>
</svg>
</li>
<li>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" class="icon">
<path d="M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z"/>
</svg>
</li>
<li>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" class="icon">
<path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z"/>
</svg>
</li>
</ul>
<h3>ADDRESS</h3>
<p>1300 Avenue des Pins Ouest, Montreal QC</p>
</footer>
<script src="script.js"></script>
</body>
</html>