-
Notifications
You must be signed in to change notification settings - Fork 367
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 #595 from Gokul0880/main
finance changed
- Loading branch information
Showing
1 changed file
with
30 additions
and
21 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,101 +1,110 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Finance Courses | Learn Finances</title> | ||
<meta name="description" content="Explore our Finance courses covering financial securities, instruments, portfolio management, and more. Enroll now and build your financial literacy skills."> | ||
<meta name="description" | ||
content="Explore our Finance courses covering financial securities, instruments, portfolio management, and more. Enroll now and build your financial literacy 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> | ||
<p class="title-sm text-center section-subtitle" id="finance-courses-label">Explore Finance 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> | ||
<article class="card course-card"> | ||
<div class="card-icon"> | ||
<img src="./assets/images/marketing/digital.jpg" width="300" height="200" loading="lazy" | ||
alt="Introduction to Finances course overview"> | ||
alt="Introduction to Finances course overview, featuring budgeting and financial planning"> | ||
</div> | ||
<div> | ||
<h3 class="course-title">Introduction to Finances</h3> | ||
<p class="course-duration">Duration: 4 weeks</p> | ||
</div> | ||
<a href="course-intro-Finances.html" class="layer-link" aria-label="Learn more about the Introduction to Finances course">Learn More</a> | ||
<a href="course-intro-Finances.html" class="layer-link" | ||
aria-label="Learn more about the Introduction to Finances course">Learn More</a> | ||
</article> | ||
</li> | ||
|
||
<li> | ||
<article class="card course-card"> | ||
<div class="card-icon"> | ||
<img src="./assets/images/marketing/seo.jpg" width="300" height="200" loading="lazy" | ||
alt="Financial securities overview"> | ||
alt="Course on Financial Securities, covering stocks, bonds, and investments"> | ||
</div> | ||
<div> | ||
<h3 class="course-title">Financial Securities</h3> | ||
<p class="course-duration">Duration: 6 weeks</p> | ||
</div> | ||
<a href="course-Financial-securities.html" class="layer-link" aria-label="Learn more about Financial Securities course">Learn More</a> | ||
<a href="course-Financial-securities.html" class="layer-link" | ||
aria-label="Learn more about Financial Securities course">Learn More</a> | ||
</article> | ||
</li> | ||
|
||
<li> | ||
<article class="card course-card"> | ||
<div class="card-icon"> | ||
<img src="./assets/images/marketing/social.jpg" width="300" height="200" loading="lazy" | ||
alt="Financial instruments overview"> | ||
alt="Financial Instruments course, focusing on different asset classes and trading strategies"> | ||
</div> | ||
<div> | ||
<h3 class="course-title">Financial Instruments</h3> | ||
<p class="course-duration">Duration: 5 weeks</p> | ||
</div> | ||
<a href="course-Financial-instruments.html" class="layer-link" aria-label="Learn more about Financial Instruments course">Learn More</a> | ||
<a href="course-Financial-instruments.html" class="layer-link" | ||
aria-label="Learn more about Financial Instruments course">Learn More</a> | ||
</article> | ||
</li> | ||
|
||
<li> | ||
<article class="card course-card"> | ||
<div class="card-icon"> | ||
<img src="./assets/images/marketing/web.jpg" width="300" height="200" loading="lazy" | ||
alt="Portfolio management course overview"> | ||
alt="Portfolio Management course covering investment strategies and asset allocation"> | ||
</div> | ||
<div> | ||
<h3 class="course-title">Portfolio Management</h3> | ||
<p class="course-duration">Duration: 8 weeks</p> | ||
</div> | ||
<a href="course-Portfolio-management.html" class="layer-link" aria-label="Learn more about Portfolio Management course">Learn More</a> | ||
<a href="course-Portfolio-management.html" class="layer-link" | ||
aria-label="Learn more about Portfolio Management course">Learn More</a> | ||
</article> | ||
</li> | ||
|
||
<li> | ||
<article class="card course-card"> | ||
<div class="card-icon"> | ||
<img src="./assets/images/marketing/email.jpg" width="300" height="200" loading="lazy" | ||
alt="Statistics course overview"> | ||
alt="Statistics course overview with focus on data analysis in finance"> | ||
</div> | ||
<div> | ||
<h3 class="course-title">Statistics</h3> | ||
<p class="course-duration">Duration: 10 weeks</p> | ||
</div> | ||
<a href="course-Statistics.html" class="layer-link" aria-label="Learn more about Statistics course">Learn More</a> | ||
<a href="course-Statistics.html" class="layer-link" | ||
aria-label="Learn more about Statistics course">Learn More</a> | ||
</article> | ||
</li> | ||
</ul> | ||
|
||
<a href="enroll.html" class="btn btn-primary">Enroll in a Course</a> | ||
</div> | ||
</section> | ||
</body> | ||
|
||
</html> |