-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
103 lines (89 loc) · 4.81 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
<!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">
<title>Clarusway Paths</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Rubik+Vinyl&display=swap" rel="stylesheet">
</head>
<body>
<header>
<h1>Clarusway Paths</h1>
</header>
<main>
<div>
<img src="./images/fs.jpg" alt="#">
<section>
<h2>Software Development</h2>
<p>Become a software and application developer who is well-equipped to be a Full Stack Developer. You will learn web
development with React and Python Django which are the most up-to-date front-end and back-end tools. You’ll land the
best IT job by proving your skills! We support you throughout the process!</p>
<button><a href="https://clarusway.com/full-stack-developer/" target="_blank">Learn More</a></button>
</section>
</div>
<div>
<img src="./images/aws.jpg" alt="#">
<section>
<h2>AWS&Devops Engineer</h2>
<p>No matter what your skill level is, we’ll train you for a successful career in AWS & DevOps. Our program will enhance
your qualifications, prepare you for AWS & DevOps certifications, and open doors to greater opportunities. Give your
income a boost as a professional in one of the highest-demand IT positions!<p>
<button><a href="https://clarusway.com/aws-devops/" target="_blank">Learn More</a></button>
</div>
</div>
<div>
<img src="./images/datascience.jpg" alt="#">
<section>
<h2>Data Sciense</h2>
<p>In this course, you will learn to extract knowledge and insights from different data types, build complex quantitative
algorithms, and synthesize large amounts of information. Are you ready for a six-figure salary? It’s your time to
upskill and jump in with Clarusway!</p>
<button><a href="https://clarusway.com/data-science/" target="_blank">Learn More</a></button>
</section>
</div>
<div>
<img src="./images/salesforce.jpg" alt="#">
<section>
<h2>Salesforce</h2>
<p>No IT background is needed to get started. If you’re ready to start a brand-new career in a short time, jump in with our
Clarusway Salesforce training!</p>
<button><a href="https://clarusway.com/salesforce/" target="_blank" >Learn More</a></button>
</section>
</div>
<div>
<img src="./images/cs.jpg" alt="#">
<section>
<h2>Web3 & Blockchain</h2>
<p>Earn a deep understanding of concepts such as blockchains, decentralization, and Web 3.0 applications. Understand the
critical challenges businesses facing – Blockchain scalability, bridges, and storage. Make the leap from Web2 to Web3 to
become a Web3 professional with Clarusway!</p>
<button><a href="https://clarusway.com/cyber-security/" target="_blank">Learn More</a></button>
</section>
</div>
<div>
<img src="./images/web3.jpg" alt="#">
<section>
<h2>Web3 & Blockchain</h2>
<p>Earn a deep understanding of concepts such as blockchains, decentralization, and Web 3.0 applications. Understand the
critical challenges businesses facing – Blockchain scalability, bridges, and storage. Make the leap from Web2 to Web3 to
become a Web3 professional with Clarusway!</p>
<button><a href="https://clarusway.com/web3/" target="_blank">Learn More</a></button>
</section>
</div>
<div>
<img src="./images/sdet.jpg" alt="#">
<section>
<h2>Software Development Engineer in Test</h2>
<p>In this course, you will learn to perform all controls of the developed products in line with user requests. You will
become a Test Automation Engineer, which is the popular profession of the developing world. Are you ready for a
six-figure salary? It’s your time to upskill and jump in with Clarusway!</p>
<button><a href="https://clarusway.com/software-development-engineer-in-test/" target="_blank">Learn More</a></button>
</section>
</div>
</main>
</body>
</html>