-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
208 lines (166 loc) · 6.37 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
<!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">
<title>Aloha Project | Lovely Diane Eden</title>
<link rel="stylesheet" href="reset.css" type="text/css">
<link rel="stylesheet" href="fonts.css" type="text/css">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/flickity@2/dist/flickity.min.css">
<script src="https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js"></script>
</head>
<body>
<header class="site-header">
<div class="site-container">
<div class="site-logo">
<img src="images/aloha-logo.svg" alt="logo" />
</div>
<nav class="site-nav">
<ul>
<li><a href="#">About</a></li>
<li><a href="#">Shop</a></li>
<li><a href="#">Featured</a></li>
<li><a href="#">Updates</a></li>
</ul>
</nav>
<div class="site-cart">
<div class="counter"><span>0</span></div>
<img src="images/cart-icon.svg" alt="cart" />
</div>
</div>
</header>
<div class="content">
<section class="site-banner">
<div class="banner-text">
<p>New Collection</p>
<h1>Spring/Summer 2016</h1>
</div>
</section>
<section class="hand-crafted">
<div class="container-craft">
<h2>Hand-Crafted<strong> Styles</strong></h2>
</div>
<div class="aloha">
<p>Aloha Apparrel Co. sells only the finest ready-to-travel clothing. Browse our current selection of
products or
sign-up for updates below.
</p>
</div>
</section>
<section class="featured-items">
<div class="item-1">
<p><a class=item href="#">Men's</a></p>
</div>
<div class="item-2">
<p><a class=item href="#">Trends</a></p>
</div>
<div class="item-3">
<p><a class=item href="#">Glasses</a></p>
</div>
<div class="item-4">
<p><a class=item href="#">Sale</a></p>
</div>
<div class="item-5">
<p><a class=item href="#">Bags</a></p>
</div>
<div class="item-6">
<p><a class=item href="#">Women's</a></p>
</div>
</section>
<section class="products">
<h2>Most-Loved <strong>Products</strong></h2>
</section>
<section class="main-carousel">
<div class="carousel-cell">
<img src="images/cotton-blue-shirt.jpg" />
<p>Shirts</p>
<h3><a class="most" href="#">Cotton Blue Shirts</a></h3>
<p>$89</p>
<button class="button">Add to Cart</button>
</div>
<div class="carousel-cell">
<img src="images/checked-stretch-dress.jpg" />
<p>Dresses</p>
<h3><a class="most" href="#">Checked Stretch Dress</a></h3>
<p>$129</p>
<button class="button">Add to Cart</button>
</div>
<div class="carousel-cell">
<img src="images/blue-hipster-backpack.jpg" />
<p>Bags</p>
<h3><a class="most" href="#">Blue Hipster Backpack</a></h3>
<p>$69</p>
<button class="button">Add to Cart</button>
</div>
<div class="carousel-cell">
<img src="images/demin-overall-shorts.jpg" />
<p>Denim</p>
<h3><a class="most" href="#">Denim Overall Shorts</a></h3>
<p>$89</p>
<button class="button">Add to Cart</button>
</div>
</section>
<section class="sign-updates">
<h2>Sign-up for <strong>Updates</strong></h2>
<p> Stay updated on our latest product releases, be first to find out about upcoming sales,and get free style
tips from our blog. Unsubscribe at anytime.</p>
<form id="subscribe-form" class="site-form">
<div class="email-container">
<input type="email" id="email" placeholder=" Please Enter Your Email" />
<input type="submit" id="submit" value="Subscribe" />
</div>
</form>
</section>
<footer class="container-footer">
<div class="inside-wrapper">
<div class="address-text">
<p>© 2016 Aloha Apparrel Co.<br>
Powered by HTML and CSS.</p>
<p>604.604.6040 <a class="email" href="#">[email protected]</a></p>
<p class="west">1490 W Broadway<br>
Vancouver, BC, Canada</p>
</div>
<div class="site-social">
<ul class="social-ul">
<li>
<a href="#">
<i class="fab fa-facebook"></i>
<span>Facebook</span>
</a>
</li>
<li>
<a href="#">
<i class="fab fa-twitter-square"></i>
<span>Twitter</span>
</a>
</li>
<li>
<a href="#">
<i class="fab fa-instagram"></i>
<span>Instagram</span>
</a>
</li>
<li>
<a href="#">
<i class="fab fa-pinterest"></i>
<span>Pinterest</span>
</a>
</li>
<li>
<a href="#">
<i class="fab fa-google-plus-g"></i>
<span>Google</span>
</a>
</li>
</ul>
</div>
</div>
</footer>
<script src="https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js"></script>
<script src="main.js"></script>
</body>
</html>