adds minor login design update and device page update
This commit is contained in:
@ -2,7 +2,10 @@
|
||||
|
||||
{% block content %}
|
||||
|
||||
<h1 style="color: blue">Login Page</h1>
|
||||
<div class="banner">
|
||||
<h1 class="title">Longitude</h1>
|
||||
<h5> A calendar watchface</h5>
|
||||
</div>
|
||||
|
||||
<!--Google Login-->
|
||||
<div class="center-align">
|
||||
@ -17,7 +20,7 @@
|
||||
</div>
|
||||
|
||||
<!--Email Login-->
|
||||
<div class="col s12 m6 offset-m3 center-align" style=" margin: 5px;">
|
||||
<div class="col s12 m6 offset-m3 center-align" style=" margin: 2rem;">
|
||||
<a class="oauth-container btn darken-4 white black-text" href="/login/email" style="text-transform:none">
|
||||
<div class="left">
|
||||
<img width="20px" style="margin-top:7px; margin-right:8px" alt="E-mail sign-in"
|
||||
@ -34,4 +37,4 @@
|
||||
<!-- Compiled and minified JavaScript -->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-beta/js/materialize.min.js"></script>
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user