-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
162 lines (153 loc) · 7.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Aloha Shop</title>
<link rel="stylesheet" href="js/bxSlider/jquery.bxslider.min.css">
<link rel="stylesheet" href="reset.min.css">
<link rel="stylesheet" href="style.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
</head>
<body>
<header class="site-header container">
<h1 class="screen-reader">Aloha Website</h1>
<div class="logo">
<h1 class="screen-reader">Aloha Logo</h1>
<a href="#page-top">
<img src="images/aloha-logo.svg" alt="Aloha logo"/>
</a>
</div>
<div class="cart">
<h1 class="screen-reader">Shopping Cart</h1>
<img src="images/cart-icon.svg" alt="shopping cart" />
</div>
<div class="nav">
<ul class="nav-links">
<li><a href="#about-nav">About</a></li>
<li><a href="#shop-nav">Shop</a></li>
<li><a href="#featured-nav">Featured</a></li>
<li><a href="#updates-nav">Updates</a></li>
</ul>
</div>
</header>
<section class="banner container" id="hero-banner">
<div class="banner-text">
<p class="collection-header">New Collection<p>
<p class="collection-year">Spring/Summer 2016</p>
</div>
</section>
<section class="about container nav-section">
<h2>Hand-Crafted <span class="about-header">Styles</span></h2>
<p class="about-text">Aloha Apparel Co. sells only the finest ready-to-travel clothing. Browse our current selection of products or sign-up for updates below.</p>
</section>
<div class="shop-categories" id="shop-nav">
<div class="shop-category category-all category-mens mens"><span><a href="#">Men's</a></span></div>
<div class="shop-category category-all category-square trends"><span><a href="#">Trends</a></span></div>
<div class="shop-category category-all category-square glasses"><span><a href="#">Glasses</a></span></div>
<div class="shop-category category-all category-square sale"><span><a href="#">Sale</a></span></div>
<div class="shop-category category-all category-square bags"><span><a href="#">Bags</a></span></div>
<div class="shop-category category-all category-all category-womens womens"><span><a href="#">Women's</a></span></div>
</div>
<section class="most-loved container nav-section" id="featured-nav">
<h2>Most-Loved <span class="shop-section">Products</span></h2>
<ul class="products bxslider">
<li>
<img src="images/stretch-knit-dress.jpg" alt="Stretch Knit Dress" />
<p class="product-category">Dresses</p>
<h3 class="product-name">Stretch Knit Dress</h3>
<p class="product-price">$169.00</p>
</li>
<li>
<img src="images/cotton-blue-shirt.jpg" alt="Cotton Blue Shirt" />
<p class="product-category">Shirts</p>
<h3 class="product-name">Cotton Blue Shirt</h3>
<p class="product-price">$89.00</p>
</li>
<li>
<img src="images/checked-stretch-dress.jpg" alt="Checked Stretch Dress" />
<p class="product-category">Dresses</p>
<h3 class="product-name">Checked Stretch Dress</h3>
<p class="product-price">$129.00</p>
</li>
<li>
<img src="images/blue-hipster-backpack.jpg" alt="Blue Hipster Backpack" />
<p class="product-category">Bags</p>
<h3 class="product-name">Blue Hipster Backpack</h3>
<p class="product-price">$69.00</p>
</li>
<li>
<img src="images/demin-overall-shorts.jpg" alt="Demin Overall Shorts" />
<p class="product-category">Demin</p>
<h3 class="product-name">Demin Overall Shorts</h3>
<p class="product-price">$89.00</p>
</li>
<li>
<img src="images/pink-dotted-dress.jpg" alt="Pink Dotted Dress" />
<p class="product-category">Dresses</p>
<h3 class="product-name">Pink Dotted Dress</h3>
<p class="product-price">$99.00</p>
</li>
<li>
<img src="images/blue-silk-dress.jpg" alt="Blue Silk Dress" />
<p class="product-category">Dresses</p>
<h3 class="product-name">Blue Silk Dress</h3>
<p class="product-price">$119.00</p>
</li>
<li>
<img src="images/cotton-yellow-tshirt.jpg" alt="Cotton Yellow Tshirt" />
<p class="product-category">Tshirts</p>
<h3 class="product-name">Cotton Yellow Tshirt</h3>
<p class="product-price">$39.00</p>
</li>
</ul>
</section>
<div class="newsletter container" id="updates-nav">
<h2 class="updates-heading">Sign-up for <span class="shop-section">Updates</span></h2>
<p class="updates-text">Stay updated Son our latest product releases, be first to find out about upcoming sales, and get free style tips from our blog. Unsubscribe at any time.</p>
<div class="mailing-list">
<form>
<label>Email</label>
<input type="email" name="email" value placeholder="Your Email"/>
<button type="submit" name="subscribe" value="Subscribe">Subscribe</button>
</form>
</div>
</div>
<footer class="footer container">
<div class="contact-area">
<div>
<p class="contact-info">© 2016 Aloha Apparel Co.<br />
Powered by HTML and CSS.</p>
</div>
<div>
<p class="contact-info">604-604-6040. <a href="mailto:info@alohaapparel.com">info@alohaapparel.com</a></p>
</div>
<div>
<p class="address">1490 W Broadway<br/>
Vancouver, BC, Canada</p>
</div>
</div>
<div class="social-media">
<ul>
<li class="social-links">
<a href="#"><i class="fa facebook-icon"></i><span class="social-name"></span></a>
</li>
<li class="social-links">
<a href="#"><i class="fa twitter-icon"></i><span class="social-name"></span></a>
</li>
<li class="social-links">
<a href="#"><i class="fa instagram-icon"></i><span class="social-name"></span></a>
</li>
<li class="social-links">
<a href="#"><i class="fa pinterest-icon"></i><span class="social-name"></span></a>
</li>
<li class="social-links">
<a href="#"><i class="fa googleplus-icon"></i><span class="social-name"></span></a>
</li>
</ul>
</div>
</footer>
<script src="js/jquery-2.2.0.min.js"></script>
<script src="js/bxSlider/jquery.bxslider.min.js"></script>
<script src="js/aloha.min.js"></script>
</body>
</html>