mirror of
https://github.com/ivabus/www
synced 2024-11-10 17:55:16 +03:00
Replaced email form on 'Keep...' Landing Page
This commit is contained in:
parent
675478e1b4
commit
3132cd1b24
|
@ -113,71 +113,10 @@
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-7">
|
<div class="col-lg-7">
|
||||||
<div class="sendx-modal-TRDBBvXuDV3vy1t0U684MU">
|
{{- partial "klaviyo-form.html" . -}}
|
||||||
<div class="sendx-modal-content-TRDBBvXuDV3vy1t0U684MU sendx-modal">
|
|
||||||
<div class="sendx-modal-right-TRDBBvXuDV3vy1t0U684MU">
|
|
||||||
<div class="sendx-modal-body-TRDBBvXuDV3vy1t0U684MU">
|
|
||||||
<form class="sendx-submit-form-TRDBBvXuDV3vy1t0U684MU" method="post" action="https://app.sendx.io/api/v1/form/TRDBBvXuDV3vy1t0U684MU">
|
|
||||||
<input id="SubscriberForm-Email-TRDBBvXuDV3vy1t0U684MU" type="Email" class="sendx-field-TRDBBvXuDV3vy1t0U684MU email-field mb-3" data-attr-type="0" name="Email" placeholder="Add your email_" required>
|
|
||||||
<input type="submit" id="keep-email-btn" class="sendx-submit-TRDBBvXuDV3vy1t0U684MU sendx-button-TRDBBvXuDV3vy1t0U684MU btn-primary email-submit" name="subscribe" value="Subscribe">
|
|
||||||
</input>
|
|
||||||
</form>
|
|
||||||
<div class="sendx-close-text-TRDBBvXuDV3vy1t0U684MU">
|
|
||||||
</div>
|
|
||||||
<div style="display:flex; align-items:baseline;" class="sendx-gdpr-TRDBBvXuDV3vy1t0U684MU-wrapper">
|
|
||||||
<input class="sendx-gdpr-TRDBBvXuDV3vy1t0U684MU" type="checkbox"></input><span class="sendx-gdpr-content-TRDBBvXuDV3vy1t0U684MU ms-2"><p>Opt in to receive updates from us </p></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Styling for Subscibe form -->
|
|
||||||
|
|
||||||
<style>
|
|
||||||
|
|
||||||
#keep-btn-bottom:hover{
|
|
||||||
border: 2px solid #62CFBF !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media only screen and (max-width: 576px) {
|
|
||||||
|
|
||||||
#SubscriberForm-Email-TRDBBvXuDV3vy1t0U684MU{
|
|
||||||
width:100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#keep-email-btn{
|
|
||||||
width:100%;
|
|
||||||
float:none;
|
|
||||||
margin-bottom:20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.whitepaper-btn-right{
|
|
||||||
width:100%;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@media only screen and (min-width: 576px) {
|
|
||||||
|
|
||||||
#SubscriberForm-Email-TRDBBvXuDV3vy1t0U684MU{
|
|
||||||
width:69%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#keep-email-btn{
|
|
||||||
width:29%;
|
|
||||||
float:right;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<!-- End styling for subscribe form -->
|
|
||||||
|
|
||||||
<!-- Start three column value props -->
|
<!-- Start three column value props -->
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
Loading…
Reference in a new issue