diff --git a/css/frs.css b/css/frs.css index f565bd3..5a84ba6 100644 --- a/css/frs.css +++ b/css/frs.css @@ -55,3 +55,7 @@ margin-bottom: 40px; z-index: 900; } + +.mdl-mini-footer--link-list li:hover { + color: white; +} diff --git a/img/btn_google_signin_dark_disabled_web.png b/img/btn_google_signin_dark_disabled_web.png new file mode 100644 index 0000000..735d17e Binary files /dev/null and b/img/btn_google_signin_dark_disabled_web.png differ diff --git a/img/btn_google_signin_dark_focus_web.png b/img/btn_google_signin_dark_focus_web.png new file mode 100644 index 0000000..c4cb615 Binary files /dev/null and b/img/btn_google_signin_dark_focus_web.png differ diff --git a/img/btn_google_signin_dark_normal_web.png b/img/btn_google_signin_dark_normal_web.png new file mode 100644 index 0000000..b1327b4 Binary files /dev/null and b/img/btn_google_signin_dark_normal_web.png differ diff --git a/img/btn_google_signin_dark_pressed_web.png b/img/btn_google_signin_dark_pressed_web.png new file mode 100644 index 0000000..04ed9c9 Binary files /dev/null and b/img/btn_google_signin_dark_pressed_web.png differ diff --git a/templates/index_html.mustache b/templates/index_html.mustache index b3818ee..9ae20ee 100644 --- a/templates/index_html.mustache +++ b/templates/index_html.mustache @@ -1,20 +1,12 @@ {{> html_head}} +{{> mdl_head}} +{{> mdl_content_head}} -
-
-
- Fake Reservation System -
-
-
-
-
-
-
-
- Not Google > Not Google Now > Fake Reservation System -
-

What is this?

+
+ Not Google > Not Google Now > Fake Reservation System +
+ +

What is this?

Hello, world! @@ -209,19 +201,6 @@ Hello, world!

-
-
- -
-
- View Source - +{{> mdl_foot}} +View Source {{> html_foot}} diff --git a/templates/mdl_content_head.mustache b/templates/mdl_content_head.mustache new file mode 100644 index 0000000..dcceaab --- /dev/null +++ b/templates/mdl_content_head.mustache @@ -0,0 +1,4 @@ +
+
+
+
diff --git a/templates/mdl_foot.mustache b/templates/mdl_foot.mustache new file mode 100644 index 0000000..908d801 --- /dev/null +++ b/templates/mdl_foot.mustache @@ -0,0 +1,13 @@ +
+
+ +
+ diff --git a/templates/mdl_head.mustache b/templates/mdl_head.mustache new file mode 100644 index 0000000..ee0befa --- /dev/null +++ b/templates/mdl_head.mustache @@ -0,0 +1,7 @@ +
+
+
+ Fake Reservation System +
+
+