From 05f2d17fe01ea843c51160bbc31111de56544460 Mon Sep 17 00:00:00 2001 From: Adrian De Smul Date: Fri, 20 Jan 2017 14:12:19 -0600 Subject: [PATCH 1/8] Beginning of the menu --- index.html | 10 +++++++++- styles/main.css | 15 +++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 6a4316c..3a665e7 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,17 @@ Mirage + +
+ +
- \ No newline at end of file + diff --git a/styles/main.css b/styles/main.css index 699a279..e3ecade 100644 --- a/styles/main.css +++ b/styles/main.css @@ -1,3 +1,18 @@ body { margin: 0; + background-color: #55A7DD; +} + +p, a { + font-family: 'Source Sans Pro'; + font-weight: 300; + color: white; +} + +.menu { + padding: 20px 0px; +} + +.menuOption { + padding: 0px 20px; } From 90857cb237ba4de184463b7c12e2709ecf64eed3 Mon Sep 17 00:00:00 2001 From: Brad Sickles Date: Fri, 20 Jan 2017 16:08:07 -0500 Subject: [PATCH 2/8] Fixing root stack-panel. --- bower.json | 4 ++-- index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 8f5380f..611380e 100644 --- a/bower.json +++ b/bower.json @@ -18,7 +18,7 @@ "tests" ], "dependencies": { - "mirage": "https://github.com/wsick/mirage.git", - "mirage-html": "https://github.com/wsick/mirage-html.git" + "mirage": "https://github.com/wsick/mirage.git#^0.1.0", + "mirage-html": "https://github.com/wsick/mirage-html.git#^0.1.0" } } diff --git a/index.html b/index.html index 3a665e7..59d9595 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ -
+