1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-06-29 00:58:04 +02:00

add newsletter subscription to front page

* and fix focused label
This commit is contained in:
Matthias Kretschmann 2018-03-19 12:51:05 +01:00
parent b8bf940a70
commit e77cfb3f31
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 7 additions and 5 deletions

View File

@ -1,10 +1,9 @@
//=include bigchain/testimonials.js
//=include bigchain/newsletter.js
//=include bigchain/github.js
//=include bigchain/meetup.js
jQuery(function($) {
Testimonials.init();
Newsletter.init()
});
})

View File

@ -31,7 +31,8 @@
}
.form-label,
.form-control {
.form-control,
.form-control:focus ~ .form-label {
color: $gray-dark;
}

View File

@ -68,3 +68,5 @@ intro:
{% include sections/section-cta-enterprise.html %}
{% include sections/section-blog.html %}
{% include sections/section-newsletter.html %}