forked from FundMyLaptop/Fund-My-Laptop-FE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
488 lines (469 loc) · 22.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
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fund My Laptop</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/styles/bootstrap-css/bootstrap.css">
<link rel="stylesheet" href="/styles/custom-css/FML_LandingPage.css">
<link rel="stylesheet" href="../styles/custom-css/Footer.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">
</head>
<body>
<!-- ********** Header start here ******** -->
<header class="container-fluid p-lg-0 mt-3">
<!-- Navigation bar start here -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top py-3" style="background-color: white;">
<div class="container mt-3 d-flex ">
<a class="navbar-brand" href="index.html">
<img src="../img/Logo 01 Main 01.svg" width="81px" height="44px" />
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Navigation List -->
<div class="collapse navbar-collapse custom-nav" id="navbarTogglerDemo02">
<ul class="navbar-nav ml-auto mt-2 mt-lg-0 ">
<!-- Dropdown for nav bar -->
<li class="nav-item dropdown mr-lg-3">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Fundraise for
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="list-of-campaigns.html">Intern</a>
<!-- <a class="dropdown-item" href="#">Investor</a> -->
<!-- <div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">A</a> -->
</div>
</li>
<!-- end DropDown -->
<li class="nav-item mr-lg-3">
<a class="nav-link" id="nav-link" href="#features">Invest</a>
</li>
<li class="nav-item mr-lg-3">
<a class="nav-link" id="nav-link" href="about-us.html">About Us </a>
</li>
<button class="btn-sign-in mx-lg-4 btn my-2 my-lg-0" onclick="window.location.href=('login.html')">Sign in</button>
<button class="btn-start mx-lg-2 btn my-2 my-lg-0" onclick="window.location.href=('login.html')">Start a campaign</button>
</ul>
</div>
</div>
</nav>
</header>
<!-- ********** Header Finish here ******** -->
<!-- Header content Start Here (jumbotron) -->
<div class="jumbotron jumbotron px-0 px-md-4 mb-0 mb-md-4 ">
<div class="row mt-lg-5 px-2 px-md-5 mx-auto mt-5">
<div class="col-xl-8 px-0 mb-2 mb-sm-5 px-md-5 header-text mt-5
d-flex
flex-column
justify-content-center">
<h1 class="mb-lg-5">Support or Start a Campaign today</h1>
<p class="pr-md-5">Fundmylaptop is a
platform where fundees can
place requests for help to either
get funding for the purchase of a new
laptop or repair an existing one.
</p>
</div>
<div class=" header-form col-xl-4 my-5 pt-3 pb-5 bg-white">
<!-- here should be form -->
<form action="" class=" px-md-3 d-flex flex-column justify-content-center">
<h5 class=" text-center mb-5 mt-0">Laptop Funding</h5>
<div class="form-group">
<label for="inputAddress">Campaign Name</label>
<input type="text" class="form-control" id="CampaignName" placeholder="Campaign name here..">
</div>
<div class="form-group">
<label for="inputState">Target</label>
<select id="inputState" class="form-control">
<option selected>$1000</option>
<option>$10000</option>
</select>
</div>
<!-- date row -->
<div class="row">
<div class="form-group col-md-6 pr-lg-1">
<label for="example-date-input" class=" col-form-label">Start Date</label>
<input class="form-control" type="date" id="example-date-input">
</div>
<div class="form-group col-md-6 pl-lg-1">
<label for="example-date-input" class=" col-form-label">End Date</label>
<input class="form-control" type="date" id="example-date-input">
</div>
</div>
<button class="btn-form mx-auto my-4" onclick="window.location.href=('login.html')" >Start Campaign</button>
</form>
</div>
</div>
</div>
<!-- ***** Header content Finish here*******-->
<!-- ******* Main section Start Here ******** -->
<main>
<!-- trending section -->
<section class="container trending-section my-md-5">
<h3 class="mb-4">Trending Now !</h3>
<div class="row trending-cards ">
<!-- card start here -->
<div class="col-lg-4 mb-4">
<div class="card ">
<img class="card-img-top" src="/img/Trendin-pic.png" alt="Card image cap">
<!-- card body -->
<div class="card-body">
<h5 class="card-title mb-0">Adelanke Doe</h5>
<span class="card-subtitle ">Laptop purchase</span>
<p class="card-text mt-4">I need a laptop to complete my final
year school project...</p>
<div class="progress">
<div class="progress-bar" id='card-progress-bar' role="progressbar" style="width: 90%;" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<div class="d-flex justify-content-between mt-3 mb-2">
<span class="card-price"> N90,000</span>
<span class="card-progress-num">90%</span>
</div>
<span class="card-fonds">Raised of N100,000</span>
</div>
<!-- card footer -->
<div class="card-footer d-flex align-center justify-content-between p-0">
<a href="list-of-campaigns.html" class="m-auto "> view details <img src="/img/card-arrow.png" alt=""> </a>
</div>
</div>
</div>
<!-- card start here -->
<div class="col-lg-4 mb-4">
<div class="card ">
<img class="card-img-top" src="/img/Trendin-pic.png" alt="Card image cap">
<!-- card body -->
<div class="card-body">
<h5 class="card-title mb-0">Adelanke Doe</h5>
<span class="card-subtitle ">Laptop purchase</span>
<p class="card-text mt-4">I need a laptop to complete my final
year school project...</p>
<div class="progress">
<div class="progress-bar" id='card-progress-bar' role="progressbar" style="width: 90%;" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<div class="d-flex justify-content-between mt-3 mb-2">
<span class="card-price"> N90,000</span>
<span class="card-progress-num">90%</span>
</div>
<span class="card-fonds">Raised of N100,000</span>
</div>
<!-- card footer -->
<div class="card-footer d-flex align-center justify-content-between p-0">
<a href="list-of-campaigns.html" class="m-auto "> view details <img src="/img/card-arrow.png" alt=""> </a>
</div>
</div>
</div>
<!-- card start here -->
<div class="col-lg-4 mb-4">
<div class="card ">
<img class="card-img-top" src="/img/Trendin-pic.png" alt="Card image cap">
<!-- card body -->
<div class="card-body">
<h5 class="card-title mb-0">Adelanke Doe</h5>
<span class="card-subtitle ">Laptop purchase</span>
<p class="card-text mt-4">I need a laptop to complete my final
year school project...</p>
<div class="progress">
<div class="progress-bar" id='card-progress-bar' role="progressbar" style="width: 90%;" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<div class="d-flex justify-content-between mt-3 mb-2">
<span class="card-price"> N90,000</span>
<span class="card-progress-num">90%</span>
</div>
<span class="card-fonds">Raised of N100,000</span>
</div>
<!-- card footer -->
<div class="card-footer d-flex align-center justify-content-between p-0">
<a href="list-of-campaigns.html" class="m-auto "> view details <img src="/img/card-arrow.png" alt=""> </a>
</div>
</div>
</div>
</div>
</section>
<!-- about us section -->
<section class="container-fluid bg-white about-us-section my-5">
<div class="container">
<h3 class="mb-4">About Us</h3>
<div class=" row">
<div class="col-lg-6">
<img class='aboutus-img img-fluid ' src="/img/about-us.png" alt="">
</div>
<div class="col-lg-6 pr-4 pl-lg-5
d-flex flex-column
justify-content-center
">
<h3 class=' mb-4 mt-4 mt-md-0 mb-md-5 about-us-title'>We are here because of you</h3>
<p class="aboutus-text">We are a group of tech experts trying to help
the younger generation of tech enthusiast get
into tech with the limitation
of gadgets and other important stuff limiting
the african tech community</p>
</div>
</div>
</div>
</section>
<!-- Compaign Section -->
<section class="compaign-section">
<div class="container">
<div class="row d-flex justify-content-between">
<h3 class="col-7">Featured Campaigns </h3>
<span class="mt-1 btn-view-all ">View All+</span>
</div>
<div class="row compaign-cards ">
<!-- card start here -->
<div class="col-lg-4 my-3">
<div class="card ">
<img class="card-img-top" src="/img/cardimg (6) .png" alt="Card image cap">
<!-- card body -->
<div class="card-body">
<h5 class="card-title mb-0">Adelanke Doe</h5>
<span class="card-subtitle ">Laptop purchase</span>
<p class="card-text mt-4">I need a laptop to complete my final
year school project...</p>
<div class="progress">
<div class="progress-bar" id='card-progress-bar' role="progressbar" style="width: 20%;" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<div class="d-flex justify-content-between mt-3 mb-2">
<span class="card-price"> N90,000</span>
<span class="card-progress-num">20%</span>
</div>
<span class="card-fonds">Raised of N100,000</span>
</div>
<!-- card footer -->
<div class="card-footer d-flex align-center justify-content-between p-0">
<a href="list-of-campaigns.html" class="m-auto "> view details <img src="/img/card-arrow.png" alt=""> </a>
</div>
</div>
</div>
<!-- card start here -->
<div class="col-lg-4 my-3">
<div class="card ">
<img class="card-img-top" src="/img/card-image (1).png" alt="Card image cap">
<!-- card body -->
<div class="card-body">
<h5 class="card-title mb-0">Adelanke Doe</h5>
<span class="card-subtitle ">Laptop purchase</span>
<p class="card-text mt-4">I need a laptop to complete my final
year school project...</p>
<div class="progress">
<div class="progress-bar" id='card-progress-bar' role="progressbar" style="width: 90%;" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<div class="d-flex justify-content-between mt-3 mb-2">
<span class="card-price"> N90,000</span>
<span class="card-progress-num">90%</span>
</div>
<span class="card-fonds">Raised of N100,000</span>
</div>
<!-- card footer -->
<div class="card-footer d-flex align-center justify-content-between p-0">
<a href="list-of-campaigns.html" class="m-auto "> view details <img src="/img/card-arrow.png" alt=""> </a>
</div>
</div>
</div>
<!-- card start here -->
<div class="col-lg-4 my-3">
<div class="card ">
<img class="card-img-top" src="/img/card-image (2).png" alt="Card image cap">
<!-- card body -->
<div class="card-body">
<h5 class="card-title mb-0">Adelanke Doe</h5>
<span class="card-subtitle ">Laptop purchase</span>
<p class="card-text mt-4">I need a laptop to complete my final
year school project...</p>
<div class="progress">
<div class="progress-bar" id='card-progress-bar' role="progressbar" style="width: 60%;" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<div class="d-flex justify-content-between mt-3 mb-2">
<span class="card-price"> N90,000</span>
<span class="card-progress-num">60%</span>
</div>
<span class="card-fonds">Raised of N100,000</span>
</div>
<!-- card footer -->
<div class="card-footer d-flex align-center justify-content-between p-0">
<a href="list-of-campaigns.html" class="m-auto "> view details <img src="/img/card-arrow.png" alt=""> </a>
</div>
</div>
</div>
<!-- card start here -->
<div class="col-lg-4 my-3">
<div class="card ">
<img class="card-img-top" src="/img/card-image (3).png" alt="Card image cap">
<!-- card body -->
<div class="card-body">
<h5 class="card-title mb-0">Adelanke Doe</h5>
<span class="card-subtitle ">Laptop purchase</span>
<p class="card-text mt-4">I need a laptop to complete my final
year school project...</p>
<div class="progress">
<div class="progress-bar" id='card-progress-bar' role="progressbar" style="width: 83%;" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<div class="d-flex justify-content-between mt-3 mb-2">
<span class="card-price"> N90,000</span>
<span class="card-progress-num">83%</span>
</div>
<span class="card-fonds">Raised of N100,000</span>
</div>
<!-- card footer -->
<div class="card-footer d-flex align-center justify-content-between p-0">
<a href="list-of-campaigns.html" class="m-auto "> view details <img src="/img/card-arrow.png" alt=""> </a>
</div>
</div>
</div>
<!-- card start here -->
<div class="col-lg-4 my-3">
<div class="card ">
<img class="card-img-top" src="/img/card-image (4).png" alt="Card image cap">
<!-- card body -->
<div class="card-body">
<h5 class="card-title mb-0">Adelanke Doe</h5>
<span class="card-subtitle ">Laptop purchase</span>
<p class="card-text mt-4">I need a laptop to complete my final
year school project...</p>
<div class="progress">
<div class="progress-bar" id='card-progress-bar' role="progressbar" style="width: 90%;" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<div class="d-flex justify-content-between mt-3 mb-2">
<span class="card-price"> N90,000</span>
<span class="card-progress-num">90%</span>
</div>
<span class="card-fonds">Raised of N100,000</span>
</div>
<!-- card footer -->
<div class="card-footer d-flex align-center justify-content-between p-0">
<a href="list-of-campaigns.html" class="m-auto "> view details <img src="/img/card-arrow.png" alt=""> </a>
</div>
</div>
</div>
<!-- card start here -->
<div class="col-lg-4 my-3">
<div class="card ">
<img class="card-img-top" src="/img/card-image (5).png" alt="Card image cap">
<!-- card body -->
<div class="card-body">
<h5 class="card-title mb-0">Adelanke Doe</h5>
<span class="card-subtitle ">Laptop purchase</span>
<p class="card-text mt-4">I need a laptop to complete my final
year school project...</p>
<div class="progress">
<div class="progress-bar" id='card-progress-bar' role="progressbar" style="width: 32%;" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<div class="d-flex justify-content-between mt-3 mb-2">
<span class="card-price"> N90,000</span>
<span class="card-progress-num">32%</span>
</div>
<span class="card-fonds">Raised of N100,000</span>
</div>
<!-- card footer -->
<div class="card-footer d-flex align-center justify-content-between p-0">
<a href="list-of-campaigns.html" class="m-auto "> view details <img src="/img/card-arrow.png" alt=""> </a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonials section -->
<section class=" container-fluid testimonials-section mt-md-5
row
justify-content-center
">
<h3 class="col-md-8 text-center text-white mb-4">Testimonials</h3>
<div class="testimonials-text col-md-9 mb-4">
<p class=" text-white px-5">“Graduating university without a job, I needed a laptop computer to
kickstart my freelance business. A friend referred
my to Fund my Laptop, I had my doubts but they were easily
erased, Within an hour of posting a campaign i got full funding
for my laptop and my account was immediately credited, Within three months
i was able to pay back the loan and grow my business”</p>
</div>
<div class=" col-md-10 text-center ">
<img class='mb-3 ' src="/img/testimenoal-pic.png" alt="">
<h5 class='mb-0' style="color: white">Abiodun Popoola</h5>
<span style="color: white" class="card-subtitle">
Raise 500k for his macbook pro</span>
</div>
</section>
</main>
<!-- ******* Main section Finish Here ******** -->
<div class="spacer py-md-5"></div>
<!-- News Letter -->
<div class=" container-fluid mx-0 news-letter row">
<div class="col-md-11 news-letter-text ml-md-5 my-auto my-lg-5 px-0">
<h2 class="text-center text-md-left">Subscribe to our Newsletter</h2>
<p class="mx-auto mx-md-0">Stay in touch with our regular updates and tech news alert,
we only send newsletter weekly and we promise not to spam</p>
</div>
<div class="col-md-8 news-letter-form ml-md-5">
<form action="">
<input type="text" name="" id="subscribe-input" class="mb-5 subscribe-input" placeholder="Enter Email">
<button class="mb-5 subscribe-btn"> Subscribe</button>
</form>
</div>
</div>
<!-- Footer -->
<footer class="footer container-fluid bg-fml-primary pt-4 pt-md-5 pb-3">
<div class="footer-li container">
<div class="row mx-0 d-none d-md-flex mb-3">
<a href="#" class="footer-logo">
<img src="../../img/logo-footer.svg" alt="" width="154px" height="80px" />
</a>
</div>
<div class="row flex-column flex-md-row footer-links mx-0 justify-content-center justify-content-md-between text-center text-md-left">
<ul class="nav flex-column order-3 order-md-1 why mt-4 pt-4 pt-md-0 mt-md-0">
<li><a href="#">23, Intel Chip, Silicon Valley</a></li>
<li><a href="#">info@fundmylaptop.com</a></li>
<li><a href="#">09023144819</a></li>
</ul>
<ul class="nav flex-column mt-md-3 order-1 order-md-2">
<li><a href="about-us.html">Why choose fundmylaptop?</a></li>
<li><a href="about-us.html">How P2P lending works</a></li>
</ul>
<ul class="nav flex-column mt-md-3 order-2 order-md-3">
<li><a href="about-us.html">About fundmylaptop</a></li>
<li><a href="contact-us.html">Contact us</a></li>
</ul>
</div>
<div class="row mx-0 mt-4 mt-md-2 pt-4 pt-md-5 social-footer-icons-container text-center justify-content-center justify-content-md-start">
<ul class="nav social-footer-icons">
<li>
<a href=""><img src="../../img/brandico_facebook.svg" /></a>
</li>
<li>
<a href=""><img src="../../img/ant-design_instagram-outlined.svg" /></a>
</li>
<li>
<a href=""><img src="../../img/ant-design_twitter-outlined.svg" /></a>
</li>
</ul>
</div>
</div>
<div class="container mt-4 mt-md-3 text-light">
<div class="row flex-column flex-md-row mx-0 credits-container pt-3 justify-content-md-between justify-content-center">
<p class="mb-0 text-center text-md-left">
2020 © Copyright All Rights Reserved
</p>
<ul class="nav bye">
<li><a href="faq.html">FAQ</a></li>
<li><a href="privacy-policy.html">Privacy Policy</a></li>
<li><a href="terms-conditions.html">Terms & Conditions</a></li>
</ul>
</div>
</div>
</footer>
<script src="/js/bootstrap-js/popper.js"></script>
<script src="/js/bootstrap-js/jquery.js"></script>
<script src="/js/bootstrap-js/bootstrap.js"></script>
<!-- <script>
$('.nav-link').click(function() {
$('.nav-link').removeClass("active");
$('li.nav-item.active').removeClass("active");
$(this).addClass("active");
});
</script> -->
</body>
</html>