diff --git a/views/auth/signup.html b/views/auth/signup.html index 3946565..9d2a0d7 100644 --- a/views/auth/signup.html +++ b/views/auth/signup.html @@ -1,12 +1,12 @@ {% extends 'auth/layout.html' %} {% set bodyClass = 'sign-up' %} -{% set pageTitle = 'Sign Up' %} +{% set pageTitle = 'Sign Up & Start Exploring' %} {% set navItem = 'sign-up' %} {% set months = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'] %} {% block content %}
-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

+

Explore badges you can earn and level up for citywide challenges. Create an account to get started!

diff --git a/views/claim.html b/views/claim.html index cb22a94..af44ab3 100644 --- a/views/claim.html +++ b/views/claim.html @@ -25,7 +25,7 @@
{% else %}

To claim the badge you've earned, enter the "claim code" written on the paper badge you received from your teacher, counselor or mentor.

-

Then hit the "Claim This Badge" button on your screen. Once you do this, the badge will be added to your dashboard and you can throw the piece of paper away (better yet, recycle it!).

+

Then hit the "Claim This Badge" button on your screen. Once you do this, the badge will be added to your My Badges page and you can throw the piece of paper away (or, better yet, recycle it!).

Already have a claim code?

diff --git a/views/includes/badge-thumbnail.html b/views/includes/badge-thumbnail.html index 5b4d04d..ae3c369 100644 --- a/views/includes/badge-thumbnail.html +++ b/views/includes/badge-thumbnail.html @@ -24,7 +24,7 @@ doesn't have a URL #} {% include "includes/add-to-playlist-btn.html" %} {% endif %} - +

{{ item.name }}

{% if item.description %} diff --git a/views/layout.html b/views/layout.html index b992a3a..ed91b17 100644 --- a/views/layout.html +++ b/views/layout.html @@ -36,7 +36,7 @@ {% if user %} {% if user.type == 'learner' %}