-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbooks.html
More file actions
246 lines (224 loc) · 11 KB
/
books.html
File metadata and controls
246 lines (224 loc) · 11 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Books Donation</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,600;1,700&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/about.css" rel="stylesheet">
<link href="assets/css/contact.css" rel="stylesheet">
<link href="assets/css/hero.css" rel="stylesheet">
<link href="assets/css/main.css" rel="stylesheet">
<link href="assets/css/our-team.css" rel="stylesheet">
<link href="assets/css/services.css" rel="stylesheet">
<link href="assets/css/donations.css" rel="stylesheet">
<style>
.donate-button {
padding: 10px;
display: flex;
justify-content: center;
}
.donate-button>button {
background-color: #f1c675;
border: none;
padding: 5px 10px;
border-radius: 5px;
}
.form-sub {
visibility: hidden;
width: 100%;
position: absolute;
display: flex;
justify-content: center;
}
.form-2 {
display: flex;
flex-direction: column;
width: 35%;
background-color: whitesmoke;
padding: 50px;
border-radius: 10px;
}
.form-2>button {
width: 20%;
margin-top: 20px;
}
img {
margin-left: -130px;
max-width: 150%;
height: auto;
object-fit: contain;
}
</style>
</head>
<body>
<!-- ======= Header ======= -->
<section id="topbar" class="topbar d-flex align-items-center">
<div class="container d-flex justify-content-center justify-content-md-between">
<div class="contact-info d-flex align-items-center">
<i class="bi bi-envelope d-flex align-items-center"><a
href="mailto:vhelpngos@gmail.com">vhelpngos@gmail.com</a></i>
<i class="bi bi-phone d-flex align-items-center ms-4"><span>+91 73964 86445</span></i>
</div>
<div class="social-links d-none d-md-flex align-items-center">
<a href="https://www.facebook.com/profile.php?id=100089299278495" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="https://www.instagram.com/vhelpngos/" class="instagram"><i class="bi bi-instagram"></i></a>
</div>
</div>
</section>
<header id="header" class="header d-flex align-items-center">
<div class="container-fluid container-xl d-flex align-items-center justify-content-between">
<a href="index.html" class="logo d-flex align-items-center">
<h1>VHelpNGOs<span>.</span></h1>
</a>
<nav id="navbar" class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<i class="mobile-nav-toggle mobile-nav-show bi bi-list"></i>
<i class="mobile-nav-toggle mobile-nav-hide d-none bi bi-x"></i>
</div>
</header>
<main id="main">
<!-- ======= Breadcrumbs ======= -->
<div class="breadcrumbs">
<div class="page-header d-flex align-items-center" style="background-image: url('');">
<div class="container position-relative">
<div class="row d-flex justify-content-center">
<div class="col-lg-6 text-center">
<h2>Books Donation</h2>
<div class="position-relative h-100">
<div class="swiper-slide">
<img src="assets/img/donation%20images/books.png" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
<nav>
<div class="container">
<ol>
<li><a href="index.html">Home</a></li>
<li>Books Donation</li>
</ol>
</div>
</nav>
</div>
<section id="portfolio-details" class="donation">
<div class="container" data-aos="fade-up">
<div class="row justify-content-between gy-4 mt-4">
<div class="donation-text">
<p>
If we need to address healthcare, poverty, population control, unemployment or human
rights, there's no
better way to start than providing an education to children in need. Education not only
empowers
children to earn a livelihood but also help them grow up as responsible national and
global citizens.
Right to Education, Learning, and Development (emotional, physical and mental) are
fundamental human
rights of all children below the age of 18 years as per the United Nations Conventions
on the Rights of
the Child (UNCRC). But millions of children are deprived of these basic rights for
several reasons
including conflict, natural calamities, ethnicity, disability, and above all poverty.
The Right to Education (RTE) Act which came into force in 2010 made education free and
compulsory for
all children in the age group of 6-14 years. But even more than a decade after the
implementation of the
law, for many children in the country, the learning curve has not been steady. The
socio-economic
conditions of parents and lack of proper learning in schools are hindrances which
prevent many children
from having an education.
</p>
<div class="donation-button donate-button">
<ul>
<li><a id="don-b" class="btn-visit align-self-start">Donate</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="form-sub wrapper">
<form action="https://formsubmit.co/vhelpngos@gmail.com" method="POST" class="form-2">
<i class="fa-solid fa-xmark" style="text-align: right; cursor: pointer;"></i>
<label for="name">Name</label>
<input required type="text" id="name" name="name" autocomplete="name" enterkeyhint="next">
<label for="ph_no">Phone Number</label>
<input type="text" id="ph_no" name="Phone_num" required>
<label for="email">Email</label>
<input type="email" id="email" name="email" required>
<label for="books">Number of Books</label>
<input type="number" id="books" name="books" required>
<label for="street-address">Street address</label>
<input type="text" id="street-address" name="street-address" autocomplete="street-address" required
enterkeyhint="next">
<label for="postal-code">ZIP or postal code (optional)</label>
<input class="postal-code" id="postal-code" name="postal-code" autocomplete="postal-code"
enterkeyhint="next">
<label for="city">City</label>
<input required type="text" id="city" name="city" autocomplete="address-level2" enterkeyhint="next">
<label for="state">State</label>
<input required type="text" id="state" name="state" autocomplete="address-level2"
enterkeyhint="next">
<button type="submit">Submit</button>
</form>
</div>
</section>
</main>
<a href="#" class="scroll-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<div id="preloader"></div>
<script>
function sendMail() {
Email.send({
Host: "smtp.gmail.com",
Username: "anilkoduru27@gmail.com",
Password: "A7082F57CA35099C451A2B148A0577A31621",
To: 'anilkoduru27@gmail.com',
From: 'anukoduru20@gmail.com',
Subject: "This is the subject",
Body: "And this is the body"
}).then(
message => alert(message)
);
}
document.getElementById("don-b").addEventListener("click", () => {
document.querySelector(".form-sub").style.visibility = "visible";
});
document.querySelector(".fa-solid").addEventListener("click", () => {
document.querySelector(".form-sub").style.visibility = "hidden";
});
</script>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>