forked from GoCamp/GoCamp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
95 lines (83 loc) · 4.83 KB
/
index.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<html>
<title>Go Camp</title>
<head>
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<!-- place this in your head tag -->
<script src='https://js.tito.io/v1' async></script>
<link rel="stylesheet" type="text/css" href='https://css.tito.io/v1' />
</head>
<body>
<div class="header">
<div class="icon-links">
<a href="https://www.twitter.com/GoCampNYC/" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/Go-Camp-1644250012510407/" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="mailto:[email protected]" target="_blank"><i class="fa fa-envelope"></i></a>
</div>
</div>
<div class="body">
<div>
<img src="images/logo.svg" id="logo">
</div>
<p class="name">Go Camp</p>
<p class="date">Sun Jul 17, 2016</p>
<p class="venue">@ United Nations</p>
<p class="updates">A community-run open source conference focused on the Golang programming language</p>
<p class="updates">Please send us an email at <a href="mailto:[email protected]">[email protected]</a> if you have any questions or want to get involved.</p>
<h4><a href="http://goo.gl/forms/iIHURDEqKW" target="_blank">Propose your session here: http://goo.gl/forms/iIHURDEqKW</a></h4>
</div>
<div id="blocks">
<div id="register" class="block">
<h4 class="block-title">Tickets</h4>
<tito-widget event="go-camp/go-camp-2016"></tito-widget>
<p>You don't need to make an additional ticket donation for Go Camp if you've already purchased a ticket for another <a href="http://opencamps.org" target="_blank">Open Camps</a> event on the same day (other than WordCamp NYC or PyGotham which do require a separate ticket).</p>
</div>
<div id="newsletter" class="block">
<h4 class="block-title">Go Camp Newsletter</h4>
<!-- Begin MailChimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{clear:left; font:12px Helvetica,Arial,sans-serif; }
/* 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="//GoCamp.us13.list-manage.com/subscribe/post?u=b6924de0a5aef01d615b15b6c&id=b0fea03745" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<h2>Subscribe to the Go Camp mailing list</h2>
<div class="indicates-required"><span class="asterisk">*</span> indicates required</div>
<div class="mc-field-group">
<label for="mce-EMAIL">Email Address <span class="asterisk">*</span>
</label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<div class="mc-field-group">
<label for="mce-FNAME">First Name </label>
<input type="text" value="" name="FNAME" class="" id="mce-FNAME">
</div>
<div class="mc-field-group">
<label for="mce-LNAME">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_b6924de0a5aef01d615b15b6c_b0fea03745" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</div>
</form>
</div>
<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';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
<!--End mc_embed_signup-->
</div>
<div id="community" class="block">
<h4 class="block-title">Other Community Events</h4>
<p>Save the date for the <strong><a href="http://gothamgo.com/" target="_blank">Gotham Go</a></strong> conference which is happening on Nov 18, 2016</p>
<p>Check out the <strong><a href="http://www.meetup.com/nycgolang/" target="_blank">Golang NYC</a></strong> meetup!</p>
</div>
</div>
</div>
<!-- <div id="updated">Last updated on Apr 26, 2016</div> -->
</body>
</html>