diff --git a/static/img/btn_google_signin_dark_disabled_web@2x.png b/static/img/btn_google_signin_dark_disabled_web@2x.png new file mode 100644 index 0000000..485757f Binary files /dev/null and b/static/img/btn_google_signin_dark_disabled_web@2x.png differ diff --git a/static/img/btn_google_signin_dark_focus_web@2x.png b/static/img/btn_google_signin_dark_focus_web@2x.png new file mode 100644 index 0000000..369a6ca Binary files /dev/null and b/static/img/btn_google_signin_dark_focus_web@2x.png differ diff --git a/static/img/btn_google_signin_dark_normal_web@2x.png b/static/img/btn_google_signin_dark_normal_web@2x.png new file mode 100644 index 0000000..f27bb24 Binary files /dev/null and b/static/img/btn_google_signin_dark_normal_web@2x.png differ diff --git a/static/img/btn_google_signin_dark_pressed_web@2x.png b/static/img/btn_google_signin_dark_pressed_web@2x.png new file mode 100644 index 0000000..4cb85e9 Binary files /dev/null and b/static/img/btn_google_signin_dark_pressed_web@2x.png differ diff --git a/static/img/btn_google_signin_light_disabled_web@2x.png b/static/img/btn_google_signin_light_disabled_web@2x.png new file mode 100644 index 0000000..485757f Binary files /dev/null and b/static/img/btn_google_signin_light_disabled_web@2x.png differ diff --git a/static/img/btn_google_signin_light_focus_web@2x.png b/static/img/btn_google_signin_light_focus_web@2x.png new file mode 100644 index 0000000..510e619 Binary files /dev/null and b/static/img/btn_google_signin_light_focus_web@2x.png differ diff --git a/static/img/btn_google_signin_light_normal_web@2x.png b/static/img/btn_google_signin_light_normal_web@2x.png new file mode 100644 index 0000000..c1e2c5c Binary files /dev/null and b/static/img/btn_google_signin_light_normal_web@2x.png differ diff --git a/static/img/btn_google_signin_light_pressed_web@2x.png b/static/img/btn_google_signin_light_pressed_web@2x.png new file mode 100644 index 0000000..d01521e Binary files /dev/null and b/static/img/btn_google_signin_light_pressed_web@2x.png differ diff --git a/templates/deny.html b/templates/deny.html index 66d0cb2..3d9ac45 100644 --- a/templates/deny.html +++ b/templates/deny.html @@ -10,4 +10,4 @@

503 Denied.

{{ denymsg }}

Please login at The Login Page

- {% include 'include/footer.html' %} +{% include 'include/footer.html' %} diff --git a/templates/error.html b/templates/error.html index ee1be86..66d9771 100644 --- a/templates/error.html +++ b/templates/error.html @@ -10,4 +10,4 @@

Application error!

{{ denymsg }}

Please retry again later, or do something different. Then if it still does not work, contact support. Use the github at https://github.com/hailey/sms-proj

- {% include 'include/footer.html' %} +{% include 'include/footer.html' %} diff --git a/templates/launch.html b/templates/launch.html index c798c4e..4e17257 100644 --- a/templates/launch.html +++ b/templates/launch.html @@ -9,7 +9,7 @@ $("document").ready(function() {

Login Options

- Login via:
+ Login via:
Google Login
{% include 'include/footer.html' %}