-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathhackathon.html
More file actions
executable file
·148 lines (145 loc) · 9.04 KB
/
hackathon.html
File metadata and controls
executable file
·148 lines (145 loc) · 9.04 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A layout example that shows off a blog page with a list of posts.">
<title>Madworks Cryptocurrency Hackathon</title>
<!--<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">-->
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800">
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.3.0/pure-min.css">
<link rel="stylesheet" href="css/hackathon.css">
</head>
<body>
<div class="pure-g-r" id="layout">
<div class="sidebar pure-u">
<header class="header">
<img src="images/madworks-coin.png">
<hgroup>
<h1 class="brand-title">Madworks<br>Crypto-currency<br>Hackathon</h1>
<h2 class="brand-tagline">February 15, 2014</h2>
</hgroup>
<nav class="nav">
<ul class="nav-list">
<li class="nav-item">
<a class="pure-button" href="https://www.eventbrite.com/e/madworks-cryptocurrency-hackathon-tickets-10305888189" target="_blank">Sign Up<br>On EventBrite</a>
</li>
<li class="nav-item">
<a class="pure-button" href="http://coins.madworkscoworking.org" target="_blank">Sign up<br>with Cryptocurrency!</a>
</li>
</ul>
</nav>
<p class="conduct">
We don't tolerate harrasment or discrimination.<br>View our <a href="hackathon-conduct.html">Code of Conduct</a> for more.
</p>
</header>
</div>
<div class="pure-u-1-3">
<div class="content yellow">
<h1 class="content-subhead"><i class="fa fa-map-marker"></i> Location</h1>
<section class="post">
<div class="post-description">
<p>
<strong>Madworks Coworking Space</strong><br>
505 S Rosa Rd, Suite #225<br>
Madison, WI 53719<br>
<a href="https://www.google.com/maps/preview#!q=505+S+Rosa+Rd%2C+Madison%2C+WI&data=!4m15!2m14!1m13!1s0x8807ae808f452eb5%3A0x7cc820cdf41683a6!3m8!1m3!1d21980!2d-89.5233649!3d43.0738286!3m2!1i1301!2i724!4f13.1!4m2!3d43.057796!4d-89.476921" target="_blank">Map</a><br>
</p>
</div>
</section>
</div>
</div>
<div class="pure-u-1-3 schedule">
<div class="content red">
<h1 class="content-subhead"><i class="fa fa-calendar white"></i> Schedule</h1>
<section class="post">
<div class="post-description">
<p>
8am – Registration and Breakfast<br>
9am – Team selection & pitches<br>
9:30 – Hack on the blockchain!<br>
noon – Lunch<br>
1pm – Change the world of finance!<br>
6:30 – Dinner, judging<br>
7pm – Awards
</p>
</div>
</section>
</div>
</div>
<div class="pure-u-1-3 schedule">
<div class="content yellow">
<h1 class="content-subhead"><i class="fa fa-calendar white"></i> "Un"coference</h1>
<section class="post">
<div class="post-description">
<p>
Talks will start around 10:00am<br>
<u>Topics & Speakers</u><br>
"Cryptocurrency FAQ" – <i>Brian Samson</i><br>
"Don't Mine" – <i>Monty Schmidt</i><br>
"Legalities of BTC" – <i>Richard Magness</i><br>
"To the Moon with DOGE" – <i>Brian Samson</i><br>
</p>
</div>
</section>
</div>
</div>
<div class="pure-u-1">
<div class="content midnight">
<h1 class="content-subhead"><i class="fa fa-info-circle white"></i> Information</h1>
<section class="post">
<div class="post-description">
<p>Whether you're you a diehard Bitcoin fan who's been mining for years or someone who just heard about Dogecoin and thought it was hilarious, you should come out to Madworks on Feb. 15 for a Saturday filled with learning about and hacking on cryptocurrencies. Entry to the 12-hour hackathon is $5 (0.008 BTC/.33 LTC/3200 DOGE) and includes 3 meals, some Dogecoin to get you started, and a chance to win a Bitcoin - currently valued around $850! </p>
<div class="pure-g-r">
<div class="pure-u-1-3">
<p><strong>1<sup>st</sup> Prize: </strong>1 BTC</p>
</div>
<div class="pure-u-1-3">
<p><strong>2<sup>nd</sup> Prize: </strong>0.6 BTC</p>
</div>
<div class="pure-u-1-3">
<p><strong>3<sup>rd</sup> Prize: </strong>0.3 BTC</p>
</div>
</div>
<p class="unconference">Not a hacker? No problem! We're planning an "unconference" in parallel with talks, hands-on demos, discussions, giveaways and more!</p>
</div>
</section>
</div>
</div>
<div class="pure-u-1">
<div class="content sponsors">
<h1 class="content-subhead"><i class="fa fa-angle-right gray"></i> Sponsors</h1>
<div class="pure-g-r centered">
<div class="pure-u-1-4 sponsor"><a href="http://www.foley.com" target="_blank"><img src="images/logo_foley.gif" width="140"></a></div>
<div class="pure-u-1-4 sponsor"><a href="http://greenpointfunds.com/" target="_blank"><img src="images/logo_green_point.png"></a></div>
<div class="pure-u-1-4 sponsor"><a href="http://golegal.ly/" target="_blank">golegal<span style="color: #f7625a;">.</span>ly</a></div>
<div class="pure-u-1-4 sponsor"><a href="http://www.madworkscoworking.org" target="_blank"><img src="images/logo-madworks.png" width="140"></a></div>
<div class="pure-u-1-4 sponsor"><a href="http://op-sig.com/" target="_blank">OP-SIG</a></div>
<div class="pure-u-1-4 sponsor"><a href="http://snowshoestamp.com" target="_blank"><img src="images/logo_snowshoe.png" width="140"></a></div>
<div class="pure-u-1-4 sponsor"><a href="http://tenforwardconsulting.com" target="_blank"><img src="images/logo_tenforward.png" width="140"></a></div>
<div class="pure-u-1-4 sponsor"><a href="http://wuntusk.com" target="_blank"><img src="images/logo_wuntusk.png" width="140"></a></div>
</div>
<div class="donate">
Want to sponsor? <a href="mailto:madworkscoworking@gmail.com">Email us</a> or donate:
<ul>
<li>BTC: 1Q3WksUov8yGM7aaJjDZs2gV9ibKjrYSSA</li>
<li>LTC: LLGaAKGG8xwAR9b5XP1tY7ZDqb3PeGePW7</li>
<li>DOGE: DMwYUTmpeaM54Jbo8j6w9MwkDbk7Ury7xb</li>
</ul>
</div>
</div>
</div>
</div>
<script src="http://yui.yahooapis.com/3.12.0/build/yui/yui.js"></script>
<script>
YUI().use('node-base', 'node-event-delegate', function (Y) {
// This just makes sure that the href="#" attached to the <a> elements
// don't scroll you back up the page.
Y.one('body').delegate('click', function (e) {
e.preventDefault();
}, 'a[href="#"]');
});
</script>
</body>
</html>