-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreview.html
700 lines (645 loc) · 21.1 KB
/
review.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
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap" rel="stylesheet">
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.1.1/css/fontawesome.min.css"
integrity="sha384-zIaWifL2YFF1qaDiAo0JFgsmasocJ/rqu7LKYH8CoBEXqGbb9eO+Xi3s6fQhgFWM" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Reviews</title>
<link rel="stylesheet" href="css/navbar.css">
<link rel="stylesheet" href="css/footer.css">
<style>
* {
/* background-color: #f5f1f1; */
margin: 0;
}
#wholeDiv{
padding-top: 90px;
}
#h1Tag>h1{
text-align: center;
font-weight: 140;
line-height: 1.5;
text-align: center;
}
#content>p {
margin-left: 380px;
text-align: center;
width: 50%;
font-size: 22px;
line-height: 28px;
color: #5d5d5d;
font-family: AvenirLTPro-Medium;
}
#review_img>img {
width: 50%;
height: 395px;
margin-left: 380px;
border-radius: 10px;
}
#discription>p {
width: 50%;
font-style: italic;
margin-left: 380px;
margin-top: 20px;
color: #5d5d5d;
font-weight: lighter;
}
.reviews>div {
border: 1px solid #e7acbe;
width: 55%;
height: 160px;
margin-left: 350px;
border-top-right-radius: 40px;
border-top-left-radius: 8px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 40px;
gap: 10px;
margin-top: 20px;
padding-left: 30px;
padding-top: 18px;
box-shadow: #f5f1f1(242, 212, 225, 0.2) 0px 7px 29px 0px;
}
.checked {
color: rgb(117, 228, 21);
width: 20px;
height: 40px;
}
#milaapR{
margin-top: -13px;
font-weight: lighter;
}
#row {
border-color: #f5f1f1;
}
.side {
float: left;
width: 15%;
margin-top: 10px;
}
.middle {
margin-top: 10px;
float: left;
width: 70%;
}
.bar-container {
width: 55%;
background-color: #f1f1f1;
text-align: center;
color: white;
}
/* Individual bars */
.bar-5 {
width: 60%;
height: 10px;
background-color: rgb(117, 228, 21);
}
.bar-4 {
width: 30%;
height: 10px;
background-color: rgb(117, 228, 21);
}
.bar-3 {
width: 10%;
height: 10px;
background-color: rgb(117, 228, 21);
}
.bar-2 {
width: 4%;
height: 10px;
background-color: rgb(117, 228, 21);
}
.bar-1 {
width: 4%;
height: 10px;
background-color: rgb(117, 228, 21);
}
.cool {
color: rgb(117, 228, 21);
;
}
#font {
font-size: 16px;
}
.h2Tag {
font-size: 19px;
font-weight: 320;
}
#allreviews>p {
margin-top: 20px;
margin-left: 690px;
cursor: pointer;
text-decoration: underline;
font-size: 16px;
color: #9c3353;
}
#outerDiv {
width: 100%;
height: 150px;
border: 1px solid black;
margin-top: 30px;
font-style: #9c3353;
background-color: #9c3353;
}
#innerDiv {
height: 85px;
width: 90%;
border: 1px solid #9c3353;
background-color: #f1f1f1;
margin-top: 25.5px;
margin-bottom: 25%;
margin-left: 68px;
border-radius: 10px;
}
#innerDiv>div {
border: 1px solid black;
height: 55px;
width: 40%;
display: grid;
justify-content: space-around;
}
#Emergency {
/* border: 2px dashed black; */
background-image: linear-gradient(90deg, #602747, #9A3252);
display: grid;
padding: 40px;
margin-top: 20px;
}
#Emergency>div {
/* border: 2px solid red; */
background-color: white;
border-radius: 20px;
display: grid;
grid-template-columns: repeat(2, 1fr);
margin: auto;
padding: 0px 50px;
align-items: center;
}
#Emergency>div> :nth-child(1) {
/* border: 2px dashed green; */
padding: 0px 20px;
font-size: large;
text-align: center;
}
#Emergency>div> :nth-child(2) {
/* border: 2px dashed green; */
margin: auto;
margin-top: 15px;
margin-bottom: 15px;
}
#Emergency>div> :nth-child(2)>button {
background-color: #9C3353;
border: none;
color: white;
border-radius: 40px;
padding: 10px 30px;
font-size: 20px;
}
@media screen and (min-width: 0px) and (max-width: 719px) {
#Emergency>div {
grid-template-columns: repeat(1, 1fr);
margin-left: -20px;
}
#Emergency>div> :nth-child(2) {
/* border: 2px solid black; */
margin-bottom: 20px;
}
#Emergency>div> :nth-child(2)>button {
padding: 10px;
font-size: medium;
margin: auto;
}
}
</style>
</head>
<body>
<div id="parent">
<div id="navLeft">
<div>
<img
src="https://assets.milaap.org/assets/milaap-logo-tiny-4d3dbc4e55c2aaec351f0f376329c624236c4d6266b910f472684e70603f600d.png"
alt="milapLogo"
/>
</div>
<div>
<button class="navbtn homebtn"><a>Home</a></button>
</div>
<div>
<button class="navbtn donatebtn">Donate</button>
</div>
<div>
<button class="navbtn reviewbtn">Review</button>
</div>
<div>
<button class="navbtn pricingbtn">Pricing</button>
</div>
<div>
<button class="navbtn contactusbtn">Contact us</button>
</div>
<div>
<input type="checkbox" id="switch" class="checkbox" />
<label for="switch" class="toggle">
<p id="ind">  INR     USD</p>
</label>
</div>
</div>
<div id="navRight">
<div>
<button>Start a fundraiser</button>
</div>
<div>
<img
src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSNTnKuFzx2Q3EqHYsrqQoVxWRxIu0A3pM8qADvlTxaHf2LCYJw"
alt="logo"
id="LOSINIMG"
/>
</div>
</div>
</div>
<div id="LOSIN">
<div><h5 class="loginbtn">Login</h5></div>
<div><h5 class="signupbtn">Register</h5></div>
</div>
<div id="wholeDiv">
<div id="h1Tag">
<h1>Milaap Reviews</h1>
</div>
<div id="content">
<p>
Milaap is India's leading free crowdfunding platform for personal and social causes. Over Rs.1100+
Crores raised for 290,000+ projects across India. Take a look at the reviews shared by those who have
used Milaap.
</p>
</div>
<div id="review_img">
<img src="https://images.milaap.org/milaap/image/upload/v1614165210/production/entity_details/milaap_page/11151/Screenshot_2021-02-24_at_4.37.30_PM_1614165208.png?format=jpg"
alt="reviewPic">
</div>
<div id="discription">
<p>
Srabasti is a secondary school teacher and had missed work due to this rare condition. Her salary was
not covering the costs of ongoing IVIG and surgery. She raised funds for her treatment through Milaap.
She raised Rs.1,576,835 from 285 supporters.
</p>
</div>
<div class="reviews">
<div id="row">
<div class="side">
<div id="font">5 star</div>
</div>
<div class="middle">
<div class="bar-container">
<div class="bar-5"></div>
</div>
</div>
<div class="side right">
<div class="cool">19,417</div>
</div>
<div class="side">
<div id="font">4 star</div>
</div>
<div class="middle">
<div class="bar-container">
<div class="bar-4"></div>
</div>
</div>
<div class="side right">
<div class="cool">5,372</div>
</div>
<div class="side">
<div id="font">3 star</div>
</div>
<div class="middle">
<div class="bar-container">
<div class="bar-3"></div>
</div>
</div>
<div class="side right">
<div class="cool">2,686</div>
</div>
<div class="side">
<div id="font">2 star</div>
</div>
<div class="middle">
<div class="bar-container">
<div class="bar-2"></div>
</div>
</div>
<div class="side right">
<div class="cool">8,08</div>
</div>
<div class="side">
<div id="font">1 star</div>
</div>
<div class="middle">
<div class="bar-container">
<div class="bar-1"></div>
</div>
</div>
<div class="side right">
<div class="cool">1,022</div>
</div>
</div>
<div>
<h2 class="h2Tag">Help me for my sons basic school education</h2>
<p>Created by:   Vikesh   Aug 02, 2022</p>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
</div>
<div>
<h2 class="h2Tag">Sanasamma</h2>
<p>Created by: Amarnath   Aug 02, 2022</p>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
</div>
<div>
<h2 class="h2Tag">Help Create a Safe Space for the Women & Children of Tughlaqabad</h2>
<p>Created by:   Mrinalinee   Aug 02, 2022</p>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
</div>
<div>
<h2 class="h2Tag">Help Roadside Romeos and Juilets of Lucknow</h2>
<p>Created by:   Shailja   Aug 01, 2022</p>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
</div>
<div>
<h2 class="h2Tag">Support Rajeev Kumar To Recover From Severe Traumatic Brain Injury</h2>
<p>Created by:   Shiv   Aug 01, 2022</p>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
</div>
<div>
<h2 class="h2Tag">Help us raise funds for community animals in critical medical care</h2>
<p>Created by:   Vasundhara   Aug 01, 2022</p>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
</div>
<div id="loveMilaap">
<h2 class="h2Tag">Please help to solve problems through genuine knowledge</h2>
<p>Created by:   Saurabh   Aug 01, 2022</p>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<h4 id="milaapR">I love Milaap</h4>
</div>
<div id="loveMilaap">
<h2 class="h2Tag">Help To Get Stray Cats Sterilized</h2>
<p>Created by:  Omkar   Aug 01, 2022</p>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span></span>
<h4 id="milaapR">I love Milaap</h4>
</div>
<div id="loveMilaap">
<h2 class="h2Tag">Please Help Us Feed Stray Animals</h2>
<p>Created by:   Omkar   Aug 01, 2022</p>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<h4 id="milaapR">I love Milaap</h4>
</div>
<div>
<h2 class="h2Tag">Help to save sweet and innocent Kaalu's life</h2>
<p>Created by:   Omkar  Jul 31, 2022</p>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<h4 id="milaapR">I love Milaap</h4>
</div>
</div>
<div id="allreviews">
<p>See all reviews</p>
</div>
<div id="Emergency">
<div>
<div>
<h3>Do you want to raise funds for a medical emergency?</h3>
</div>
<div>
<button>Start a fundraiser</button>
</div>
</div>
</div>
</div>
<div id="container">
<div class="dd1">
<h5>Donate towards</h5>
<hr align="left" />
<div>
<div></div>
<div>
<p>Medical</p>
</div>
</div>
<div>
<div></div>
<div>
<p>Memorial</p>
</div>
</div>
<div>
<div></div>
<div>
<p>Education</p>
</div>
</div>
</div>
<!-- div 2 starting form here -->
<div class="dd2">
<h5>Milaap</h5>
<hr align="left" />
<div>
<p><span>About us</span></p>
</div>
<div>
<p><span>Press and media</span></p>
</div>
<div>
<p><span>Team</span></p>
</div>
<div>
<p><span>Careers</span></p>
</div>
<div>
<p><span>Contact</span></p>
</div>
<div>
<p><span>Board</span></p>
</div>
<div>
<p><span>Thank you</span></p>
</div>
</div>
<!-- div 3 starting from here -->
<div class="dd3">
<h5>Indian office address</h5>
<hr align="left" />
<div>
<p>
Milaap Social Ventures India Pvt. Ltd. ClayWorks Create-building,
11th KM Create Campus, Arakere Bannerghatta Rd, Bangalore,
Karnataka, India 560076
</p>
</div>
<div>
<h5>Supported by</h5>
<hr align="left" />
<div>
<img
width="200px"
src="data/img/paymentModeImage.png"
alt="Supported"
/>
</div>
</div>
</div>
<!-- div 4 starting from here -->
<div class="dd4">
<button>Start a Fundraiser</button>
<div>
<div>
<p>Pricing</p>
</div>
<div>
<p>Reviews</p>
</div>
<div>
<p>FAQs and tips</p>
</div>
</div>
<div>
<div>
<p>Find us on</p>
</div>
<div>
<img
width="130px"
src="data/img/socialMedia.jpg"
alt="Social media"
/>
</div>
</div>
</div>
<!-- div 5 starting from here -->
<div class="dd5">
<div>
<img
style="width: 200px"
src="data/img/MobileDownloadPlayStore.png"
alt="playStore phone image"
/>
</div>
<div>
<div>
<p>Set up, manage and promote your fundraiser with Milaap app</p>
</div>
<div>
<h4>Download Now!</h4>
</div>
<div>
<div>
<img
style="width: 130px"
src="data/img/PlayStoreLogo.png"
alt="Play store"
/>
</div>
<div>
<img
style="width: 130px"
src="data/img/AppleStoreLogo.png"
alt="Apple store"
/>
</div>
</div>
</div>
</div>
</div>
<div id="blackBottom">
<div>
<h6>© 2010 - 2022 milaap.org All rights reserved</h6>
</div>
<div>
<p>Security & Privacy Conditions of use</p>
</div>
</div>
</body>
</html>
<script>
document.getElementById("LOSINIMG").addEventListener("click", LOginFUN);
var ddaa = document.getElementById("LOSIN");
function LOginFUN() {
if (ddaa.style.display === "none") {
ddaa.style.display = "flex";
ddaa.style.justifyContent = "space-around";
// ddaa.style.margin= "0";
ddaa.style.paddingTop = "15px";
} else {
ddaa.style.display = "none";
}
}
document.querySelector(".homebtn").addEventListener("click", function () {
location.href = "index.html";
});
document.querySelector(".donatebtn").addEventListener("click", function () {
location.href = "donate/donate.html";
});
document.querySelector(".reviewbtn").addEventListener("click", function () {
location.href = "review.html";
});
document.querySelector(".pricingbtn").addEventListener("click", function () {
location.href = "pricing/pricing.html";
});
document.querySelector(".contactusbtn").addEventListener("click", function () {
location.href = "contactUs.html";
});
document.querySelector(".loginbtn").addEventListener("click", function () {
location.href = "Signin.html";
});
document.querySelector(".signupbtn").addEventListener("click", function () {
location.href = "SignUp.html";
});
document.querySelector(".fundraiserbtn").addEventListener("click", function () {
location.href = "fundRaiser/fund.html";
});
document
.querySelector(".fundraiserbtn2")
.addEventListener("click", function () {
location.href = "fundRaiser/fund.html";
});
document.querySelector(".seeMorebtn").addEventListener("click", function () {
location.href = "donate/donate.html";
});
document.querySelector(".reviewPagebtn").addEventListener("click", function () {
location.href = "review.html";
});
</script>