aboutsummaryrefslogtreecommitdiff
path: root/website/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'website/index.html')
-rw-r--r--website/index.html30
1 files changed, 22 insertions, 8 deletions
diff --git a/website/index.html b/website/index.html
index a35f58e..e7b58fa 100644
--- a/website/index.html
+++ b/website/index.html
@@ -8,24 +8,22 @@
8 <title>ESIEEquest</title> 8 <title>ESIEEquest</title>
9 9
10 <link rel="stylesheet" href="/assets/css/pure-min.css"> 10 <link rel="stylesheet" href="/assets/css/pure-min.css">
11 <link rel="stylesheet" href="/assets/css/font-awesome.min.css">
11 12
12 <link rel="stylesheet" href="/assets/css/main-grid.css"> 13 <link rel="stylesheet" href="/assets/css/main-grid.css">
13 <link rel="stylesheet" href="/assets/css/marketing.css"> 14 <link rel="stylesheet" href="/assets/css/marketing.css">
14 15
15 <link rel="stylesheet" href="/assets/css/font-awesome.min.css"> 16 <link rel="stylesheet" href="/assets/css/style.css">
16
17 </head> 17 </head>
18 <body> 18 <body>
19 19
20 <a id="play" class="anchor"></a>
21
22 <div class="header"> 20 <div class="header">
23 <div class="home-menu pure-menu pure-menu-open pure-menu-horizontal pure-menu-fixed"> 21 <divbox class="home-menu pure-menu pure-menu-open pure-menu-horizontal pure-menu-fixed">
24 <a class="pure-menu-heading" href="#">ESIEEquest</a> 22 <a class="pure-menu-heading" href="#">ESIEEquest</a>
25 23
26 <ul> 24 <ul>
27 <li> 25 <li>
28 <a href="#play">Play</a> 26 <a href="#">Play</a>
29 </li> 27 </li>
30 <li> 28 <li>
31 <a href="#help">Help</a> 29 <a href="#help">Help</a>
@@ -34,7 +32,7 @@
34 <a href="#about">About</a> 32 <a href="#about">About</a>
35 </li> 33 </li>
36 </ul> 34 </ul>
37 </div> 35 </div>
38 </div> 36 </div>
39 37
40 <div class="splash-container"> 38 <div class="splash-container">
@@ -44,7 +42,7 @@
44 The Universe has encountered an error. Press any key to continue. 42 The Universe has encountered an error. Press any key to continue.
45 </p> 43 </p>
46 <p> 44 <p>
47 <a href="#dontpanic" class="pure-button pure-button-primary">This is any key</a> 45 <a href="#play" class="pure-button pure-button-primary">This is any key</a>
48 </p> 46 </p>
49 </div> 47 </div>
50 </div> 48 </div>
@@ -97,6 +95,10 @@
97 quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo 95 quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
98 consequat. Duis aute irure dolor. 96 consequat. Duis aute irure dolor.
99 </p> 97 </p>
98
99 <p>
100 <a href="#map" class="pure-button">Where am I? Open the map!</a>
101 </p>
100 </div> 102 </div>
101 103
102 </div> 104 </div>
@@ -151,5 +153,17 @@
151 153
152 </div> 154 </div>
153 155
156 <div id="play" class="overbox fullscreen">
157 <p>
158 <br>
159 <br>
160 &nbsp;&nbsp;Coming soon...
161 </p>
162 </div>
163
164 <div id="map" class="overbox fullscreen">
165 <iframe id="map-frame" src="map.svg"></iframe>
166 </div>
167
154 </body> 168 </body>
155</html> 169</html>