This repository has been archived by the owner on Jun 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathget-involved
84 lines (70 loc) · 4.21 KB
/
get-involved
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Website originally created by Iris Li. Join in on the development
at https://github.com/bitcoinberkeley/website -->
<meta charset="utf-8">
<title>Get Involved | Bitcoin Association of Berkeley</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The Bitcoin Association of Berkeley is a student organization dedicated to supporting the Bitcoin community in Berkeley and the East Bay.">
<link href="css/typography.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<script language="javascript" type="text/javascript" src="js/jquip.events.docready.css.min.js"></script>
<script language="javascript" type="text/javascript" src="js/functions.js"></script>
</head>
<body class="Get Involved">
<div class="container" id="site-header-container">
<header id="site-header">
<h1 id="site-title"><a href="./">Ƀitcoin Association of Berkeley</a></h1>
<nav><ul>
<li><a href="./about">About</a></li>
<li><a href="./get-involved">Get Involved</a></li>
</ul></nav>
</header>
</div>
<div class="page-title">
<section class="container">
<h2>Get Involved</h2>
</section>
</div>
<div class="page-content container">
<h4 id="join-us">Join Us</h4>
<p>If you would like to become part of our team, please email us at [email protected]. Whether you want to lead a specific initiative or help out wherever you can, we are always grateful for the support and involvement of our peers.</p>
<h4 id="donate">Donate</h4>
<p>Thank you for your interest!
We are in the process of getting our donations details up.</p>
<h4 id="sponsorship">Sponsorship</h4>
<p>Sponsoring the Bitcoin Association of Berkeley allows us to provide the best experience possible to our members, and in turn we can provide our sponsors with valuable exposure and opportunities to work with best and brightest of Berkeley. If you are interested in sponsorship opportunities, please contact us.</p>
</div>
<div class="mailing-list">
<div class="container">
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="http://berkeley.us3.list-manage.com/subscribe/post?u=c0ffa9a0309e0b11980715d0f&id=8afb431778" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<!--<label for="mce-EMAIL">Subscribe to our mailing list: </label>-->
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL"
placeholder="Subscribe to our mailing list (email address here)" required>
<!-- honeypot: 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;"><input type="text" name="b_c0ffa9a0309e0b11980715d0f_8afb431778" value=""></div>
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
</form>
</div>
</div>
</div>
<footer>
<div class="container">
<a href="http://www.ocf.berkeley.edu" class="ocfbanner"><img src="./images/ocfbadge_mini8.png" alt="Hosted by the OCF" width="98" height="39" /></a>
<p>© 2014 Bitcoin Association of Berkeley</p>
<p>If you find any problems on our website, feel free to <a href="https://github.com/BitcoinBerkeley/website/issues">open an issue</a> or <a href="https://github.com/BitcoinBerkeley/website/pulls">submit a pull request</a> on our <a href="https://github.com/BitcoinBerkeley/website">github repository</a>.</p>
</div>
</footer>
</body>
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-49865501-1', 'berkeley.edu');
ga('send', 'pageview');
</script>
</html>