-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
321 lines (306 loc) · 10.8 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
<!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>The Wisdom Workshop</title>
<link rel="shortcut icon" href="assets/logo(half).png" type="image/x-icon" />
<link
rel="stylesheet"
href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="stylesheet" href="style.css" />
<script
src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
crossorigin="anonymous"
></script>
</head>
<body>
<!-- Navigation -->
<nav>
<img src="assets/logo(full).png" alt="logo" />
<div class="navigation">
<ul>
<i id="menu-close" class="fa-solid fa-xmark"></i>
<li><a class="active" href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="courses.html">Courses</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<!-- <img id="menu-btn" src="assets/menu.png" alt="" /> -->
<i id="menu-btn" class="fa-solid fa-bars"></i>
</div>
</nav>
<!-- Home -->
<section id="home">
<h2>Enhance your future with Wisdom Workshop</h2>
<p>
"Elevate your future through the transformative Wisdom Workshop, where expert
guidance and practical insights converge to empower your journey toward
lasting success and fulfillment."
</p>
<div class="btn">
<a class="blue" href="about.html">Learn more</a>
<a class="yellow" href="courses.html">Visit Courses</a>
</div>
</section>
<!-- features -->
<section id="features">
<h1>Awesome features</h1>
<p>Exceptional features redefine excellence for an unparalleled experience.</p>
<div class="fea-base">
<div class="fea-box">
<i class="fa-solid fa-graduation-cap"></i>
<h3>Scholarship facility</h3>
<p>
Enabling education through a robust scholarship facility, breaking
financial barriers for academic success.
</p>
</div>
<div class="fea-box">
<i class="fa-solid fa-graduation-cap"></i>
<h3>Global Certification</h3>
<p>
Attain international recognition and expertise with our globally
recognized certification for career advancement.
</p>
</div>
<div class="fea-box">
<i class="fa-solid fa-graduation-cap"></i>
<h3>Skill courses</h3>
<p>
Elevate your skills with practical courses, tailored for success in
diverse professional landscapes.
</p>
</div>
</div>
</section>
<!-- Courses -->
<section id="course">
<h1>Popular courses</h1>
<p>Explore trending subjects with our popular and impactful online courses.</p>
<div class="course-box">
<div onclick="window.location.href='course-inner.html'" class="courses">
<img src="assets/c1.jpeg" alt="" />
<div class="details">
<span>Updated 21/08/21</span>
<h6>Fluent Express: Mastering English with confidence</h6>
<div class="star">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<span>(239)</span>
</div>
</div>
</div>
<div onclick="window.location.href='course-inner.html'" class="courses">
<img src="assets/c2.jpeg" alt="" />
<div class="details">
<span>Updated 21/08/21</span>
<h6>Nihongo Mastery: Your Journey to Fluent Japanese</h6>
<div class="star">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<span>(239)</span>
</div>
</div>
</div>
<div onclick="window.location.href='course-inner.html'" class="courses">
<img src="assets/c3.jpeg" alt="" />
<div class="details">
<span>Updated 21/08/21</span>
<h6>Tally Pro: Mastering Financial Excellence</h6>
<div class="star">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<span>(239)</span>
</div>
</div>
</div>
<div onclick="window.location.href='course-inner.html'" class="courses">
<img src="assets/c4.jpeg" alt="" />
<div class="details">
<span>Updated 21/08/21</span>
<h6>Coding Craft: Mastering C Programming</h6>
<div class="star">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<span>(239)</span>
</div>
</div>
</div>
<div onclick="window.location.href='course-inner.html'" class="courses">
<img src="assets/c5.jpeg" alt="" />
<div class="details">
<span>Updated 21/08/21</span>
<h6>C++ Mastery: Unleashing the Power of Object-Oriented Programming</h6>
<div class="star">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<span>(239)</span>
</div>
</div>
</div>
<div onclick="window.location.href='course-inner.html'" class="courses">
<img src="assets/c6.jpeg" alt="" />
<div class="details">
<span>Updated 21/08/21</span>
<h6>Java Elite: Mastering the Art of Java Programming</h6>
<div class="star">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<span>(239)</span>
</div>
</div>
</div>
<div onclick="window.location.href='course-inner.html'" class="courses">
<img src="assets/c7.jpeg" alt="" />
<div class="details">
<span>Updated 21/08/21</span>
<h6>HTML Essentials: Building the Web of Tomorrow</h6>
<div class="star">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<span>(239)</span>
</div>
</div>
</div>
</div>
</section>
<!-- Registration -->
<!-- Profiles -->
<section id="experts">
<h1>Our Experts</h1>
<p>
Learn from experts, mastering subjects with experienced, dedicated educators.
</p>
<div class="expert-box">
<div class="profile">
<img src="assets/pro1.webp" alt="" />
<h6>Ema Irnik</h6>
<p>Python and algorithm expert</p>
<div class="pro-links">
<i class="fab fa-facebook-f"></i>
<i class="fab fa-instagram"></i>
<i class="fab fa-linkedin-in"></i>
</div>
</div>
<div class="profile">
<img src="assets/pro2.webp" alt="" />
<h6>John Doe</h6>
<p>Python and algorithm expert</p>
<div class="pro-links">
<i class="fab fa-facebook-f"></i>
<i class="fab fa-instagram"></i>
<i class="fab fa-linkedin-in"></i>
</div>
</div>
<div class="profile">
<img src="assets/pro3.webp" alt="" />
<h6>Marcus Thompson</h6>
<p>Python and algorithm expert</p>
<div class="pro-links">
<i class="fab fa-facebook-f"></i>
<i class="fab fa-instagram"></i>
<i class="fab fa-linkedin-in"></i>
</div>
</div>
<div class="profile">
<img src="assets/pro4.webp" alt="" />
<h6>Anita Patel</h6>
<p>Python and algorithm expert</p>
<div class="pro-links">
<i class="fab fa-facebook-f"></i>
<i class="fab fa-instagram"></i>
<i class="fab fa-linkedin-in"></i>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="footer-col">
<h3>Guides</h3>
<li>Researches</li>
<li>Exoertise</li>
<li>Managed website</li>
<li>marketing service</li>
</div>
<div class="footer-col">
<h3>Guides</h3>
<li>Researches</li>
<li>Exoertise</li>
<li>Managed website</li>
<li>marketing service</li>
</div>
<div class="footer-col">
<h3>Guides</h3>
<li>Researches</li>
<li>Exoertise</li>
<li>Managed website</li>
<li>marketing service</li>
</div>
<div class="footer-col">
<h3>Guides</h3>
<li>Researches</li>
<li>Exoertise</li>
<li>Managed website</li>
<li>marketing service</li>
</div>
<div class="footer-col">
<h3>Newsletter</h3>
<p>You can trust us, we only send promo offers.</p>
<div class="subscribe">
<input type="text" placeholder="Your email address" />
<a href="#" class="yellow">subscribe</a>
</div>
</div>
</footer>
<script>
// Navaigation Bar
$("#menu-btn").click(function () {
$("nav .navigation ul").addClass("active");
});
$("#menu-close").click(function () {
$("nav .navigation ul").removeClass("active");
});
</script>
</body>
</html>