forked from RocHack/rochack.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
projects.html
53 lines (47 loc) · 2.5 KB
/
projects.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
---
layout: default
width: narrow
title: Projects
---
<div class="container">
<div class="ten columns offset-by-three page-intro">
<h1>Projects</h1>
<p>RocHack is a group all about creating. Here are some of the projects we've worked on over the years. To see the most recent work, check out our <a href="http://github.com/rochack">Github group</a>.</p>
</div>
</div>
<div class="container">
<div class="project eight columns">
<a href="http://skedgeur.com" class="project-title">Skedge</a>
<p class="project-description">Alt CDCS.</p>
<div class="project_authors">By <a href="http://danhassin.com/">Dan Hassin</a></div>
</div>
<div class="project eight columns">
<a href="/rocbuses/" class="project-title">UR Bus Schedules</a>
<p class="project-description">Making our bus schedules... Readable.</p>
<div class="project_authors">By <a href="https://celehner.com/">Charles Lehner</a> and <a href="http://stevegattuso.me">Steve Gattuso</a></div>
</div>
</div>
<div class="container">
<div class="project eight columns">
<a href="http://github.com/rochack/grooveboat" class="project-title">Grooveboat</a>
<p class="project-description">A peer-to-peer turntable.fm clone written in javascript using WebRTC.</p>
<div class="project_authors">By <a href="https://celehner.com/">Charles Lehner</a> and <a href="http://stevegattuso.me">Steve Gattuso</a></div>
</div>
<div class="project eight columns">
<a href="https://github.com/bramses/URStudying" class="project-title">UR Studying</a>
<p class="project-description">Find and organize groups for studying.</p>
<div class="project_authors">By <a href="http://github.com/bramses">Bram Adams</a></div>
</div>
</div>
<div class="container">
<div class="project eight columns">
<a href="/clustergraph/" class="project-title">Cluster Navigator</a>
<p class="project-description">Explore UR's curriculum as a graph of courses and clusters.</p>
<div class="project_authors">By <a href="https://celehner.com">Charles Lehner</a></div>
</div>
<div class="project eight columns">
<a href="https://github.com/tylucaskelley/BetterBB" class="project-title">"UR" Wallet</a>
<p class="project-description">Provides U of R students with quick access to Declining and URos balances.</p>
<div class="project_authors">By <a href="http://tylucaskelley.com">Ty-Lucas Kelley</a>, Casey Waldren, and Xinran Li</div>
</div>
</div>