Skip to content
This repository was archived by the owner on Jun 9, 2021. It is now read-only.

Commit 1400aa0

Browse files
committed
Let there be Bitcoin
0 parents  commit 1400aa0

26 files changed

+3623
-0
lines changed

about

+80
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<!-- Website originally created by Iris Li. Join in on the development
5+
at https://github.com/bitcoinberkeley/website -->
6+
<meta charset="utf-8">
7+
<title>About Us | Bitcoin Association of Berkeley</title>
8+
<meta name="viewport" content="width=device-width, initial-scale=1">
9+
<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.">
10+
<link href="css/typography.css" rel="stylesheet">
11+
<link href="css/style.css" rel="stylesheet">
12+
<script language="javascript" type="text/javascript" src="js/jquip.events.docready.css.min.js"></script>
13+
<script language="javascript" type="text/javascript" src="js/functions.js"></script>
14+
</head>
15+
<body class="About Us">
16+
<div class="container" id="site-header-container">
17+
<header id="site-header">
18+
<h1 id="site-title"><a href="./">Ƀitcoin Association of Berkeley</a></h1>
19+
<nav><ul>
20+
21+
<li><a href="./about">About</a></li>
22+
23+
<li><a href="./get-involved">Get Involved</a></li>
24+
25+
</ul></nav>
26+
</header>
27+
</div>
28+
29+
<div class="page-title">
30+
<section class="container">
31+
<h2>About Us</h2>
32+
</section>
33+
</div>
34+
35+
<div class="page-content container">
36+
<p>The Bitcoin Association of Berkeley, founded in March 2014, is dedicated to supporting the Bitcoin community in Berkeley and the East Bay, and serving as the nexus of Bitcoin-related activity at Cal. Through events and initiatives we connect the Berkeley community to the wider Bitcoin ecosystem. We support research, projects, and other Bitcoin-related activities. </p>
37+
<h4 id="student-organization">Student Organization</h4>
38+
<p>We are a student group acting independently of the University of California. We take full responsibility for our organization and this web site.</p>
39+
40+
</div>
41+
42+
43+
<div class="mailing-list">
44+
<div class="container">
45+
<!-- Begin MailChimp Signup Form -->
46+
47+
<div id="mc_embed_signup">
48+
<form action="http://berkeley.us3.list-manage.com/subscribe/post?u=c0ffa9a0309e0b11980715d0f&amp;id=8afb431778" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
49+
<!--<label for="mce-EMAIL">Subscribe to our mailing list: </label>-->
50+
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL"
51+
placeholder="Subscribe to our mailing list (email address here)" required>
52+
<!-- honeypot: real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
53+
<div style="position: absolute; left: -5000px;"><input type="text" name="b_c0ffa9a0309e0b11980715d0f_8afb431778" value=""></div>
54+
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
55+
</form>
56+
</div>
57+
58+
</div>
59+
</div>
60+
61+
62+
<footer>
63+
<div class="container">
64+
<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>
65+
<p>&copy; 2014 Bitcoin Association of Berkeley</p>
66+
<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>
67+
</div>
68+
</footer>
69+
70+
</body>
71+
<script>
72+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
73+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
74+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
75+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
76+
77+
ga('create', 'UA-49865501-1', 'berkeley.edu');
78+
ga('send', 'pageview');
79+
</script>
80+
</html>

css/style.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)