-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlanding.html
53 lines (46 loc) · 1.91 KB
/
landing.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
<!DOCTYPE html>
<html>
<head>
<title>Finance Friends: Landing Page</title>
<link rel="stylesheet" href="landing.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div id="content">
<header>
<img src="img/horse_white.png" alt="Trojan Horse">
<h1>Trip to Troy</h1>
</header>
<h3 id="slogan">Everyday Opulence: Maximizing your money and making room for everyday luxuries.</h2>
<p>
Trip to Troy is game designed to help students learn about the value of budgeting and
the difficulties of making everday financial decisions. The game also seeks to expose users to the local economy of Troy,
and promote small minority-owned businesses.
</p>
<h2>Objective</h2>
<h3>You're a thrifty, independent college student with expenses and bills to pay! </h2>
<p>
To play, you can begin by accessing your tasks in the right-hand menu lab labeled "Tasks". Step through each task
in order; to start a task, click the "Go" button next to a task. Decide whether to complete the task
after evaluating the following information:
<br>
<br>
- How much money will be deducted or earned when completing the task?
<br>
- How long will the task take?
<br>
- How much happiness results from completing the task?
<br>
<br>
Continue completing tasks while maximizing your budget without running out of time. See how much money you can save, and
how many happiness points you can earn!
Good luck on your budgeting adventure!
</p>
<br>
<a href="index.html">Continue to game</a>
</div>
<script src="jquery-3.7.1.min.js"></script>
<script src="index.js"></script>
</body>
</html>