-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (31 loc) · 1.04 KB
/
index.html
File metadata and controls
38 lines (31 loc) · 1.04 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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="active.css">
</head>
<body>
<nav id="navbar">
<ul>
<a class="nav-link" href="index.html"><li>Home</li></a>
<a class ="nav-link" href="stocks.html"><li>Stocks</li></a>
<a class ="nav-link" href="budget.html"><li>Budget</li></a>
<a class ="nav-link" href="finterms.html"><li>Fin Terms</li></a>
<a class ="nav-link" href="tips.html"><li>Tips</li></a>
</ul>
</nav>
<section id="welcome-section">
<div id="welcome-header">
<div id="title">
<h1>$ave Gen</h1>
<p> Saving the next generation of teenagers by promoting financial literacy</p>
</div>
<img src="./images/moneybunny-01.png">
</div>
</section>
<script src="" async defer></script>
</body>
</html>