mirror of
https://github.com/ivabus/www
synced 2024-11-23 01:25:07 +03:00
Added email subscribe form
This commit is contained in:
parent
5dbcdba8f6
commit
61bf09e8c0
1 changed files with 35 additions and 0 deletions
|
@ -71,6 +71,41 @@
|
||||||
<p class="small boiler">Limited numbers of tea beta invites will be given to the first devs who authenticate their Github account. So don’t delay, get it while it’s hot.</p>
|
<p class="small boiler">Limited numbers of tea beta invites will be given to the first devs who authenticate their Github account. So don’t delay, get it while it’s hot.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-lg-8 mt-5">
|
||||||
|
<h3 class="mb-4 display-6">Stay up to date with all the latest tea news</h3>
|
||||||
|
<div class="sendx-modal-TRDBBvXuDV3vy1t0U684MU">
|
||||||
|
<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="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>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
|
||||||
|
#SubscriberForm-Email-TRDBBvXuDV3vy1t0U684MU{
|
||||||
|
width:69%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#keep-email-btn{
|
||||||
|
width:29%;
|
||||||
|
float:right;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
<!-- Start three column value props -->
|
<!-- Start three column value props -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue