mirror of
https://github.com/ipdb/website.git
synced 2024-11-22 01:26:52 +01:00
unify signup/login buttons
This commit is contained in:
parent
710c731292
commit
aab011c3e3
@ -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
|
||||
# --------------------
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user