-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlistserve.html
61 lines (58 loc) · 3.23 KB
/
listserve.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
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE HTML>
<html>
<head>
<title>WC@BU</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--Import materialize.css-->
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/>
<link rel="stylesheet" type="text/css" href="css/style.css" media="screen,projection"/>
<!--icons-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body id="page-top" data-spy="scroll">
<div class="cover">
<!-- Navigation -->
<nav style="background-color: #8ED9FF;">
<div class="nav-wrapper">
<a href="index.html" class="brand-logo center" style="color:#fff;">WC@BU</a>
</div>
</nav>
</div>
<!-- Get Involved Section -->
<section id="signup" class="container scrollspy" style="padding-top: 100px;">
<div class="row">
<div class="col l8 offset-l2 m12 s12">
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="//binghamtonwc.us11.list-manage.com/subscribe/post?u=f3a01b11d2318c30684fd8583&id=8d4d223a4c" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<h6 style="font-size:20px;">Subscribe to our mailing list</h6>
<div class="mc-field-group">
<label for="mce-EMAIL" style="color:purple;font-size:16px;">Email Address </label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<div class="mc-field-group">
<label for="mce-FNAME" style="color:purple;font-size:16px;">First Name </label>
<input type="text" value="" name="FNAME" class="" id="mce-FNAME">
</div>
<div class="mc-field-group">
<label for="mce-LNAME" style="color:purple;font-size:16px;">Last Name </label>
<input type="text" value="" name="LNAME" class="" id="mce-LNAME">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" 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_f3a01b11d2318c30684fd8583_8d4d223a4c" 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>
</section>
</body>
</html>