forked from SwiftWeekly/swiftweekly.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsubscribe.html
49 lines (42 loc) · 2.34 KB
/
subscribe.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
layout: default
title: Subscribe
---
<div class="row">
<div class="col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
<h2 class="text-center">{{ page.title }}</h2>
<p class="lead">Subscribe to our mailing list to get the best summary about what's happening in the Swift.org open source projects every week.
Published every other Thursday for free.
</p>
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="https://github.us19.list-manage.com/subscribe/post?u=2951f6b6f2d9b152b48176dab&id=a881f89716"
method="post"
id="mc-embedded-subscribe-form"
name="mc-embedded-subscribe-form"
class="validate"
target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<div class="form-group">
<label for="mce-EMAIL">Email Address</label>
<input type="email" value="" name="EMAIL" class="form-control" id="mce-EMAIL" placeholder="Enter your email">
</div>
<div id="mce-responses" class="clear">
<div class="response alert alert-danger" id="mce-error-response" style="display:none"></div>
<div class="response alert alert-success" id="mce-success-response" style="display:none"></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_5230bf0236a0adb19995a2eb4_0d4b4bbe45" tabindex="-1" value="">
</div>
<div class="clear">
<button type="submit" id="mc-embedded-subscribe" name="subscribe" class="btn btn-warning btn-lg btn-block">Subscribe</button>
</div>
<p class="text-center text-muted"><small>No spam, ever. You can opt out at any time.</small></p>
</div>
</form>
</div> <!-- mc_embed_signup -->
<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';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
</div> <!-- col -->
</div> <!-- row -->