-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
215 lines (199 loc) · 8.31 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Charity-Web</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Francois+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Mansalva&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles/index.css">
</head>
<body id="myPage" data-spy="scroll" data-target=".navbar" data-offset="60">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="#about">ABOUT</a></li>
<li><a href="#services">EVENTS</a></li>
<li><a href="#pricing">DRIVES</a></li>
<li><a href="donate.html">DONATE/COLLECT FUNDS</a></li>
<li><a href="#portfolio">REVIEWS</a></li>
<li><a href="#contact">CONTACT</a></li>
<li><a href="login.html">Admin Login</a></li>
</ul>
</div>
</div>
</nav>
<div class="jumbotron text-center">
<h1>CHARITY - WEB</h1>
<p>Charity begins at home, but should not end there.</p>
<form>
<div class="input-group">
<input type="email" class="form-control" size="50" placeholder="email" required>
<div class="input-group-btn">
<button type="button" class="btn btn-danger">Sign Up</button>
</div>
</div>
</form>
</div>
<!-- Container (About Section) -->
<div class="container-fluid bg-grey" id="about">
<div class="row">
<div class="col-sm-4">
</div>
<div class="col-sm-8">
<h1><strong>Our Values</strong></h1><br>
<h1><strong>MISSION:Our mission in simplest words is to help people on social causes or in the time of emergency,epidemic or pandemic to make world a better place to live</strong></h1> <h4></h4>
<h1><strong>VISION:We keep in mind that every creature needs help!!.To help in any situation we raise funds for them through our events or social drives that they or anyone can use in case of emergency situation around them</strong></h1> <h4></h4></div>
</div>
</div>
<!-- Container (Services Section) -->
<div id="services" class="container-fluid text-center">
<h1>EVENTS</h1>
<h1>What we have done till now!!</h1>
<br>
<div class="row slideanim">
<div class="col-sm-4">
<a href="event.html"><img src="img/animal.jpg" class="img-rounded" alt="Cinque Terre" width="100%"></a>
<a href="event.html"><h1>Event1</h1></a>
<p><h4>Animal Care </h4></p>
</div>
<div class="col-sm-4">
<a href="event.html"><img src="img/blood.jpg" class="img-rounded" alt="Cinque Terre" width="100%"></a>
<a href="event.html"><h1>Event2</h1></a>
<p><h4>Blood Donation</h4></p>
</div>
<div class="col-sm-4">
<a href="event.html"><img src="img/education.jpg" class="img-rounded" alt="Cinque Terre" width="100%"></a>
<a href="event.html"><h1>Event3<h1></a>
<p><h4>Education evolving</h4></p>
</div>
</div>
</div>
<!-- Container (Pricing Section) -->
<div id="pricing" class="container-fluid">
<div class="text-center">
<h1>DRIVES</h1>
<h4>Fund raising drives-- </h4>
</div>
<div class="row slideanim">
<div class="col-sm-4 col-xs-12">
<div class="panel panel-default text-center">
<div class="panel-heading">
<h1>Blood Donation:</h1>
</div>
<div class="panel-body">
<a href="drive.html"><img src="img/donation.jpg" class="img-rounded" alt="Cinque Terre" width="70%"> </a>
</div>
<div class="panel-footer">
<a href="drive.html"><button class="btn btn-lg">Look for more</button></a>
</div>
</div>
</div>
<div class="col-sm-4 col-xs-12">
<div class="panel panel-default text-center">
<div class="panel-heading">
<h1>Sanitary Napkins:</h1>
</div>
<div class="panel-body">
<a href="drive.html"><img src="img/sanitary.jpg" class="img-rounded" alt="Cinque Terre" width="100%"></a>
</div>
<div class="panel-footer">
<a href="drive.html"><button class="btn btn-lg">Look for more</button></a>
</div>
</div>
</div>
<div class="col-sm-4 col-xs-12">
<div class="panel panel-default text-center">
<div class="panel-heading">
<h1>Child Education:</h1>
</div>
<div class="panel-body">
<a href="drive.html"><img src="img/education.jpg" class="img-rounded" alt="Cinque Terre" width="100%"> </a>
</div>
<div class="panel-footer">
<a href="drive.html"><button class="btn btn-lg">Look for more</button></a>
</div>
</div>
</div>
</div>
</div>
<!-- Container (Portfolio Section) -->
<div id="portfolio" class="container-fluid text-center">
<h1>REVIEWS</h1> <br>
<h1>What our Public say</h1>
<div id="myCarousel" class="carousel slide text-center" 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>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<h4>"Helped a lot!!"<br><span>Michael Roe,Comment Box</span></h4>
</div>
<div class="item">
<h4>"One word... WOW!!"<br><span>John Doe,Rep Inc</span></h4>
</div>
<div class="item">
<h4>I could not be more happy than this!!<br><span>Chandler Bing, FriendsAlot</span></h4>
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<!-- Container (Contact Section) -->
<div id="contact" class="container-fluid bg-grey">
<h1 class="text-center">CONTACT</h1>
<div class="row">
<div class="col-sm-5">
<p>Contact us and we'll get back to you within 24 hours.</p>
<p><span class="glyphicon glyphicon-map-marker"></span> Delhi, India</p>
<p><span class="glyphicon glyphicon-phone"></span> 98548448483</p>
<p><span class="glyphicon glyphicon-envelope"></span> [email protected]</p>
</div>
<div class="col-sm-7 slideanim">
<div class="row">
<div class="col-sm-6 form-group">
<input class="form-control" id="name" name="name" placeholder="Name" type="text" required>
</div>
<div class="col-sm-6 form-group">
<input class="form-control" id="email" name="email" placeholder="Email" type="email" required>
</div>
</div>
<textarea class="form-control" id="comments" name="comments" placeholder="Comment" rows="5"></textarea><br>
<div class="row">
<div class="col-sm-12 form-group">
<button class="btn btn-default pull-right" id="send" type="submit">Send</button>
</div>
</div>
</div>
</div>
</div>
<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.0/js/bootstrap.min.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.0.1/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.0.1/firebase-firestore.js"></script>
<script src="scripts/index.js"></script>
</body>
</html>