-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (64 loc) · 3.38 KB
/
index.html
File metadata and controls
64 lines (64 loc) · 3.38 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
64
<!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 - Home</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">Financial Understanding and Well-Being</h1>
</div>
</div>
<h2 id="mainSubtitle">Learn how to be financially Responsible!</h2>
<br>
<div>
</div>
<div class="middleContainer">
<hr>
<div class="mySkills">
<h1 id="ms">What is this about?</h1>
<div class="mySkills">
<div class="skillRow">
<img src="/Images/analysis.png" alt="computerImage" class="comp">
<h3>To Inform and Spread awareness</h3>
<p>This website is to inform and help those are not certain about their financial standpoint and well being. Our goal is to demonstrate and advice common knowledge of financial terms and services, in order to make people create more healthy and future financial decisions while displaying tools that are available.</p>
</div>
</div>
<hr>
</div>
<div class="aboutMe">
<h2 id="mainSubtitle">Play a Game to Learn MORE!</h2>
<h2 id="me">Game Description</h2>
<img src="/Images/GameDev.png" alt="picture of books" class="studies" width="200px" height="200px">
<p>Play a short game where you take control of a young boy learning taking financial advice from many of his towns people in return of helping them around the town with their problems.</p>
</div>
<div>
<center><h2 id="con">Move: WASD - Interact: SPACEBAR</h2></center>
<iframe frameborder="0" src="https://itch.io/embed-upload/6785750?color=333333" allowfullscreen="" width="1100" height="676"><a href="https://masta-works.itch.io/villages">Play Villages on itch.io</a></iframe>
</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>