-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
239 lines (239 loc) · 11.1 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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
<!DOCTYPE html>
<html lang="en">
<head>
<!--Required meta tags-->
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport">
<title>Rainbow UI Kit bootstrap 4 theme by EpicPxls</title>
<meta content="Bootstrap 4 theme using Rainbow UI Kit built for developers in a hurry." name="description">
<meta content="rainbow, ui kit, bootstrap 4, developers, theme" name="keywords">
<link href="images/main/favicon.png" rel="icon" sizes="16x16" type="image/png">
<!--Bootstrap CSS-->
<link href="css/rainbow-ui-kit.css" rel="stylesheet">
</head>
<body>
<div class="rainbow-hero rainbow-hero-6">
<div class="hero-content container d-flex flex-column overflow-hidden">
<nav class="navbar navbar-inverse navbar-expand-md justify-content-between z-index4">
<a class="navbar-brand" href="#"><img src="images/main/logo-white.png" srcset="images/main/[email protected] 2x, images/main/[email protected] 3x"></a><button class="navbar-toggler" data-target="#collapsingNavbar1" data-toggle="collapse" type="button"><span class="navbar-toggler-icon"></span></button>
<div class="navbar-collapse collapse justify-content-end" id="collapsingNavbar1">
<div>
<ul class="nav navbar-nav">
<li class="nav-item">
<a class="nav-item nav-link px-3" href="#">Men</a>
</li>
<li class="nav-item">
<a class="nav-item nav-link px-3" href="#">Women</a>
</li>
<li class="nav-item">
<a class="nav-item nav-link px-3" href="#">Kids</a>
</li>
<li class="nav-item">
<a class="nav-item nav-link px-3" href="#">Shipping</a>
</li>
<li class="nav-item">
<a class="nav-item nav-link px-3" href="#">Blog</a>
</li>
<li class="nav-item">
<a class="nav-item nav-link px-3" href="#">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<p class="scalable-header2 fw-bold text-center">
FASHION
</p>
<img class="hero-model" src="images/heroes-img/model.png">
<div class="hero-info my-auto text-center overflow-hidden">
<h1 class="mb-4">
New Arrivals
</h1>
<div class="mb-5">
<a class="btn btn-lg btn-rainbow-primary has-shadow minw-xs-220 radius30" href="#">Browse Collection</a>
</div>
</div>
</div>
</div>
<div class="bg-white pt-5 pt-lg-10">
<div class="container position-relative">
<h3 class="fw-heavy text-center">
LATEST ARRIVALS
</h3>
<p class="scalable-header2 fw-bold text-center">
ARRIVALS
</p>
<div class="arrivals__products container">
<div class="row">
<div class="col-lg-3 col-md-6 show-text">
<div class="arrivals__products-tshirt text-center position-relative pt-3 js-click">
<img alt="tshirt" src="images/heroes-img/tshirt-blue.png">
<div class="on-hover">
<p class="description">
Part of this year's new summer collection, this shirt has fashion written all over it
</p>
<div class="button-container">
<button class="btn arrivals__button" type="button"> Buy now</button>
</div>
</div>
<p>
Simple<span class="arrivals__products-blue"> Blue</span> Shirt
</p>
<p class="price">
<sup class="arrivals__products-curency">$</sup><span class="arrivals__products-price">40</span>
</p>
</div>
</div>
<div class="col-lg-3 col-md-6 show-text">
<div class="arrivals__products-tshirt text-center position-relative pt-3">
<img alt="tshirt" src="images/heroes-img/tshirt-grey.png">
<div class="on-hover">
<p class="description">
Part of this year's new summer collection, this shirt has fashion written all over it
</p>
<div class="button-container">
<button class="btn arrivals__button" type="button"> Buy now</button>
</div>
</div>
<p>
Simple<span class="arrivals__products-grey"> Grey</span> Shirt
</p>
<p class="price">
<sup class="arrivals__products-curency">$</sup><span class="arrivals__products-price">40</span>
</p>
</div>
</div>
<div class="col-lg-3 col-md-6 show-text position-relative pt-3">
<div class="arrivals__products-tshirt text-center">
<img alt="tshirt" src="images/heroes-img/tshirt-pink.png">
<div class="on-hover">
<p class="description">
Part of this year's new summer collection, this shirt has fashion written all over it
</p>
<div class="button-container">
<button class="btn arrivals__button" type="button"> Buy now</button>
</div>
</div>
<p>
Simple<span class="arrivals__products-pink"> Pink</span> Shirt
</p>
<p class="price">
<sup class="arrivals__products-curency">$</sup><span class="arrivals__products-price">40</span>
</p>
</div>
</div>
<div class="col-lg-3 col-md-6 show-text position-relative pt-3">
<div class="arrivals__products-tshirt text-center">
<img alt="tshirt" src="images/heroes-img/tshirt-orange.png">
<div class="on-hover">
<p class="description">
Part of this year's new summer collection, this shirt has fashion written all over it
</p>
<div class="button-container">
<button class="btn arrivals__button" type="button"> Buy now</button>
</div>
</div>
<p>
Simple<span class="arrivals__products-orange"> Orange</span> Shirt
</p>
<p class="price">
<sup class="arrivals__products-curency">$</sup><span class="arrivals__products-price">40</span>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="bg-white py-5">
<div class="container">
<div class="position-relative">
<h3 class="text-center fw-heavy py-5">
PRODUCT OF THE WEEK
</h3>
<p class="scalable-header2 fw-bold text-left">
THIS WEEK
</p>
</div>
<div class="row align-items-center">
<div class="col-sm-12 col-md-6">
<h2 class="fw-light width50">
Awesome looking school bag
</h2>
<p class="text-gray py-3">
This awesome school bag has been our best seller this week and is, thus, the featured product. Style and ellegance describe it the best. Check it out and find out how you can earn a deiscount for it!
</p>
<a class="btn btn-lg btn-rainbow-primary has-shadow minw-xs-220 radius30" href="#">Check it out</a>
</div>
<div class="col-sm-12 col-md-6">
<img class="width100 py-3" src="images/heroes-img/backpack.png">
</div>
</div>
</div>
</div>
<div class="bg-7 position-relative">
<div class="bottom-shade2"></div>
<div class="container position-relative overflow-hidden">
<div class="d-flex justify-content-center">
<p class="scalable-header2 fw-bold text-center">
SUMMER
</p>
<img class="hero-model z-index0" src="images/heroes-img/model2.png">
<div class="hero-info my-auto text-center position-absolute model2-text">
<h1 class="fw-bold text-white mb-4">
Summer Collection
</h1>
<a class="btn btn-lg btn-white box-shadow minw-xs-220 radius30 text-info" href="#">Browse Swimsuits</a>
</div>
</div>
</div>
</div>
<div class="bg-white py-5 py-lg-10">
<div class="container width-brands">
<h3 class="text-center fw-heavy">
OUR BRANDS
</h3>
<div class="d-flex justify-content-between py-5 sm-column align-items-center">
<img class="py-2" src="images/icons/zara.png" srcset="images/icons/[email protected] 2x"><img class="py-2" src="images/icons/ralph.png" srcset="images/icons/[email protected] 2x"><img class="py-2" src="images/icons/hm.png" srcset="images/icons/[email protected] 2x"><img class="py-2" src="images/icons/lacoste.png" srcset="images/icons/[email protected] 2x"><img class="py-2" src="images/icons/massimo.png" srcset="images/icons/[email protected] 2x">
</div>
</div>
</div>
<div class="bg-2 py-10">
<div class="container text-center">
<h4 class="text-white fw-heavy mt-sm-1 mt-lg-3 mb-5">
NEWSLETTER
</h4>
<p class="scalable-header mx-auto mw-100 fw-bold mt-8 mt-md-4">
SUBSCRIBE
</p>
<div class="row form">
<div class="col-9 mx-auto mt-4">
<div class="form-group stacked-btn-field">
<input class="form-control form-control-hero" placeholder="Your email address" type="text"><a class="btn btn-rounded btn-stacked responsive-input-btn moz-fix btn-rainbow-warning" href="#">Start free trial</a>
</div>
</div>
</div>
</div>
</div>
<div class="bg-white p-5">
<div class="container">
<div class="d-flex justify-content-between align-items-center">
<div class="d-flex sm-column align-items-center">
<img class="pr-3" src="images/main/logo-color.png" srcset="images/main/[email protected] 2x, images/main/[email protected] 3x">
<p class="mb-0 text-gray">
© Copyright 2017. All rights reserved
</p>
</div>
<div>
<a class="mx-2" href="#"><img height="20" src="images/icons/facebook.svg" title="facebook"></a><a class="mx-2" href="#"><img height="20" src="images/icons/googleplus.svg" title="googleplus"></a><a class="mx-2" href="#"><img height="20" src="images/icons/twitter.svg" title="twitter"></a><a class="mx-2" href="#"><img height="20" src="images/icons/instagram.svg" title="instagram"></a>
</div>
</div>
</div>
</div>
<!--jQuery first, then Tether, then Bootstrap JS.-->
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js"></script>
<script src="js/libs/bootstrap.js"></script>
<script src="js/rainbow-ui-kit.js"></script>
</body>
</html>