Skip to content

Instantly share code, notes, and snippets.

@dmarman
Created November 15, 2020 13:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmarman/c8520f6769053a3bed91e7984f9f19d4 to your computer and use it in GitHub Desktop.
Save dmarman/c8520f6769053a3bed91e7984f9f19d4 to your computer and use it in GitHub Desktop.
<!-- 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": "name@email.com"
}
},
"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