-
Notifications
You must be signed in to change notification settings - Fork 0
/
browser.html
371 lines (331 loc) · 16 KB
/
browser.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
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
<!DOCTYPE html>
<html class="not-ie" lang="en">
<head>
<!-- Basic meta tags -->
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Browser</title>
<!-- Google Web Fonts
================================================== -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap" rel="stylesheet">
<!-- Fontawesome -->
<link rel="stylesheet" type="text/css" href="fonts/css/all.css">
<!--link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA==" crossorigin="anonymous" /-->
<!-- Bootstrap CSS -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<!-- Slick Caurosel -->
<link rel="stylesheet" type="text/css" href="css/slick.css">
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link rel="stylesheet" type="text/css" href="css/responsive.css">
</head>
<body>
<!--mobile main menu-->
<div class="drawer-menu hiddem-above-lg">
<button type="button" class="close-drawer-menu"><i class="far fa-times-circle"></i></button>
<div class="mobile-brand bottom-margin-10"><img src="img/Causerr.png" alt="Causerr" /></div>
<div class="bottom-margin-40"><a href="#" class="mobile-top-link">Sign In</a></div>
<h5 class="bottom-margin-5">Company</h5>
<ul class="list-reseter link-list-footer bottom-margin-40">
<li><a href="#">Our Story</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">FAQs</a></li>
<li><a href="#">Partner with Us</a></li>
</ul>
<h5 class="bottom-margin-5">Help</h5>
<ul class="list-reseter link-list-footer bottom-margin-40">
<li><a href="#">Order Status</a></li>
<li><a href="#">Return Policy</a></li>
<li><a href="#">How it Works</a></li>
<li><a href="#">Back to Charity</a></li>
</ul>
<button type="button" class="btn btn-success form-control freez-bottom">Start a Shop</button>
</div>
<div class="drawer-backdrop"></div>
<!--/mobile main menu-->
<!--header-->
<header id="header">
<div class="main-nav-outer fixed-top">
<nav class="navbar justify-content-between main-nav">
<a class="navbar-brand hiddem-from-lg" href="#">Charity Name</a>
<ul class="list-reseter top-middle-nav hiddem-from-lg">
<li><a href="#">Everything</a></li>
<li><a href="#">Latest</a></li>
<li><a href="#">Trending</a></li>
<li><a href="#">On Sale</a></li>
<li><a href="#">Close Out</a></li>
</ul>
<ul class="list-reseter top-right-nav hiddem-from-lg">
<li><a href="#"><i class="fas fa-mobile-alt"></i> Call</a></li>
<li><a href="#"><i class="far fa-comment-dots"></i> Chat</a></li>
<li><a href="#">Sign In</a></li>
<li><a href="#"><i class="fas fa-shopping-cart"></i> <span class="badge badge-secondary badge-success">2</span></a></li>
</ul>
<!--mobile top bar-->
<div class="hiddem-above-lg">
<button class="bar-btn" type="button">
<span> </span>
<span> </span>
<span> </span>
</button>
<button class="searh-on-top"><i class="fas fa-search"></i></button>
</div>
<div class="mobile-brand hiddem-above-lg"><img src="img/Causerr.png" alt="Causerr" /></div>
<a href="#" class="hiddem-above-lg mobile-top-link">Sign In</a>
<!--/mobile top bar-->
</nav>
</div>
</header>
<!--/header-->
<!--Swipe menu for mobile-->
<div class="swipe-menu-outer hiddem-above-lg">
<div id="maniNavMobile" class="swipe-cat-menu">
<a href="#" class="current">Everything</a>
<a href="#">Latest</a>
<a href="#">Trending</a>
<a href="#">On Sale</a>
<a href="#">Close Out</a>
</div>
</div>
<!--/Swipe menu for mobile-->
<!--Banner-->
<section class="banner content-center-v-h flex-column" style="background-image: url(img/banner-owner.png);">
<h2>Join our Cause</h2>
<div class="banner-support-text">Our Causerrs raised <span class="inline-banner-price">$25,000</span> so far!</div>
</section>
<!--/Banner-->
<div class="clearfix desktop-view-center">
<aside class="left-panel-column">
<span class="block-thumb-outer content-center-v-h bottom-margin-5"><img src="img/who-icon.png" alt="WHO" /></span>
</aside>
<div class="right-panel-column font-size-p-large">
<h4>Our Story</h4>
<p class="bottom-margin-5 w-75 w-md-100">Ellen loves Australia and its people, and right now they need our help. For months, wildfires have been burning across the country in record-breaking heat and strong winds. <br class="hiddem-from-md" /><a href="#" class="no-underliune">Read More</a></p>
</div>
</div>
<span class="content-seperator bold-line-md"> </span>
<!--Main content-->
<section class="clearfix desktop-view-center content-holder">
<!--left panel-->
<aside class="left-panel-column hiddem-from-md">
<h4>All Categories</h4>
<ul class="list-reseter link-list">
<li><a href="#" class="current">Everything</a></li>
<li><a href="#">Latest</a></li>
<li><a href="#">Trending</a></li>
<li><a href="#">Home & Kitchen</a></li>
</ul>
<span class="category-divider"> </span>
<!-- Price Checlkist-->
<h4 class="bottom-margin-10">Price</h4>
<ul class="list-reseter link-list">
<li><label class="checkbox-control"><input type="checkbox" /><span class="checkmark"></span> Under $25 (100)</label></li>
<li><label class="checkbox-control"><input type="checkbox" /><span class="checkmark"></span> $25-$49 (75)</label></li>
<li><label class="checkbox-control"><input type="checkbox" /><span class="checkmark"></span> $50-$99 (123)</label></li>
<li><label class="checkbox-control"><input type="checkbox" /><span class="checkmark"></span> $100-$149 (78)</label></li>
<li><label class="checkbox-control"><input type="checkbox" /><span class="checkmark"></span> $150-$199 (175)</label></li>
</ul>
<!-- /Price Checlkist-->
<span class="category-divider"> </span>
<!-- Special Offers Checlkist-->
<h4>Special Offers</h4>
<ul class="list-reseter link-list bottom-margin-40">
<li><label class="checkbox-control"><input type="checkbox" /><span class="checkmark"></span> Free Shipping (24)</label></li>
<li><label class="checkbox-control"><input type="checkbox" /><span class="checkmark"></span> On Sale (54)</label></li>
<li><label class="checkbox-control"><input type="checkbox" /><span class="checkmark"></span> Closeouts (12)</label></li>
</ul>
<!-- /Special Offers Checlkist-->
<a href="#" class="gray-link">Clear All Filters</a>
</aside>
<!--/left panel-->
<!--right panel-->
<div class="right-panel-column">
<div class="hiddem-from-md d-flex justify-content-between"><h3>Everything</h3> <h3 class="font-weight-400">40% goes to our cause</h3></div>
<div class="row bottom-margin-20 hidden-above-md">
<div class="col-5">
<div class="form-group">
<label>Filter</label>
<select class="form-control">
<option selected>Filter</option>
<option>Under $25 (100)</option>
<option>$25-$49 (75)</option>
<option>$50-$99 (123)</option>
<option>$100-$149 (78)</option>
<option>$150-$199 (175)</option>
<option>Free Shipping (24)</option>
<option>On Sale (54)</option>
<option>Closeouts (12)</option>
</select>
</div>
</div>
<div class="col-2"></div>
<div class="col-5">
<div class="form-group">
<label>Sort by</label>
<select class="form-control">
<option selected>Everything</option>
<option>Latest</option>
<option>Trending</option>
<option>Home & Kitchen</option>
</select>
</div>
</div>
</div>
<div class="row col-gutter-40">
<!--Each Product-->
<div class="col-lg-4 bottom-margin-30">
<a href="#" class="product-thumnail content-center-v-h">
<span class="product-tags">Free Shipping</span>
<img src="img/browser-item-1.png" alt="Product Title" />
</a>
<h4 class="product-title">Product Title <span class="hit-count"><a href="#"><i class="far fa-heart"></i></a> <a href="#">2k</a></span></h4>
<div class="price-line bottom-margin-15">$25.99 <span class="offer">25% off</span><span class="prev-price">$32.99</span></div>
<button type="button" class="btn btn-success">Add to Bag</button>
</div>
<!--/Each Product-->
<!--Each Product-->
<div class="col-lg-4 bottom-margin-30">
<a href="#" class="product-thumnail content-center-v-h">
<span class="product-tags">Free Shipping</span>
<img src="img/browser-item-2.png" alt="Product Title" />
</a>
<h4 class="product-title">Product Title <span class="hit-count"><a href="#"><i class="far fa-heart"></i></a> <a href="#">2k</a></span></h4>
<div class="price-line bottom-margin-15">$25.99 <span class="offer">25% off</span><span class="prev-price">$32.99</span></div>
<button type="button" class="btn btn-success">Add to Bag</button>
</div>
<!--/Each Product-->
<!--Each Product-->
<div class="col-lg-4 bottom-margin-30">
<a href="#" class="product-thumnail content-center-v-h">
<span class="product-tags">Free Shipping</span>
<img src="img/browser-item-3.png" alt="Product Title" />
</a>
<h4 class="product-title">Product Title <span class="hit-count"><a href="#"><i class="far fa-heart"></i></a> <a href="#">2k</a></span></h4>
<div class="price-line bottom-margin-15">$25.99 <span class="offer">25% off</span><span class="prev-price">$32.99</span></div>
<button type="button" class="btn btn-success">Add to Bag</button>
</div>
<!--/Each Product-->
</div>
<span class="content-seperator medium no-top-margin bold-line-md"> </span>
<div class="d-flex justify-content-between md-title-line">
<h3 class="bottom-margin-30">Our Causerrs raised $25k so far</h3>
<ul class="list-reseter footer-blog-links">
<li class="link-color">Share with Others</li>
<li><a href="#"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="#"><i class="fab fa-instagram"></i></a></li>
<li><a href="#"><i class="fab fa-youtube"></i></a></li>
</ul>
</div>
<div id="causerrsList" class="bottom-margin-30 d-flex-car">
<a class="causerrs-items align-self-stretch clearfix">
<img class="thumb" src="img/avatar-1.png" />
<span class="text">Kate’s purchase sent <strong>$55</strong> to our cause</span>
</a>
<a class="causerrs-items align-self-stretch clearfix">
<img class="thumb" src="img/avatar-2.png" />
<span class="text">Kate’s purchase sent <strong>$55</strong> to our cause</span>
</a>
<a class="causerrs-items align-self-stretch clearfix">
<img class="thumb" src="img/avatar-3.png" />
<span class="text">Kate’s purchase sent <strong>$55</strong> to our cause</span>
</a>
<a class="causerrs-items align-self-stretch clearfix">
<img class="thumb" src="img/avatar-4.png" />
<span class="text">Kate’s purchase sent <strong>$55</strong> to our cause</span>
</a>
<a class="causerrs-items align-self-stretch clearfix">
<img class="thumb" src="img/avatar-1.png" />
<span class="text">Kate’s purchase sent <strong>$55</strong> to our cause</span>
</a>
<a class="causerrs-items align-self-stretch clearfix">
<img class="thumb" src="img/avatar-2.png" />
<span class="text">Kate’s purchase sent <strong>$55</strong> to our cause</span>
</a>
</div>
<span class="content-seperator medium no-top-margin bold-line-md"> </span>
<h3>How it Works</h3>
<ul class="list-reseter d-flex justify-content-between steps-text">
<li>
<span class="steps-text-title"><strong>1</strong>Find</span>
<p>We partnered with Causerr to bring our doners a great way to find fun products and raise funds for us</p>
</li>
<li>
<span class="steps-text-title"><strong>2</strong>Buy</span>
<p>Causerr handled all our order fulfillment and customer service so we can do what we do best, fundraise</p>
</li>
<li>
<span class="steps-text-title"><strong>3</strong>Give</span>
<p>Every purchase you make in our shop Causerr shares 40% of every purcahse with us.</p>
</li>
</ul>
</div>
<!--/right panel-->
</section>
<!--/Main content-->
<!--footer-->
<footer>
<div class="desktop-view-center row">
<div class="col-lg-4">
<h3 class="bottom-margin-5"><img src="img/Causerr.png" alt="Causerr" /></h3>
<p>Reimagining how fundraising is done</p>
<ul class="list-reseter footer-blog-links">
<li><a href="#"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="#"><i class="fab fa-instagram"></i></a></li>
<li><a href="#"><i class="fab fa-youtube"></i></a></li>
<li class="block-on-lg"><a href="#">@causerr</a> | <a href="#">#shopacause</a></li>
</ul>
<p class="copyright">© 2020 Causerr. All Rights Reserved<br /><a href="#">Terms of Use</a> | <a href="#">Privacy Policy</a></p>
</div>
<div class="col-lg-2 hiddem-from-lg">
<h5>Company</h5>
<ul class="list-reseter link-list-footer">
<li><a href="#">Our Story</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">FAQs</a></li>
<li><a href="#">Partner with Us</a></li>
</ul>
</div>
<div class="col-lg-2 hiddem-from-lg">
<h5>Help</h5>
<ul class="list-reseter link-list-footer">
<li><a href="#">Order Status</a></li>
<li><a href="#">Return Policy</a></li>
<li><a href="#">How it Works</a></li>
<li><a href="#">Back to Charity</a></li>
</ul>
</div>
<div class="col-lg-4 hiddem-from-lg">
<h5 class="bottom-margin-10">Become an Insider</h5>
<p>Be the first to know about deals and upcoming special events for our charity</p>
<form>
<div class="row">
<div class="form-group col-md-8 bottom-margin-20">
<label for="firstName" class="font-weight-800">First Name</label>
<input type="text" class="block active" id="firstName">
</div>
</div>
<div class="row">
<div class="form-group col-md-8">
<label for="emailAddress" class="font-weight-800">Email Address</label>
<input type="email" class="block active" id="emailAddress">
</div>
<div class="form-group col-md-4 no-left-padding">
<label> </label>
<button type="button" class="btn btn-success form-control">Subscribe</button>
</div>
</div>
</form>
</div>
</div>
</footer>
<!--/footer-->
<!-- JS
================================================== -->
<script type="text/javascript" src="js/jquery-3.1.1.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/slick.min.js"></script>
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>