-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
216 lines (166 loc) · 9.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>AquaBeing</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link rel="shortcut icon" href="assets/images/logo-favicon.png" type="image/x-icon">
<link rel="stylesheet" href="assets/css/index.css" type="text/css">
</head>
<body>
<!-- // NABBAR -->
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top pr-0 py-0">
<!-- <a class="navbar-brand" href="#">BookNotes</a> -->
<a href="index.html"><img id = "logo" src="assets/images/logo-favicon1.png"> </a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarContent"
aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarContent" style="color:white;">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link mx-2" href="assets/volunteer.html" style="color:white;"> VOLUNTEER</a>
</li>
<li class="nav-item">
<a class="nav-link mx-2" href="assets/contact.html" style="color:white;"> CONTACT </a>
</li>
<li class="nav-item">
<a class="nav-link mx-2" href="https://www.buymeacoffee.com/AquaBeing" style="color:white;">DONATE</a>
</li>
</ul>
</div>
</nav>
<!-- CARASOUL -->
<br> <br>
<br>
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="4"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="5"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="6"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="8"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-80 mx-auto" src="assets/images/p1.png" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-80 mx-auto" src="assets/images/p2.png" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block w-80 mx-auto" src="assets/images/p3.png" alt="Third slide">
</div>
<div class="carousel-item">
<img class="d-block w-80 mx-auto" src="assets/images/p4.png" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block w-80 mx-auto" src="assets/images/p5.png" alt="Third slide">
</div>
<div class="carousel-item">
<img class="d-block w-80 mx-auto" src="assets/images/p6.png" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block w-80 mx-auto" src="assets/images/p8.png" alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<BR>
<BR>
<div class="parallax"> </div>
<!-- ABOUT US -->
<!-- <div class = "about-us" >
<h1>ABOUT US</h1>
</div>
<div class="float-container" style = "float: right;">
<div class="float-child">
<div class="green">
<p>
AquaBeing is a community with a vision to heal the water bodies and spread awareness among the people to keep their surroundings clean. Since, the pollution rate of water is increasing tremendously, so now it's in our hands to protect it by giving a helping hand to our mother Earth in rejuvenating herself.
</p>
<p>
Our community helps in motivating people to do social good and make the planet bluer. We welcome those who want to help us in this cause, we’d be really grateful if you could donate and help us in expanding our vision. The funds that we’ll get, would help us to reward our volunteers and hence inspire them further for doing good deeds.
Devote yourselves towards cleaning of water bodies and play your part in nurturing nature!
Volunteer now!
</p>
</div>
</div>
-->
<!-- <div class="float-child"> -->
<div class="blue" style="text-align: center;">
<video playsinline autoplay muted loop style="width: 800px; height: 600px;">
<source src="assets/images/bghack.mp4" type="video/mp4">
</video>
</div>
<!-- </div>
</div> -->
<!-- ||||||||||||||||||||||||||||||||| footer|||||||||||||||||||||||||||||||||||||-->
<footer>
<svg viewBox="0 0 120 20">
<defs>
<mask id="xxx">
<circle cx="7" cy="12" r="40" fill="#fff" />
</mask>
<filter id="goo">
<feGaussianBlur in="SourceGraphic" stdDeviation="2" result="blur" />
<feColorMatrix in="blur" mode="matrix" values="
1 0 0 0 0
0 1 0 0 0
0 0 1 0 0
0 0 0 13 -9" result="goo" />
<feBlend in="SourceGraphic" in2="goo" />
</filter>
<path id="wave"
d="M 0,10 C 30,10 30,15 60,15 90,15 90,10 120,10 150,10 150,15 180,15 210,15 210,10 240,10 v 28 h -240 z" />
</defs>
<use id="wave3" class="wave" xlink:href="#wave" x="0" y="-2"></use>
<use id="wave2" class="wave" xlink:href="#wave" x="0" y="0"></use>
<g class="gooeff">
<circle class="drop drop1" cx="20" cy="2" r="1.8" />
<circle class="drop drop2" cx="25" cy="2.5" r="1.5" />
<circle class="drop drop3" cx="16" cy="2.8" r="1.2" />
<use id="wave1" class="wave" xlink:href="#wave" x="0" y="1" />
</svg>
<div class="cont">Copyright <i class="far fa-copyright"></i> 2021
AquaBeing. All rights reserved. <br>
<span class="icons">
<a href="mailto: [email protected]" style="color: antiquewhite;"> <i class="fas fa-envelope"
style="margin-right: 20px; text-decoration: none;"></i></a>
<a href="https://goo.gl/maps/kK2f4cEYonPNCMMC8" style="color: antiquewhite;"> <i class="fas fa-map-marker-alt"
style="margin-right: 20px; text-decoration: none;"></i> </a>
</span>
</div>
</footer>
<script src="https://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV"
crossorigin="anonymous"></script>
<script src="https://use.fontawesome.com/d2bb98fb71.js"></script>
<!-- new bootsrap -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-W8fXfP3gkOKtndU4JGtKDvXbO53Wy8SZCQHczT5FMiiqmQfUpWbYdTil/SxwZgAN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-skAcpIdS7UcVUC05LJ9Dxay8AXcDYfBJqt1CJ85S/CFujBsIzCIv+l9liuYLaMQ/" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css">
<script>!function(e,t,a){var c=e.head||e.getElementsByTagName("head")[0],n=e.createElement("script");n.async=!0,n.defer=!0, n.type="text/javascript",n.src=t+"/static/js/chat_widget.js?config="+JSON.stringify(a),c.appendChild(n)}(document,"https://app.engati.com",{bot_key:"3026353ab4a74a77",welcome_msg:true,branding_key:"default",server:"https://app.engati.com",e:"p" });</script>
</body>
</html>