diff --git a/scss/pages/homepage.scss b/scss/pages/homepage.scss index 6b0fa8e8e5..3b62fcb2f2 100644 --- a/scss/pages/homepage.scss +++ b/scss/pages/homepage.scss @@ -1,108 +1,2 @@ #homepage { - h1 { - font: bold 30px/40px $Ideal; - text-transform: none; - margin: 0; - padding: 0; - } - - p { - font: normal 18px/24px $Ideal; - margin: 0; - padding: 0 0 24px 0; - &:last-child { - padding-bottom: 0; - } - } - - #sidebar { - width: 480px; - padding: 256px 48px 128px 110px; - img { - width: 384px; - position: absolute; - top: 48px; - left: 48px; - } - a { - color: transparentize($gold, 0.2); - &:hover { - color: $gold; - } - } - span { - white-space: nowrap; - } - p { - color: transparentize($white, 0.3); - } - } - - #content { - background: transparentize($white, 0.1); - padding: 256px 48px 128px; - color: transparentize($brown, 0.2); - h1 { color: $brown; } - a { - color: transparentize($green, 0.3); - &:hover { - color: $green; - } - } - - form { - display: inline; - } - - div.twitter { - margin-bottom: 48px; - button { - @include has-icon("twitter", 24px, 4px); - font-size: 24px; - padding: 10px 24px 10px 18px; - border-radius: 6px; - background: $green; - color: $white; - &:hover { - color: $gold; - border-color: $brown; - background: $brown; - } - } - } - .other { - padding-bottom: 24px; - font-size: 13px; - line-height: 18px; - max-width: 700px; - display: block; - - .or { - font: normal 13px/16px $Ideal; - } - - button { - border: 1px solid transparentize($brown, 0.2); - background: transparent; - color: transparentize($brown, 0.2); - &:hover { - color: $gold; - border-color: $brown; - background: $brown; - } - } - form.facebook button { @include has-icon("facebook", 13px); } - form.google button { @include has-icon("google", 13px); } - form.github button { @include has-icon("github", 13px); } - form.bitbucket button { @include has-icon("bitbucket", 13px); } - form.openstreetmap button { @include has-icon("openstreetmap", 13px); } - } - } - - .sign-out { - float: right; - font-size: 14px; - line-height: 40px; - margin-top: -40px; - } } diff --git a/templates/base.html b/templates/base.html index 4106f1e7f8..dc77bdefcf 100644 --- a/templates/base.html +++ b/templates/base.html @@ -34,7 +34,7 @@
{{ _("Name") }} | -{{ _("Owner") }} | - {% if user.ADMIN %}{{ _("Status") }} | {% endif %} -
---|---|---|
{{ team.name }} | -{{ team.owner }} | - {% if user.ADMIN %}{{ team.status }} | {% endif %} -
{{ _("Motivated by Gratitude") }}
- -{{ _("Sustainably crowdfund your business, personal projects, or charity, with {0}no extra fees{1}.", - ""|safe, ""|safe) }}
- - -{% else %} -{% include "templates/profile-sidebar.html" %} -{% endif %} -{% endblock %} - -{% block heading %}{{ super() if not user.ANON }}{% endblock %} -{% block subnav %} -{% if not user.ANON %}{% include "templates/profile-subnav.html" %}{% endif %} {% endblock %} - {% block content %} - {% if user.ANON %} - - {{ _("{0}Sign In{1} {2}to Accept Weekly Payments{3}", - ""|safe, "
"|safe) }} - {% from 'templates/auth.html' import auth_button with context %} - -{{ - _("By signing in, you indicate that you have read and agree to our {0}Terms of Service{1}.", - ""|safe, ""|safe) + " " + - _("You'll be joining {0} active users, who exchanged {1} {2}last week{3}.", - format_number(website.gnactive), - format_currency(website.gtransfer_volume, "USD"), - ""|safe, ""|safe) + " " + - _("Want to see who they are? Browse {0}our communities{1}.", - ""|safe, ""|safe) + " " + - _("Want to work for Gratipay? We are an {0}open company{1}.", - ""|safe, - ""|safe) }}
- - {% else %} - -{{ - _("You give {0} per week.", format_currency(giving, 'USD')) - }}
- -{{ _("Who inspires you? See if they're on Gratipay:") }}
- {% include "templates/search-box.html" %} - -{{ _("Find your friends from social networks:") }}
- {% for p in website.friends_platforms %}
- {{ p.display_name }}{{ ',' if not loop.last }}
- {% endfor %}
-
{{ _("Name") }} | +{{ _("Owner") }} | + {% if user.ADMIN %}{{ _("Status") }} | {% endif %} +
---|---|---|
{{ team.name }} | +{{ team.owner }} | + {% if user.ADMIN %}{{ team.status }} | {% endif %} +