forked from PriyaGhosal/SkillWise
-
Notifications
You must be signed in to change notification settings - Fork 0
/
finance.html
110 lines (98 loc) · 5.55 KB
/
finance.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
<!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.">
<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="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, 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>
</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="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>
</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 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>
</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 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>
</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 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>
</article>
</li>
</ul>
<a href="enroll.html" class="btn btn-primary">Enroll in a Course</a>
</div>
</section>
</body>
</html>