-
Notifications
You must be signed in to change notification settings - Fork 1
/
index copy.html
57 lines (48 loc) · 1.61 KB
/
index copy.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
<!DOCTYPE html>
<head>
<title>Aloha Apparel Co.</title>
<link href="./style.css" type="text/css" rel="stylesheet">
<script src= "functions.js"></script>
</head>
<body>
<header>
<img id="logo" src="images/aloha-logo.svg">
<ul id="nav">
<li>about</li>
<li>shop</li>
<li>featured</li>
<li>updates</li>
</ul>
<img id="cart-logo" src="images/cart-icon.svg">
</header>
<div id="banner">
<p>New Colection</p>
<h1>Spring/Summer 2016</h1>
</div>
<div id="about">
<h2>Hand-Crafted <strong>Styles</strong></h2>
<p>Aloha Apparel Co. sells only the finest ready-to-travel clothing. Browse our current selection of products or sign-up for updates below.</p>
</div>
<!-- <div id="grid">
<div id="mens" class="large"><p>Men's</p></div>
<div id="trends" class="small"><p>Trends</p></div>
<div id="glasses" class="small"><p>Glasses</p></div>
<div id="sale" class="small"><p>Sales</p></div>
<div id="bags" class="small"><p>Bages</p></div>
<div id="womens" class="large"><p>Women's</p></div>
</div> -->
<div id="grid">
<div id="mens" class = "large"></div>
<div id="trends" class = "small"></div>
<div id="glasses" class = "small"></div>
<div id="sale" class = "small"></div>
<div id="bags" class = "small"></div>
<div id="womens" class = "large"></div>
</div>
<div id="carousel">
</div>
<div id="subscribe">
</div>
<footer>
</footer>
</body>