-
Notifications
You must be signed in to change notification settings - Fork 0
/
support.html
260 lines (219 loc) · 9.69 KB
/
support.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/gif" href="images/brand1.JPG">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous">
<!-- Site Icons -->
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<!-- Site CSS -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/style copy.css">
<!-- Responsive CSS -->
<link rel="stylesheet" href="css/responsive.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/custom.css">
<!--Google Font-->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat&family=Noto+Sans+JP:wght@500&display=swap" rel="stylesheet">
<title>Janta Seva Kendra</title>
</head>
<body>
<div style="max-width:100%;height:25px;background-color:#228F4D"> </div>
<header class="mr-2 ml-2 ">
<div class="d-flex justify-content-between">
<div class="p-3 flex-fill ">
<img src="images/brand1.JPG" class="img-fluid mx-auto d-block float-start brand" alt="...">
</div>
<div class="p-3 flex-fill text-center ">
<img src="images/brand3.JPG" class="img-fluid mx-auto d-block float-center brand" alt="...">
</div>
<div class="p-3 flex-fill ">
<img src="images/right-logo.png" class="img-fluid mx-auto d-block float-end brand" alt="...">
</div>
</div>
</header>
<!--Marquee Start-->
<marquee class="mt-0 " width="100%" direction="left" height="25px">
<span class="text-danger"> It is completely free, no amount will be payable for it. If any person asks for any kind of amount in relation to it, then you should contact on the number given below! - 7061400417, 9110168558, 7023966380, 7651973983 !!
</span>
</marquee>
<!--Marquee End-->
<!--Nav start-->
<nav class="navbar navbar-expand-lg navbar-light mt-0 text-light" style="background-color: #E25B20;">
<div class="container-fluid ">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse " id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-1 mb-lg-0 " id="navbarleft">
<li class="nav-item border-end border-warning">
<a class="nav-link active text-light" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item border-end border-warning ">
<a class="nav-link text-light" href="about us.html">About Us</a>
</li>
<li class="nav-item border-end border-warning dropdown">
<a class="nav-link dropdown-toggle text-light " href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Group
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown" style="background-color: #E25B20;">
<li><a class="dropdown-item text-light" href="#">Helping Ray Foundation</a></li>
<li><a class="dropdown-item text-light" href="#">Janta Seva Kendra</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item text-light" href="#">D2C Foundation</a></li>
</ul>
</li>
<li class="nav-item border-end border-warning">
<a class="nav-link text-light" href="services.html">Services</a>
</li>
<li class="nav-item border-end border-warning">
<a class="nav-link text-light" href="projects.html">Projects</a>
</li>
<li class="nav-item border-end border-warning">
<a class="nav-link text-light" href="our partner.html">Our Partners</a>
</li>
<li class="nav-item border-end border-warning">
<a class="nav-link text-light" href="contact.html">Contact</a>
</li>
<li class="nav-item border-end border-warning">
<a class="nav-link text-light" href="support.html">Support</a>
</li>
<li class="nav-item border-end border-warning">
<a class="nav-link text-light" href="#">
<span class="fa fa-sign-in" aria-hidden="true"></span>
Login
</a>
</li>
<li class="nav-item border-end border-warning ml-3">
<a class="nav-link text-light" href="registration.html">Online Registration</a>
</li>
</ul>
</div>
</div>
</nav>
<!--Nav End-->
<!--About janta seva Section-->
<div style="max-width:100%;height:100px;background-color:#228F4D">
<h1 class="text-light text-center pt-4">
<span style="font-size: 30px;font-family: 'Montserrat', sans-serif;font-family: 'Noto Sans JP', sans-serif;" class="wow fadeInDown animated animated" data-wow-delay=".4s" style="visibility: visible; animation-delay: 0.4s; animation-name: fadeInDown;">Customer Support</span></h1>
</div>
<!--About janta seva Section End-->
<br>
<br>
<br>
<br>
<br>
<br>
<!--Footer Start-->
<section class="footer mb-0">
<div id="scrolltotop">
<span class="fa fa-chevron-up"></span>
</div>
<div class="container">
<div class="row">
<!--Column Start !-->
<div class="col-md-2">
<div class="box-wrapper">
<h3>Services</h3>
<ul>
<li><a rel="canonical" href="services.html">Aadhar Update</a></li>
<li><a rel="canonical" href="services.html">Hotel Booking</a></li>
<li><a rel="canonical" href="services.html" title="B2c">Bill Payment</a></li>
<div class="clearfix"></div>
</ul>
</div>
</div>
<div class="col-md-3">
<div class="box-wrapper">
<h3>JSK's Condition</h3>
<ul>
<li><a href="#" title="privacy policy">Privacy Policy</a></li>
<li><a href="#" title="terms and conditions">Terms And Condition</a></li>
<li><a href="#" title="refund policy">Cancellation And Refund Policy</a></li>
<div class="clearfix"></div>
</ul>
</div>
</div>
<div class="col-md-3">
<div class="box-wrapper">
<h3>Janta Seva Kendra</h3>
<ul>
<li><a rel="canonical" href="about us.html">About Us</a></li>
<li><a rel="canonical" href="our partner.html"></a>Partner</li>
<li><a rel="canonical" href="projects.html">Projects</a></li>
<div class="clearfix"></div>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="box-wrapper">
<h3>Contact Us</h3>
<P>Janta SEVA KENDRA</P>
<P>Shop No – 05, Tulsi Bhawan , Bhagalpur, Bihar - 853201</P>
<P>Email Id: operation@jantasevakendra.in</P>
<br>
</div>
</div>
<!-- Column End !-->
</div>
</section>
<!--Footer End-->
<!--copyright start-->
<section style="background-color:#212121;border-top:1px solid #fff;margin-bottom:-30px ">
<div class="container">
<div class="row">
<div class="col-md-12">
<div style="margin: 0;align-items: center;justify-content: center;display: flex;text-align: center;">
<span class="p-1" style="font-size:14px;letter-spacing: 1px; color: #fff">Copyright © Janta Seva Kendra 2017- 2021</span>
</div>
</div>
</div>
</div>
</section>
<!--copyright End-->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/js/bootstrap.bundle.min.js" integrity="sha384-b5kHyXgcpbZJO/tY9Ul7kGkf1S0CWuKcCD38l8YkeH8z8QjE0GmW1gYU5S9FOnJ0" crossorigin="anonymous"></script>
<!-- Custom Js -->
<!-- ALL JS FILES -->
<script src="js/images-loded.min.js"></script>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/jquery.superslides.min.js"></script>
<script src="js/custom.js"></script>
<!-- our client -->
<script src="js/our client/custom.js"></script>
<script src="js/our client/owl-carousel/owl.carousel.js"></script>
<script type="text/javascript">
$("#scrolltotop").click(function() {
$("html, body").animate({ scrollTop: 0 }, "slow");
return false;
});
$(window).scroll(function (event) {
var scroll_top=$(window).scrollTop();
var w_height=$(window).height();
var d_height=$(document).height();
var footer_height=$(".footer").height();
/*console.log("The Scroll Top is " +scroll_top);
console.log("The Window height is " + w_height);
console.log("The Document height is " + d_height);*/
if(scroll_top>=(d_height-w_height-footer_height-220))
{
$(".callbackblog").hide();
$("#blue_navy_callback").show();
$("#scrolltotop").fadeIn();
}
else{
$(".callbackblog").show();
$("#blue_navy_callback").hide();
$("#scrolltotop").fadeOut();
}
});
</script>
</body>
</html>