Skip to content

Commit

Permalink
Merge pull request #308 from abhipariharr/skill
Browse files Browse the repository at this point in the history
Created the Courses Pages
  • Loading branch information
PriyaGhosal authored Oct 8, 2024
2 parents 3ae6518 + 9f2c852 commit 1c943f4
Show file tree
Hide file tree
Showing 25 changed files with 424 additions and 4 deletions.
Binary file added assets/images/finance/Statistics.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/finance/finance.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/finance/instrument.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/finance/management.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/finance/security.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/marketing/digtal.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/marketing/email.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/marketing/seo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/marketing/social.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/marketing/web.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/modern-physics/cosmology.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/modern-physics/modernphysics.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/modern-physics/nuclear.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/modern-physics/quantum.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/modern-physics/relativity.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/music/Recording.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/music/composition.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/music/editing.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/music/music.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/music/sound.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
105 changes: 105 additions & 0 deletions finance.html
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>
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ <h3 class="title-lg">Modern Physics</h3>
<p class="title-sm">68 Courses</p>
</div>

<a href="#" class="layer-link" aria-label="Modern Physics Category"></a>
<a href="modern_physics.html" class="layer-link" aria-label="Modern Physics Category"></a>

</div>
</li>
Expand All @@ -296,7 +296,7 @@ <h3 class="title-lg">Music Production</h3>
<p class="title-sm">68 Courses</p>
</div>

<a href="#" class="layer-link" aria-label="Music Production Category"></a>
<a href="music.html" class="layer-link" aria-label="Music Production Category"></a>

</div>
</li>
Expand All @@ -315,7 +315,7 @@ <h3 class="title-lg">Digital Marketing</h3>
<p class="title-sm">68 Courses</p>
</div>

<a href="#" class="layer-link" aria-label="Data Science Category"></a>
<a href="marketing.html" class="layer-link" aria-label="Data Science Category"></a>

</div>
</li>
Expand All @@ -333,7 +333,7 @@ <h3 class="title-lg">Finances</h3>
<p class="title-sm">68 Courses</p>
</div>

<a href="#" class="layer-link" aria-label="Finances Category"></a>
<a href="finance.html" class="layer-link" aria-label="Finances Category"></a>

</div>
</li>
Expand Down
105 changes: 105 additions & 0 deletions marketing.html
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>
105 changes: 105 additions & 0 deletions modern_physics.html
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>
Loading

0 comments on commit 1c943f4

Please sign in to comment.