-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
104 lines (100 loc) · 4.89 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="manifest" href="resources/favicons/site.webmanifest">
<link rel="mask-icon" href="resources/favicons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="resources/favicons/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="resources/favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="vendors/css/grid.css">
<link rel="stylesheet" href="vendors/css/normalize.css">
<link rel="stylesheet" href="vendors/css/ionicons.min.css">
<link rel="stylesheet" href="resources/css/style.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Lato:100,300,400,300italic">
<title>FashionBrand</title>
</head>
<body>
<header>
<nav>
<ul class="main-nav">
<li><a href="#">Delivery</a></li>
<li><a href="#">How it works</a></li>
<li><a href="#">Featured brands</a></li>
<li><a href="#">Sign up</a></li>
</ul>
</div>
</nav>
<div class="headline-text-box">
<h1><span>"</span>FashionBrand<span>"</span> is the top online <br>fashion store for man & women.</h1><a
class="btn" href="#">Men's Fashion</a>
</header>
<section class="section-features">
<div class="row bim">
<h2 class="wh1">get delivery first</h2>
<p class="long-copy">Hello, we’re FashionBrand. Get first product delivery charge free in Mysuru</p>
</div>
<div class="row">
<div class="box col span-1-of-4"><i class="ion-android-calendar icon-big"></i>
<h3>Up to 365 days/year</h3>
<p>Busy! Don't have enough time for shopping. Let us do your work. Our subscription plans include up to
365 days/year coverage.</p>
</div>
</div>
</section>
<section class="section-products man">
<div class="row bim">
<h2 class="wh2">Items for man's</h2>
<p class="long-copy">Click on the images to view more items, item price, quality & more details.</p>
</div>
<ul class="product-showcase clearfix">
<li>
<figure class="product-photo"><a href="#"><img title="" src="resources/img/man/wallet.jpg" alt=""></a>
</figure>
</li>
<li>
<figure class="product-photo"><a href="#"><img title="" src="resources/img/man/watch.jpg" alt=""></a>
</figure>
</li>
<li>
<figure class="product-photo"><a href="#"><img src="resources/img/man/sunglasses.jpg" alt=""></a>
</figure>
</li>
<li>
<figure class="product-photo"><a href="#"><img src="resources/img/man/shoes.jpg" alt=""></a></figure>
</li>
<li>
<figure class="product-photo"><a href="#"><img src="resources/img/man/t-shirt.jpg" alt=""></a></figure>
</li>
<li>
<figure class="product-photo"><a href="#"><img src="resources/img/man/shirt.jpg" alt=""></a></figure>
</li>
<li>
<figure class="product-photo"><a href="#"><img src="resources/img/man/jeans.jpg" alt=""></a></figure>
</li>
<li>
<figure class="product-photo"><a href="#"><img src="resources/img/man/1.jpg" alt=""></a></figure>
</li>
</ul>
</section>
<section class="section-brands">
<div class="row bim">
<h2 class="wh5">Featured brands</h2>
</div>
<div class="row">
<div class="col span-1-of-5 box"><img src="resources/img/brands/bata.png" alt="Bata"></div>
<div class="col span-1-of-5 box"><img src="resources/img/brands/puma.png" alt="Puma"></div>
<div class="col span-1-of-5 box"><img src="resources/img/brands/nike.png" alt="Nike"></div>
<div class="col span-1-of-5 box"><img src="resources/img/brands/levis.png" alt="Levi's"></div>
<div class="col span-1-of-5 box"><img src="resources/img/brands/adidas.png" alt="Adidas"></div>
</div>
<div class="row">
<div class="col span-1-of-5 box"><img src="resources/img/brands/ray-ban.png" alt="Ray-Ban"></div>
<div class="col span-1-of-5 box"><img src="resources/img/brands/rolex.png" alt="Rolex"></div>
<div class="col span-1-of-5 box"><img src="resources/img/brands/stepper.png" alt="Stepper"></div>
<div class="col span-1-of-5 box"><img src="resources/img/brands/ledger.jpg" alt="Ledger"></div>
<div class="col span-1-of-5 box"><img src="resources/img/brands/mauijim.png" alt="Mauijim"></div>
</div>
</section>
</body>
</html>