-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
64 lines (64 loc) · 2.4 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
<!DOCTYPE html>
<html>
<head>
<title>Osurb</title>
<link href='osurb.css' rel='stylesheet' type='text/css'>
</head>
<body>
<div id='background-bar'></div>
<div id='header'>
<ul class='relevant_links'>
<li class='first'>
<a class='button' href='http://groups.google.com/group/studioctrubywebdev'>Join the Mailing List</a>
</li>
<li>
<a class='button' href='http://twitter.com/osurb'>Follow us on Twitter</a>
</li>
<li>
<a class='button' href='http://webchat.freenode.net/'>#osurb on irc</a>
</li>
<li class='last'>
<a class='button' href='https://github.com/osurb'>osu.rb on GitHub</a>
</li>
</ul>
<h1>osu.rb</h1>
<img id='logo' src='osurb.png'>
</div>
<div id='content'>
<ul>
<li class='blurb'>
<div class='introduction'>
<h2>Who Are We?</h2>
<p>
We're a bunch of students, graduates and alumni at the Ohio State University interested in using Ruby to create interesting things.
</p>
</div>
</li>
<li class='blurb'>
<div class='introduction'>
<h2>Who Can Join?</h2>
<p>
Current Ohio State students make up the bulk of our ranks, but anyone can join. Most important stuff is discussed at the weekly meeting, but you should also check out online communications.
</p>
</div>
</li>
<li class='blurb'>
<div class='introduction'>
<h2>Meetings</h2>
<p>
We are currently meeting <em>every Tuesday</em> at <em>7:00pm</em> in <em>Dreese Labs</em> room <em>264</em>. We try to spend equal time on presentations or discussion and then switch gears to pairing to work on the quarterly project. We also use IRC for a lot of informal discussion throughout the week.
</p>
</div>
</li>
<li class='blurb'>
<div class='introduction'>
<h2>Project</h2>
<p>
Getting your hands dirty is the best way to learn. That's why we make an effort to take some project from concept to completion each quarter. This gives us practical experience with all the technical challenges, design, project management, and collaboration.
</p>
</div>
</li>
</ul>
</div>
</body>
</html>