-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
243 lines (217 loc) · 11.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Donation Website</title>
<link rel="shortcut icon" href="images/Donation.jpg" type="image/x-icon">
<link rel="stylesheet" href="styles.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
</head>
<body class="body" style="padding:0px; margin:0px; background-color:#fff;font-family:arial,helvetica,sans-serif,verdana,'Open Sans'">
<div class="navbar">
<h2><img class="logo" src="images/sparks foundation.png" alt="" srcset=""> The sparks foundation</h2>
<div class="navitems">
<a class="navitem" href="index.html">Donation</a>
<a class="navitem" href="contact.html">Contact</a>
</div>
</div>
<div class="opacity">
<div>
<div class="row">
<div class="col-lg-5 col-md-5 col-sm-4"></div>
<div class="btn1 col-lg-5 col-md-7 col-sm-8">
<h1 class=" quote ">“Since you get more joy out of giving joy to others, you should put a good deal of thought into the happiness that you are able to give.” </h1>
<form class="button" action="/" method="POST">
<form>
<div class="razorpay-embed-btn" data-url="https://pages.razorpay.com/pl_H9MLLc3sidhByT/view" data-text="Donate Now" data-color="#528FF0" data-size="large">
<script>
(function(){
var d=document; var x=!d.getElementById('razorpay-embed-btn-js')
if(x){ var s=d.createElement('script'); s.defer=!0;s.id='razorpay-embed-btn-js';
s.src='https://cdn.razorpay.com/static/embed_btn/bundle.js';d.body.appendChild(s);} else{var rzp=window['__rzp__'];
rzp && rzp.init && rzp.init()}})();
</script>
</div>
</form>
</form>
<div class="col-lg-2"></div>
<!-- <img class="donation" src="images/Donation.jpg" alt="" srcset=""> -->
</div>
</div>
</div>
</div>
<br>
<br>
<!-- Slide Bar -->
<div>
<script src="js/jssor.slider-28.1.0.min.js" type="text/javascript"></script>
<script type="text/javascript">
window.jssor_1_slider_init = function() {
var jssor_1_SlideshowTransitions = [
{$Duration:800,x:-0.3,$During:{$Left:[0.3,0.7]},$Easing:{$Left:$Jease$.$InCubic,$Opacity:$Jease$.$Linear},$Opacity:2},
{$Duration:800,x:0.3,$SlideOut:true,$Easing:{$Left:$Jease$.$InCubic,$Opacity:$Jease$.$Linear},$Opacity:2}
];
var jssor_1_options = {
$AutoPlay: 1,
$SlideshowOptions: {
$Class: $JssorSlideshowRunner$,
$Transitions: jssor_1_SlideshowTransitions,
$TransitionsOrder: 1
},
$ArrowNavigatorOptions: {
$Class: $JssorArrowNavigator$
},
$ThumbnailNavigatorOptions: {
$Class: $JssorThumbnailNavigator$,
$Orientation: 2,
$NoDrag: true
}
};
var jssor_1_slider = new $JssorSlider$("jssor_1", jssor_1_options);
/*#region responsive code begin*/
var MAX_WIDTH = 980;
function ScaleSlider() {
var containerElement = jssor_1_slider.$Elmt.parentNode;
var containerWidth = containerElement.clientWidth;
if (containerWidth) {
var expectedWidth = Math.min(MAX_WIDTH || containerWidth, containerWidth);
jssor_1_slider.$ScaleWidth(expectedWidth);
}
else {
window.setTimeout(ScaleSlider, 30);
}
}
ScaleSlider();
$Jssor$.$AddEvent(window, "load", ScaleSlider);
$Jssor$.$AddEvent(window, "resize", ScaleSlider);
$Jssor$.$AddEvent(window, "orientationchange", ScaleSlider);
/*#endregion responsive code end*/
};
</script>
<div id="jssor_1" style="position:relative;margin:0 auto;top:0px;left:0px;width:980px;height:380px;overflow:hidden;visibility:hidden;">
<!-- Loading Screen -->
<div data-u="loading" class="jssorl-009-spin" style="position:absolute;top:0px;left:0px;width:100%;height:100%;text-align:center;background-color:rgba(0,0,0,0.7);">
<img style="margin-top:-19px;position:relative;top:50%;width:38px;height:38px;" src="img/spin.svg" />
</div>
<div data-u="slides" style="cursor:default;position:relative;top:0px;left:0px;width:980px;height:380px;overflow:hidden;">
<div>
<img data-u="image" src="images/01.jpg" />
<div u="thumb">“Part of being a person is about helping others.”
</div>
</div>
<div>
<img data-u="image" src="images/043.jpg" />
<div u="thumb">“If there be any truer measure of a man than by what he does, it must be by what he gives.”
</div>
</div>
<div>
<img data-u="image" src="images/046.jpg" />
<div u="thumb">“We make a living by what we get, but we make a life by what we give.”
</div>
</div>
<div>
<img data-u="image" src="images/047.jpg" />
<div u="thumb">“This country will not be a good place for any of us to live in unless we make it a good place for all of us to live in.”
</div>
</div>
<div>
<img data-u="image" src="images/048.jpg" />
<div u="thumb">“God does watch over us and does notice us, but it is usually through someone else that he meets our needs.”
</div>
</div>
<div>
<img data-u="image" src="images/044.jpg" />
<div u="thumb">“The human contribution is the essential ingredient. It is only in the giving of oneself to others that we truly live.”
</div>
</div>
<div>
<img data-u="image" src="images/050.jpg" />
<div u="thumb">“A benefactor is a representative of God.”
</div>
</div>
<div>
<img data-u="image" src="images/049.jpg" />
<div u="thumb">"A community is like a ship, everyone ought to be prepared to take the helm.”
</div>
</div>
<div>
<img data-u="image" src="images/052.jpg" />
<div u="thumb">“Only a life lived for others is a life worthwhile.”
</div>
</div>
<div>
<img data-u="image" src="images/051.jpg" />
<div u="thumb">“Everyone can be great, because everyone can serve.”
</div>
</div>
<div>
<img data-u="image" src="images/045.jpg" />
<div u="thumb">“The meaning of life is to find your gift. The purpose of life is to give it away.”
</div>
</div>
</div><a data-scale="0" href="https://www.jssor.com" style="display:none;position:absolute;">image gallery</a>
<!-- Thumbnail Navigator -->
<div u="thumbnavigator" style="position:absolute;bottom:0px;left:0px;width:980px;height:50px;color:#FFF;overflow:hidden;cursor:default;background-color:rgba(0,0,0,.5);">
<div u="slides">
<div u="prototype" style="position:absolute;top:0;left:0;width:980px;height:50px;">
<div u="thumbnailtemplate" style="position:absolute;top:0;left:0;width:100%;height:100%;font-family:arial,helvetica,verdana;font-weight:normal;line-height:50px;font-size:16px;padding-left:10px;box-sizing:border-box;"></div>
</div>
</div>
</div>
<!-- Arrow Navigator -->
<div data-u="arrowleft" class="jssora061" style="width:55px;height:55px;top:0px;left:25px;" data-autocenter="2" data-scale="0.75" data-scale-left="0.75">
<svg viewbox="0 0 16000 16000" style="position:absolute;top:0;left:0;width:100%;height:100%;">
<path class="a" d="M11949,1919L5964.9,7771.7c-127.9,125.5-127.9,329.1,0,454.9L11949,14079"></path>
</svg>
</div>
<div data-u="arrowright" class="jssora061" style="width:55px;height:55px;top:0px;right:25px;" data-autocenter="2" data-scale="0.75" data-scale-right="0.75">
<svg viewbox="0 0 16000 16000" style="position:absolute;top:0;left:0;width:100%;height:100%;">
<path class="a" d="M5869,1919l5984.1,5852.7c127.9,125.5,127.9,329.1,0,454.9L5869,14079"></path>
</svg>
</div>
</div>
<script type="text/javascript">jssor_1_slider_init();
</script>
<!-- #endregion Jssor Slider End -->
</div>
<div class="container-fluid pb-0 mb-0 justify-content-center text-light ">
<footer>
<div class="row my-5 justify-content-center py-5">
<div class="col-11">
<div class="row ">
<div class="col-xl-8 col-md-4 col-sm-4 col-12 my-auto mx-auto a">
<h3 class="text-muted mb-md-0 mb-5 bold-text">The Sparks Foundation.</h3>
</div>
<div class="col-xl-2 col-md-4 col-sm-4 col-12">
<h6 class="mb-3 mb-lg-4 bold-text "><b>MENU</b></h6>
<ul class="list-unstyled">
<li>Home</li>
<li>About</li>
<li>Blog</li>
</ul>
</div>
<div class="col-xl-2 col-md-4 col-sm-4 col-12">
<h6 class="mb-3 mb-lg-4 text-muted bold-text mt-sm-0 mt-5"><b>ADDRESS</b></h6>
<p class="mb-1">354/14 Gurugram</p>
<p>Gurgaon HR</p>
</div>
</div>
<div class="row ">
<div class="col-xl-8 col-md-4 col-sm-4 col-auto my-md-0 mt-5 order-sm-1 order-3 align-self-end">
<p class="social text-muted mb-0 pb-0 bold-text"> <span class="mx-2"><i class="fa fa-facebook" aria-hidden="true"></i></span> <span class="mx-2"><i class="fa fa-linkedin-square" aria-hidden="true"></i></span> <span class="mx-2"><i class="fa fa-twitter" aria-hidden="true"></i></span> <span class="mx-2"><i class="fa fa-instagram" aria-hidden="true"></i></span> </p><small class="rights"><span></span> The Sparks Foundation.</small>
</div>
<div class="col-xl-2 col-md-4 col-sm-4 col-auto order-1 align-self-end ">
<h6 class="mt-55 mt-2 text-muted bold-text"><b>Ayush Yadav</b></h6><small> <span><i class="fa fa-envelope" aria-hidden="true"></i></span >Web Development Intern</small>
</div>
<div class="col-xl-2 col-md-4 col-sm-4 col-auto order-2 align-self-end mt-3 ">
<h6 class="text-muted bold-text"><b>Sparks Foundation</b></h6><small><span><i class="fa fa-envelope" aria-hidden="true"></i></span>GRIP@TheSparksFoundation</small>
</div>
</div>
</div>
</div>
</footer>
</div>
</body>
</html>