This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
93 lines (78 loc) · 4.27 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Cincinnati Ruby Brigade</title>
<meta name="author" content="">
<!--- Blueprint CSS Framework -->
<link rel="stylesheet" href="./css/screen.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print">
<!-- CodeRay syntax highlighting CSS -->
<link rel="stylesheet" href="./css/coderay.css" type="text/css">
<!-- Homepage CSS -->
<link rel="stylesheet" href="./css/site.css" type="text/css" media="screen, projection">
</head>
<body>
<div class="container">
<div class="column span-20 prepend-2 append-2 first last" id="header">
<img src="./images/logo.gif" />
<hr />
</div>
<div class="column span-15 prepend-2 first">
<p class="title">Cincinnati Ruby Brigade</P>
<p>Ruby rocks. Hacking with a group of people rocks, it accelerates the
learning curve. Cincinnati.rb provides a frequent Ruby hacking
opportunity amongst friends to all those interested.</P>
<div class="center_block">
<div class="contact_info">
<h2>Get Involved</h2>
<a href="http://groups.google.com/group/cincinnatirb/"><img class="top" src="images/google_group_logo.png" style="border: none;" align="top" /></a>
<a href="http://groups.google.com/group/cincinnatirb/">Google Group</a><br />
<a href="http://twitter.com/cincinnatirb"><img src="images/twitter.png" alt="twitter" style="border: none;" /></a>
<h2>About Ruby</h2>
<ul>
<li><a href="http://www.ruby-lang.org/en/">Ruby Language</a></li>
<li><a href="http://tryruby.hobix.com/">Try Ruby</a></li>
<li><a href="http://rubykoans.com/">Ruby Koans</a></li>
</ul>
</div>
<div class="ruby_sample">
<img width="320" src="images/sample_ruby.jpg" alt="A little sample that escapes a json string"/>
</div>
</div>
</div>
<div class="column span-5 append-2 last">
<div class="box meeting">
<p><b>Meetings</b></p>
<p class="last">
<p>We meet on the 3rd Tuesdays of every month at the Gaslight
Software Office located in Blue Ash on Kenwood Road just
south of Cornell Ave.</p>
<p><a href="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=11126+Kenwood+Road,+Cincinnati,+OH+45242+%28Gaslight+Software%29&sll=39.26794,-84.37312&sspn=54.753001,65.566406&ie=UTF8&hq=&hnear=11126+Kenwood+Road,+Cincinnati,+OH+45242&ll=39.26794,-84.37312&spn=0.006611,0.012091&t=h&z=17&iwloc=A">11126 Kenwood Road, Blue Ash, OH 45242</a></p>
<p>Meeting details on<br/><a href="http://www.meetup.com/TechLife-Cincinnati/">TechLife Cincinnati</a></p>
</p>
</div>
<div class="box" style="background:#fed;">
<h3>Conferences</h3>
<p style="background-color: #2f5ab0; padding: 3px;"><a href="http://rubyconf.org/"
target="_blank"><img src="http://rubyconf.org/images/logo2011.png"
width="150px" border="0"
alt="RubyConf - September 29 — October 1, 2011"
title="RubyConf - September 29 — October 1, 2011"
/></a></p>
<p><a href="http://scottishrubyconference.com/"
target="_blank"><img src="images/src-240-2011.jpg" width="150px" border="0" /></a></p>
</div>
<div class="box" style="background:#fed;">
Want more information?<br/>
<a href="mailto:[email protected]">Drop us an email</a>.
</div>
</div>
</div>
<div class="footer">
<p>Sponsors:</p>
<a href="http://tekpub.com" target="_blank"><img src="images/tekpub_logo.png" border="0"/></a>
<a href="http://www.TheCircuit.net" title="Cincinnati, Ohio's IT Association"><img src="http://www.thecircuit.net/images/linklogo.jpg" border="0" /></a>
</div>
</body>
</html>