Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Sign in to migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Nov 2, 2017
1 parent 11b73f2 commit 7f1cf5b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 3 additions & 4 deletions scss/pages/homepage.scss
Expand Up @@ -3,10 +3,9 @@
.pad {
text-align: justify;
padding: 0 20%;
}

.migrate {
padding-bottom: 2em;
&:last-of-type {
margin-top: 2em;
}
}

#banner {
Expand Down
6 changes: 5 additions & 1 deletion www/index.spt
Expand Up @@ -3,7 +3,7 @@
suppress_sidebar = True
page_id = "homepage"
[---] text/html
{% from "templates/nav-tabs.html" import nav_tabs with context %}
{% from "templates/sign-in-using.html" import sign_in_using with context %}
{% extends "templates/base.html" %}
{% block head %}
<link rel="publisher" href="https://plus.google.com/104524895706770139568">
Expand All @@ -28,7 +28,11 @@ end of the year. Thank you, and sorry.</p>
<p class="pad"><a href="https://liberapay.com/">Liberapay</a> is offering a
one-click migration:</p>

{% if user.ANON %}
{{ sign_in_using() }}
{% else %}
{% include "templates/migrate.html" %}
{% endif %}

<p class="pad"><a href="https://www.patreon.com/">Patreon</a>
and <a href="https://opencollective.com/">Open Collective</a> are also options.</p>
Expand Down

0 comments on commit 7f1cf5b

Please sign in to comment.