unify signup/login buttons

This commit is contained in:
Matthias Kretschmann 2017-08-29 14:35:05 +02:00
parent 710c731292
commit aab011c3e3
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 8 additions and 3 deletions

View File

@ -14,7 +14,12 @@ typekitID: "bko7hwo"
signup:
button: Sign up for free (testnet)
link: https://developers.ipdb.io
button_short: Sign up
link: https://developers.ipdb.io/signup?plan_ids[]=2357355879577
login:
button: Log in
link: https://developers.ipdb.io/login
# Urls
# --------------------

View File

@ -19,8 +19,8 @@
<a class="menu__link {{ active }}" href="{{ link.url }}">{{ link.title }}</a>
{% endfor %}
<a class="button button--small button--primary" href="/foundation/">Signup</a>
<a class="button button--small" href="/foundation/">Login</a>
<a class="button button--small button--primary" href="{{ site.signup.link }}">{{ site.signup.button_short }}</a>
<a class="button button--small" href="{{ site.login.link }}">{{ site.login.button }}</a>
</div>