-
Notifications
You must be signed in to change notification settings - Fork 374
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #308 from abhipariharr/skill
Created the Courses Pages
- Loading branch information
Showing
25 changed files
with
424 additions
and
4 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Finances Courses | Learn Finances</title> | ||
<meta name="description" content="Explore our Finances courses covering Financial securities, Financial instruments, Portfolio management, and more. Enroll now and build your Modern Physics skills."> | ||
<link rel="stylesheet" href="./assets/css/style.css"> | ||
<link rel="shortcut icon" href="./favicon.svg" type="image/svg+xml"> | ||
</head> | ||
<body> | ||
|
||
<section class="section courses has-bg-image"> | ||
<div class="container"> | ||
|
||
<p class="title-sm text-center section-subtitle" id="data-science-label">Explore Courses</p> | ||
|
||
<h2 class="headline-md text-center section-title"> | ||
Introduction to Finances <span class="span has-after">Courses</span> | ||
</h2> | ||
|
||
<p class="text-center description"> | ||
Understanding finances is key to managing your money effectively. From budgeting and saving to investing and planning for the future, financial literacy helps you make informed decisions. Explore courses on personal finance, wealth management, and financial planning to secure your financial well-being. | ||
</p> | ||
|
||
<ul class="grid-list"> | ||
<li> | ||
<div class="card course-card"> | ||
<div class="card-icon"> | ||
<img src="./assets/images/marketing/digtal.jpg" width="300" height="100" loading="lazy" | ||
alt="Introduction to Finances course overview image"> | ||
</div> | ||
<div> | ||
<h3 class="title-lg">Introduction to Finances</h3> | ||
<p class="title-sm">Duration: 4 weeks</p> | ||
</div> | ||
<a href="course-intro-Finances.html" class="layer-link" aria-label="Learn more about Introduction to Finances"></a> | ||
</div> | ||
</li> | ||
|
||
<li> | ||
<div class="card course-card"> | ||
<div class="card-icon"> | ||
<img src="./assets/images/marketing/seo.jpg" width="300" height="100" loading="lazy" | ||
alt="Financial securities image"> | ||
</div> | ||
<div> | ||
<h3 class="title-lg">Financial securities</h3> | ||
<p class="title-sm">Duration: 6 weeks</p> | ||
</div> | ||
<a href="course-Financial-securities.html" class="layer-link" aria-label="Learn more about Financial securities"></a> | ||
</div> | ||
</li> | ||
|
||
<li> | ||
<div class="card course-card"> | ||
<div class="card-icon"> | ||
<img src="./assets/images/marketing/social.jpg" width="300" height="100" loading="lazy" | ||
alt="Learn Financial instruments overview image"> | ||
</div> | ||
<div> | ||
<h3 class="title-lg">Financial instruments</h3> | ||
<p class="title-sm">Duration: 5 weeks</p> | ||
</div> | ||
<a href="course-Financial-instruments.html" class="layer-link" aria-label="Learn more about Financial instruments"></a> | ||
</div> | ||
</li> | ||
|
||
<li> | ||
<div class="card course-card"> | ||
<div class="card-icon"> | ||
<img src="./assets/images/marketing/web.jpg" width="300" height="100" loading="lazy" | ||
alt="Portfolio management course overview image"> | ||
</div> | ||
<div> | ||
<h3 class="title-lg">Portfolio management</h3> | ||
<p class="title-sm">Duration: 8 weeks</p> | ||
</div> | ||
<a href="course-Portfolio-management.html" class="layer-link" aria-label="Learn more about Portfolio management"></a> | ||
</div> | ||
</li> | ||
|
||
<li> | ||
<div class="card course-card"> | ||
<div class="card-icon"> | ||
<img src="./assets/images/marketing/email.jpg" width="300" height="100" loading="lazy" | ||
alt="Statistics course overview image"> | ||
</div> | ||
<div> | ||
<h3 class="title-lg">Statistics</h3> | ||
<p class="title-sm">Duration: 10 weeks</p> | ||
</div> | ||
<a href="course-Statistics.html" class="layer-link" aria-label="Learn more about Statistics"></a> | ||
</div> | ||
</li> | ||
|
||
</ul> | ||
|
||
<a href="enroll.html" class="btn btn-primary">Enroll in a Course</a> | ||
|
||
|
||
</div> | ||
</section> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Digital Marketing Courses | Learn Digital Marketing</title> | ||
<meta name="description" content="Explore our Digital Marketing courses covering Search Engine Optimisation (SEO), Social Media Marketing, Web Analytics, and more. Enroll now and build your Modern Physics skills."> | ||
<link rel="stylesheet" href="./assets/css/style.css"> | ||
<link rel="shortcut icon" href="./favicon.svg" type="image/svg+xml"> | ||
</head> | ||
<body> | ||
|
||
<section class="section courses has-bg-image"> | ||
<div class="container"> | ||
|
||
<p class="title-sm text-center section-subtitle" id="data-science-label">Explore Courses</p> | ||
|
||
<h2 class="headline-md text-center section-title"> | ||
Introduction to Digital Marketing <span class="span has-after">Courses</span> | ||
</h2> | ||
|
||
<p class="text-center description"> | ||
Digital Marketing teaches you how to promote products and services online using SEO, social media, Web Analytics, and Email Marketing. Our courses cover strategies to engage audiences, increase brand visibility, and drive conversions. Master the skills to succeed in today's digital landscape! | ||
</p> | ||
|
||
<ul class="grid-list"> | ||
<li> | ||
<div class="card course-card"> | ||
<div class="card-icon"> | ||
<img src="./assets/images/marketing/digtal.jpg" width="300" height="100" loading="lazy" | ||
alt="Introduction to Digital Marketing course overview image"> | ||
</div> | ||
<div> | ||
<h3 class="title-lg">Introduction to Digital Marketing</h3> | ||
<p class="title-sm">Duration: 4 weeks</p> | ||
</div> | ||
<a href="course-intro-Digital-Marketing.html" class="layer-link" aria-label="Learn more about Introduction to Digital Marketing"></a> | ||
</div> | ||
</li> | ||
|
||
<li> | ||
<div class="card course-card"> | ||
<div class="card-icon"> | ||
<img src="./assets/images/marketing/seo.jpg" width="300" height="100" loading="lazy" | ||
alt="SEO image"> | ||
</div> | ||
<div> | ||
<h3 class="title-lg">Search Engine Optimisation (SEO)</h3> | ||
<p class="title-sm">Duration: 6 weeks</p> | ||
</div> | ||
<a href="course-SEO.html" class="layer-link" aria-label="Learn more about SEO"></a> | ||
</div> | ||
</li> | ||
|
||
<li> | ||
<div class="card course-card"> | ||
<div class="card-icon"> | ||
<img src="./assets/images/marketing/social.jpg" width="300" height="100" loading="lazy" | ||
alt="Learn Social Media Marketing overview image"> | ||
</div> | ||
<div> | ||
<h3 class="title-lg">Social Media Marketing</h3> | ||
<p class="title-sm">Duration: 5 weeks</p> | ||
</div> | ||
<a href="course-Social-Media-Marketing.html" class="layer-link" aria-label="Learn more about Social Media Marketing"></a> | ||
</div> | ||
</li> | ||
|
||
<li> | ||
<div class="card course-card"> | ||
<div class="card-icon"> | ||
<img src="./assets/images/marketing/web.jpg" width="300" height="100" loading="lazy" | ||
alt="Web Analytics course overview image"> | ||
</div> | ||
<div> | ||
<h3 class="title-lg">Web Analytics</h3> | ||
<p class="title-sm">Duration: 8 weeks</p> | ||
</div> | ||
<a href="course-Web-Analytics.html" class="layer-link" aria-label="Learn more about Web Analytics"></a> | ||
</div> | ||
</li> | ||
|
||
<li> | ||
<div class="card course-card"> | ||
<div class="card-icon"> | ||
<img src="./assets/images/marketing/email.jpg" width="300" height="100" loading="lazy" | ||
alt="Email Marketing course overview image"> | ||
</div> | ||
<div> | ||
<h3 class="title-lg">Email Marketing</h3> | ||
<p class="title-sm">Duration: 10 weeks</p> | ||
</div> | ||
<a href="course-Email-Marketing.html" class="layer-link" aria-label="Learn more about Email Marketing"></a> | ||
</div> | ||
</li> | ||
|
||
</ul> | ||
|
||
<a href="enroll.html" class="btn btn-primary">Enroll in a Course</a> | ||
|
||
|
||
</div> | ||
</section> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Explore Modern Physics Courses | Learn Modern Physics</title> | ||
<meta name="description" content="Explore our Modern Physics courses covering Quantum Theory, Relativity, Nuclear Physics, and more. Enroll now and build your Modern Physics skills."> | ||
<link rel="stylesheet" href="./assets/css/style.css"> | ||
<link rel="shortcut icon" href="./favicon.svg" type="image/svg+xml"> | ||
</head> | ||
<body> | ||
|
||
<section class="section courses has-bg-image"> | ||
<div class="container"> | ||
|
||
<p class="title-sm text-center section-subtitle" id="data-science-label">Explore Courses</p> | ||
|
||
<h2 class="headline-md text-center section-title"> | ||
Modern Physics <span class="span has-after">Courses</span> | ||
</h2> | ||
|
||
<p class="text-center description"> | ||
Modern physics, anchored in the transformative breakthroughs of the 20th century—Relativity and Quantum Mechanics—has profoundly altered our grasp of the physical universe. These theories, shattering the confines of classical thought, revealed an intricate and mysterious reality far beyond prior understanding. | ||
</p> | ||
|
||
<ul class="grid-list"> | ||
<li> | ||
<div class="card course-card"> | ||
<div class="card-icon"> | ||
<img src="./assets/images/modern-physics/modernphysics.jpg" width="300" height="100" loading="lazy" | ||
alt="Introduction to Modern Physics course overview image"> | ||
</div> | ||
<div> | ||
<h3 class="title-lg">Introduction to Modern Physics</h3> | ||
<p class="title-sm">Duration: 4 weeks</p> | ||
</div> | ||
<a href="course-intro-modern-physics.html" class="layer-link" aria-label="Learn more about Introduction to Modern Physics"></a> | ||
</div> | ||
</li> | ||
|
||
<li> | ||
<div class="card course-card"> | ||
<div class="card-icon"> | ||
<img src="./assets/images/modern-physics/quantum.jpg" width="300" height="100" loading="lazy" | ||
alt="Quantum Theory image"> | ||
</div> | ||
<div> | ||
<h3 class="title-lg">Quantum Theory</h3> | ||
<p class="title-sm">Duration: 6 weeks</p> | ||
</div> | ||
<a href="course-quantum-theory.html" class="layer-link" aria-label="Learn more about Quantum Theory"></a> | ||
</div> | ||
</li> | ||
|
||
<li> | ||
<div class="card course-card"> | ||
<div class="card-icon"> | ||
<img src="./assets/images/modern-physics/relativity.jpg" width="300" height="100" loading="lazy" | ||
alt="Relativity overview image"> | ||
</div> | ||
<div> | ||
<h3 class="title-lg">Relativity</h3> | ||
<p class="title-sm">Duration: 5 weeks</p> | ||
</div> | ||
<a href="course-relativity.html" class="layer-link" aria-label="Learn more about Relativity"></a> | ||
</div> | ||
</li> | ||
|
||
<li> | ||
<div class="card course-card"> | ||
<div class="card-icon"> | ||
<img src="./assets/images/modern-physics/nuclear.jpg" width="300" height="100" loading="lazy" | ||
alt="Nuclear Physics course overview image"> | ||
</div> | ||
<div> | ||
<h3 class="title-lg">Nuclear Physics</h3> | ||
<p class="title-sm">Duration: 8 weeks</p> | ||
</div> | ||
<a href="course-nuclear-physics.html" class="layer-link" aria-label="Learn more about Nuclear Physics"></a> | ||
</div> | ||
</li> | ||
|
||
<li> | ||
<div class="card course-card"> | ||
<div class="card-icon"> | ||
<img src="./assets/images/modern-physics/cosmology.jpg" width="300" height="100" loading="lazy" | ||
alt="Cosmology course overview image"> | ||
</div> | ||
<div> | ||
<h3 class="title-lg">Cosmology</h3> | ||
<p class="title-sm">Duration: 10 weeks</p> | ||
</div> | ||
<a href="course-cosmology.html" class="layer-link" aria-label="Learn more about Cosmology"></a> | ||
</div> | ||
</li> | ||
|
||
</ul> | ||
|
||
<a href="enroll.html" class="btn btn-primary">Enroll in a Course</a> | ||
|
||
|
||
</div> | ||
</section> | ||
</body> | ||
</html> |
Oops, something went wrong.