-
Notifications
You must be signed in to change notification settings - Fork 1
/
level_two_completed.html
39 lines (32 loc) · 2.18 KB
/
level_two_completed.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
<!Doctype HTML>
<html>
<head>
<title>PlanetCo</title>
<meta charset="utf-8">
<meta name="description" content="Learn about budgeting by building your own planet.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="planetco.css">
<link href="https://fonts.googleapis.com/css?family=Abril+Fatface" rel="stylesheet">
</head>
<body>
<div class="maincontainer">
<header class="flex-container titlecard">
<img src="Pics\LogoNoName.png" class="logo" alt="logo">
<h1 class="gametitle">PlanetCo...learn to budget while building your own planet!</h1>
</header>
<main>
<div class="userwon">
<h2>Congratulations!</h2>
<p>Great job! You only spent <span class="spent"></span> quatros! Since you came under budget, the Galaxy Federation has awarded you an additional 75 quatros.</p>
<p class="reallygooditem">You bought a rainforest or an ocean. Great job! Sometimes we have to buy really expensive things like a house or a car but you get a lot of use out of them! Rainforests and oceans provide an abundance of food, plants, and animals, which will really help your planet! Enjoy a 25 quatro bonus each round for your wise purchase!</p>
<a href="level_three_seg.html"><button class="continue">Continue?</button></a>
</div>
<div class="userlost">
<h2>Bankrupt!</h2>
<p>Uh oh! Looks like you went over budget! You spent <span class="spent"></span> quatros but the limit was <span class = "leveltwomoney"></span> quatros. Too bad, your planet was looking pretty sweet. Oh well, better luck next time.</p>
<a href="planetco.html"><button id="startbtn">Try again?</button></a>
</div>
</main>
</div>
<footer>
© by Taylor Roberts, Aleksandra Charleville, Terance Chambers, Eric Anspach 2018