-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
94 lines (92 loc) · 4.79 KB
/
index.html
File metadata and controls
94 lines (92 loc) · 4.79 KB
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
<!DOCTYPE html>
<html>
<head>
<title>DonateForMankind</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel ="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src ="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"> </script>
<script src ="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="p.css">
</head>
<body>
<nav class="navbar navbar-fixed-top navbar-inverse">
<div class="container">
<a class="navbar-brand" href="index.html" style="text-decoration: none;font-weight: bold;font-size: 25px;border: 1px solid white;">DonateForMankind</a>
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#colNav" style="color: black;border:1px solid white;margin: 8px;">
<span class="icon-bar" style="color: black;border:1px solid white;"></span>
<span class="icon-bar" style="color: black;border:1px solid white;"></span>
<span class="icon-bar" style="color: blacks;border:1px solid white;"></span>
</button>
<div class="collapse navbar-collapse" id="colNav">
<ul class="nav navbar-nav navbar-right navbar-inverse">
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">ABOUT US</a></li>
<li><a href="contact.html">CONTACT US</a></li>
<li><a href="gallery.html">GALLERY</a></li>
</ul>
</nav><br><br><br>
<div class="content">
<div class="info">
<h1 style="font-weight: bold;color: red;">Welcome to DonateForMankind</h1>
<h3 >“Be the change you want to see in the world.” </h3>
<h3>Your small step will help us to provide basic needs to needy people.</h3>
<form><center><script src="https://checkout.razorpay.com/v1/payment-button.js" data-payment_button_id="pl_HUMB55pxCPQwtN" async> </script></center> </form>
</div>
</div>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
<li data-target="#myCarousel" data-slide-to="4"></li><li data-target="#myCarousel" data-slide-to="5"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active"><center>
<img src="images/img1.jpg" height="300" width="500"></center>
</div>
<div class="item"><center>
<img src="images/img2.jpg" height="300" width="500"></center>
</div>
<div class="item"><center>
<img src="images/img3.jpg" height="300" width="500"></center>
</div>
<div class="item"><center>
<img src="images/img4.jpg" height="300" width="500"></center>
</div>
<div class="item"><center>
<img src="images/img5.jpg" height="300" width="500"></center>
</div>
<div class="item"><center>
<img src="images/img6.jpg" height="300" width="500"></center>
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div><br>
<footer>
<div class=" navbar-inverse">
<div class="row text-center">
<div class="col-sm-6 col-md-6"><h4>Information</h4>
<p><span class="glyphicon glyphicon-user"></span> <a href="about.html">ABOUT US</a></p>
<p><span class="glyphicon glyphicon-picture"></span> <a href="gallery.html">GALLERY</a></p></div>
<div class="col-sm-6 col-md-6"><h4>Contact</h4>
<p><span class="glyphicon glyphicon-home"></span>Lorem Epsom,India.</p>
<p><span class="glyphicon glyphicon-envelope"></span>donate@mail.com</p>
<p><span class="glyphicon glyphicon-phone-alt"></span>+91 90000 00007</p>
</div>
</div>
</div>
</footer>
</body>
</html>