update index and waitlist
This commit is contained in:
parent
193a980bc2
commit
7da5d47e95
|
@ -189,7 +189,7 @@ p {
|
|||
-webkit-transform: translate3d(0, 20px, 0);
|
||||
transform: translate3d(0, 20px, 0); }
|
||||
.gradient-email .email {
|
||||
width: 320px;
|
||||
width: 240px;
|
||||
height: auto; }
|
||||
|
||||
input[type=email] {
|
||||
|
|
|
@ -596,7 +596,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="gradient-email">
|
||||
<div class="email">
|
||||
<div class="email mc_email">
|
||||
<div class="mc_embed_signup">
|
||||
<form action="//status.us13.list-manage.com/subscribe/post?u=d0c1a0be2adff281b52e27a7f&id=09e2d9ae07" method="post" name="mc-embedded-subscribe-form" class="mc-embedded-subscribe-form validate" target="_blank" novalidate>
|
||||
<div class="mc_embed_signup_scroll">
|
||||
|
@ -653,6 +653,10 @@
|
|||
ga('send', 'pageview');
|
||||
</script>
|
||||
|
||||
<!-- Mailchimp validation (temporary for now) -->
|
||||
|
||||
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
|
||||
|
||||
<!-- build:js js/main.min.js -->
|
||||
<script type="text/javascript" src="js/libs.min.js"></script>
|
||||
<script type="text/javascript" src="js/common.js"></script>
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -172,7 +172,7 @@ p {
|
|||
transition: transform .4s ease, opacity .4s ease;
|
||||
transform: translate3d(0, 20px, 0);
|
||||
.email {
|
||||
width: 320px;
|
||||
width: 240px;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -78,13 +78,10 @@
|
|||
<div class="status-email">
|
||||
<div class="email">
|
||||
|
||||
<!-- Maitre app integration
|
||||
DO NOT FORGET TO REMOVE <TEST_MODE:TRUE PROPERTY> AFTER TESTING
|
||||
-->
|
||||
<!-- Maitre app integration -->
|
||||
<script type="text/javascript">
|
||||
window.Maitre = {
|
||||
uuid: "MF203200dfd5",
|
||||
test_mode: true,
|
||||
require_name: false,
|
||||
callbacks: {
|
||||
|
||||
|
@ -107,7 +104,7 @@
|
|||
if (data.response == "subscriber_created") {
|
||||
ga('send', 'event', 'Waitlist', 'Sign Up', 'Waitlist');
|
||||
}
|
||||
}
|
||||
},
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue