From 180876bde698df24c080fc72591a1785b06d3f02 Mon Sep 17 00:00:00 2001 From: kevin Date: Wed, 3 Jun 2020 00:59:41 +0200 Subject: [PATCH] add new page (choose map) --- landing_page/dist/choose-map.html | 54 ++++++++++++++++---------- landing_page/dist/index.html | 2 +- landing_page/src/sass/_choose-map.scss | 3 +- 3 files changed, 37 insertions(+), 22 deletions(-) diff --git a/landing_page/dist/choose-map.html b/landing_page/dist/choose-map.html index bf8ac50d..1ce2bcf3 100644 --- a/landing_page/dist/choose-map.html +++ b/landing_page/dist/choose-map.html @@ -11,42 +11,56 @@
-

CHOOSE YOUR MAP !

-
+

CHOOSE YOUR MAP !

+
-
- -

Back to class

+
+ +

Need some inspiration? Enter our CREATIVE SPACE !

-
- -

Back to class

+
+ +

Too late for working ? Just GO TO THE PUB !

-
- -

Back to class

+
+ +

Want to try a SIMPLE OFFICE map ?

-
- -

Back to class

+
+ +

Send your kids BACK TO SCHOOL... and rest a bit ;)

-
- -

Back to class

+
+ +

Dungeons & Dragons Nostalgia ?

-
- -

Back to class

+
+ +

Explore a fantasy world !

+
+
+
+
+ +

Need a bigger Office? Visit us !

+
+
+
+
+
+
+ +

NO IDEA, or juste want to ROAM THE STREETS ? Enter the street map and choose your own path !

diff --git a/landing_page/dist/index.html b/landing_page/dist/index.html index 66b09875..cf44d1a6 100644 --- a/landing_page/dist/index.html +++ b/landing_page/dist/index.html @@ -51,7 +51,7 @@
diff --git a/landing_page/src/sass/_choose-map.scss b/landing_page/src/sass/_choose-map.scss index a26d8980..646f9bd4 100644 --- a/landing_page/src/sass/_choose-map.scss +++ b/landing_page/src/sass/_choose-map.scss @@ -12,7 +12,8 @@ body.choose-map{ } p{ - margin: 0; + margin: 1em 0 0; + font-size: larger; } }