This repository was archived by the owner on Mar 29, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcourses.html
More file actions
503 lines (484 loc) · 30.4 KB
/
courses.html
File metadata and controls
503 lines (484 loc) · 30.4 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
<!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/images/favicon/favicon.ico">
<meta name="description"
content="Explore our curated library of premium tech courses. Filter by category, level, and price. Web development, data science, AI, cybersecurity and more.">
<meta name="keywords"
content="online courses, tech courses, programming courses, web development course, data science course">
<meta name="author" content="Syed Ahmer Shah">
<meta property="og:title" content="Browse Tech Courses - Web Dev, AI, Data Science & More">
<meta property="og:description"
content="Explore 200+ premium tech courses with lifetime access. Filter by category, level, and price. Start learning today.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://novio.ahmershah.dev/courses.html">
<meta property="og:site_name" content="Novio">
<meta property="og:image" content="https://novio.ahmershah.dev/assets/images/og-image.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Browse Tech Courses - Web Dev, AI, Data Science & More">
<meta name="twitter:description"
content="Explore 200+ premium tech courses with lifetime access. Filter by category, level, and price. Start learning today.">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://novio.ahmershah.dev/courses.html">
<title>Browse 200+ Tech Courses | NOVIO</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap"
rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/variables.css">
<link rel="stylesheet" href="assets/css/base.css">
<link rel="stylesheet" href="assets/css/navbar.css">
<link rel="stylesheet" href="assets/css/hero.css">
<link rel="stylesheet" href="assets/css/courses.css">
<link rel="stylesheet" href="assets/css/components.css">
<link rel="stylesheet" href="assets/css/pages-auth.css">
<link rel="stylesheet" href="assets/css/pages-browse.css">
<link rel="stylesheet" href="assets/css/pages-legal.css">
<link rel="stylesheet" href="assets/css/pages-course.css">
<link rel="stylesheet" href="assets/css/pages-account.css">
<link rel="stylesheet" href="assets/css/animations.css">
<link rel="stylesheet" href="assets/css/layout-search.css">
<link rel="stylesheet" href="assets/css/layout-footer.css">
<link rel="stylesheet" href="assets/css/layout-menus.css">
<link rel="stylesheet" href="assets/css/responsive.css">
</head>
<body>
<nav class="navbar navbar-expand-lg fixed-top" role="navigation" aria-label="Main navigation">
<div class="container">
<a class="navbar-brand-logo" href="index.html">
<img src="assets/images/logo/novio-logo.png" alt="Novio" class="logo-img">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#mobileNav"
aria-controls="mobileNav" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="mobileNav">
<div class="navbar-inner">
<div class="navbar-search">
<i class="bi bi-search search-icon"></i>
<input type="text" class="search-input" placeholder="Search courses..."
aria-label="Search courses" role="searchbox">
<div class="nav-search-suggestions"></div>
</div>
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link active" href="courses.html">Courses</a></li>
<li class="nav-item dropdown mega-dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown"
aria-expanded="false">Explore</a>
<div class="dropdown-menu mega-menu">
<div class="container">
<div class="row g-4 p-3">
<div class="col-lg-3 col-md-6">
<h6 class="mega-menu-title"><i class="bi bi-fire"></i> Popular Categories
</h6>
<ul class="mega-menu-list">
<li><a href="courses.html"><i class="bi bi-code-slash"></i> Web
Development</a></li>
<li><a href="courses.html"><i class="bi bi-graph-up"></i> Data
Science</a></li>
<li><a href="courses.html"><i class="bi bi-robot"></i> Artificial
Intelligence</a></li>
<li><a href="courses.html"><i class="bi bi-shield-lock"></i>
Cybersecurity</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6">
<h6 class="mega-menu-title"><i class="bi bi-signpost-split"></i> Learning
Paths</h6>
<ul class="mega-menu-list">
<li><a href="courses.html"><i class="bi bi-cloud"></i> Cloud
Computing</a></li>
<li><a href="courses.html"><i class="bi bi-phone"></i> Mobile
Development</a></li>
<li><a href="courses.html"><i class="bi bi-palette"></i> UI/UX
Design</a></li>
<li><a href="courses.html"><i class="bi bi-gear"></i> DevOps</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6">
<h6 class="mega-menu-title"><i class="bi bi-building"></i> Company</h6>
<ul class="mega-menu-list">
<li><a href="about.html"><i class="bi bi-info-circle"></i> About
Novio</a></li>
<li><a href="contact.html"><i class="bi bi-envelope"></i> Contact Us</a>
</li>
<li><a href="careers.html"><i class="bi bi-briefcase"></i> Careers</a>
</li>
<li><a href="blog.html"><i class="bi bi-journal-text"></i> Blog</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6">
<h6 class="mega-menu-title"><i class="bi bi-box"></i> Resources</h6>
<ul class="mega-menu-list">
<li><a href="novio-plus.html"><i class="bi bi-stars"></i> Novio Plus</a>
</li>
<li><a href="catalog.html"><i class="bi bi-grid"></i> Catalog</a></li>
<li><a href="affiliates.html"><i class="bi bi-people"></i>
Affiliates</a></li>
<li><a href="help-center.html"><i class="bi bi-question-circle"></i>
Help Center</a></li>
</ul>
</div>
</div>
</div>
</div>
</li>
</ul>
<div class="mobile-menu-extras">
<p class="mobile-menu-section-title">Quick Links</p>
<div class="mobile-quick-links">
<a href="about.html"><i class="bi bi-info-circle"></i> About</a>
<a href="blog.html"><i class="bi bi-journal-text"></i> Blog</a>
<a href="careers.html"><i class="bi bi-briefcase"></i> Careers</a>
<a href="help-center.html"><i class="bi bi-question-circle"></i> Help</a>
<a href="catalog.html"><i class="bi bi-grid"></i> Catalog</a>
<a href="novio-plus.html"><i class="bi bi-stars"></i> Novio Plus</a>
<a href="podcast.html"><i class="bi bi-mic"></i> Podcast</a>
<a href="contact.html"><i class="bi bi-envelope"></i> Contact</a>
</div>
<p class="mobile-menu-section-title">Follow Us</p>
<div class="mobile-social-links">
<a href="https://facebook.com/ahmershah29" target="_blank" rel="noopener"
aria-label="Facebook"><i class="bi bi-facebook"></i></a>
<a href="https://x.com/ahmershah29" target="_blank" rel="noopener" aria-label="X"><i
class="bi bi-twitter-x"></i></a>
<a href="https://linkedin.com/in/syedahmershah" target="_blank" rel="noopener"
aria-label="LinkedIn"><i class="bi bi-linkedin"></i></a>
<a href="https://github.com/ahmershahdev" target="_blank" rel="noopener"
aria-label="GitHub"><i class="bi bi-github"></i></a>
<a href="https://youtube.com/@ahmershahdev" target="_blank" rel="noopener"
aria-label="YouTube"><i class="bi bi-youtube"></i></a>
</div>
</div>
<div class="d-flex align-items-center gap-2">
<a href="cart.html" class="btn btn-icon position-relative" aria-label="Cart">
<i class="bi bi-cart3"></i>
<span class="cart-badge badge" data-count="0">0</span>
</a>
<a href="login.html" class="btn btn-outline-primary btn-sm" id="loginBtn">Log In</a>
<a href="signup.html" class="btn btn-primary btn-sm" id="signupBtn">Sign Up</a>
<div class="dropdown d-none" id="accountDropdown">
<a href="#" class="btn btn-icon dropdown-toggle" id="accountBtn" data-bs-toggle="dropdown"
aria-expanded="false" aria-label="Account">
<i class="bi bi-person-circle"></i>
</a>
<ul class="dropdown-menu dropdown-menu-end account-dropdown">
<li><a class="dropdown-item" href="account.html"><i class="bi bi-person"></i>
Profile</a></li>
<li><a class="dropdown-item" href="my-courses.html"><i class="bi bi-book"></i> My
Courses</a></li>
<li><a class="dropdown-item" href="purchases.html"><i class="bi bi-bag"></i> My
Purchases</a></li>
<li><a class="dropdown-item" href="achievements.html"><i class="bi bi-trophy"></i>
Accomplishments</a></li>
<li><a class="dropdown-item" href="settings.html"><i class="bi bi-gear"></i>
Settings</a></li>
<li><a class="dropdown-item" href="updates.html"><i class="bi bi-bell"></i>
Updates</a></li>
<li><a class="dropdown-item" href="help-center.html"><i
class="bi bi-question-circle"></i> Help Center</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item text-danger" href="#" id="logoutBtn"><i
class="bi bi-box-arrow-right"></i> Logout</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="page-hero">
<div class="container">
<span class="section-badge">Learn & Grow</span>
<h1>Browse Courses</h1>
<p>Discover our curated library of tech courses and start building the skills you need</p>
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Courses</li>
</ol>
</nav>
</div>
</section>
<section class="courses-stats-bar">
<div class="container">
<div class="stats-row">
<div class="stat-pill"><i class="bi bi-collection"></i> <strong>200+</strong> Courses</div>
<div class="stat-pill"><i class="bi bi-people"></i> <strong>50K+</strong> Learners</div>
<div class="stat-pill"><i class="bi bi-star-fill"></i> <strong>4.8</strong> Avg Rating</div>
<div class="stat-pill"><i class="bi bi-mortarboard"></i> <strong>120+</strong> Instructors</div>
</div>
</div>
</section>
<section class="courses-categories-scroll">
<div class="container">
<h5 class="scroll-section-title">Browse by Category</h5>
<div class="category-scroll-wrapper">
<div class="category-scroll-track" id="categoryScrollTrack">
<button class="category-chip active" data-category="all"><i class="bi bi-grid-3x3-gap"></i> All
Courses</button>
<button class="category-chip" data-category="Web Development"><i class="bi bi-code-slash"></i> Web
Development</button>
<button class="category-chip" data-category="Data Science"><i class="bi bi-graph-up"></i> Data
Science</button>
<button class="category-chip" data-category="Artificial Intelligence"><i class="bi bi-robot"></i> AI
& ML</button>
<button class="category-chip" data-category="Cybersecurity"><i class="bi bi-shield-lock"></i>
Cybersecurity</button>
<button class="category-chip" data-category="Cloud Computing"><i class="bi bi-cloud"></i> Cloud
Computing</button>
<button class="category-chip" data-category="Programming"><i class="bi bi-terminal"></i>
Programming</button>
<button class="category-chip" data-category="Design"><i class="bi bi-palette"></i> Design</button>
<button class="category-chip" data-category="DevOps"><i class="bi bi-gear"></i> DevOps</button>
</div>
</div>
</div>
</section>
<section class="bg-white-section">
<div class="container">
<div class="row g-4">
<div class="col-lg-3">
<div class="filter-sidebar">
<div class="d-flex align-items-center justify-content-between mb-3">
<h6 class="mb-0 fw-bold">Filters</h6>
<button class="btn btn-link btn-sm text-decoration-none p-0" id="clearFilters">Clear
All</button>
</div>
<div class="filter-group">
<h6>Search</h6>
<div class="search-input-wrapper">
<i class="bi bi-search"></i>
<input type="text" id="courseSearch" placeholder="Search courses..."
class="form-control">
</div>
</div>
<div class="filter-group">
<h6>Category</h6>
<div class="form-check">
<input class="form-check-input filter-check filter-category" type="checkbox"
value="Web Development" id="catWeb">
<label class="form-check-label" for="catWeb">Web Development</label>
</div>
<div class="form-check">
<input class="form-check-input filter-check filter-category" type="checkbox"
value="Data Science" id="catData">
<label class="form-check-label" for="catData">Data Science</label>
</div>
<div class="form-check">
<input class="form-check-input filter-check filter-category" type="checkbox"
value="Programming" id="catProg">
<label class="form-check-label" for="catProg">Programming</label>
</div>
<div class="form-check">
<input class="form-check-input filter-check filter-category" type="checkbox"
value="Design" id="catDesign">
<label class="form-check-label" for="catDesign">Design</label>
</div>
<div class="form-check">
<input class="form-check-input filter-check filter-category" type="checkbox"
value="Artificial Intelligence" id="catAI">
<label class="form-check-label" for="catAI">AI & Machine Learning</label>
</div>
<div class="form-check">
<input class="form-check-input filter-check filter-category" type="checkbox"
value="Cybersecurity" id="catCyber">
<label class="form-check-label" for="catCyber">Cybersecurity</label>
</div>
<div class="form-check">
<input class="form-check-input filter-check filter-category" type="checkbox"
value="Cloud Computing" id="catCloud">
<label class="form-check-label" for="catCloud">Cloud Computing</label>
</div>
<div class="form-check">
<input class="form-check-input filter-check filter-category" type="checkbox"
value="DevOps" id="catDevOps">
<label class="form-check-label" for="catDevOps">DevOps</label>
</div>
</div>
<div class="filter-group">
<h6>Level</h6>
<div class="form-check">
<input class="form-check-input filter-check filter-level" type="checkbox"
value="Beginner" id="lvlBeg">
<label class="form-check-label" for="lvlBeg">Beginner</label>
</div>
<div class="form-check">
<input class="form-check-input filter-check filter-level" type="checkbox"
value="Intermediate" id="lvlInt">
<label class="form-check-label" for="lvlInt">Intermediate</label>
</div>
<div class="form-check">
<input class="form-check-input filter-check filter-level" type="checkbox"
value="Advanced" id="lvlAdv">
<label class="form-check-label" for="lvlAdv">Advanced</label>
</div>
</div>
<div class="filter-group">
<h6>Price</h6>
<div class="form-check">
<input class="form-check-input filter-check filter-price" type="checkbox" value="free"
id="priceFree">
<label class="form-check-label" for="priceFree">Free</label>
</div>
<div class="form-check">
<input class="form-check-input filter-check filter-price" type="checkbox" value="paid"
id="pricePaid">
<label class="form-check-label" for="pricePaid">Paid</label>
</div>
</div>
<div class="filter-group">
<h6>Duration</h6>
<div class="form-check">
<input class="form-check-input filter-check filter-duration" type="checkbox"
value="short" id="durShort">
<label class="form-check-label" for="durShort">Under 5 hours</label>
</div>
<div class="form-check">
<input class="form-check-input filter-check filter-duration" type="checkbox"
value="medium" id="durMed">
<label class="form-check-label" for="durMed">5-15 hours</label>
</div>
<div class="form-check">
<input class="form-check-input filter-check filter-duration" type="checkbox"
value="long" id="durLong">
<label class="form-check-label" for="durLong">15+ hours</label>
</div>
</div>
</div>
</div>
<div class="col-lg-9">
<div class="courses-toolbar">
<span class="result-count">9 courses found</span>
<select class="sort-select" id="sortSelect">
<option value="default">Sort by: Default</option>
<option value="popular">Most Popular</option>
<option value="rating">Highest Rated</option>
<option value="price-low">Price: Low to High</option>
<option value="price-high">Price: High to Low</option>
</select>
</div>
<div class="row" id="allCourses">
</div>
</div>
</div>
</div>
</section>
<section class="cta-section">
<div class="container">
<h2>Can't Find What You're Looking For?</h2>
<p>New courses are added every week. Subscribe for updates.</p>
<a href="contact.html" class="btn btn-lg">Contact Us <i class="bi bi-arrow-right ms-2"></i></a>
</div>
</section>
<footer class="footer" role="contentinfo" aria-label="Site footer">
<div class="container">
<div class="row g-4">
<div class="col-lg-3 col-md-6">
<div class="footer-logo">
<img src="assets/images/logo/novio-logo.png" alt="Novio" class="logo-img">
</div>
<p>Empowering learners worldwide with premium tech courses from industry experts.</p>
<div class="social-links">
<a href="https://facebook.com/ahmershah29" aria-label="Facebook" target="_blank"
rel="noopener"><i class="bi bi-facebook"></i></a>
<a href="https://x.com/ahmershah29" aria-label="X" target="_blank" rel="noopener"><i
class="bi bi-twitter-x"></i></a>
<a href="https://linkedin.com/in/syedahmershah" aria-label="LinkedIn" target="_blank"
rel="noopener"><i class="bi bi-linkedin"></i></a>
<a href="https://github.com/ahmershahdev" aria-label="GitHub" target="_blank" rel="noopener"><i
class="bi bi-github"></i></a>
<a href="https://youtube.com/@ahmershahdev" aria-label="YouTube" target="_blank"
rel="noopener"><i class="bi bi-youtube"></i></a>
<a href="https://ahmershah.dev/" aria-label="Portfolio" target="_blank" rel="noopener"><i
class="bi bi-globe2"></i></a>
</div>
</div>
<div class="col-lg-2 col-md-6">
<h6>Novio</h6>
<ul>
<li><a href="about.html">About</a></li>
<li><a href="leadership.html">Leadership</a></li>
<li><a href="careers.html">Careers</a></li>
<li><a href="catalog.html">Catalog</a></li>
<li><a href="novio-plus.html">Novio Plus</a></li>
<li><a href="courses.html">Professional Certificates</a></li>
<li><a href="courses.html">MasterTrack® Certificates</a></li>
<li><a href="courses.html">Degrees</a></li>
</ul>
</div>
<div class="col-lg-2 col-md-6">
<h6>Community</h6>
<ul>
<li><a href="learners.html">Learners</a></li>
<li><a href="partners.html">Partners</a></li>
<li><a href="beta-testers.html">Beta Testers</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="podcast.html">The Novio Podcast</a></li>
<li><a href="tech-blog.html">Tech Blog</a></li>
</ul>
</div>
<div class="col-lg-2 col-md-6">
<h6>More</h6>
<ul>
<li><a href="press.html">Press</a></li>
<li><a href="investors.html">Investors</a></li>
<li><a href="terms-of-service.html">Terms</a></li>
<li><a href="privacy-policy.html">Privacy</a></li>
<li><a href="help-center.html">Help</a></li>
<li><a href="accessibility.html">Accessibility</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="affiliates.html">Affiliates</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6">
<h6>Newsletter</h6>
<p>Stay updated with new courses and exclusive offers.</p>
<form class="newsletter-form" aria-label="Newsletter subscription">
<input type="email" placeholder="Enter your email" required aria-label="Email for newsletter"
autocomplete="email">
<button type="submit" aria-label="Subscribe"><i class="bi bi-arrow-right"></i></button>
</form>
</div>
</div>
<hr>
<div class="footer-bottom">
<p>© 2026 Novio Inc. All rights reserved.</p>
<p>Made by Syed Ahmer Shah</p>
</div>
</div>
</footer>
<button class="back-to-top" aria-label="Back to top"><i class="bi bi-arrow-up"></i></button>
<script src="assets/js/jquery-3.7.1.min.js" defer></script>
<script src="assets/js/bootstrap.bundle.min.js" defer></script>
<script src="assets/js/data.js" defer></script>
<script src="assets/js/utils.js" defer></script>
<script src="assets/js/ui.js" defer></script>
<script src="assets/js/courses.js" defer></script>
<script src="assets/js/course-detail.js" defer></script>
<script src="assets/js/cart-page.js" defer></script>
<script src="assets/js/auth-forms.js" defer></script>
<script src="assets/js/account.js" defer></script>
<script src="assets/js/animations.js" defer></script>
<script src="assets/js/nav-search.js" defer></script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "Browse Courses",
"description": "Explore premium tech courses on Novio.",
"url": "https://novio.ahmershah.dev/courses.html",
"isPartOf": {
"@type": "WebSite",
"name": "Novio",
"url": "https://novio.ahmershah.dev/"
}
}
</script>
</body>
</html>