diff --git a/_src/_assets/styles/_sections/_section-newsletter.scss b/_src/_assets/styles/_sections/_section-newsletter.scss index a032cfd..1fd2ea0 100644 --- a/_src/_assets/styles/_sections/_section-newsletter.scss +++ b/_src/_assets/styles/_sections/_section-newsletter.scss @@ -46,28 +46,6 @@ color: $gray-dark; } -.form__gdpr { - opacity: .8; - font-size: $font-size-sm; - position: relative; - - .icon { - stroke: #fff; - color: #fff; - stroke-width: 1.5; - opacity: .5; - width: 1.5rem; - height: 1.5rem; - position: absolute; - left: -.25rem; - top: .25rem; - } - - .text { - margin-left: $spacer * 2; - } -} - .newsletter__gdpr { .icon { stroke: $brand-main-blue; diff --git a/_src/_assets/styles/bigchain/_forms.scss b/_src/_assets/styles/bigchain/_forms.scss index d631742..17554cc 100644 --- a/_src/_assets/styles/bigchain/_forms.scss +++ b/_src/_assets/styles/bigchain/_forms.scss @@ -325,3 +325,30 @@ input[type='checkbox'] { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(0, ( $font-size-sm + ($spacer / 4)), 0); } } + + +// +// GDPR messages +// +.form__gdpr { + opacity: .7; + font-size: $font-size-sm; + position: relative; + margin-top: $spacer * 2; + + .icon { + stroke: #fff; + color: #fff; + stroke-width: 1.5; + opacity: .5; + width: 1.5rem; + height: 1.5rem; + position: absolute; + left: -.25rem; + top: .25rem; + } + + .text { + margin-left: $spacer * 2; + } +} diff --git a/_src/_data/gdpr.yml b/_src/_data/gdpr.yml index 1f0fbb3..7332e6b 100644 --- a/_src/_data/gdpr.yml +++ b/_src/_data/gdpr.yml @@ -1,3 +1,10 @@ +general: > + We will only use your email to contact you and by submitting this form you give us permission to do so. You can change your mind at anytime by contacting us at contact@bigchaindb.com. For more information visit our [Privacy Policy](/pivacy/). + + + We use Formspree to send this form and by submitting it, you acknowledge that the information you provide will be transferred to Formspree for processing in accordance with their [Privacy Policy](https://formspree.io/static/PrivacyPolicy.pdf). + + newsletter: > We will only use your email to send you our newsletter and by submitting this form you give us permission to do so. You can change your mind at anytime by clicking the unsubscribe link of any newsletter you receive from us. For more information visit our [Privacy Policy](/pivacy/). diff --git a/_src/_includes/form-cla.html b/_src/_includes/form-cla.html index 3c3a523..a09f295 100644 --- a/_src/_includes/form-cla.html +++ b/_src/_includes/form-cla.html @@ -70,6 +70,15 @@ + +
+ + + +
+ {{ site.data.gdpr.general | markdownify }} +
+
@@ -129,6 +138,15 @@ + +
+ + + +
+ {{ site.data.gdpr.general | markdownify }} +
+
diff --git a/_src/_includes/form-contact.html b/_src/_includes/form-contact.html index 5266f94..c96416f 100644 --- a/_src/_includes/form-contact.html +++ b/_src/_includes/form-contact.html @@ -41,4 +41,13 @@ + +
+ + + +
+ {{ site.data.gdpr.general | markdownify }} +
+
diff --git a/_src/_includes/form-services.html b/_src/_includes/form-services.html index edf1278..944e2a9 100644 --- a/_src/_includes/form-services.html +++ b/_src/_includes/form-services.html @@ -104,4 +104,13 @@ + +
+ + + +
+ {{ site.data.gdpr.general | markdownify }} +
+