-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCloudComputing.html
More file actions
574 lines (420 loc) · 19.3 KB
/
Copy pathCloudComputing.html
File metadata and controls
574 lines (420 loc) · 19.3 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="Assets/Favicon.png">
<meta name="description" content="Job-oriented online cohorts for college students from India’s best online education company. Learn industry-relevant skills and crack the high placement jobs at India’s finest companies. Boost your AI, cloud, data science, and full-stack skills with this course.">
<meta name="keywords" content="careerx, CareerX, careerx club, cohorts, full stack, cloud computing, data science, cohort programs, cohort clubs">
<link rel="stylesheet" href="CSS/Navbar.css">
<link rel="stylesheet" href="CSS/Cohort.css">
<link rel="stylesheet" href="CSS/Footer.css">
<title>Cloud Computing Cohort Program | CareerX</title>
</head>
<body>
<!-- Navbar Starts -->
<nav class="app__navbar">
<div class="navbar__logo">
<a href="index.html"><img src="Assets/CareerXLogo.png" alt="CareerX" /></a>
</div>
<ul class="navbar__list">
<li class="list__item link1">
<a href="index.html">Home</a>
</li>
<li class="list__item list__drop link2">
<span class="drop__name"
>Cohorts <ion-icon name="chevron-down"></ion-icon
></span>
<!-- Dropdown Menu -->
<ul class="navbar__dropdown">
<li class="drop__item">
<a href="FullStack.html">Full Stack Cohort</a>
</li>
<li class="drop__item">
<a href="DataScience.html">Data Science Cohort</a>
</li>
<li class="drop__item">
<a href="CloudComputing.html">Cloud Computing</a>
</li>
</ul>
</li>
<li class="list__item link3">
<a href="https://blog.careerx.club/" target="_blank" rel="noopener"
>Blogs</a
>
</li>
<li class="list__item link4">
<a
href="https://academy.careerx.club/account/login"
target="_blank"
rel="noopener"
>Login</a
>
</li>
<!-- Only on Small Screen -->
<li class="cta__btn-sm">
<a href="JoinUs.html" class="navbar__btn btn__cta">Join Our Club</a>
</li>
</ul>
<div class="cta__btn">
<a href="JoinUs.html" class="navbar__btn btn__cta">Join Our Club</a>
</div>
<!-- Small Screen Menu Button -->
<div class="navbar__smallScreen">
<ion-icon name="menu"></ion-icon>
</div>
</nav>
<!-- Navbar Ends -->
<!-- Main Page Starts -->
<main class="cohorts__main">
<div class="main__center">
<!-- Section 1 : Intro -->
<div class="bg__gradient">
<section class="cohorts__section1 cc__section1">
<div class="cohort1__content cc1__content">
<!-- Slides -->
<div class="cohort1__slides">
<!-- Slide 1 -->
<div class="cohort1__slide cohort1__slide1">
<div class="slide1__side1">
<h1 class="slide1__head">Cloud Computing Cohort with <span>Certification</span></h1>
<p class="slide1__subhead">Fast-track your career in the IT industry with our Full-Stack Development Course. You’ll become an expert at the front-end and back-end JavaScript technologies of the most popular MERN Stack(MongoDB, Express, React, and Node.js)</p>
<div class="slide1__icons">
<div class="icons1__icon">
<div class="circle__vector"></div>
<div class="link__content">
<ion-icon name="analytics"></ion-icon>
<span>100+ Hours</span>
</div>
</div>
<div class="icons1__icon">
<div class="circle__vector"></div>
<div class="link__content">
<ion-icon name="calendar"></ion-icon>
<span>November 2023</span>
</div>
</div>
<div class="icons1__icon">
<div class="circle__vector"></div>
<div class="link__content">
<ion-icon name="time"></ion-icon>
<span>Beginner & Intermediate</span>
</div>
</div>
</div>
</div>
<div class="slide1__side2">
<img src="Assets/CohortIntroCC.svg" alt="Cohort">
</div>
</div>
<!-- Slide 2 -->
<div class=" cohort1__slide cohort1__slide2 cc1__slide2"></div>
<!-- Slide 3 -->
<div class=" cohort1__slide cohort1__slide3">
<div class="slide3__side1">
<img src="Assets/Potrait.jpg" alt="Mentor">
<p class="side1__mentor">John Doe</p>
<p class="side1__mentordesc">Associate Technical Manager, ATMES Inc.</p>
</div>
<div class="slide3__side2">
<h1 class="side2__head">Meet Your <span>Instructor</span></h1>
<p class="side2__subhead">1:1 Coaching From Senior Industry Experts & Jump Start Your Career</p>
<p class="side2__desc">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</div>
</div>
</div>
<!-- Navigations -->
<div class="cohort1__btns">
<button type="button" title="Back" onclick="moveIntroSec('back')"><ion-icon name="chevron-back"></ion-icon></button>
<button type="button" title="Next" onclick="moveIntroSec('next')"><ion-icon name="chevron-forward"></ion-icon></button>
</div>
</div>
</section>
</div>
<!-- Section 1 : Intro -->
<!-- Section 2 : Why Data Science ? -->
<div class="bg__gradient cc2bg__grad">
<section class="cohorts__section2 cc__section2">
<!-- Heading -->
<div class="section__heads">
<div class="head__vector"></div>
<p class="head__title">Why <span>Cloud Computing?</span></p>
</div>
<!-- Content -->
<div class="cohort2__content">
<div class="cohort2__side1">
<img src="Assets/CohortsPic3.png" alt="Data Science">
</div>
<div class="cohort2__side2 cc2__side2"></div>
</div>
</section>
</div>
<!-- Section 2 : Why Cloud Computing ? -->
<!-- Section 3 : Here's Your Roadmap -->
<div class="bg__gradient cc3bg__grad">
<section class="cohorts__section3 cc__section3">
<!-- Heading -->
<div class="section__heads">
<div class="head__vector"></div>
<p class="head__title">Here's Yours <span>Roadmap</span></p>
</div>
<!-- Content -->
<div class="cohort3__content">
<div class="roadmap__box rmb__1">
<img src="Assets/CCMap1.svg" alt="Classes">
<p>Online Classes</p>
</div>
<div class="roadmap__box rmb__2">
<img src="Assets/CCMap2.svg" alt="Mentoring">
<p>Personal Mentoring</p>
</div>
<div class="roadmap__box rmb__3">
<img src="Assets/CCMap3.svg" alt="Mocks">
<p>Mock Interviews</p>
</div>
<div class="roadmap__box rmb__4">
<img src="Assets/CCMap4.svg" alt="Skills">
<p>Soft Skills</p>
</div>
<div class="roadmap__box rmb__5">
<img src="Assets/CCMap5.svg" alt="Companies">
<p>Referrals to Top Companies</p>
</div>
<div class="back__line"></div>
</div>
</section>
</div>
<!-- Section 3 : Here's Your Roadmap -->
<!-- Section 4 : Tools You will Learn -->
<div class="bg__gradient">
<section class="cohorts__section4 cc__section4">
<!-- Heading -->
<div class="section__heads">
<div class="head__vector"></div>
<p class="head__title">Tools you will <span>Learn</span></p>
</div>
<!-- Content -->
<div class="cohort4__content cc4__content"></div>
</section>
</div>
<!-- Section 4 : Tools You will Learn -->
<!-- Section 5 : Course Structure -->
<div class="bg__gradient">
<section class="cohorts__section5 cc__section5" id="download__brochure">
<!-- Heading -->
<div class="section__heads">
<div class="head__vector"></div>
<p class="head__title">Course <span>Structure</span></p>
</div>
<!-- Content -->
<div class="cohort5__content cc5__content">
<div class="cohort5__data cc5__data"></div>
<div class="cohort5__downloadbtn cc5__downloadbtn">
<button type="button" onclick="downloadPopup('open')">Download Full Brochure</button>
</div>
</div>
<!-- Download Brochure Popup Box -->
<div class="download__box">
<form onsubmit="fullStackBrochure(event)" class="download__form">
<div class="download__heads">
<p>Brochure</p>
<button type="button" title="Close" onclick="downloadPopup('close')"><ion-icon name="close"></ion-icon></button>
</div>
<div class="download__content">
<input name="FirstName" required class="download__name" type="text" placeholder="Name*">
<input name="EmailAddress" required class="download__email" type="text" placeholder="Email*">
<div class="download__details">
<input name="PhoneNumber" required class="download__mobile" type="text" placeholder="Mobile Number*">
<input name="City" required class="download__city" type="text" placeholder="City*">
</div>
<input name="Cohort" readonly type="text" class="download__cohort" value="Cloud Computing" title="Cohort">
<button type="submit">Download</button>
</div>
</form>
</div>
<!-- Download Brochure Popup Box -->
</section>
</div>
<!-- Section 5 : Course Structure -->
<!-- Section 6 : Projects You will build -->
<div class="bg__gradient">
<section class="cohorts__section6 cc__section6">
<!-- Heading -->
<div class="section__heads">
<div class="head__vector"></div>
<p class="head__title">Projects <span>You will Build</span></p>
</div>
<!-- Content -->
<div class="cohort6__content cc6__content"></div>
</section>
</div>
<!-- Section 6 : Projects You will build -->
<!-- Section 7 : Fee Structure -->
<div class="bg__gradient">
<section class="cohorts__section7 cc__section7">
<!-- Heading -->
<div class="section__heads">
<div class="head__vector"></div>
<p class="head__title">Fee <span>Structure</span> <ion-icon name="help" onclick="emiPopup('open')"></ion-icon></p>
</div>
<!-- Content -->
<div class="cohort7__content cc7__content"></div>
<!-- EMI Plans PopUp -->
<div class="cohort7__popup cc7__popup">
<!-- Heads -->
<div class="popup__heading">
<p>EMI Plans</p>
<button type="button" title="Close" onclick="emiPopup('close')"><ion-icon name="close"></ion-icon></button>
</div>
<!-- Content -->
<div class="popup__content cc7popup__content"></div>
</div>
</section>
</div>
<!-- Section 7 : Fee Structure -->
<!-- Section 8 : Meet your Mentors -->
<div class="bg__gradient cc8bg__grad">
<section class="cohorts__section8 cc__section8">
<!-- Heading -->
<div class="section__heads">
<div class="head__vector"></div>
<p class="head__title">Meet your <span>Mentors</span></p>
</div>
<!-- Content -->
<div class="cohort8__content cc8__content"></div>
</section>
</div>
<!-- Section 8 : Meet your Mentors -->
<!-- Section 9 : Your Certificate -->
<div class="bg__gradient cc9bg__grad">
<section class="cohorts__section9 cc__section9">
<!-- Heading -->
<div class="section__heads">
<div class="head__vector"></div>
<p class="head__title">Your <span>Certificate</span></p>
</div>
<!-- Content -->
<div class="cohort9__content">
<p>Complete All The Modules Successfully To Obtain This Certificate Of Recognition And Add It To Your Wall Of Fame Or Share With Your LinkedIn Connections</p>
<img src="Assets/CCCertificate.png" alt="Certificate">
</div>
</section>
</div>
<!-- Section 9 : Your Certificate -->
<!-- Section 10 : FAQ's -->
<div class="bg__gradient">
<section class="cohorts__section10 cc__section10">
<!-- Heading -->
<div class="section__heads">
<div class="head__vector"></div>
<p class="head__title"><span>FAQ</span>'s</p>
</div>
<!-- Content -->
<div class="cohort10__content cc10__content"></div>
</section>
</div>
<!-- Section 10 : FAQ's -->
</div>
</main>
<!-- Main Page Ends -->
<!-- Footer -->
<footer class="app__footer" id="reachus">
<div class="main__footer">
<div class="footer__sides footer__side1">
<div class="footer__logo">
<img src="Assets/CareerXLogo.png" alt="CarrerX" />
</div>
<div class="company__links">
<a href="#" target="_blank" rel="noopener" title="Instagram"
><ion-icon name="logo-instagram"></ion-icon
></a>
<a href="#" target="_blank" rel="noopener" title="Facebook"
><ion-icon name="logo-facebook"></ion-icon
></a>
<a href="#" target="_blank" rel="noopener" title="LinkedIn"
><ion-icon name="logo-linkedin"></ion-icon
></a>
</div>
</div>
<ul class="footer__sides footer__side2">
<li>CareerX.club</li>
<li><a href="#explorecohorts">Explore Programs</a></li>
<li><a href="FullStack.html">Full Stack Cohort</a></li>
<li><a href="DataScience.html">Data Science Cohort</a></li>
<li><a href="CloudComputing.html">Cloud Computing Cohort</a></li>
</ul>
<ul class="footer__sides footer__side2">
<li>Quick Links</li>
<li><a href="PrivacyPolicy.html" target="_blank" rel="noopener">Privacy Policy</a></li>
<li>
<a href="TermsAndConditions.html" target="_blank" rel="noopener">Terms and Conditions</a>
</li>
</ul>
<ul class="footer__sides footer__side3">
<li>Keep In Touch</li>
<li>
<ion-icon name="pin-outline"></ion-icon>
<span
>CareerX Club, Plot 10.8. Rd Number 5, 2nd Floor, IDA, Nacharam,
Hyderabad, Telangana, 500076</span
>
</li>
<li>
<ion-icon name="call-outline"></ion-icon> <span>+918367721627</span>
</li>
<li>
<ion-icon name="mail-outline"></ion-icon>
<span>info@careerx.club</span>
</li>
</ul>
</div>
</footer>
<footer class="app__footer-copy">
<p>
@2023 CareerX.Club. All Rights Reserved | Colosseum CQ Solutions Pvt.Ltd
</p>
<a href="PrivacyPolicy.html" target="_blank" rel="noopener"
>Privacy Policy</a
>
</footer>
<!-- Footer -->
<!-- Bottom Sticky Bar -->
<div class="cohorts__bottombar">
<div class="bar__side1">
<p>Cohort Fees starts from ₹26,000</p>
<!-- <a href="#">See Other Plans</a>
<a href="#">Our EMI Options</a> -->
</div>
<div class="bar__side2">
<button type="button" onclick="managePopup('open')">Apply Now</button>
<a href="https://api.whatsapp.com/send?phone=919490820658&text=Hello,%20I%E2%80%99d%20like%20to%20know%20more%20about%20the%20%20cohorts" target="_blank" rel="noopener">Contact Us</a>
<a href="https://api.whatsapp.com/send?phone=919490820658&text=Hello,%20I%E2%80%99d%20like%20to%20know%20more%20about%20the%20%20cohorts" target="_blank" rel="noopener" title="Whatsapp"><ion-icon name="logo-whatsapp"></ion-icon></a>
</div>
</div>
<!-- Bottom Sticky Bar -->
<!-- Apply Now Popup -->
<div class="reachus__box" id="applynow">
<form onsubmit="applyNowCohort(event)" class="reachus__form">
<div class="reachus__heads">
<p>Enquiry Form</p>
<button type="button" title="Close" onclick="managePopup('close')"><ion-icon name="close"></ion-icon></button>
</div>
<div class="reachus__content">
<input name="FirstName" required class="reachus__name" type="text" placeholder="Name*">
<input name="EmailAddress" required class="reachus__email" type="text" placeholder="Email*">
<div class="reachus__details">
<input name="PhoneNumber" required class="reachus__mobile" type="text" placeholder="Mobile Number*">
<input name="City" required class="reachus__city" type="text" placeholder="City*">
</div>
<input name="Cohort" readonly type="text" class="reachus__option" value="Cloud Computing" title="Cohort">
<button type="submit">Submit</button>
</div>
</form>
</div>
<!-- Apply Now Popup -->
<!-- Scripts -->
<script type="module" src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>
<script src="JS/CloudComputing.js"></script>
</body>
</html>