mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
add newsletter subscription to front page
* and fix focused label
This commit is contained in:
parent
b8bf940a70
commit
e77cfb3f31
@ -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()
|
||||
|
||||
});
|
||||
})
|
||||
|
@ -31,7 +31,8 @@
|
||||
}
|
||||
|
||||
.form-label,
|
||||
.form-control {
|
||||
.form-control,
|
||||
.form-control:focus ~ .form-label {
|
||||
color: $gray-dark;
|
||||
}
|
||||
|
||||
|
@ -68,3 +68,5 @@ intro:
|
||||
{% include sections/section-cta-enterprise.html %}
|
||||
|
||||
{% include sections/section-blog.html %}
|
||||
|
||||
{% include sections/section-newsletter.html %}
|
||||
|
Loading…
Reference in New Issue
Block a user