forked from matthewaramis/project-01
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
196 lines (176 loc) · 8.84 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta author="Matthew Wong" title="Aloha Apparel Co. project 1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta initial-scale="1">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU"
crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU"
crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU"
crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU"
crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU"
crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/flickity@2/dist/flickity.min.css">
<link rel="stylesheet" href="./css/reset.css">
<link rel="stylesheet" href="./css/style.css">
<script async src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<title>Aloha Apparel Co.</title>
</head>
<body>
<a class="screen-reader-text" href="#about">Skip to content</a>
<header class="bodyfont">
<img class="alohalogo" src="./images/aloha-logo.svg" alt="Aloha Apparel Co. Logo" />
<nav>
<a href="#about">ABOUT</a>
<a href="#shop">SHOP</a>
<a href="#featured">FEATURED</a>
<a href="#newsletter">UPDATES</a>
</nav>
<img class="cart-icon" src="./images/cart-icon.svg" alt="Cart Icon" />
</header>
<section class="banner">
<div>
<p class="bodyfont">NEW COLLECTION</p>
<h1 class="headingfont">Spring/Summer 2019</h1>
</div>
</section>
<section class="container" id="about">
<h2 class="headingfont"><span class="italic-heading">Hand-Crafted</span> <span class="bold-heading">Styles</span></h2>
<p class="bodyfont">
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>
<section class="bodyfont" id="shop">
<div class="container">
<nav>
<a class="shop-mens" href="#"><span class="shoplabel">MEN'S</span></a>
<a class="shop-trends" href="#"><span class="shoplabel">TRENDS</span></a>
<a class="shop-glasses" href="#"><span class="shoplabel">GLASSES</span></a>
<a class="shop-sale" href="#"><span class="shoplabel">SALE</span></a>
<a class="shop-bags" href="#"><span class="shoplabel">BAGS</span></a>
<a class="shop-womens" href="#"><span class="shoplabel">WOMEN'S</span></a>
</nav>
</div>
</section>
<section id="featured">
<h2 class="headingfont"><span class="italic-heading">Most-Loved</span> <span class="bold-heading">Products</span></h2>
<div class="main-carousel">
<div class="carousel-cell">
<img src="images/stretch-knit-dress.jpg" alt="stretch knit dress">
<p class="productclass">DRESSES</p>
<p class="productdesc">Stretch Knit Dress</p>
<p class="price">$169.00</p>
</div>
<div class="carousel-cell">
<img src="images/cotton-blue-shirt.jpg" alt="cotton blue shirt">
<p class="productclass">SHIRTS</p>
<p class="productdesc">Cotton Blue Shirt</p>
<p class="price">$89.00</p>
</div>
<div class="carousel-cell">
<img src="images/checked-stretch-dress.jpg" alt="checked stretch dress">
<p class="productclass">DRESSES</p>
<p class="productdesc">Checked Stretch Dress</p>
<p class="price">$129.00</p>
</div>
<div class="carousel-cell">
<img src="images/blue-hipster-backpack.jpg" alt="blue hipster backpack">
<p class="productclass">BAGS</p>
<p class="productdesc">Blue Hipster Backpack</p>
<p class="price">$69.00</p>
</div>
<div class="carousel-cell">
<img src="images/demin-overall-shorts.jpg" alt="denim overall shorts">
<p class="productclass">DENIM</p>
<p class="productdesc">Denim Overall Shorts</p>
<p class="price">$89.00</p>
</div>
<div class="carousel-cell">
<img src="images/pink-dotted-dress.jpg" alt="pink dotted dress">
<p class="productclass">DRESSES</p>
<p class="productdesc">Pink Dotted Dress</p>
<p class="price">$99.00</p>
</div>
<div class="carousel-cell">
<img src="images/blue-silk-dress.jpg" alt="blue silk dress">
<p class="productclass">DRESSES</p>
<p class="productdesc">Blue Silk Dress</p>
<p class="price">$119.00</p>
</div>
<div class="carousel-cell">
<img src="images/cotton-yellow-tshirt.jpg" alt="cotton yellow tshirt">
<p class="productclass">SHIRTS</p>
<p class="productdesc">Cotton Yellow Tshirt</p>
<p class="price">$39.00</p>
</div>
</div>
</section>
<section id="newsletter">
<div class="container">
<h2 class="headingfont"><span class="italic-heading">Sign-up for</span> <span class="bold-heading">Updates</span></h2>
<p class="bodyfont">
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 any time.
</p>
<form id="subscribe-form" method="POST">
<!-- <label>
Your E-mail: <input type="email" name="email" id="email" />
</label>
THis didn;t work but you should try to use the label thing with your input. :D
-->
<input type="email" name="email" id="email" placeholder="Your E-mail" />
<input type="submit" name="submit" value="Subscribe" />
</form>
</div>
</section>
<footer>
<div class="copyright">
<div class="top-copyright">
<p>
© 2019 Aloha Apparel Co.
</p>
<p>
Powered by HTML and CSS.
</p>
</div>
<div class="contactinfo">
<p>
604-604-6040. <a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
<div class="address">
<p>
1490 W Broadway
</p>
<p>
Vancouver, BC, Canada
</p>
</div>
</div>
<div class="socialmedia">
<ul>
<li><a class="smicons" href="file:///Users/matthewaramis/Desktop/project-01/work/index.html#"><i class="fab fa-facebook"><span
class="bodyfont">Facebook</span></i></a></li>
<li><a class="smicons" href="file:///Users/matthewaramis/Desktop/project-01/work/index.html#"><i class="fab fa-twitter"><span
class="bodyfont">Twitter</span></i></a></li>
<li><a class="smicons" href="file:///Users/matthewaramis/Desktop/project-01/work/index.html#"><i class="fab fa-instagram"><span
class="bodyfont">Instagram</span></i></a></li>
<li><a class="smicons" href="file:///Users/matthewaramis/Desktop/project-01/work/index.html#"><i class="fab fa-pinterest"><span
class="bodyfont">Pinterest</span></i></a></li>
<li><a class="smicons" href="file:///Users/matthewaramis/Desktop/project-01/work/index.html#"><i class="fab fa-google-plus-g"><span
class="bodyfont">Google+</span></i></a></li>
</ul>
</div>
</footer>
<script defer src="https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js"></script>
<script defer src="./javascript/scripts.js"></script>
</body>
</html>