-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (26 loc) · 1.01 KB
/
index.html
File metadata and controls
28 lines (26 loc) · 1.01 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
<!DOCTYPE html>
<html>
<head>
<title>Emma's Journey</title>
<link href='https://fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="lib/jquery-ui-1.11.4.custom/jquery-ui.min.css">
<link rel="stylesheet" type="text/css" href="lib/jsonEditor/jsoneditor.css">
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link rel="stylesheet" type="text/css" href="css/timeline.css">
</head>
<body>
<div id="titleBackground">
<div id="bg2" class="bg"></div>
<div id="bg3" class="bg"></div>
<div id="bg4" class="bg"></div>
<div id="bg1" class="bg"></div>
</div>
<div id="bgOverlay"></div>
<img src="assets/UI/title.svg" alt="Emma's Journey" id="title"/>
<p id="subtitle"><em>A generative game about climate change</em></p>
<hr class="title"/>
<h2 style="margin-bottom:50px"><a href="game.html" style="font-size:2em">Play</a></h2>
<h2><a href="research.html">Research</a></h2>
<h2><a href="credits.html">Credits</a></h2>
</body>
</html>