mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-13 18:16:19 +02:00
add subscription form
This commit is contained in:
45
index.html
45
index.html
@ -257,13 +257,46 @@
|
|||||||
if (navigator.userAgent.indexOf('Chrome') === -1) {
|
if (navigator.userAgent.indexOf('Chrome') === -1) {
|
||||||
document.write('<img src="chrome-logo.png" height="30" alt="" style="vertical-align:middle"> Available only on Chrome currently.');
|
document.write('<img src="chrome-logo.png" height="30" alt="" style="vertical-align:middle"> Available only on Chrome currently.');
|
||||||
}
|
}
|
||||||
if (chrome.app.isInstalled) {
|
// if (chrome.app.isInstalled) {
|
||||||
document.write('You have this extension already installed!')
|
// document.write('You have this extension already installed!')
|
||||||
}
|
// }
|
||||||
else {
|
// else {
|
||||||
document.write('<a class="btn download-btn" href="javascript:void(0)" onclick="addToChrome()"><img src="chrome-logo.png" height="40" alt=""><span>Add to Chrome</span></a>');
|
// document.write('<a class="btn download-btn" href="javascript:void(0)" onclick="addToChrome()"><img src="chrome-logo.png" height="40" alt=""><span>Add to Chrome</span></a>');
|
||||||
}
|
// }
|
||||||
</script>
|
</script>
|
||||||
|
Web Maker is currently not available for installation due to some issue with Chrome Webstore.
|
||||||
|
For now, you can subscribe below to get notified when Web Maker is back!
|
||||||
|
<!-- Begin MailChimp Signup Form -->
|
||||||
|
<link href="//cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css" rel="stylesheet" type="text/css">
|
||||||
|
<style type="text/css">
|
||||||
|
#mc_embed_signup {
|
||||||
|
background: #fff;
|
||||||
|
clear: left;
|
||||||
|
font: 14px Helvetica, Arial, sans-serif;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
|
||||||
|
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
|
||||||
|
</style>
|
||||||
|
<div id="mc_embed_signup">
|
||||||
|
<form action="https://ninja.us11.list-manage.com/subscribe/post?u=de27def3c5da2af02f0d4f1ef&id=9c20cfb772" method="post"
|
||||||
|
id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
|
||||||
|
<div id="mc_embed_signup_scroll">
|
||||||
|
|
||||||
|
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
|
||||||
|
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
|
||||||
|
<div style="position: absolute; left: -5000px;" aria-hidden="true">
|
||||||
|
<input type="text" name="b_de27def3c5da2af02f0d4f1ef_9c20cfb772" tabindex="-1" value="">
|
||||||
|
</div>
|
||||||
|
<div class="clear">
|
||||||
|
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!--End mc_embed_signup-->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style="margin-top:30px;">
|
<div style="margin-top:30px;">
|
||||||
|
Reference in New Issue
Block a user