-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
89 lines (85 loc) · 4.22 KB
/
contact.html
File metadata and controls
89 lines (85 loc) · 4.22 KB
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
---
layout: page
class: contact
header: Contact
---
<div class="site-max-width">
<div class="h1" style="margin-bottom: 60px">
<center>Want to get in touch?</center>
</div>
<div class="row">
<div class="column">
<b>Get Support</b>
<div class="p" style="margin-top: 30px; margin-bottom: 50px; width: 90%">
Have a question? Want to learn more about TeamsCode? Contact us at
<a class="a" href="mailto:contact@teamscode.org">contact@teamscode.org</a>.
</div>
<b>Sponsorship Inquiries</b>
<div class="p" style="margin-top: 30px; margin-bottom: 50px; width: 90%">
Want to sponsor TeamsCode? Contact us at
<a class="a" href="mailto:sponsors@teamscode.org">sponsors@teamscode.org</a>.
</div>
<b>Donate</b>
<div class="p" style="margin-top: 30px; margin-bottom: 50px; width: 90%">
Click the button below to donate to our PayPal. Any support is appreciated!
</div>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top" style="margin-top: -25px; ">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="5FK755HH8FCQY">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit"
alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</div>
<div class="column">
<b>Join our team</b>
<div class="p" style="margin-top: 30px; margin-bottom: 50px; width: 90%">
Interested in helping us host contests? Click
<a class="inline-link" href="/contests/create">here</a> for more information on what it takes!
</div>
</div>
<div class="column">
<b>Mailing List</b>
<!-- Begin Mailchimp Signup Form -->
<div class="p" style="margin-top: 30px; margin-bottom: -10px; width: 90%">Want to get updates on new programming
contests, courses, or other opportunities? Sign up to the mailing list below!</div>
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup {
background: #fff;
clear: left;
font: 14px Helvetica, Arial, sans-serif;
}
#mc_embed_signup form {
margin-left: -35px;
}
</style>
<div id="mc_embed_signup">
<form
action="https://teamscode.us16.list-manage.com/subscribe/post?u=68ebd958a395d94f3d7ad5ada&id=1b008420c1"
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="mc-field-group">
<label for="mce-EMAIL">Email Address </label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</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_68ebd958a395d94f3d7ad5ada_1b008420c1" 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>
</div>