-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
220 lines (175 loc) · 9.26 KB
/
index.html
File metadata and controls
220 lines (175 loc) · 9.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Skill Class India</title>
<!-- External CSS -->
<link rel="stylesheet" href="excelbi.css">
<!-- Box icon CDN -->
<link href='https://unpkg.com/boxicons@2.1.1/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<!-- Top bar starts -->
<div class="top-bar">
<h3 class="notification"> नीचे दिए गए सभी COURSES हिंदी में
सिखाए जाएंगे। </h3>
</div>
<!-- Top bar starts -->
<!-- Header section starts from here -->
<!-- Topic section starts from here -->
<section class="topics">
<div class="container">
<h3 class="subheading2">
Courses Available
</h3>
<h2 class="heading">
What we will Cover?
</h2>
<span class="topic-btn-area">
<div class="img-row">
<img src="img/NYSO.png">
</div>
<div class="btn-row">
<div style="position: relative; width: 100%; height: 0; padding-top: 56.2500%;
padding-bottom: 0; box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16); margin-top: 1.6em; margin-bottom: 0.9em; overflow: hidden;
border-radius: 8px; will-change: transform;">
<iframe loading="lazy" src="" allowfullscreen="allowfullscreen" allow="fullscreen">
</iframe>
</div>
</div>
<button class="btn topics-btn">
<section class="pos">
<b>
<a href="https://whatsapp.com/channel/0029VaLTfKV1yT2HTjWMGt22">
JOIN OUR WHATSAPP COMMUNITY
</a>
</b>
</section>
</button>
<div class="btn-row">
<div class="marg">
<p>
Discover the exciting world of data with our <b>Excel</b> with AI + <b>Power BI</b> Courses,
perfect for
people of all <b>Age</b> and <b>Professional</b> backgrounds! Whether you're a <b>seasoned
professional</b>, a
<b>student</b>, or a <b>business owner</b>, this courses are tailored for you.
<br><br>
<b>Who can benefit:</b>
<br><br>
<b>Professionals</b> can boost their <b>career</b> by mastering <b>advanced analytics</b> in
<b>Excel</b> and powerful
<b>data visualization</b> in Power BI.
<br><br>
<b>Students</b> and <b>Young Professionals</b> can <b>kickstart</b> their careers with
sought-after data skills.
<b>Business owners</b> can unlock the <b>potential</b> of their data for smarter
<b>decision-making</b> and
<b>business growth</b>.
<br><br>
Join us for a <b>practical, hands-on experience,</b> and connect with a <b>diverse</b>
community. Don't
miss out on this opportunity to empower yourself with the <b>skills</b> needed to thrive in
today's
data-driven world!
<br><br>
<b>Benefits of Advanced Excel:</b>
<br><br>
<b>Data analysis</b>: Advanced Excel can help you <b>organize, calculate,</b> and
<b>evaluate</b> data. This can
be useful for making important decisions.
<br>
<b>Productivity</b>: Advanced Excel can help you complete <b>tasks</b> quickly and
streamline your
<b>workflow.</b>
<br>
<b>Time-saving</b>: Advanced Excel can <b>automate repetitive tasks</b>, saving you time.
<br><br>
<b>Importance of Advanced Excel in various Fields:</b>
<br><br>
<b>HR</b>: Advanced Excel can help you display <b>employee, financial,</b> and other
<b>data.</b>
<br>
<b>Accounting</b>: Advanced Excel is important for <b>accountants</b> and <b>auditors.</b>
<br>
<b>Other roles</b>: Advanced Excel is also important for <b>administrative assistants,
office clerks,
cost estimators, educators, financial analysts, bankers, loan officers, and sales,
marketing,</b> and <b>training analysts.</b>
</p>
</div>
</div>
<!-- The Modal -->
<div id="myModal" class="modal">
<span class="close">×</span>
<img class="modal-content" id="img01">
<div id="caption"></div>
</div>
<div class="img-row">
<img id="myImg" src="img/BTAE.png">
<img id="myImg2" src="img/EEWA.png">
<img id="myImg3" src="img/MCEPI.png">
</div>
<script>
// Get the modal
var modal = document.getElementById('myModal');
// Get the image and insert it inside the modal - use its "alt" text as a caption
var img = document.getElementById('myImg');
var modalImg = document.getElementById("img01");
var captionText = document.getElementById("caption");
img.onclick = function () {
modal.style.display = "block";
modalImg.src = this.src;
captionText.innerHTML = this.alt;
}
// Get the <span> element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks on <span> (x), close the modal
span.onclick = function () {
modal.style.display = "none";
}
</script>
<script>
// Get the modal
var modal = document.getElementById('myModal');
// Get the image and insert it inside the modal - use its "alt" text as a caption
var img = document.getElementById('myImg2');
var modalImg = document.getElementById("img01");
var captionText = document.getElementById("caption");
img.onclick = function () {
modal.style.display = "block";
modalImg.src = this.src;
captionText.innerHTML = this.alt;
}
// Get the <span> element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks on <span> (x), close the modal
span.onclick = function () {
modal.style.display = "none";
}
</script>
<script>
// Get the modal
var modal = document.getElementById('myModal');
// Get the image and insert it inside the modal - use its "alt" text as a caption
var img = document.getElementById('myImg3');
var modalImg = document.getElementById("img01");
var captionText = document.getElementById("caption");
img.onclick = function () {
modal.style.display = "block";
modalImg.src = this.src;
captionText.innerHTML = this.alt;
}
// Get the <span> element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks on <span> (x), close the modal
span.onclick = function () {
modal.style.display = "none";
}
</script>
</span>
</div>
</section>
</body>
</html>