-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
390 lines (359 loc) · 16.9 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
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
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
<!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>Home</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 class="freezing-menu-static">
<!--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">
<div class="hiddem-from-lg clearfix">
<div class="search-on-top">
<i class="fas fa-search"></i>
<input class="search-input" type="text" placeholder="Search a Cause" aria-label="Search a Cause">
</div>
<select class="cause-select-control">
<option selected>For Causes</option>
<option>Causes cat 1</option>
<option>Causes cat 2</option>
<option>Causes cat 3</option>
</select>
</div>
<div class="hiddem-from-lg mobile-brand"><img src="img/Causerr.png" alt="Causerr" /></div>
<ul class="list-reseter top-right-nav hiddem-from-lg">
<li><a href="#">How it Works</a></li>
<li><a href="#" class="link-color">Sign In</a></li>
<li><button type="button" class="btn btn-success">Start a Shop</button></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>
<ul class="list-reseter top-right-nav hiddem-above-lg">
<li><a href="#" class="link-color">Sign In</a></li>
</ul>
<!--/mobile top bar-->
</nav>
</div>
</header>
<!--/header-->
<!--Banner-->
<div class="banner-outer">
<div id="bannerSlider">
<section class="banner index" style="background-image: url(img/banner-home.png);"> </section>
<section class="banner index" style="background-image: url(img/banner-home.png);"> </section>
<section class="banner index" style="background-image: url(img/banner-home.png);"> </section>
</div>
<div class="desktop-view-center z-index-banner-underneath">
<div id="homeBannerSlider" class="banner-slider">
<div class="banner-slider-item">
<h1>Sell Merchandise to Support Your Cause</h1>
<p>Causer helps your charity build and curate and online store with 40% of sales going back to a charity to fuel your mission</p>
<div class="banner-slide-btn"><button type="button" class="btn md-block btn-success">Create Your Online Store</button><a href="#" class="btn btn-link link-color">Learn More</a></div>
</div>
<div class="banner-slider-item">
<h1>Sell Merchandise to Support Your Cause</h1>
<p>Causer helps your charity build and curate and online store with 40% of sales going back to a charity to fuel your mission</p>
<div class="banner-slide-btn"><button type="button" class="btn md-block btn-success">Create Your Online Store</button><a href="#" class="btn btn-link link-color">Learn More</a></div>
</div>
<div class="banner-slider-item">
<h1>Sell Merchandise to Support Your Cause</h1>
<p>Causer helps your charity build and curate and online store with 40% of sales going back to a charity to fuel your mission</p>
<div class="banner-slide-btn"><button type="button" class="btn md-block btn-success">Create Your Online Store</button><a href="#" class="btn btn-link link-color">Learn More</a></div>
</div>
</div>
</div>
</div>
<!--/Banner-->
<!--Start Raising-->
<section class="white-bg-section">
<div class="desktop-view-center text-align-center">
<h2 class="color-title-h3">Start Raising Funds Now</h2>
<p class="max-width-md bottom-margin-40">To get started, click the "Create Your Online Store" button and fill in your charity profile. Causerr will take care of the rest: product selection, customer service, and order fulfillment!</p>
<ul class="list-reseter row steps-text steps-text-home bottom-margin-40">
<li class="col-md-4">
<span class="steps-text-title"><strong>1</strong></span>
<h3>Build Your Shop</h3>
<ul class="text-item-list">
<li>Tell us about your Charity</li>
<li>Add a logo</li>
<li>Pick a store name</li>
</ul>
</li>
<li class="col-md-4">
<span class="steps-text-title"><strong>2</strong></span>
<h3>Launch Your Show</h3>
<ul class="text-item-list">
<li>We'll fill your store with products</li>
<li>We'll process orders</li>
<li>We ship & handle all customer orders</li>
</ul>
</li>
<li class="col-md-4">
<span class="steps-text-title"><strong>3</strong></span>
<h3>Fund Your Charity</h3>
<ul class="text-item-list">
<li>Share products on your social media</li>
<li>Let doners know about your store</li>
<li>We'll deposit 40% of all sales into your bank</li>
</ul>
</li>
</ul>
<div class="text-align-center"><button type="button" class="btn btn-success">Create Your Online Store</button></div>
</div>
</section>
<!--/Start Raising-->
<!--Start Raising-->
<section class="light-green-section">
<div class="desktop-view-center">
<h2 class="color-title-h3 black text-align-center">Start your fundraising online store today</h2>
<p class="max-width-md bottom-margin-40 text-align-center">Raise more money all year long and give a reason for <br class="hiddem-from-md" />supporters to keep coming back.<br /><a href="#">Learn more</a></p>
<div id="storeSlider" class="row col-gutter-40">
<div class="index-slide-item-width">
<a href="#" class="square-thumnail">
<img src="img/Store-1.png" alt="Pets & Animals" />
<strong>Pets & Animals</strong>
</a>
</div>
<div class="index-slide-item-width">
<a href="#" class="square-thumnail">
<img src="img/Store-2.png" alt="Non-Profits" />
<strong>Non-Profits</strong>
</a>
</div>
<div class="index-slide-item-width">
<a href="#" class="square-thumnail">
<img src="img/Store-3.png" alt="Schools & Sports" />
<strong>Schools & Sports</strong>
</a>
</div>
</div>
</div>
</section>
<!--/Start Raising-->
<!--Charity Stories-->
<section class="stories-bg-outer">
<div class="row col-gutter-40">
<div class="col-md-6">
<div class="bg-color-black">
<div id="causerrSlider" class="causerr-slider-outer">
<div class="causerr-items"><img src="img/meet-rich.png" alt="Meet Chris" /></div>
<div class="causerr-items"><img src="img/meet-rich.png" alt="Meet Chris" /></div>
<div class="causerr-items"><img src="img/meet-rich.png" alt="Meet Chris" /></div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="f-max-width-half">
<div id="causerrCopy">
<div>
<h4 class="big-bottom-gap">Causerr Charity Stories</h4>
<h3 class="color-title-h3">Meet Chris</h3>
<h4>Christ raised $70k</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p>
</div>
<div>
<h4 class="big-bottom-gap">Causerr Charity Stories</h4>
<h3 class="color-title-h3">Meet Chris</h3>
<h4>Christ raised $70k</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p>
</div>
<div>
<h4 class="big-bottom-gap">Causerr Charity Stories</h4>
<h3 class="color-title-h3">Meet Chris</h3>
<h4>Christ raised $70k</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--/Charity Stories-->
<!--Start Charities-->
<section class="light-green-section">
<div class="desktop-view-center">
<h2 class="color-title-h3 black text-align-center bottom-margin-40">Top e-Shop Charities</h2>
<div id="charitiesSlider" class="row col-gutter-40">
<div class="index-slide-item-width">
<a href="#" class="square-thumnail">
<img src="img/e-shop-1.png" alt="Pets & Animals" />
</a>
<div class="slide-text-info">
<strong>Cause Title</strong>
<p class="bottom-margin-15">Lorem Ipsum is simply dummy text</p>
<div><button type="button" class="btn btn-dark">Hide from Shop</button> <strong class="link-color">$24k raised</strong></div>
</div>
</div>
<div class="index-slide-item-width">
<a href="#" class="square-thumnail">
<img src="img/e-shop-2.png" alt="Non-Profits" />
</a>
<div class="slide-text-info">
<strong>Cause Title</strong>
<p class="bottom-margin-15">Lorem Ipsum is simply dummy text</p>
<div><button type="button" class="btn btn-dark">Hide from Shop</button> <strong class="link-color">$24k raised</strong></div>
</div>
</div>
<div class="index-slide-item-width">
<a href="#" class="square-thumnail">
<img src="img/e-shop-3.png" alt="Schools & Sports" />
</a>
<div class="slide-text-info">
<strong>Cause Title</strong>
<p class="bottom-margin-15">Lorem Ipsum is simply dummy text</p>
<div><button type="button" class="btn btn-dark">Hide from Shop</button> <strong class="link-color">$24k raised</strong></div>
</div>
</div>
</div>
</div>
</section>
<!--/Start Charities-->
<!--Causerr online-->
<section class="white-bg-section">
<div class="desktop-view-center text-align-center">
<p class="bottom-margin-50 para-large">Join countless other charites using their Causerr online <br class="hiddem-from-md" />store to do passive fundrasing all year long</p>
<div class="index-icon-series clearfix">
<a href="#" class="cat-causerr-item">
<span><i class="fas fa-paw"></i></span>
Animals
</a>
<a href="#" class="cat-causerr-item">
<span><i class="fas fa-paint-brush"></i></span>
Art, Culture, Humanities
</a>
<a href="#" class="cat-causerr-item">
<span><i class="fas fa-microphone"></i></span>
Community Development
</a>
<a href="#" class="cat-causerr-item">
<span><i class="fas fa-graduation-cap"></i></span>
Education
</a>
<a href="#" class="cat-causerr-item">
<span><i class="fas fa-tree"></i></span>
Environment
</a>
<a href="#" class="cat-causerr-item">
<span><i class="fas fa-heartbeat"></i></span>
Health
</a>
<a href="#" class="cat-causerr-item">
<span><i class="fas fa-wheelchair"></i></span>
Human Services
</a>
<a href="#" class="cat-causerr-item">
<span><i class="far fa-hand-paper"></i></span>
Human and Civil Rights
</a>
<a href="#" class="cat-causerr-item">
<span><i class="fas fa-school"></i></span>
Religion
</a>
<a href="#" class="cat-causerr-item">
<span><i class="fas fa-users"></i></span>
Other
</a>
</div>
</div>
</section>
<!--/Causerr online-->
<!--Get Started-->
<section class="black-bg-section">
<div class="desktop-view-center text-align-center">
<p class="bottom-margin-30 para-large color-white">Create your FREE Causerr online store now and start <br class="hiddem-from-md" />funding your mission today!</p>
<div class="text-align-center"><button type="button" class="btn btn-success m-large">Get Started</button></div>
</div>
</section>
<!--/Get Started-->
<!--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>
</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>