-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp.html
351 lines (286 loc) · 16.5 KB
/
help.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
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/aos.css" />
<link rel="stylesheet" href="components/help/resources/aos.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="icon" href="components/help/assets/favicon.ico" />
<link rel="stylesheet" href="components/help/css/template.css">
<link rel="stylesheet" href="mediaquery.css">
<link rel="stylesheet" href="components/help/css/help.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css">
<title>Help</title>
</head>
<body>
<nav class="navbar">
<div id="brandimg"><img id="logo" src="components/help/assets/logo.png" alt="Loading.." /></div>
<div class="logo" style="font-weight: 500;">Infinity School Of Banking</div>
<ul class="nav-links" style="font-weight: 500;">
<input type="checkbox" id="checkbox_toggle" />
<label for="checkbox_toggle" class="hamburger">
<span></span>
<span></span>
<span></span>
</label>
<div class="menu">
<li class="menuitems"><a href="index.html" target="_self">Home</a></li>
<li class="menuitems"><a href="services.html" target="_self">services</a></li>
<!-- <li class="services">
<a href="/">Services</a>
<!-- <ul class="dropdown">
<li><a href="/">Dropdown 1</a></li>
<li><a href="/">Dropdown 2</a></li>
<li><a href="/">Dropdown 3</a></li>
<li><a href="/">Dropdown 4</a></li>
</ul> -->
<!-- </li> -->
<li class="menuitems"><a href="pricing.html" target="_self">Pricing</a></li>
<li class="menuitems"><a href="#footer">Contact</a></li>
<li class="menuitems"><a href="help.html" target="_self">Help</a></li>
<li class="menuitems"><a href="events.html" target="_self">Events</a></li>
<li class="menuitems"><a href="team.html" target="_self">Team</a></li>
</div>
</ul>
</nav>
<br><br><br><br>
<h3 class="team">Faq</h3>
<div class="boxaccordion">
<div class="containerwidth">
<div class="wrapper" data-aos="fade-up" data-aos-duration="1200">
<button class="toggle">What personal information does the coaching center collect?<i
class="fas fa-plus icon"></i></button>
<div class="content">
<p>Payment Obligation:
We collect personal information such as your name, contact details, date of birth, educational
background,
and payment information when you enroll in our coaching program or use our services.</p>
</div>
</div>
<div class="wrapper" data-aos="fade-up" data-aos-duration="1200">
<button class="toggle">How is the collected personal information used?<i
class="fas fa-plus icon"></i></button>
<div class="content">
<p>Personal information is used to provide our coaching services, manage enrollments, offer academic
support, and communicate course updates.</p>
</div>
</div>
<div class="wrapper" data-aos="fade-up" data-aos-duration="1200">
<button class="toggle">Will personal information be shared with third parties?<i
class="fas fa-plus icon"></i></button>
<div class="content">
<p>Personal information may be shared with authorized staff, faculty members, and third-party
service providers who assist in operating our coaching center. These providers are bound by
confidentiality and security obligations.</p>
</div>
</div>
<div class="wrapper" data-aos="fade-up" data-aos-duration="1200">
<button class="toggle">How is the security of personal information ensured?<i
class="fas fa-plus icon"></i></button>
<div class="content">
<p>We implement reasonable security measures to protect personal information from unauthorized
access, disclosure, alteration, or destruction. However, no data transmission or storage can be
guaranteed to be 100% secure.</p>
</div>
</div>
<div class="wrapper" data-aos="fade-up" data-aos-duration="1200">
<button class="toggle">How long is personal information retained?<i
class="fas fa-plus icon"></i></button>
<div class="content">
<p>Personal information is retained for as long as necessary to fulfill the purposes outlined in the
privacy policy, unless a longer retention period is required or permitted by law.</p>
</div>
</div>
<div class="wrapper" data-aos="fade-up" data-aos-duration="1300">
<button class="toggle">Does the website use cookies or tracking technologies?<i
class="fas fa-plus icon"></i></button>
<div class="content">
<p>Our website may use cookies and similar tracking technologies to enhance user experience, analyze
trends, and gather information about website usage. You have the option to disable cookies, but
this may limit certain features of our website.</p>
</div>
</div>
<div class="wrapper" data-aos="fade-up" data-aos-duration="1300">
<button class="toggle">Is the coaching center compliant with children's privacy regulations?<i
class="fas fa-plus icon"></i></button>
<div class="content">
<p>Our coaching center and website are not intended for children under the age of 13. We do not
knowingly collect personal information from children.
If we become aware of such information being inadvertently collected, we will take steps to
delete it.</p>
</div>
</div>
<div class="wrapper" data-aos="fade-up" data-aos-duration="1300">
<button class="toggle">How does the coaching center handle data breaches?<i
class="fas fa-plus icon"></i></button>
<div class="content">
<p>In the event of a data breach, we have procedures in place to promptly investigate and mitigate
the impact. We will notify affected individuals and authorities as required by applicable data
protection laws.</p>
</div>
</div>
</div>
</div>
<footer id="container-fluid1">
<div class="owner row p-2 pb-4">
<div class="col-lg-4 d-flex pl-4 pr-4">
<div class="row d-flex flex-column pl-5 pr-5">
<h4 id="Contact" class="h3tag1x pt-4">Contact</h4>
<div class="d-flex pt-2">
<p class="h3tagfnn mb-0">
<i class="fa-solid fa-user-tie ficons "></i> Founder & CEO :
Karthicksrivatchan K A
</p>
</div>
<div class="d-flex pt-2">
<p class="h3tagfnn mb-0">
<i class="fa-solid fa-location-dot ficons"></i> Address :
<a href="https://maps.app.goo.gl/CSaz69r2M7GynYxb9" target="_blank" class="h3tagfn "
style="text-decoration: underline;">Kanchipuram - 631501</a>
</p>
</div>
<div class="d-flex pt-3">
<p class="h3tagfnn mb-0">
<i class="fa-solid fa-envelope ficons"></i> Email :
<a href="mailto:[email protected]" target="_blank" class="h3tagfn "
style="text-decoration: underline;">
</p>
</div>
<div class="d-flex pt-3">
<p class="h3tagfnn mb-0">
<i class="fa-solid fa-phone ficons"></i> Phone / WhatsApp :
<a href="https://api.whatsapp.com/send?phone=9360505283" target="_blank" class="h3tagfn "
style="text-decoration: underline;">+91-9360505283</a>
</p>
</div>
</div>
</div>
<div class="owner1 col-lg-3 d-flex pl-4 pr-4">
<div class="row d-flex flex-column pl-5 pr-5">
<h4 id="Policy" class="h3tag1x pt-4">Policy</h4>
<a class="text-dark pt-3" href="refundpolicy.html" target="_self" rel="noreferrer">
<h6 class="h3tagfn font-weight-bold" style="text-decoration: underline;">Refund Policy</h6>
</a>
<a class="text-dark pt-2" href="privacypolicy.html" target="_self" rel="noreferrer">
<h6 class="h3tagfn font-weight-bold" style="text-decoration: underline;">
Privacy Policy</h6>
</a>
<a class="text-dark pt-2" href="terms&conditions.html" target="_self" rel="noreferrer">
<h6 class="h3tagfn font-weight-bold" style="text-decoration: underline;">
Terms and Conditions
</h6>
</a>
</div>
</div>
<div class="dev col-lg-4 d-flex pl-4 pr-4">
<div class="row d-flex flex-column pl-5 pr-5">
<h4 id="Hireus" class="h3tag1x pt-4">Hire us</h4>
<div class="d-flex pt-2">
<p class="h3tagfnn mb-0">
<i class="fa-solid fa-user ficons"></i> Lead Developer :
Jayasuryan N
</p>
</div>
<div class="d-flex pt-3">
<p class="h3tagfnn mb-0">
<i class="fa-solid fa-envelope ficons"></i> Email :
<a href="mailto:[email protected]" target="_blank" class="h3tagfn "
style="text-decoration: underline;">
</p>
</div>
<div class="d-flex pt-3">
<p class="h3tagfnn mb-0">
<i class="fa-solid fa-phone ficons"></i> Phone / WhatsApp :
<a href="https://api.whatsapp.com/send?phone=8056136783" target="_blank" class="h3tagfn "
style="text-decoration: underline;">+91-8056136783</a>
</p>
</div>
<br /><br />
<div class="d-flex pt-2">
<p class="h3tagfnn mb-0">
<i class="fa-solid fa-user ficons"></i> Developer : Dinesh
Pandian M
</p>
</div>
<div class="d-flex pt-3">
<p class="h3tagfnn mb-0">
<i class="fa-solid fa-envelope ficons"></i> Email :
<a href="mailto:[email protected]" target="_blank" class="h3tagfn "
style="text-decoration: underline;">[email protected]</a>
</p>
</div>
</div>
</div>
</div>
<br />
</footer>
<div id="footer" class="container-fluid2">
<p class="copy">© 2023 Infinity School of Banking</p>
</div>
<button id="backToTopButton" onclick="scrollToTop()">^</button>
<script src="components/help/resources/aos.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/aos.js"></script>
<script src="https://kit.fontawesome.com/234bfbf403.js" crossorigin="anonymous"></script>
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous">
</script>
<script>
let container = document.querySelector(".containerwidth");
let contentDiv = document.getElementsByClassName("content");
let toggles = document.getElementsByClassName("toggle");
let icons = document.getElementsByClassName("icon");
container.addEventListener("click", (event) => {
if (event.target.classList.contains("toggle")) {
let toggle = event.target;
let index = Array.from(toggle.parentNode.parentNode.children).indexOf(toggle.parentNode);
if (parseInt(contentDiv[index].style.height) != contentDiv[index].scrollHeight) {
contentDiv[index].style.height = contentDiv[index].scrollHeight + "px";
toggle.style.color = "#0084e9";
icons[index].style.transition = "transform 0.001s"; // Adjust the transition speed
icons[index].classList.remove("fa-plus");
icons[index].classList.add("fa-minus");
} else {
contentDiv[index].style.height = "0px";
toggle.style.color = "#0039a6";
icons[index].style.transition = "transform 0.001s";
icons[index].classList.remove("fa-minus");
icons[index].classList.add("fa-plus");
}
for (let j = 0; j < contentDiv.length; j++) {
if (j !== index) {
contentDiv[j].style.height = 0;
toggles[j].style.color = "#111130";
icons[j].style.transition = "transform 0.001s";
icons[j].classList.remove("fa-minus");
icons[j].classList.add("fa-plus");
}
}
}
});
document.addEventListener("click", (event) => {
if (!container.contains(event.target)) {
for (let j = 0; j < contentDiv.length; j++) {
contentDiv[j].style.height = 0;
toggles[j].style.color = "#111130";
icons[j].style.transition = "transform 0.001s";
icons[j].classList.remove("fa-minus");
icons[j].classList.add("fa-plus");
}
}
});
</script>
<script src="components/help/js/template.js"></script>
</body>
</html>