Created
November 15, 2020 13:19
-
-
Save dmarman/c8520f6769053a3bed91e7984f9f19d4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Start of Tuemilio Code --> | |
<div id="t-signup"></div> | |
<script> | |
(function(t,u,e,m,i,l,io){ | |
t['TuemilioObject']=m;t[m]=t[m]||function(){(t[m].q=t[m].q||[]).push(arguments);}; | |
t[m].id='8b75d132-0bd4-4988-8d84-f5d68ef4362e';l=u.createElement(e),io=u.getElementsByTagName(e)[0]; | |
l.id=m;l.src=i;l.async=1;io.parentNode.insertBefore(l,io); | |
}(window,document,'script','Tuemilio','https://tuemilio.com/assets/js/modal/3.0/tuemilio-modal.js')); | |
Tuemilio('init', { | |
"form": { | |
"style": {"inline": true}, | |
"input": { | |
"texts": { | |
"placeholder": "[email protected]" | |
} | |
}, | |
"button": { | |
"texts": { | |
"CTA": "Request early access", | |
"loading": "Loading", | |
"checkDashboard": "Dashboard", | |
"login": "Login" | |
} | |
}, | |
"feedback": { | |
"texts": { | |
"empty": "Don't forget your email!", | |
"invalidEmail": "Wrong email!", | |
"unaccepted": "We do not accept that email", | |
"unauthorized": "You did not subscribe with that email" | |
} | |
} | |
} | |
}); | |
Tuemilio('sendVisit'); | |
</script> | |
<style>.t-button{color:white;background-color:#0069ff}.t-primary-color{color:white;background-color:#0069ff;fill:white}.t-input-color{color:black;background-color:white}</style> | |
<!-- End of Tuemilio Code --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment