-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
511 lines (493 loc) · 21.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
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
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Acute Mentors</title>
<meta name="description" content="Learning Today . . . Leading Tomorrow.">
<meta name="keywords" content="Acute Mentors, mentorship, in-person Event">
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="Acute Mentors">
<meta property="og:description" content="Learning Today . . . Leading Tomorrow.">
<meta property="og:image" content="URL_TO_YOUR_IMAGE">
<meta property="og:url" content="URL_TO_YOUR_PAGE">
<meta property="og:type" content="website">
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="/img/logo.png">
<link rel="apple-touch-icon" sizes="57x57" href="img/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="img/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="img/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="img/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="img/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon/favicon-16x16.png">
<link rel="manifest" href="img/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="img/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="icon" type="image/x-icon" href="/img/logo.png">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans|Candal|Alegreya+Sans">
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/imagehover.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- =======================================================
Author: OnerFusion
Author URL: https://OnerFusion.com
======================================================= -->
</head>
<body>
<!-- Navigation bar -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<!-- Logo -->
<a class="navbar-brand" href="index.html">
<img src="/img/logo.png" alt="Logo" width="80" height="60">
Acute<span>Mentors</span>
</a>
<!-- /Logo -->
<!-- Toggle button for mobile -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Navigation links -->
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="#feature">Features</a></li>
<li><a href="#organisations">Organisations</a></li>
<li><a href="#courses">Courses</a></li>
<li><a href="#pricing">Pricing</a></li>
<li><a href="#footer">Contact US</a></li>
</ul>
</div>
<!-- /Navigation links -->
</div>
</nav>
<!-- /Navigation bar -->
<!--Modal box-->
<div class="modal fade" id="login" role="dialog">
<div class="modal-dialog modal-sm">
<!-- Modal content no 1-->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title text-center form-title">Login</h4>
</div>
<div class="modal-body padtrbl">
<div class="login-box-body">
<p class="login-box-msg">Sign in to start your session</p>
<div class="form-group">
<form name="" id="loginForm">
<div class="form-group has-feedback">
<!----- username -------------->
<input class="form-control" placeholder="Username" id="loginid" type="text" autocomplete="off" />
<span style="display:none;font-weight:bold; position:absolute;color: red;position: absolute;padding:4px;font-size: 11px;background-color:rgba(128, 128, 128, 0.26);z-index: 17; right: 27px; top: 5px;" id="span_loginid"></span>
<!---Alredy exists ! -->
<span class="glyphicon glyphicon-user form-control-feedback"></span>
</div>
<div class="form-group has-feedback">
<!----- password -------------->
<input class="form-control" placeholder="Password" id="loginpsw" type="password" autocomplete="off" />
<span style="display:none;font-weight:bold; position:absolute;color: grey;position: absolute;padding:4px;font-size: 11px;background-color:rgba(128, 128, 128, 0.26);z-index: 17; right: 27px; top: 5px;" id="span_loginpsw"></span>
<!---Alredy exists ! -->
<span class="glyphicon glyphicon-lock form-control-feedback"></span>
</div>
<div class="row">
<div class="col-xs-12">
<div class="checkbox icheck">
<label>
<input type="checkbox" id="loginrem"> Remember Me
</label>
</div>
</div>
<div class="col-xs-12">
<button type="button" class="btn btn-green btn-block btn-flat" onclick="userlogin()">Sign In</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<!--/ Modal box-->
<!--Banner-->
<div class="banner">
<div class="bg-color">
<div class="container">
<div class="row">
<div class="banner-text text-center">
<div class="text-border">
<h2 class="text-dec">Trust & Quality</h2>
</div>
<div class="intro-para text-center quote">
<p class="big-text">Learning Today . . . Leading Tomorrow.</p>
<p class="small-text">Acute Mentors brings innovative solutions to all categories of candidates. Join us to enhance your skills and succeed in your career.</p>
<a href="#footer" class="btn get-quote">GET A QUOTE</a>
</div>
<a href="#feature" class="mouse-hover">
<div class="mouse"></div>
</a>
</div>
</div>
</div>
</div>
</div>
<!--/ Banner-->
<!--Feature-->
<section id="feature" class="section-padding">
<div class="container">
<div class="row">
<div class="header-section text-center">
<h2>Features</h2>
<p>Explore the unique features of Acute Mentors designed to empower your career growth.</p>
<hr class="bottom-line">
</div>
<div class="feature-info">
<div class="fea">
<div class="col-md-4">
<div class="heading pull-right">
<h4>Workshops</h4>
<p>Join our hands-on workshops to learn and apply new skills in real-time scenarios.</p>
</div>
<div class="fea-img pull-left">
<i class="fa fa-lightbulb-o"></i>
</div>
</div>
</div>
<div class="fea">
<div class="col-md-4">
<div class="heading pull-right">
<h4>In-Person Events</h4>
<p>Gain invaluable exposure by interacting with clients from multinational corporations through premium in-person events..</p>
</div>
<div class="fea-img pull-left">
<i class="fa fa-briefcase"></i>
</div>
</div>
</div>
<div class="fea">
<div class="col-md-4">
<div class="heading pull-right">
<h4>Resource Access</h4>
<p>Access a wealth of resources including e-books, research reports, and industry databases.</p>
</div>
<div class="fea-img pull-left">
<i class="fa fa-book"></i>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--/ feature-->
<!--Organisations-->
<section id="organisations" class="section-padding">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-4">
<div class="orga-stru">
<h3>65%</h3>
<p>Say NO!!</p>
<i class="fa fa-male"></i>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-4">
<div class="orga-stru">
<h3>20%</h3>
<p>Says Yes!!</p>
<i class="fa fa-male"></i>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-4">
<div class="orga-stru">
<h3>15%</h3>
<p>Can't Say!!</p>
<i class="fa fa-male"></i>
</div>
</div>
</div>
<div class="col-md-6">
<div class="detail-info">
<hgroup>
<h3 class="det-txt">Is inclusive quality education affordable?</h3>
<h4 class="sm-txt">(Re
vised and updated for 2024)</h4>
</hgroup>
<p class="det-p">Quality education is crucial for the progress of societies. Our research highlights the challenges and opportunities in making inclusive quality education affordable for all. Join us in this mission and discover how Acute Mentors can support your educational journey.</p>
</div>
</div>
</div>
</div>
</section>
<!--/ Organisations-->
<!--Cta-->
<section id="cta-2" class="section-padding">
<div class="container">
<div class="row">
<div class="schedule-tab">
<div class="col-md-4 col-sm-4 bor-left">
<div class="mt-boxy-color"></div>
<div class="medi-info">
<h3>Faculty</h3>
<p>Our esteemed faculty members are industry experts with extensive experience and dedication to student success.</p>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="medi-info">
<h3>Schedule</h3>
<p>Our flexible schedules accommodate diverse needs, ensuring you can learn at your own pace.</p>
</div>
</div>
<div class="col-md-4 col-sm-4 mt-boxy-3">
<div class="mt-boxy-color"></div>
<div class="time-info">
<h3>24hr Support</h3>
<p>We offer 24/7 support to assist you whenever you need help, ensuring a seamless learning experience.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--/ Cta-->
<!--Courses-->
<section id="courses" class="section-padding">
<div class="container">
<div class="row">
<div class="header-section text-center">
<h2>Courses</h2>
<p>Browse our comprehensive range of courses designed to enhance your skills and knowledge.</p>
<hr class="bottom-line">
</div>
<div class="col-md-3 col-sm-6">
<div class="service-box text-center">
<div class="icon-box">
<i class="fa fa-user-plus color-green"></i>
</div>
<div class="icon-text">
<h4 class="ser-text">Recruitment</h4>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="service-box text-center">
<div class="icon-box">
<i class="fa fa-microphone color-orange"></i>
</div>
<div class="icon-text">
<h4 class="ser-text">Voice Modulation</h4>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="service-box text-center">
<div class="icon-box">
<i class="fa fa-comments color-purple"></i>
</div>
<div class="icon-text">
<h4 class="ser-text">Soft Skills</h4>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="service-box text-center">
<div class="icon-box">
<i class="fa fa-user color-blue"></i>
</div>
<div class="icon-text">
<h4 class="ser-text">Personality Development</h4>
</div>
</div>
</div>
</div>
</div>
</section>
<!--/ Courses-->
<!--Faculity member-->
<section id="faculty-member" class="section-padding">
<div class="container">
<div class="row">
<div class="header-section text-center">
<h2>Meet Our Mentor</h2>
<hr class="bottom-line">
</div>
<div class="col-lg-12 col-md-12 col-sm-12">
<div class="pm-staff-profile-container">
<div class="pm-staff-profile-image-wrapper text-center">
<div class="pm-staff-profile-image">
<img src="img/mentor.jpeg" alt="" class="img-thumbnail img-circle" />
</div>
</div>
<div class="pm-staff-profile-details text-center">
<p class="pm-staff-profile-name">Apurwa Sinha</p>
<p class="pm-staff-profile-title">Founder & CEO</p>
<p class="pm-staff-profile-bio">Apurwa Sinha is the founder and CEO of AcuteMentors. With over a decade of experience in the industry, she is a seasoned expert in mentorship and leadership development. Her passion for empowering individuals to reach their full potential has been the driving force behind AcuteMentors' success. Through innovative strategies and personalized guidance, Apurwa has helped countless professionals achieve their career goals. Her dedication to excellence and commitment to fostering growth make her a highly respected figure in the field.</p>
</div>
<div class="col-lg-12 col-md-12 col-sm-12">
<div class="pm-staff-profile-container">
<div class="pm-staff-profile-image-wrapper text-center">
<div class="pm-staff-profile-image">
<img src="img/mentor1.jpg" alt="" class="img-thumbnail img-circle" />
</div>
</div>
<div class="pm-staff-profile-details text-center">
<p class="pm-staff-profile-name">Chockalingam Sekar</p>
<p class="pm-staff-profile-title">Mentor</p>
<p class="pm-staff-profile-bio">Chockalingam Sekar is the mentor and his workshop will cover resume preparation, courses related to VBA Macros, Advanced Excel, Python, AI, ML, and mock interviews, along with career guidance. Course trainings and mentorship will also be provided to enhance your skills and career prospects..</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--/ Faculity member-->
<!--Pricing-->
<section id="pricing" class="section-padding">
<div class="container">
<div class="row">
<div class="header-section text-center">
<h2>Pricing</h2>
<p>Choose the plan that suits your needs. We offer flexible pricing to fit every budget.</p>
<hr class="bottom-line">
</div>
<div class="col-md-4 col-sm-4">
<div class="price-table">
<div class="pricing-head">
<h4>FREE MANIA</h4>
<span class="fa fa-inr curency"></span> <span class="amount">0</span>
</div>
<div class="price-in mart-15">
<a href="https://docs.google.com/forms/d/1gxNtapST4hJVNhMyL9kWdXdwrr1xf3B2llUj8Wc1CsY/viewform" target=”_blank” class="btn btn-bg green btn-block">BOOK SLOT</a>
</div>
<div class="pricing-content">
<ul>
<li><i class="fa fa-circle"></i> Workshop for 45 minutes</li>
<li><i class="fa fa-circle"></i> E-book</li>
</ul>
</div>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="price-table">
<div class="pricing-head">
<h4>CRAZY 499</h4>
<span class="fa fa-inr curency"></span> <span class="amount">499</span>
</div>
<div class="price-in mart-15">
<a href="https://docs.google.com/forms/d/1gxNtapST4hJVNhMyL9kWdXdwrr1xf3B2llUj8Wc1CsY/viewform" target=”_blank” class="btn btn-bg green btn-block">BOOK SLOT</a>
</div>
<div class="pricing-content">
<ul>
<li><i class="fa fa-circle"></i> 1 Workshop for 45 minutes</li>
<li><i class="fa fa-circle"></i> 1 premium in-person Event Exposure</li>
<li><i class="fa fa-circle"></i> E-book</li>
</ul>
</div>
</div>
</div>
<div class="col-md-4 col-sm-4">
<div class="price-table">
<div class="pricing-head">
<h4>UNLIMITED DHAMAKA 1999</h4>
<span class="fa fa-inr curency"></span> <span class="amount">1999</span>
</div>
<div class="price-in mart-15">
<a href="https://docs.google.com/forms/d/1gxNtapST4hJVNhMyL9kWdXdwrr1xf3B2llUj8Wc1CsY/viewform" target=”_blank” class="btn btn-bg green btn-block">BOOK SLOT</a>
</div>
<div class="pricing-content">
<ul>
<li><i class="fa fa-circle"></i> Unlimited Workshop for 1 year</li>
<li><i class="fa fa-circle"></i> Unlimited premium in-person Event Exposure for 1 year</li>
<li><i class="fa fa-circle"></i>Certification and assessment access from branded clients like Google, Cisco, etc. which will enhance the cv of the student post completing graduation.</li>
<li><i class="fa fa-circle"></i> Certificate upon completion</li>
<li><i class="fa fa-circle"></i> E-book</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!--/ Pricing-->
<!--Contact-->
<section id="contact" class="section-padding">
<div class="container">
<div class="row">
<div class="header-section text-center">
<h2>Contact Us</h2>
<p>We are here to answer any questions you may have about our experiences. Reach out to us and we'll respond as soon as we can.</p>
<hr class="bottom-line">
</div>
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="form contact-form">
<form action="send_email.php" method="post">
<div class="form-group">
<input type="text" name="name" class="form-control form-text" id="name" placeholder="Your Name" required>
</div>
<div class="form-group">
<input type="email" name="email" class="form-control form-text" id="email" placeholder="Your Email" required>
</div>
<div class="form-group">
<textarea name="message" class="form-control form-text" rows="5" id="message" placeholder="Message" required></textarea>
</div>
<div class="text-center">
<button type="submit" class="btn btn-primary">Send Message</button>
</div>
</form>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="contact-info">
<h3>Contact Information</h3>
<p>Feel free to get in touch with us for any queries or support. We are always here to help you.</p>
<ul class="address">
<li><i class="fa fa-map-marker"></i> Bengaluru, Karnataka, India</li>
<li><i class="fa fa-phone"></i> +919663353818</li>
<li><i class="fa fa-envelope"></i> [email protected]</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!--/ Contact-->
<!--Footer-->
<footer id="footer" class="footer">
<div class="container text-center">
<h3>Join our WhatsApp Group</h3>
<a href="https://chat.whatsapp.com/C5aDpQySe7Q4EsD5beqlvg" target=”_blank”><button style="font-size:24px;color:black">Whatsapp Group <i class="fa fa-whatsapp"></i></button></a>
<ul class="social-links">
<li><a href="#link"><i class="fa fa-twitter fa-fw"></i></a></li>
<li><a href="https://www.instagram.com/acute_mentors" target=”_blank”><i class="fa fa-instagram fa-fw"></i></a></li>
<li><a href="mailto:[email protected]"><i class="fa fa-envelope fa-fw"></i></a></li>
<li><a href="https://wa.me/919663353818" target=”_blank”><i class="fa fa-whatsapp fa-fw"></i></a></li>
<li><a href=https://www.linkedin.com/in/acute-mentors-2039612a8 target=”_blank”><i class="fa fa-linkedin fa-fw"></i></a></li>
</ul>
© 2024 Acute Mentor. All rights reserved
<div class="credits">
Designed by <a href="https://onerfusion.com/" target=”_blank”>OnerFusion®️</a>
</div>
</div>
</footer>
<!--/ Footer-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/custom.js"></script>
<script src="contactform/contactform.js"></script>
</body>
</html>