Skip to content

Commit b501937

Browse files
committed
updated index.html
1 parent 3846830 commit b501937

File tree

7 files changed

+29
-68
lines changed

7 files changed

+29
-68
lines changed

bridgewater.png

-4.35 KB
Binary file not shown.

dropbox.png

-8.63 KB
Binary file not shown.

facebooklogo.jpg

-1.68 MB
Binary file not shown.

hackharvardlogo.png

-50.3 KB
Binary file not shown.

index.html

Lines changed: 29 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,11 @@
22
<html lang="en">
33
<head>
44
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css">
5-
<title>PythonBee!</title>
5+
<title>OCamlBee!</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta name="description" content="">
88
<meta name="author" content="">
99

10-
<!-- Google Analytics -->
11-
<script type="text/javascript">
12-
var _gaq = _gaq || [];
13-
_gaq.push(['_setAccount', 'UA-29291229-3']);
14-
_gaq.push(['_trackPageview']);
15-
16-
(function() {
17-
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
18-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
19-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
20-
})();
21-
22-
</script>
23-
2410
<style type="text/css">
2511
body {
2612
padding-top: 20px;
@@ -64,7 +50,7 @@
6450
text-align: center;
6551
}
6652
</style>
67-
53+
6854
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
6955
<!--[if lt IE 9]>
7056
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
@@ -76,21 +62,21 @@
7662
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png">
7763
<link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">
7864
<link rel="shortcut icon" href="../assets/ico/favicon.png">
79-
80-
65+
66+
8167
<script src="bootstrap/js/bootstrap.min.js"></script>
8268
</head>
8369
<body>
84-
70+
8571
<div class="container-narrow">
8672

8773
<div class="masthead">
8874
<ul class="nav nav-pills pull-right">
89-
<li class="active"><a href="https://docs.google.com/spreadsheet/viewform?formkey=dDhvRUJIQzZuR0lJa08tQ0pvRFdRanc6MQ">Sign up!</a></li>
75+
<li class="active"><a href="http://goo.gl/Hus0U">Sign up!</a></li>
9076
<li><a href="#rules">How do I play?</a></li>
9177
<li><a href="#sponsors">Sponsors</a></li>
9278
</ul>
93-
<h3 class="muted" style="color: #003f7f">PythonBee!</h3>
79+
<h3 class="muted" style="color: #003f7f">OCamlBee!</h3>
9480
</div>
9581

9682
<hr>
@@ -101,7 +87,7 @@ <h3> Did you catch that? Here's what you'll need: </h3>
10187
<div style="text-align: left; padding: 0 0 0 200px;">
10288
<ul>
10389
<li>A team of two (you and a friend)!</li>
104-
<li>Minimal coding experience in Python.</li>
90+
<li>Minimal coding experience in OCaml.</li>
10591
<li>Be ready to have a good time.</li>
10692
<li>Get to know more of the CS community.</li>
10793
<li>Want to win some prizes.</li>
@@ -110,19 +96,19 @@ <h3> Did you catch that? Here's what you'll need: </h3>
11096
<h3>When / Where</h3>
11197
<div style="text-align: left; padding: 0 0 0 200px;">
11298
<ul>
113-
<li><b>Monday, Feb 4th, 8 - 10 pm</b>. Mark your calendars!</li>
99+
<li><b>Monday, April 29th, 7:30 pm</b>. Mark your calendars!</li>
114100
<li>Maxwell Dworkin 119.</li>
115101
</ul>
116102
</div>
117103
<h4> Check out the rules and information below! </h4><br>
118-
<a class="btn btn-large btn-success" href="https://docs.google.com/spreadsheet/viewform?formkey=dDhvRUJIQzZuR0lJa08tQ0pvRFdRanc6MQ">Sign up today!</a>
104+
<a class="btn btn-large btn-success" href="http://goo.gl/Hus0U">Sign up today!</a>
119105
</div>
120-
106+
121107
<hr>
122108

123-
<a name="rules"></a>
109+
<a name="rules"></a>
124110
<h1 style="text-align: center">The Rules</h1>
125-
111+
126112
<div class="row-fluid marketing">
127113
<div class="span6">
128114
<h4>Rules of the Bee</h4>
@@ -151,16 +137,16 @@ <h4>Rules of the Bee</h4>
151137
<h4>Functions</h4>
152138
<div>
153139
<ul>
154-
<li>Function must be named "fun". Example solution to the problem above:
155-
<pre>def fun(a, b):
156-
return a + b</pre></li>
157-
In other words... "d, e, f, space, f, u, n, open paren, a, comma, space, ..."
158-
<li>Watch out! All indentation and spacing must be correct. This is Python, you know.</li>
140+
<li>Function must be named "camel". Example solution to the problem above:
141+
<pre>let camel x y = x + y</pre></li>
142+
In other words... "l, e, t, space, c, a, m, e, l, space, equals, ..."
159143
<li>Watch out for runtime errors (division by zero, interpretation error, etc.)</li>
144+
<li>Your code MUST compile using OCaml 4.0.</li>
145+
<li><b>You may use ANY module in the <a href="http://caml.inria.fr/pub/docs/manual-ocaml/libref/index.html">OCaml Standard Library</a></b>. This includes List, Set, Map, String, etc.</li>
160146
<li>Your code will be tested on a small set of test cases for verifcation. However all decisions by the judges will be final.</li>
161147
</ul>
162148
</div>
163-
149+
164150
</div>
165151

166152
<div class="span6">
@@ -172,7 +158,7 @@ <h4>Teams</h4>
172158
<li>If you don't have a partner, sign up anyway and we will pair you up!</li>
173159
</ul>
174160
</div>
175-
161+
176162
<h4>Scoring</h4>
177163
<div>
178164
<ul>
@@ -194,8 +180,7 @@ <h4>Misc. / Questions</h4>
194180
<div>
195181
<ul>
196182
<li>These rules are meant as general guidelines. Finding technicalities is not in good nature of the Bee.</li>
197-
<li>More questions? Email <a href="mailto:[email protected]">[email protected]</a>, <a href="mailto:[email protected]">[email protected]</a>, or <a href="mailto:[email protected]">[email protected]</a>.</li>
198-
<li>Also, check out the <a href="https://www.facebook.com/events/336602729785847">Facebook event</a>!</li>
183+
<li>Also, check out the <a href="https://www.facebook.com/events/446039482146400/">Facebook event</a>!</li>
199184
</ul>
200185
</div>
201186
</div>
@@ -205,7 +190,7 @@ <h4>Misc. / Questions</h4>
205190

206191
<h1 style="text-align: center">Sponsors</h1>
207192

208-
<a name="sponsors"></a>
193+
<a name="sponsors"></a>
209194
<div class="footer">
210195
<div id="club-sponsors">
211196
<table>
@@ -219,44 +204,20 @@ <h1 style="text-align: center">Sponsors</h1>
219204
<td colspan=1>
220205
<a class="logo" href="http://hcs.harvard.edu"><img src="hcslogo.png"/></a>
221206
</td>
222-
<td colspan=4>
223-
<a class="logo" href="http://www.hackharvard.org/"><img src="hackharvardlogo.png"/></a>
224-
</td>
225-
<td colspan=2>
226-
<div class="wics"><a class="logo" href="http://www.hcs.harvard.edu/~harvardwomenincs/"><img src="http://www.hcs.harvard.edu/~harvardwomenincs/wp-content/uploads/wics_logo2.png"/></a></div>
207+
<td colspan=6>
208+
<a class="logo" href="http://www.janestreet.com/"><img src="janestreet.jpg"/></a>
227209
</td>
228210
</tr>
229-
<tr>
230-
<td colspan=3>
231-
<a class="logo" href="http://liveramp.com"><img src="liveramp.png"/></a>
232-
</td>
233-
<td colspan=2>
234-
<a class="logo" href="http://dropbox.com"><img src="dropbox.png"/></a>
235-
</td>
236-
<td colspan=2>
237-
<a class="logo" href="http://bwater.com"><img src="bridgewater.png"/></a>
238-
</td>
239-
</tr>
240-
</table>
241-
<div style="text-align: center">
242-
<a class="logo" href="http://facebook.com"><img style="width: 30%" src="facebooklogo.jpg"/></a>
243-
</div>
244-
</div>
245-
</div>
246-
<div class="footer">
247-
<div id="corporate-sponsors">
248-
<table>
249211
</table>
250212
</div>
251213
</div>
252-
<br>
253214
<div class="special" style="text-align: center">
254-
<p>Also, special thanks to MIT and Dropbox for inspiring the event idea.</p>
215+
<p>Also, special thanks to Tony Ho, Neal Wu, and Saagar Deshpande for the Python Bee earlier this year!</p>
255216
</div>
256217
</div> <!-- /container -->
257-
258-
259-
260-
218+
219+
220+
221+
261222
</body>
262223
</html>

janestreet.jpg

270 KB
Loading

liveramp.png

-2.73 KB
Binary file not shown.

0 commit comments

Comments
 (0)