-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
261 lines (230 loc) · 12.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
<!DOCTYPE html>
<html>
<head>
<title>Just A Drop</title>
<!-- Favicon -->
<link rel="icon" type="image/png" href="./assets/logo.ico"/>
<!-- Meta Tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- CSS CDN from Bootstrap -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Balsamiq+Sans:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./styles/index.css">
<script src="https://kit.fontawesome.com/332a215f17.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- Navbar starts -->
<nav class="navbar navbar-expand-lg navbar-dark navbar-custom fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">
<span class="logo">Just-a-Drop</span>
</a>
<button class="navbar-toggler navbar-toggler-right"
type="button" data-toggle="collapse" data-target="#navbarResponsive"
aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation">Menu
<i class="fas fa-bars ml-1"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav text-uppercase ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#home">Home</a></li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#causes">Causes</a></li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a></li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- Nav Ends -->
<!-- Hero Part -->
<header class="hero">
<div class="container">
<!-- <div class="hero-heading text-uppercase"> We care for you </div> -->
<br><br><br><br>
<a class="btn btn-danger btn-lg text-uppercase js-scroll-trigger" href="#services">Together We Can</a>
</div>
</header>
<!-- End Hero Part -->
<!-- Major Causes-->
<section class="mt-5 page-section" id="services">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase font-weight-bold">INITIATIVE</h2>
<h3 class="section-subheading text-muted">Just a Drop of water, might fill someone's thirst</h3>
</div>
<div class="row text-center">
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fas fa-circle fa-stack-2x text-danger"></i>
<i class="fas fa-hand-holding-usd fa-stack-1x fa-inverse"></i>
</span>
<h4 class="my-3">Save ₹1 every day for Less Privileged</h4>
<p class="text-muted">Saving ₹1 from our daily expenditure and save it for a month from now on,
to have savings of ₹30 every month, and give this share of ours to those who need</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fas fa-circle fa-stack-2x text-warning"></i>
<i class="fas fa-lightbulb fa-stack-1x fa-inverse"></i>
</span>
<h4 class="my-3">Our Motto for the Initiative</h4>
<p class="text-muted">A small step or say, an initiative from our side to extend a helping hand
to support the people who are less privileged and actually need some sorta support or help, which
they are failing to get</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fas fa-circle fa-stack-2x text-success"></i>
<i class="fas fa-tshirt fa-stack-1x fa-inverse"></i>
</span>
<h4 class="my-3">Become a Volunteer, Together We Can</h4>
<p class="text-muted">Your savings are used for making someone's life better. You can take up the
our initiative like "Just A Drop", in your circle and lend your hand to the one who
are in need. Or you can also join us "Just a Drop Initiative".</p>
</div>
</div>
</div>
</section>
<!-- End Major Causes-->
<!---About us-->
<!-- About-->
<section class="about-section mt-5" id="about">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">About Us</h2>
<h3 class="section-subheading text-muted">
A bunch of young buds with common mindset contributing towards the betterment of the society
</h3>
</div>
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container-fluid">
<div class="row">
<div class="col-xl-5 col-lg-6 d-flex justify-content-center align-items-stretch" data-aos="fade-right">
<img src="./assets/donate-love.jpg" class="img-fluid" alt="image-slide">
</div>
<div class="col-xl-7 col-lg-6 icon-boxes d-flex flex-column align-items-stretch justify-content-center py-5 px-lg-5"
data-aos="fade-left">
<h3>Together We Can, And Our Contribution can Make a Difference</h3>
<p>We collect savings every month and save it for you. And utilize it for social services and requirements</p>
<div class="icon-box" data-aos="zoom-in" data-aos-delay="100">
<div class="icon"><i class="fas fa-file-invoice-dollar"></i></div>
<h4 class="title"><a href="">Saving ₹1 money every day from daily expenditure</a></h4>
<p class="description">Save ₹1 everyday from your daily expenditure, and by the end of month, you will have saved ₹30, which you can contribute to us </p>
</div>
<div class="icon-box" data-aos="zoom-in" data-aos-delay="200">
<div class="icon"><i class="fas fa-hands-helping"></i></div>
<h4 class="title"><a href="">Let's do Something for the Society Together</a></h4>
<p class="description">We serve the Society from the monthly savings we do. We serve requests for some urgent requests or fund-raisings. We also take up initiatives to do social services from our monthly savings itself</p>
</div>
</div>
</div>
</div>
</section>
<!-- End About Section -->
<!--Footer Section-->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact mt-5">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">Contact</h2>
<h3 class="section-subheading text-muted">Feel free to connect</h3>
</div>
<div class="row">
<div class="col-lg-6">
<div class="row">
<div class="col-lg-6 info">
<!-- <i class="fas fa-map"></i> -->
<i class="fas fa-rupee-sign"></i>
<h4>You share your monthly savings at:</h4>
<p id="UPI">justadrop@ybl <i class="far fa-copy" style="color:black; width: 5%;" onclick="copyUPI()"></i></p>
</div>
<div class="col-lg-6 info">
<i class="fas fa-phone"></i>
<h4>Call Us</h4>
<p>+91-9X8XXX0425</p>
</div>
<div class="col-lg-6 info">
<i class="fas fa-envelope"></i>
<h4>Email Us</h4>
<p>justadrop2020@gmail.com<br>mrshravankumarb@gmail.com</p>
</div>
<div class="col-lg-6 info">
<i class="fas fa-people-carry"></i>
<h4>Volunteer with us</h4>
<p>Our WhatsApp Group<br><a href="https://bit.ly/3oUz4lp" style="text-decoration: none">Join Us</a></p>
</div>
</div>
</div><br>
<div class="col-lg-6">
<form action="https://formspree.io/f/mpzonoar" method="POST">
<div class="form-group">
<input placeholder="Your Name" type="text" name="name"
class="form-control">
</div>
<div class="form-group">
<input placeholder="Your Email" type="email" class="form-control"
name="_replyto">
</div>
<div class="form-group">
<input placeholder="Subject" type="text" class="form-control"
name="subject">
</div>
<div class="form-group">
<textarea placeholder="Message" class="form-control"
name="message" rows="5"></textarea>
<div class="validate"></div>
</div>
<div class="text-center">
<button type="submit"
class="btn btn-danger rounded-cor">Send Message</button>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- End Contact Section -->
<!-- ======= Footer ======= -->
<footer class="mt-5" id="footer">
<div class="container d-md-flex py-4">
<div class="mr-md-auto text-center text-md-left">
<div class="copyright">
© Copyright <strong><span>Just A Drop</span></strong>. All Rights Reserved
</div>
</div>
<div class="social-links text-center text-md-right pt-3 pt-md-0">
<ul class="social">
<li class="list-item">
<a class="list-link" href="#">
<i class="fab fa-facebook"></i>
</a>
</li>
<li class="list-item">
<a class="list-link" href="#">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="list-item">
<a class="list-link" href="https://www.instagram.com/justadrop/?hl=en">
<i class="fab fa-instagram"></i>
</a>
</li>
</ul>
</div>
</div>
</footer>
<!-- End Footer -->
<script src="./scripts/index.js"></script>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
</body>
</html>