From a4e42bc4d42d69254f92ef7c720f5fcefa37439a Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Sat, 8 Feb 2014 23:43:17 +0100 Subject: Add content to the website --- website/assets/css/style.css | 31 +++++++++++++++ website/index.html | 91 +++++++++++++++++++------------------------- 2 files changed, 70 insertions(+), 52 deletions(-) (limited to 'website') diff --git a/website/assets/css/style.css b/website/assets/css/style.css index 8a277f7..4c691fb 100644 --- a/website/assets/css/style.css +++ b/website/assets/css/style.css @@ -30,3 +30,34 @@ .overbox:target { display: block; } + +#map-frame { + width: 100%; + height: 100%; + border: none; +} + +kbd { + padding: 0.1em 0.6em; + border: 1px solid #ccc; + font-size: 11px; + font-family: Arial, Helvetica, sans-serif; + background-color: #f7f7f7; + color: #333; + /*-moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset; + -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset; + box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;*/ + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + display: inline-block; + margin: 0 0.1em; + text-shadow: 0 1px 0 #fff; + line-height: 1.4; + white-space: nowrap; + vertical-align: text-top; +} + +ul .fa { + margin-right: 0.25em; +} diff --git a/website/index.html b/website/index.html index 23f72be..da92ce7 100644 --- a/website/index.html +++ b/website/index.html @@ -9,18 +9,14 @@ - - -
- +
ESIEEquest - -
+
@@ -50,7 +46,6 @@

ESIEE + quest = ESIEEquest

-
@@ -82,77 +77,70 @@
-
+

I'm lost!

-
-Don't panic();
-Throw an Exception and try with the
-
+

+ Don't panic(); +
+ Throw an Exception and try the +

Game map

+
-
+

Need some help pushing buttons?

+

Moving around

- Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod - tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, - quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo - consequat. Duis aute irure dolor. + Use and arrows to change your direction, to move forward, and to pick up an object or to speak to a character.

- +

Using items

+

+ Use 1, 2, 3, ... to drop or use items from your inventory. +

+
-
-

About that game

+

About that game

-
-
-
- - - - - - - - - - - -
-
-
-
-

Contact Us

+

The project

- Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod - tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, - quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo - consequat. + The development of this game was conducted ​​in part of the project-based learning unit IGI-1002, at ESIEE Paris, in which students are asked to write a simple adventure game in Java.

- -

More Information

+
+

The team

- Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod - tempor incididunt ut labore et dolore magna aliqua. + This game was fully developped by Pacien TRAN-GIRARD and Benoît LUBRANO DI SBARAGLIONE, two first year ESIEE students ('18).

+
-
-
@@ -166,6 +154,5 @@ Don't panic();
- -- cgit v1.2.3