diff options
Diffstat (limited to 'app/templates/index.html')
| -rw-r--r-- | app/templates/index.html | 27 |
1 files changed, 11 insertions, 16 deletions
diff --git a/app/templates/index.html b/app/templates/index.html index e3bf978..b48ce9f 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -2,22 +2,17 @@ {% block content %} -<section class="hero is-info is-fullheight-with-navbar gym-background"> - <div class="hero-body"> - <div class="container has-text-centered"> - <div class="column is-6 is-offset-3"> - <h1 class="title"> - Welcome to Strengthy - </h1> - <h1 class="subtitle"> - Strenghty is an open source fitness tracking application that - helps users meet their fitness goals. To get started, - <a href="/register">Sign Up</a> to create an account. - </h1> - </div> - </div> +<div class="container has-text-centered"> + <div class="column is-6 is-offset-3"> + <h1 class="title"> + Welcome to Strengthy + </h1> + <h2 class="subtitle"> + Strenghty is an open source fitness tracking application that + helps users meet their fitness goals. To get started, + <a href="/register">Sign Up</a> to create an account. + </h2> </div> - -</section> +</div> {% endblock %} |
