-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (63 loc) · 4.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel='shortcut icon' href='clarusway.jpg' type="image/x-icon">
<title>Parallax-Website</title>
</head>
<body>
<div class="background__1">
<div class="background__1--text">
<h1 class='text1'>Clarusway</h1>
</div>
</div>
<section>
<div class='Full-Stack'>
<h2 class='Full-Stack--header'>Full Stack Development</h2>
<p class='Full-Stack--text'><span><strong>The Full Stack Web Development program</strong></span> we offer can lead any beginner through the process, or take intermediate to advanced-level professionals to the next level in their careers! The learning path starts with IT Framework for beginners and continues with Front-end and Back-end developer course modules. <span><strong>A full-stack web developer</strong></span> is a programmer who has the basic knowledge for all layers of an application. Each layer is called a “stack”. Full stack web developers have the ability to design complete<span><strong>web applications and websites which requires both front-end and back-end skills.</strong></span> They work on the database and debugging of web applications or websites. Are you ready to give your career a boost?</p>
</div>
</section>
<div class="background__2">
<div class="background__2--image">
<img src="clarusway.png" alt="clarusway" id='img-clarusway'>
</div>
</div>
<section>
<div class='Aws'>
<h2 class='Aws--header'>AWS Solution Architect & DevOps</h2>
<p class='Aws--text'>The skills you learn in our<span><strong>AWS and DevOps Learning Path</strong></span> will enhance your qualifications and open greater opportunities to significantly leverage your income as a much sought-after professional in the high-demand IT job market. The AWS and DevOps Learning Path has two main modules: increase your ability to deliver applications quickly by learning services on AWS and enhance your tech skills by learning DevOps tools.</p>
</div>
</section>
<div class="background__3">
<div class="background__3--image">
<h1 class='text2'>Way To Reinvent Yourself</h1>
</div>
</div>
<section>
<div class='Data'>
<h2 class='Data--header'>Data Analytics & Machine Learning</h2>
<p class='Data--text'>Data Analytics & Machine Learning
Extract knowledge and insights from different data types, Use scientific methods, processes, algorithms, and systems in this interdisciplinary field and<span><strong> get the essential skills expected from a data scientis</strong></span>t. By this program, in addition to learn how to build complex quantitative algorithms and synthesize large amounts of information,<span><strong>gain the leadership and communication skills</strong></span> necessary to deliver measurable and tangible results to a variety of business stakeholders!.</p>
</div>
</section>
<div class="background__4">
<div class="background__4--image">
<h1 class='text3'>Clarusway Team</h1>
</div>
</div>
<section>
<div class='Why'>
<h2 class='Why--header'>Why Clarusway</h2>
<p class='Why--text'>From beginners to intermediate level students, our curated content will meet your unique needs. Our proven curriculum and experienced instructors take you through the process step by step. Each student is provided with a mentor for tutoring support and educational advice throughout the program. Your access to support 24/7 ensures success - our chat/call system differentiates our program. Clarusway provides quality IT training with reasonable prices to prepare individuals for next-generation jobs! From beginners to IT professionals, we offer cutting-edge programs used today by leading corporations.</p>
</div>
</section>
<div class="background__5">
<div class="background__5--image">
<h1 class='text4'>CHOOSE YOUR FUTURE</h1>
</div>
</div>
</body>
</html>