lp: added mailchimp signup form.

This commit is contained in:
Matija Sosic 2019-09-09 00:02:47 +02:00
parent 3680cf814e
commit e789d359e6

View File

@ -15,7 +15,6 @@
<!-- Must be below unescaped-markup plugin, otherwise does not work. TODO: Put in footer? --> <!-- Must be below unescaped-markup plugin, otherwise does not work. TODO: Put in footer? -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.16.0/plugins/normalize-whitespace/prism-normalize-whitespace.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.16.0/plugins/normalize-whitespace/prism-normalize-whitespace.min.js"></script>
</head> </head>
<body class="has-navbar-fixed-top"> <body class="has-navbar-fixed-top">
@ -36,6 +35,9 @@
</div> </div>
<div class="navbar-end"> <div class="navbar-end">
<a class="navbar-item" href="http://eepurl.com/gCMgV9">
<u>Join the list</u>
</a>
<a class="navbar-item" href="https://blog.wasp-lang.dev/">Blog</a> <a class="navbar-item" href="https://blog.wasp-lang.dev/">Blog</a>
<!-- <!--
<a class="navbar-item">Documentation</a> <a class="navbar-item">Documentation</a>
@ -295,6 +297,53 @@
</div> </div>
</section> </section>
<!-- Begin Mailchimp Signup Form -->
<section class="section has-text-centered">
<div class="container">
<div id="mc_embed_signup">
<form
action="https://gmail.us4.list-manage.com/subscribe/post?u=8139c7de74df98aa17054b235&amp;id=f0c6ba5f1d"
method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form"
class="validate" target="_blank" novalidate
>
<div id="mc_embed_signup_scroll">
<h2 class="title is-4 has-text-weight-normal">
Stay in the loop - receive updates & blog posts
</h2>
<div class="columns">
<div class="column is-half is-offset-one-quarter">
<div class="field is-grouped">
<div class="control is-expanded">
<input type="email" value="" name="EMAIL"
class="input required email" id="mce-EMAIL"
placeholder="Your email address"
>
</div>
<div class="control">
<input
type="submit"
value="Subscribe"
name="subscribe"
id="mc-embedded-subscribe"
class="button is-primary"
>
</div>
</div>
</div>
</div>
<!-- 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_8139c7de74df98aa17054b235_f0c6ba5f1d" tabindex="-1" value="">
</div>
</div>
</form>
</div>
</div>
</section>
<!--End mc_embed_signup-->
<!-- Page break section with logo --> <!-- Page break section with logo -->
<section class="section has-text-centered"> <section class="section has-text-centered">
<img class="logo" src="assets/wasp-logo.png"> <img class="logo" src="assets/wasp-logo.png">