-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
282 lines (261 loc) · 12.5 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
<!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">
<meta name="format-detection" content="telephone=no">
<title>Aloha Store</title>
<link rel="stylesheet" href="reset.css">
<!--<link rel="stylesheet" href="normalize.css">-->
<link rel="stylesheet" href="font.css">
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="https://unpkg.com/flickity@2/dist/flickity.min.css" media="screen">
<script src="js/vendor/modernizr-3.5.0.min.js"></script>
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
</head>
<body>
<a class="visuallyhidden" href="#feature">Skip to content</a>
<header class="mainHeader">
<section>
<h1 class="logo hideText">Alhora Apparel CO.</h1>
</section>
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#shop">Shop</a></li>
<li><a href="#feature">Feature</a></li>
<li><a href="#update">Updates</a></li>
</ul>
</nav>
<aside class="shoppingCard">
<div>
<a href="#">
<div class="shoppingCardImg"></div>
<div class="hideText">Shopping Card</div>
<div class="shoppingCardItens">0</div>
</a>
</div>
</aside>
</header>
<main>
<header class="hero">
<section>
<div class="text">
<h2>New Collection</h2>
<h3>Spring/Summer 2018</h3>
</div>
</section>
</header>
<section>
<section id="about" class="about">
<div>
<h2>Hand-Crafted <strong>Styles</strong></h2>
<p>Aloha Apparel Co. sells only finest ready-to-travel clothing. Browse our current selection of products or sing-up for updates below.</p>
</div>
</section>
<nav id="shop" class="categories">
<ul>
<li><div class="menCat"><a href="#">MEN'S</a></div></li>
<li><div class="trendsCat"><a href="#">Trends</a></div></li>
<li><div class="glassesCat"><a href="#">Glasses</a></div></li>
<li><div class="saleCat"><a href="#">Sale</a></div></li>
<li><div class="bagsCat"><a href="#">Bags</a></div></li>
<li><div class="womenCat"><a href="#">Women's</a></div></li>
</ul>
</nav>
</section>
<section id="feature" class="products">
<header>
<h2>Most-Loved <strong>Products</strong></h2>
</header>
<section>
<div class="main-carousel">
<div class="carousel-cell">
<div class="product">
<header>
<figure>
<img alt="Checked Stretch Dress" src="img/checked-stretch-dress.jpg" />
<figcaption>Dresses</figcaption>
</figure>
</header>
<div>
<div class="title">Checked Stretch Dress</div>
<div class="price">$ 129.00</div>
</div>
<footer>
<div class="addToCard">Add to Cart</div>
</footer>
</div>
</div>
<div class="carousel-cell">
<div class="product">
<header>
<figure>
<img alt="Blue Hipster Backpack" src="img/blue-hipster-backpack.jpg" />
<figcaption>Bag</figcaption>
</figure>
</header>
<div>
<div class="title">Blue Hipster Backpack</div>
<div class="price">$ 69.00</div>
</div>
<footer>
<div class="addToCard">Add to Cart</div>
</footer>
</div>
</div>
<div class="carousel-cell">
<div class="product">
<header>
<figure>
<img alt="Demin Overall Shorts" src="img/demin-overall-shorts.jpg" />
<figcaption>Dresses</figcaption>
</figure>
</header>
<div>
<div class="title">Demin Overall Shorts</div>
<div class="price">$ 89.00</div>
</div>
<footer>
<div class="addToCard">Add to Cart</div>
</footer>
</div>
</div>
<div class="carousel-cell">
<div class="product">
<header>
<figure>
<img alt="Pink Dotted Dress" src="img/pink-dotted-dress.jpg" />
<figcaption>Dresses</figcaption>
</figure>
</header>
<div>
<div class="title">Pink Dotted Dress</div>
<div class="price">$ 99.00</div>
</div>
<footer>
<div class="addToCard">Add to Cart</div>
</footer>
</div>
</div>
<div class="carousel-cell">
<div class="product">
<header>
<figure>
<img alt="Stretch Knit Dress" src="img/stretch-knit-dress.jpg" />
<figcaption>Dresses</figcaption>
</figure>
</header>
<div>
<div class="title">Stretch Knit Dress</div>
<div class="price">$ 169.00</div>
</div>
<footer>
<div class="addToCard">Add to Cart</div>
</footer>
</div>
</div>
<div class="carousel-cell">
<div class="product">
<header>
<figure>
<img alt="Cotton Blue Shirt" src="img/cotton-blue-shirt.jpg" />
<figcaption>Shirts</figcaption>
</figure>
</header>
<div>
<div class="title">Cotton Blue Shirt</div>
<div class="price">$ 89.00</div>
</div>
<footer>
<div class="addToCard">Add to Cart</div>
</footer>
</div>
</div>
<div class="carousel-cell">
<div class="product">
<header>
<figure>
<img alt="Checked Stretch Dress" src="img/checked-stretch-dress.jpg" />
<figcaption>Dresses</figcaption>
</figure>
</header>
<div>
<div class="title">Checked Stretch Dress</div>
<div class="price">$ 129.00</div>
</div>
<footer>
<div class="addToCard">Add to Cart</div>
</footer>
</div>
</div>
<div class="carousel-cell">
<div class="product">
<header>
<figure>
<img alt="Cotton Yellow T-shirt" src="img/cotton-yellow-tshirt.jpg" />
<figcaption>Shirts</figcaption>
</figure>
</header>
<div>
<div class="title">Cotton Yellow T-shirt</div>
<div class="price">$ 29.00</div>
</div>
<footer>
<div class="addToCard">Add to Cart</div>
</footer>
</div>
</div>
</div>
</section>
</section>
<section id="update" class="subscribeSection">
<section>
<h2>Sing-Up for <strong>Updates</strong></h2>
</section>
<section>Stay updated on our latest product releases, be first to find out about upcoming sales, ang get free style tips from our blog. Unsubscribe at any time.</section>
<section>
<div class="subscribeForm">
<form method="post" action="#" novalidate="novalidate">
<label for="emailInput" class="visuallyhidden">Your Email</label>
<input id="emailInput" type="email" name="email" placeholder="Your Email"/>
<button type="submit">Subscribe</button>
</form>
</div>
</section>
</section>
</main>
<footer class="mainFooter">
<section>
<h2><i class="far fa-copyright"></i> 2018 Aloha Apparel Co.</h2>
<p>Powered by HTML and CSS</p>
<p class="phone">
<a href="tel:+16046046040" rel="nofollow">+1 604-604-6040</a>.
<a class="email" href="mailto:[email protected]">[email protected]</a>
</p>
<address>
1490 W Broadway <br />
Vancouver, BC, Canada
</address>
</section>
<aside>
<ul class="fa-ul">
<li><a href="#"><span class="fa-li"><i class="fab fa-facebook-f"></i></span><div>Facebook</div></a></li>
<li><a href="#"><span class="fa-li"><i class="fab fa-twitter"></i></span><div>Twitter</div></a></li>
<li><a href="#"><span class="fa-li"><i class="fab fa-instagram"></i></span><div>Instagram</div></a></li>
<li><a href="#"><span class="fa-li"><i class="fab fa-pinterest"></i></span><div>Pinterest</div></a></li>
<li><a href="#"><span class="fa-li"><i class="fab fa-google-plus-g"></i></span><div>Google+</div></a></li>
</ul>
</aside>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.3.1.min.js"><\/script>')</script>
<script defer src="https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js"></script>
<script defer src="js/plugins.js"></script>
<script defer src="js/main.js"></script>
<!--
<script src="js/vendor/tota11y.min.js"></script>
-->
</body>
</html>