So much staging

Adding a bunch of png files for google logins
pull/6/head
Hailey Clark 6 years ago
parent e66c84e3db
commit a34019dde1
  1. BIN
      static/img/btn_google_signin_dark_disabled_web@2x.png
  2. BIN
      static/img/btn_google_signin_dark_focus_web@2x.png
  3. BIN
      static/img/btn_google_signin_dark_normal_web@2x.png
  4. BIN
      static/img/btn_google_signin_dark_pressed_web@2x.png
  5. BIN
      static/img/btn_google_signin_light_disabled_web@2x.png
  6. BIN
      static/img/btn_google_signin_light_focus_web@2x.png
  7. BIN
      static/img/btn_google_signin_light_normal_web@2x.png
  8. BIN
      static/img/btn_google_signin_light_pressed_web@2x.png
  9. 2
      templates/launch.html

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

@ -9,7 +9,7 @@ $("document").ready(function() {
<body>
<div id='loginbody'>
<h1>Login Options</h1>
Login via: <br />
Login via: <br /><a href='/google/login'><img src='static/img/btn_google_signin_dark_normal_web@2x.png' alt='Google Login'/></a>
</div>
{% include 'include/footer.html' %}

Loading…
Cancel
Save