forked from sameenjalal/HackRU
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworkshops.html
More file actions
72 lines (68 loc) · 3.03 KB
/
Copy pathworkshops.html
File metadata and controls
72 lines (68 loc) · 3.03 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="sponsors.html">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>
<p>March 25 - March 29<br />Cosponsored by <a href="http://www.rumad.us/">RuMAD</a></p>
<hr>
<h3>JavaScript and DOM Manipulation</h3>
<p>Monday, March 25 6:30-8:00 pm<br /><a href="http://rumaps.rutgers.edu/?id=C70900">Hill 248</a></p>
<hr>
<h3>Hardware Hacking on Arduinos</h3>
<p>Tuesday, March 26 8:00 pm<br /><a href="http://rumaps.rutgers.edu/?id=C70960">Makerspace</a></p>
<hr>
<h3>User Experience</h3>
<p>Wednesday, March 27 6:00 pm<br /><a href="http://rumaps.rutgers.edu/?id=C70908">BCC 120AB</a><br />By <a href="http://screenplayinteractive.com/">ScreenPlay InterActive</a></p>
<hr>
<h3>Windows 8 Install Fest</h3>
<p>Thursday, March 28 6:30 pm<br /><a href="http://rumaps.rutgers.edu/?id=C70908">BCC 122ABC</a></p>
<hr>
<h3>APIs</h3>
<p>Thursday, March 28 7:30 pm<br /><a href="http://rumaps.rutgers.edu/?id=C70908">BCC 122ABC</a></p>
<hr>
<h3>Windows 8 Mobile Device Workshop</h3>
<p>Friday, March 29 6:00-8:00 pm<br /><a href="http://rumaps.rutgers.edu/?id=C72029">LSC CLC</a><br /><a href="http://rumadxusacs.eventbrite.com/">Sign Up</a></p>
</div>
</div>
</div>
</body>
</html>