-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
690 lines (664 loc) · 24.1 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
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="./image/i1.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Join CodingSharks, the leading web development institute in Indore. Learn Python, Full Stack Development, HTML, CSS, JavaScript, React, and more. Expert trainers and hands-on projects to kickstart your IT career."
/>
<meta
name="keywords"
content="Web Development Indore, Python Training Indore, Full Stack Developer Course, Coding Institute Indore, Learn HTML CSS JavaScript, React Course Indore, IT career Indore, Programming Courses, Python for Beginners, Indore Coding Classes"
/>
<meta name="author" content="CodingSharks" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<meta
property="og:title"
content="Top Web Development and Python Training Institute in Indore | CodingSharks"
/>
<meta
property="og:description"
content="Become a web development expert at CodingSharks in Indore. Master Python and Full Stack Development with practical, real-world projects."
/>
<meta property="og:image" content="https://www.thecodingsharks.com" />
<meta property="og:url" content="https://www.thecodingsharks.com" />
<meta property="og:type" content="website" />
<title>Coding Sharks</title>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=AW-16720744211"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "AW-16720744211");
</script>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css"
rel="stylesheet"
/>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js"></script>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css"
/>
<link rel="stylesheet" href="index.css" />
<script
src="https://static.elfsight.com/platform/platform.js"
data-use-service-core
defer
></script>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container">
<a class="navbar-brand ms-auto" href="./index.html"
><img
src="image/Coding-Sharks-Logo.png"
alt="Coding Sharks"
width="250"
class="img-fluid"
/></a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="./index.html">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./pages/Courses.html">COURSES</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./pages/Case_study.html"
>CASE STUDIES</a
>
</li>
</ul>
</div>
</div>
</nav>
<section class="start">
<div class="container-fluid">
<div class="wap fs-11 hc">
<h1>
“ 15 WEEK FULLSTACK WEB DEVELOPMENT<br />
JOB BOOTCAMP“
</h1>
<span class="city-name">INDORE</span>
</div>
<br />
<div class="wap2 fs-2">
<p>
“An action packed Session’s, filled with Practicals ,<br />
that will help you to Create Scalable 🚀<span
style="color: #e5533c"
>
APPLICATION <br />
Trust us it will Amaze you !
</span>
</p>
<img
src="image/g2.jpg"
class="img-fluid-1"
style="border-radius: 20px"
/>
<br />
<a
href="https://forms.gle/ToSpVXdF5fJSGQso8"
class="btn btn-custom mt-4"
><h2>REGISTER FOR FREE<br />MASTERCLASS!</h2></a
>
</div>
</div>
<br />
<br />
<h2 class="h2">“Coder’s who took this bootcamp got hired at”</h2>
<br />
<br />
<div class="container text-center">
<div class="row justify-content-center">
<div class="col-md-4 d-flex justify-content-center mb-4">
<div class="card1">
<a href="https://www.accenture.com/in-en"
><img
src="image/Accenture.webp"
class="img-reponsive"
width="200px"
alt="Accenture"
/></a>
</div>
</div>
<div class="col-md-4 d-flex justify-content-center mb-4">
<div class="card1">
<a href="https://mindruby.com/"
><img
src="image/mr-logo.png"
class="img-reponsive"
width="200px"
alt="MR Logo"
/></a>
</div>
</div>
<div class="col-md-4 d-flex justify-content-center mb-4">
<div class="card1">
<a href="https://www.orangebitsindia.com/"
><img
src="image/orange.png"
class="img-reponsive"
width="250px"
alt="Orange"
/></a>
</div>
</div>
</div>
<br />
<div class="row justify-content-center">
<div class="col-md-4 d-flex justify-content-center mb-4">
<div class="card1">
<a href="https://dingg.app/"
><img
src="image/d1.jpg"
class="img-reponsive"
width="200px"
alt="D1"
/></a>
</div>
</div>
<div class="col-md-4 d-flex justify-content-center mb-4">
<div class="card1">
<a href="https://www.apexon.com/"
><img
src="image/Apexon_Logo.jpg"
class="img-reponsive"
width="200px"
alt="Apexon Logo"
/></a>
</div>
</div>
<div class="col-md-4 d-flex justify-content-center mb-4">
<div class="card1">
<a href="https://www.cognizant.com/in/en"
><img
src="image/c-logo.png"
class="img-reponsive"
width="230px"
alt="C Logo"
/></a>
</div>
</div>
</div>
<div class="row justify-content-center">
<h3>And Many More...</h3>
</div>
</div>
<div class="container-fluid chapter-section text-center">
<h1 class="section-title hc">6 Chapters We Are Going to Master</h1>
<div class="row justify-content-center">
<div class="col-md-4 col-lg-3 chapter-card">
<h5>Chapter 1: Foundations of Web Development</h5>
<ul>
<li>
Understanding HTML & CSS for Structuring and Styling Web Pages
</li>
<li>Introduction to JavaScript Essentials and Syntax</li>
<li>Git and GitHub for Version Control and Collaboration</li>
<li>Responsive Design and Cross-Browser Compatibility</li>
<li>Essential Developer Tools and Debugging Techniques</li>
</ul>
</div>
<div class="col-md-4 col-lg-3 chapter-card">
<h5>Chapter 2: Mastering Frontend with React</h5>
<ul>
<li>Components, State, and Props in React</li>
<li>Using React Hooks for Functional Programming</li>
<li>React Router for Single Page Applications (SPAs)</li>
<li>Managing State with Redux for Scalable Applications</li>
<li>Optimizing Performance and Working with APIs</li>
</ul>
</div>
<div class="col-md-4 col-lg-3 chapter-card">
<h5>Chapter 3: Backend Fundamentals with Node.js</h5>
<ul>
<li>Setting up a Node.js Environment and Basic Server</li>
<li>Working with Express.js for Routing and Middleware</li>
<li>Building RESTful APIs and Handling HTTP Requests</li>
<li>Asynchronous Programming with Promises and Async/Await</li>
<li>Implementing Authentication and Authorization (JWT)</li>
</ul>
</div>
<div class="col-md-4 col-lg-3 chapter-card">
<h5>Chapter 4: Managing Data with MongoDB</h5>
<ul>
<li>Database Concepts and Setting up MongoDB</li>
<li>Designing Schemas and Working with Mongoose</li>
<li>CRUD Operations: Create, Read, Update, Delete</li>
<li>Data Relationships and Aggregations in MongoDB</li>
<li>Handling Data Validation and Error Management</li>
</ul>
</div>
<div class="col-md-4 col-lg-3 chapter-card">
<h5>Chapter 5: Integrating Frontend and Backend</h5>
<ul>
<li>Connecting React Frontend with Node.js Backend</li>
<li>Implementing API Calls with Axios or Fetch</li>
<li>Handling Data and State Across the Full Stack</li>
<li>Form Handling, Validation, and Error Handling</li>
<li>Building End-to-End CRUD Applications</li>
</ul>
</div>
<div class="col-md-4 col-lg-3 chapter-card">
<h5>Chapter 6: Deploying and Optimizing Your Application</h5>
<ul>
<li>Preparing Your Application for Deployment</li>
<li>Deploying to Platforms like Heroku, Vercel, or AWS</li>
<li>Environment Variables and Production Settings</li>
<li>Web Security Essentials and Error Monitoring</li>
<li>Performance Optimization and SEO Best Practices</li>
</ul>
</div>
</div>
<a
href="https://forms.gle/ToSpVXdF5fJSGQso8"
class="btn btn-custom mt-4"
><h2>MASTER YOUR FULL STACK<br />MASTERCLASS!</h2></a
>
</div>
<div class="container mt-5 mb-5 learning-container pt-5">
<div class="row ps-4">
<div
class="col d-flex justify-content-center align-items-center flex-column"
>
<h2>
Your Journey To Becoming
<span style="color: blue">Unstoppable</span>
</h2>
<br />
<h2>Deep Dive Into a Real Coding Exprience</h2>
<br />
<br />
</div>
<div class="col journey-container">
<div class="step-line"></div>
<div class="journey-step">
<div class="icon-container" id="starticon">
<i class="bi bi-arrow-up-right"></i>
</div>
<div>
<h5>START</h5>
<p>Get the personalized training program</p>
</div>
</div>
<div class="journey-step">
<div class="icon-container" id="bookicon">
<i class="bi bi-book"></i>
</div>
<div>
<h5>LEARN</h5>
<p>Get Learn By Expert Trainers</p>
</div>
</div>
<div class="journey-step">
<div class="icon-container" id="practiceicon">
<i class="bi bi-pencil-square"></i>
</div>
<div>
<h5>PRACTICE</h5>
<p>Write code from the beginning, and get solutions</p>
</div>
</div>
<div class="journey-step">
<div class="icon-container" id="createicon">
<i class="bi bi-braces"></i>
</div>
<div>
<h5>CREATE</h5>
<p class="display">
Write programs that solve real-world problems
</p>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid fs-1 text-center f22">
<p>“WORDS FROM OUR TECHIE”</p>
<div class="video-wrapper">
<div class="row">
<div class="videos-section">
<div class="video-item">
<iframe
class="video-frame"
src="https://www.youtube.com/embed/XaPCXGLfUnU?autoplay=0&loop=1&playlist=XaPCXGLfUnU"
allow="autoplay; encrypted-media; picture-in-picture"
allowfullscreen
>
</iframe>
</div>
<div class="video-item">
<iframe
class="video-frame"
src="https://www.youtube.com/embed/53Rr4Kq0TUI?autoplay=0&loop=1&playlist=53Rr4Kq0TUI"
allow="autoplay; encrypted-media; picture-in-picture"
allowfullscreen
>
</iframe>
</div>
<div class="video-item">
<iframe
class="video-frame"
src="https://www.youtube.com/embed/rGlu0rhximc?autoplay=0&loop=1&playlist=rGlu0rhximc"
allow="autoplay; encrypted-media; picture-in-picture"
allowfullscreen
>
</iframe>
</div>
<script>
const videoFrames = document.querySelectorAll(".video-frame");
function stopAllVideos() {
videoFrames.forEach((frame) => {
const src = frame.src;
frame.src = "";
frame.src = src;
});
}
videoFrames.forEach((frame) => {
frame.addEventListener("play", () => {
stopAllVideos();
});
});
</script>
</div>
</div>
</div>
</div>
<div
class="container-fluid text-center"
style="background-color: #fffef3"
>
<br />
<h1 class="hc asr">“ KNOW YOU’R COACH“</h1>
<br />
<div class="container-fluid asd my-5">
<div class="row">
<div class="text-center fs-1 mb-4">
<p>
Hi! I’m Pradeep. And thanks for taking an interest <br />
in reading about me!
</p>
</div>
<div class="row">
<br />
<div class="col-12 col-md-3 order-1 order-md-1">
<br />
<img
src="image/pradeepsir.jpg"
class="img-fluid"
width="250px"
style="border-radius: 20px"
/><br /><br />
<h2>Pradeep Patidar</h2>
<br />
</div>
<div
class="col-12 col-md-6 fs-2 order-2 order-md-2 text-center text-md-center"
>
<p class="p1">
My journey as a software developer started with a strong
foundation in programming languages such as C, C++, PHP and
JavaScript. Over the years, I have honed my skills in
FullStack development, with over 10+ years of Exprience.
</p>
<p class="p2">Ex : Joyster</p>
</div>
</div>
<div class="text-center fs-1 mb-4">
<p>
Hi! I’m Adarsh. And thanks for taking an interest <br />
in reading about me!
</p>
</div>
<br />
<div class="col-12 col-md-3 order-1 order-md-1">
<img
src="image/adarshsir.jpg"
class="img-fluid"
width="250px"
style="border-radius: 20px"
/>
<br /><br />
<h2>Adarsh Kewat</h2>
<br />
</div>
<div
class="col-12 col-md-6 fs-2 order-2 order-md-2 text-center text-md-center"
>
<p class="p1">
My journey as a software developer started with a strong
foundation in programming languages such as JavaScript. Over the
years, I have honed my skills in FullStack development, with
over 5+ years of experience.
</p>
<p class="p2">Ex: Aventior, Apexon, Pfizer</p>
</div>
</div>
</div>
<div class="container">
<h1 class="hc text-center mb-4 em">Who Can Take This MasterClass?</h1>
<div class="row justify-content-center">
<!-- Student Card -->
<div
class="col-12 col-sm-10 col-md-6 col-lg-5 d-flex justify-content-center mb-3"
>
<div class="card-1" style="width: 90%; height: 100%">
<img
src="./image/s.webp"
class="card-img-top"
alt="Student Image"
/>
<div class="card-body">
<h5 class="card-title">Student</h5>
<p class="card-text">
"Kickstart your career with in-demand coding skills! Whether
you're in college or just starting out, this bootcamp
provides the hands-on experience and guidance you need to
become job-ready in full-stack development."
</p>
</div>
</div>
</div>
<!-- Working Professional Card -->
<div
class="col-12 col-sm-10 col-md-6 col-lg-5 d-flex justify-content-center mb-3"
>
<div class="card-1" style="width: 90%; height: 100%">
<img
src="./image/wp.webp"
class="card-img-top"
alt="Working Professional Image"
/>
<div class="card-body">
<h5 class="card-title">Working Professional</h5>
<p class="card-text">
"Looking to transition into tech or advance your career? Our
bootcamp is designed for professionals ready to upskill or
pivot into web development. Gain industry-relevant
expertise, build a strong portfolio, and become proficient
in the MERN stack to unlock new growth in your career."
</p>
</div>
</div>
</div>
</div>
</div>
<br /><br />
</div>
<br />
<div class="container-fluid">
<h1 class="hc">“GET 100% PROVEN INTERVIEW MASTERY KIT”</h1>
<br />
<img
src="image/i2.png"
class="img-fluid"
style="max-width: 100%; height: auto"
/>
<br /><br />
<a
href="https://forms.gle/ToSpVXdF5fJSGQso8"
class="btn btn-custom mt-4"
><h2>REGISTER FOR FREE<br />MASTERCLASS!</h2></a
>
</div>
<div
class="container-fluid"
style="font-size: 130px; position: absolute; color: rgba(0, 0, 0, 0.1)"
>
<marquee
>WHY US WHY US WHY US WHY US WHY
US</marquee
>
</div>
<br /><br /><br />
<br /><br /><br /><br />
<div class="sk-ww-google-reviews" data-embed-id="25475031"></div>
<script
src="https://widgets.sociablekit.com/google-reviews/widget.js"
async
defer
></script>
</section>
<div class="container-fluid f22">
<div class="row">
<div class="col-12 col-md-3 fs-4">
<br /><br />
<img
src="image/Coding-Sharks-Logo-Dark-orange-white-gradient.png"
alt="Coding Sharks"
class="img-fluid"
width="500"
/>
</div>
<div class="col-12 col-md-3 fs-4">
<br />
<h2>Become Job Ready</h2>
<br />
<ul class="checklist">
<li>
<i class="bi bi-check-circle-fill text-success"></i> 1 on 1
Mentorship
</li>
<br />
<li>
<i class="bi bi-check-circle-fill text-success"></i> Structured
Learning
</li>
<br />
<li>
<i class="bi bi-check-circle-fill text-success"></i> 100% Job
Assistance
</li>
</ul>
<br />
</div>
<div class="col-12 col-md-3 fs-4">
<br />
<h4>Courses</h4>
<br />
<ul class="list-unstyled courses-list">
<li>
<i class="bi bi-arrow-right-circle-fill text-warning"></i>
<a href="./pages/Courses.html" class="course-link"
>MERN Stack Development</a
>
</li>
<br />
<li>
<i class="bi bi-arrow-right-circle-fill text-warning"></i>
<a href="./pages/Courses.html" class="course-link">Python</a>
</li>
<br />
<li>
<i class="bi bi-arrow-right-circle-fill text-warning"></i>
<a href="./pages/Courses.html" class="course-link"
>Data Analytics & Visualization</a
>
</li>
</ul>
</div>
<div class="col-12 col-md-3 fs-4">
<br />
<h4>Contact Us</h4>
<br />
<p>
<i class="bi bi-telephone-fill text-primary"></i>
<a href="tel:+919424586286" class="contact-link"
>Phone: +91 9424586286</a
>
</p>
<br />
<p>
<i class="bi bi-envelope-fill text-danger"></i>
<a href="mailto:info@thecodingsharks.in" class="contact-link"
>Email: info@thecodingsharks.in</a
>
</p>
<br />
<p>
<i class="bi bi-geo-alt-fill text-success"></i>
<a
href="https://www.google.com/maps/place/Coding+Sharks/@22.6946993,75.8635913,17z/data=!3m1!4b1!4m6!3m5!1s0x3962fdb3d8203b4d:0xcbcceda2eb260bc5!8m2!3d22.6946944!4d75.8661662!16s%2Fg%2F11w9r1xcf_?entry=ttu&g_ep=EgoyMDI0MTAyOS4wIKXMDSoASAFQAw%3D%3D"
target="_blank"
class="contact-link"
>
Address: Orange Business Park, 102, Bhawarkua Main Rd, above
McDonald's, Indore, Madhya Pradesh 452001
</a>
</p>
</div>
<div class="row">
<div class="col-12 text-center mt-4">
<h2>Follow Us</h2>
<div class="social-icons">
<a
href="https://www.youtube.com/@codingsharksofficial"
target="_blank"
class="social-btn"
><i class="bi bi-youtube"></i
></a>
<a
href="https://www.instagram.com/thecodingsharks_official/profilecard/?igsh=b2pqaDJkbGJ0M2Q2"
target="_blank"
class="social-btn"
><i class="bi bi-instagram"></i
></a>
<a
href="https://www.linkedin.com/company/codingsharks/"
target="_blank"
class="social-btn"
><i class="bi bi-linkedin"></i
></a>
</div>
</div>
</div>
</div>
</div>
<footer>
<p>© 2024 Coding Sharks. All rights reserved.</p>
</footer>
</body>
</html>