-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex3.html
More file actions
63 lines (63 loc) · 3.45 KB
/
index3.html
File metadata and controls
63 lines (63 loc) · 3.45 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Chivo&family=Cinzel&family=Corben&family=Josefin+Sans&family=Manrope:wght@300&family=Playfair+Display+SC&family=Send+Flowers&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter+Tight&display=swap" rel="stylesheet">
<title>Financial - Education</title>
</head>
<body>
<div class="nav">
<ul>
<li class="skiller"><a href="/index.html">Home</a></li>
<li class="skiller"><a href="/index1.html">Long-Term</a></li>
<li class="skiller"><a href="/index2.html">Budgeting</a></li>
<li class="skiller"><a href="/index3.html">Education</a></li>
<li class="skiller"><a href="/index4.html">Investing</a></li>
</ul>
</div>
</div>
<div class="topContainer">
<div class="titles">
<h1 id="mainTitle">Making Higher Education more Accessible</h1>
</div>
</div>
<h2 id="mainSubtitle">Put your knowledge to USE!</h2>
<br>
<div class="middleContainer">
<hr>
<div class="mySkills">
<h1 id="ms">Here's How</h1>
<div class="skillRow">
<img src="/Images/funding.png" alt="computerImage" class="comp">
<h3>Shift Government Funding</h3>
<p>Prioritize funding for schools on a performance basis. For example, using graduation and employment rates of alumni in addition to the time taken for them to earn their degrees.</p>
</div>
<div class="skillRow">
<img src="/Images/creative-teaching.png" alt="" class="gamedev">
<h3>Utilize New Methods of Teaching</h3>
<p>The pandemic shifted the way students are taught, allowing for students to study at their own pace while granting teachers the ability to leave detailed feedback on their work. These new methods of teaching that have emerged during the pandemic have improved attendance and grades of students, and hence increasing the number of students who completed the course. Fortunately, these teaching methods are very cost efficient for schools to implement.</p>
</div>
<div class="skillRow">
<img src="/Images/graduate.png" alt="computerImage" class="comp">
<h3>Graduating Students Faster</h3>
<p>Limiting the graduation requirements to only the courses required for the major, students can earn their degree in less time, while not having to pay for the full four years for their degree.</p>
</div>
</div>
<hr>
</div>
<center><h2 id="sponsor">Sponsored Challenge By</h2></center>
<img src="/Images/MT-Bank-Logo.png" alt="MT BANK" width="205" height="125">
<div class="bottomContainer">
<p>Copyright ©2022 - All Rights</p>
<h2 class="bottom">Tanveer - Sakib - Uzayr - Adi</h2>
</div>
</body>
</html>