-
Notifications
You must be signed in to change notification settings - Fork 0
/
freefood.html
63 lines (48 loc) · 2.67 KB
/
freefood.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
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title> Free Food on Campus </title>
<!-- CSS & JS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/other.css">
<script src="js/jquery-3.2.1.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans"/>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-101288487-1', 'auto');
ga('send', 'pageview');
</script>
<!-- Meta Tags -->
<meta name="description" content="Find free food on campus">
<meta name="keywords" content="Texas A&M University, College Station, free, food, campus">
</head>
<body id = "viewport2">
<!-- Begin MailChimp Signup Form -->
<section class = "content">
<form action="//tamu.us16.list-manage.com/subscribe/post?u=db53b7bd30b7783387d28d237&id=af31795c95" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div class = "other-content col-xs-12 col-md-12">
<h2> Get access to the free food calendar </h2>
<div id = "email">
<label for="mce-EMAIL">Email Address <span class="asterisk"></span></label>
</label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL"></p>
</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_db53b7bd30b7783387d28d237_af31795c95" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="btn btn-default"></div>
</div>
</form>
<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';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[3]='BIRTHDAY';ftypes[3]='birthday';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
</div>
</section>
<!--End mc_embed_signup-->
</body>
</html>