-
Notifications
You must be signed in to change notification settings - Fork 14
/
index.html
415 lines (358 loc) · 19.6 KB
/
index.html
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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>HackMIT · Open Source</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="icon" href="2020-favicon.ico">
<!-- Custom CSS -->
<link href="css/main.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://kit-free.fontawesome.com/releases/latest/css/free-v4-shims.min.css">
<link rel="stylesheet" href="https://kit-free.fontawesome.com/releases/latest/css/free-v4-font-face.min.css">
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Google Analytics -->
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-63828172-13', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!-- Page Content -->
<div class="container">
<!-- Page Heading -->
<div class="row">
<div class="col-lg-12">
<h1 class="page-header montserrat-bold-uppercase">
<img class="hack-logo" src="hack-logo-2.png" alt="HackMIT logo">
HackMIT
<small class="open-source">Open Source</small>
</h1>
<h3 class="subheader">If you've used one of our projects in the past, please add yourself to <a target="_blank" href="https://github.com/techx/hackmit-code/wiki/Users">our list!</a></h3>
</div>
</div>
<!-- disabled so that we have more actual content above the fold
<div class="row">
<div class="col-md-7">
<div id="droste" class="img-responsive border" style="position: relative; filter: brightness(90%);">
<iframe id="droste-iframe" style="position: absolute; transform-origin: 0 0; border: 0;"></iframe>
<noscript>
<img class="img-responsive" src="assets/code.png">
</noscript>
</div>
</div>
<div class="col-md-5">
<h3 class="montserrat-bold-uppercase">code.hackmit.org</h3>
<h4>This site</h4>
<p>Of course, this site is open source.</p>
<a class="project-link" href="https://github.com/techx/hackmit-code">View Project</a>
</div>
</div>
<hr>
-->
<div class="row">
<div class="col-md-7">
<a href="https://github.com/techx/playground" target="_blank">
<img class="img-responsive border" src="assets/playground.png" alt="splash-2020">
</a>
</div>
<div class="col-md-5">
<h3 class="montserrat-bold-uppercase">
<a class="project-link" target="_blank" href="https://github.com/techx/playground" target="_blank">
playground</a>
</h3>
<h4>A virtual environment for hackers</h4>
<p>Hack Playground is a virtual world that brings HackMIT, one of the largest undergraduate hackathons, right to
your home.
Playground preserves the atmosphere of innovation and connection of a hackathon. You can walk through the
Sponsor Town
and schedule a coffee chat with a sponsor, gain inspiration by visiting the Nonprofit Village, or chat with
other
hackers.</p>
<a class="project-link" target="_blank" href="https://github.com/techx/playground">View Project</a>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-7">
<div class="side-corner-tag">
<a href="https://github.com/techx/appreader" target="_blank"></a>
<img class="img-responsive border" src="assets/appreader.png" alt="comingsoon">
<p><span>Coming Soon</span></p>
</div>
</div>
<div class="col-md-5">
<h3 class="montserrat-bold-uppercase">
<a class="project-link" target="_blank" href="https://github.com/techx/appreader" target="_blank">
appreader</a>
</h3>
<h4>A management system for reading applications</h4>
<p>We use appreader to manage the thousands of applications we receive for HackMIT each year. The website streamlines the admissions process by distributing apps to team members, keeping track of applications scores, and running a scoring algorithm to generate a final list of admitted applicants. The open source version will be coming soon!
</p>
<a class="project-link" target="_blank" href="https://github.com/techx/appreader">View Project</a>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-7">
<a href="https://github.com/techx/quill" target="_blank">
<img id="droste-reference" class="img-responsive border" src="assets/quill.png" alt="">
</a>
</div>
<div class="col-md-5">
<h3 class="montserrat-bold-uppercase">
<a class="project-link" target="_blank" href="https://github.com/techx/quill">Quill</a>
</h3>
<h4>Registration, for hackathons!</h4>
<p> Quill is HackMIT's hackathon registration portal. For hackers, it's a clean and streamlined interface to submit registration and confirmation information. For hackathon organizers, it's an easy way to manage applications, view registration stats, check-in hackers day-of, and more! </p>
<a class="project-link" target="_blank" href="https://github.com/techx/quill">View Project</a>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-7">
<a href="https://github.com/techx/helpqueue" target="_blank">
<img id="droste-reference" class="img-responsive border" src="assets/helpq.png" alt="">
</a>
</div>
<div class="col-md-5">
<h3 class="montserrat-bold-uppercase">
<a class="project-link" href="https://github.com/techx/helpqueue" target="_blank">HELPq</a>
</h3>
<h4>An extensible, customizable real-time queue system</h4>
<p>HELPq was originally built for HackMIT, but has been used at hackathons like Blueprint, Meteor Summer Hackathon 2015, WHACK, MakeMIT and WildHacks (among others!).</p>
<p>It is a real-time help queue and mentor management application, targeted at hackathons and classrooms, where there is a need for issues to be claimed and satisfied within minutes. It includes a simple interface for requesting tickets, claiming tickets, administrating users/mentors, and examining metrics.</p>
<div class="link-container">
<a class="project-link" href="https://github.com/techx/helpqueue" target="_blank">View Project</a>
<a class="project-link" href="https://github.com/ehzhang/helpq" target="_blank">Older Version</a>
</div>
</div>
</div>
<!--
<script>
var MAX_LEVELS = 5;
var currLevel = parseInt(location.search.slice(1));
var isTop = isNaN(currLevel);
currLevel = isNaN(currLevel) ? MAX_LEVELS : currLevel;
var iframe = document.getElementById('droste-iframe');
if (currLevel > 0) {
if (location.href.indexOf('?') !== -1) {
var next = location.href.slice(0, location.href.indexOf('?'));
} else {
var next = location.href;
}
iframe.src = next + "?" + (currLevel - 1);
}
var setShape = function() {
var div = document.getElementById('droste');
var reference = document.getElementById('droste-reference');
div.style.width = reference.width + "px";
div.style.height = reference.height + "px";
iframe.style.width = window.innerWidth + "px";
iframe.style.height = reference.height * window.innerWidth / reference.width + "px";
var ratio = reference.width / window.innerWidth;
iframe.style.transform = "scale(" + ratio + ")";
};
setShape(); // this used to be window.addEventListener('load', setShape);
// but that results in a flicker... just calling it directly here is
// fine, cause this code is after droste-reference and all the other
// stuff is created
window.addEventListener('resize', setShape);
window.onstorage = function(){ document.body.scrollTop = localStorage.scroll }
window.onscroll = function(){ if(isTop && 0 < document.getElementById('droste').getBoundingClientRect().bottom) localStorage.scroll = document.body.scrollTop; }
</script>
-->
<hr>
<div class="row">
<div class="col-md-7">
<a href="https://github.com/anishathalye/gavel" target="_blank">
<img class="img-responsive border" src="assets/gavel.png" alt="">
</a>
</div>
<div class="col-md-5">
<h3 class="montserrat-bold-uppercase">
<a class="project-link" href="https://github.com/anishathalye/gavel" target="_blank">Gavel</a>
</h3>
<h4>A project expo judging system</h4>
<p>Gavel is the judging system used at HackMIT. It incorporates a lot of research on mathematical psychology along with fancy math to produce very fair judging results. It's capable of scaling to large events, being used at HackMIT's 1000-person hackathon.</p>
<a class="project-link" href="https://github.com/anishathalye/gavel" target="_blank">View Project</a>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-7">
<a href="https://github.com/techx/cog" target="_blank">
<img class="img-responsive border" src="assets/cog.png" alt="">
</a>
</div>
<div class="col-md-5">
<h3 class="montserrat-bold-uppercase">
<a class="project-link" target="_blank" href="https://github.com/techx/cog">Cog</a>
</h3>
<h4>A hardware checkout system </h4>
<p>Cog is the hardware checkout system that we beta-tested at HackMIT 2017. It makes it easy for organizers to manage hardware inventory and track which hackers have what, and it allow hackers to quickly find the hardware they want for their hack.</p>
<a class="project-link" target="_blank" href="https://github.com/techx/cog">View Project</a>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-7">
<a href="https://github.com/anishathalye/offix" target="_blank">
<img class="img-responsive border" src="assets/offix.png" target="_blank" alt="">
</a>
</div>
<div class="col-md-5">
<h3 class="montserrat-bold-uppercase">
<a class="project-link" href="https://github.com/anishathalye/offix" target="_blank">OffiX</a>
</h3>
<h4>"Who is in the office?"</h4>
<p>A WiFi-based presence sharing system for specific physical spaces.</p>
<a class="project-link" href="https://github.com/anishathalye/offix" target="_blank">View Project</a>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-7">
<a href="https://github.com/techx/hackmit-puzzle-2020" target="_blank">
<img class="img-responsive border" src="assets/puzzle.png" alt="">
</a>
</div>
<div class="col-md-5">
<h3 class="montserrat-bold-uppercase">
<a class="project-link" target="_blank" href="https://github.com/techx/hackmit-puzzle-2020">HackMIT Puzzle</a>
</h3>
<h4>Getting stumped during a trip Hack to the Future</h4>
<p>Each year, HackMIT releases a challenging online puzzle in conjuction with registration. Our 2020 puzzle incorporated our Hack to the Future theme, and featured challenges involving reverse-engineering, CAPTCHAs, secret codes, and neural networks, among many other things!</p>
<a class="project-link" target="_blank" href="https://github.com/techx/hackmit-puzzle-2020">View Project</a>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-7">
<a href="https://archive.hackmit.org/2020/" target="_blank">
<img class="img-responsive border" src="assets/splash-2020.png" alt="splash-2020">
</a>
</div>
<div class="col-md-5">
<h3 class="montserrat-bold-uppercase">
<a class="project-link" target="_blank" href="https://archive.hackmit.org/2020/" target="_blank">
hackmit.org</a>
</h3>
<h4>The HackMIT splash site</h4>
<p>The HackMIT homepage, with code released under an MIT license and content/assets released under a CC BY-NC-ND
license.</p>
<a class="project-link" target="_blank" href="https://archive.hackmit.org/2020/">View Project</a>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-7">
<a href="https://github.com/Detry322/redisred" target="_blank">
<img class="img-responsive border" src="assets/redisred.png" alt="">
</a>
</div>
<div class="col-md-5">
<h3 class="montserrat-bold-uppercase">
<a class="project-link" href="https://github.com/Detry322/redisred" target="_blank">Redisred</a>
</h3>
<h4>A small Redis-based URL redirector</h4>
<p>Redisred is a small Redis-based URL redirector with great Slack integration!</p>
<a class="project-link" href="https://github.com/Detry322/redisred" target="_blank">View Project</a>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-7">
<a href="https://github.com/Detry322/hubot-redisred" target="_blank">
<img class="img-responsive border" src="assets/hubot-redisred.png" alt="">
</a>
</div>
<div class="col-md-5">
<h3 class="montserrat-bold-uppercase">
<a class="project-link" href="https://github.com/Detry322/hubot-redisred" target="_blank">hubot-redisred</a>
</h3>
<h4>A Hubot plugin for Redisred</h4>
<p>Hubot-redisred is the most convenient way to use Redisred.</p>
<a class="project-link" href="https://github.com/Detry322/hubot-redisred" target="_blank">View Project</a>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-7">
<a href="https://github.com/anishathalye/hubot-group" target="_blank">
<img class="img-responsive border" src="assets/hubot-group.png" alt="">
</a>
</div>
<div class="col-md-5">
<h3 class="montserrat-bold-uppercase">
<a class="project-link" href="https://github.com/anishathalye/hubot-group" target="_blank">hubot-group</a>
</h3>
<h4>A Hubot plugin that expands mentions of groups</h4>
<p>Hubot-group lets you easily @mention groups of people.</p>
<a class="project-link" href="https://github.com/anishathalye/hubot-group" target="_blank">View Project</a>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-7">
<a href="https://github.com/anishathalye/hubot-conf" target="_blank">
<img class="img-responsive border" src="assets/hubot-conf.png" alt="">
</a>
</div>
<div class="col-md-5">
<h3 class="montserrat-bold-uppercase">
<a class="project-link" href="https://github.com/anishathalye/hubot-conf" target="_blank">hubot-conf</a>
</h3>
<h4>A configuration management system for Hubot</h4>
<p>Hubot-conf is a two-part configuration management system for Hubot. It can be used by Hubot script implementors to read configuration values. It can also be used by Hubot users to be able to dynamically set (or override) configuration values through the chat interface.</p>
<a class="project-link" href="https://github.com/anishathalye/hubot-conf" target="_blank">View Project</a>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-7">
<a href="https://github.com/anishathalye/hubot-shortcut" target="_blank">
<img class="img-responsive border" src="assets/hubot-shortcut.png" alt="">
</a>
</div>
<div class="col-md-5">
<h3 class="montserrat-bold-uppercase">
<a class="project-link" href="https://github.com/anishathalye/hubot-shortcut" target="_blank">hubot-shortcut</a>
</h3>
<h4>A macro system for Hubot</h4>
<p>Hubot-shortcut lets you create !shortcuts for your Hubot commands.</p>
<a class="project-link" href="https://github.com/anishathalye/hubot-shortcut" target="_blank">View Project</a>
</div>
</div>
<hr>
<hr>
<!-- Footer -->
<footer>
<div class="row">
<div class="col-lg-12">
<p id="love"><a href="https://github.com/techx/hackmit-code">Open source</a> — Made with <span id="love-icon">❥</span> by <span id="love-author">the HackMIT Team</span></p>
</div>
</div>
</footer>
</div>
<!-- /.container -->
<!-- js -->
<script src="js/main.js"></script>
</body>
</html>