This repository was archived by the owner on Aug 11, 2021. It is now read-only.
forked from sameenjalal/HackRU
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathworkshops.html
More file actions
72 lines (68 loc) · 2.83 KB
/
workshops.html
File metadata and controls
72 lines (68 loc) · 2.83 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
<!doctype html>
<!--
__ __ ______ ______ __ __ ______ __ __
/\ \_\ \/\ __ \/\ ___\/\ \/ / /\ == \/\ \/\ \
\ \ __ \ \ __ \ \ \___\ \ _"-. \ \ __<\ \ \_\ \
\ \_\ \_\ \_\ \_\ \_____\ \_\ \ \ \ \_\ \_\ \_____\
\/_/\/_/\/_/\/_/\/_____/\/_/\/_/ \/_/ /_/\/_____/
-->
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>hackru - an incredible opportunity for learning and creation</title>
<link rel="stylesheet" href="stylesheets/foundation.min.css">
<link rel="stylesheet" href="stylesheets/style.css">
<link rel="icon" type="image/x-icon" href="./images/favicon.ico">
<script src="javascripts/modernizr.foundation.js"></script>
<!--[if lt ie 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="row">
<h2 id="logo">
<a href="/"><img src="./images/hackru_logo.png" alt="HackRU" /></a>
</h2>
<h3 class="subheader hosted">Hosted by <a href="http://usacs.rutgers.edu">The Undergraduate Student Alliance of Computer Scientists</a></h3>
</div>
<div class="row shadow">
<div class="row panel opaque">
<div class="row">
<div class="twelve columns centered nav_color">
<ul class="nav-bar">
<li><a href="index.html">Home</a></li>
<li><a href="directions.html">Directions</a></li>
<li><a href="sponsorship.pdf">Sponsors</a></li>
<li><a href="photos.html">Photos</a></li>
<li><a href="workshops.html">Workshops</a></li>
<li><a href="prizes.html">Prizes</a></li>
</ul>
</div>
</div>
<div class="twelve columns">
<h1>Workshops</h1>
<h3>Hackathons 101 with</h3>
<h4>with <a href="https://twitter.com/swiftalphaone">Mike Swift</a></h4>
<p>Monday, October 7<br /> 7:00–8:45 pm<br />BCC 174</p>
<hr>
<h3>Web Frameworks</h3>
<h4>with <a href="http://jmatthews.us">Josh Matthews</a></h4>
<p>Tuesday, October 8 <br /> 7:00–9:00 pm<br />BCC 120 C</p>
<hr>
<h3>Hardware Hacks</h3>
<h4>with Rick Anderson</h4>
<p>Wednesday, October 9 <br /> 7:00–8:45pm<br />BCC 116 ABC</p>
<hr>
<h3>Open GL in Non-Gaming Applications</h3>
<h4>with Nick & Pierre of <a href="http://developer.yahoo.com/">Yahoo!</a></h4>
<p>Thursday, October 10 <br /> 7:00–9:00pm<br />BCC 174</p>
<hr>
<h3>Version Control</h3>
<h4>with <a href="http://kposkaitis.net/">Katie Poskaitis</a> & <a href="http://jmatthews.us">Josh Matthews</a></h4>
<p>Friday, October 11 <br /> 7:00–9:00 pm<br />BCC 120</p>
</div>
</div>
</div>
</body>
</html>