-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·112 lines (86 loc) · 5.14 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<!-- /ht Paul Irish - http://front.ie/j5OMXi -->
<!--[if lt IE 7 ]> <html class="no-js ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]> <html class="no-js ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]> <html class="no-js ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>GreenvilleRB: It's Ruby!</title>
<meta name="description" content="Ruby in the Upstate">
<meta name="author" content="Charlie Tanksley">
<!-- /ht Andy Clarke - http://front.ie/lkCwyf -->
<meta http-equiv="cleartype" content="on">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- /ht Jeremy Keith - http://front.ie/mLXiaS -->
<link rel="stylesheet" href="stylesheets/global.css" media="all">
<link rel="stylesheet" href="stylesheets/layout.css" media="all and (min-width: 33.236em)">
<!-- 30em + (1.618em * 2) = 33.236em / Eliminates potential of horizontal scrolling in most cases -->
<!--[if (lt IE 9) & (!IEMobile)]>
<link rel="stylesheet" href="css/layout.css" media="all">
<![endif]-->
<!-- fonts! -->
<link href='http://fonts.googleapis.com/css?family=Terminal+Dosis:300,800' rel='stylesheet' type='text/css'>
<script src="javascripts/modernizr-1.7.min.js"></script>
</head>
<body>
<div id="container" class="cf">
<header>
<h1>GreenvilleRB</h1>
<span id='tagline'>It's Ruby all the way down.</span>
</header>
<div id="main" role="main">
<div class='group-info'>
<section>
<h2 class='five-ws'>When</h2>
<p>We meet on the third Tuesday of the month, every month at <time>6pm</time></p>
</section>
<section>
<h2 class='five-ws'>Who</h2>
<p>Anyone who is interested in Ruby is invited to attend. Our members
include full-time Rubyists, web-workers who have used Ruby on one or
two products, and those who have only used Ruby for fun (some
developers, some not). While some Greenville Rubyists have used Ruby
professionally for years, others have just started with the language.
Anyone who is interested in Ruby is more than welcome to attend.</p>
</section>
<section>
<h2 class='five-ws'>What</h2>
<p>Our meetings are pretty informal. There has been idle talk of presentations in the past, but most meetings go one of two ways: (1) we talk about Ruby and/or general programming topics for an hour or two, or (2) we talk about Ruby/programming for a while and then do some programming related task (e.g., TDDing Conway's Game of Life, a code kata). We're open to suggestions and new things, but that's what our meetings have looked like in the past.</p>
</section>
<section>
<h2 class='five-ws'>The next meeting</h2>
<p>The next meeting is the next 3rd Tuesday of the month. If you want a reminder or to be sure the meeting is still on, hit us up on Twitter (<a href='http://www.twitter.com/greenvillerb'>@greenvillerb</a>). We'll announce the meeting there, and if there is a change for any reason, we'll announce that there as well.</p>
</section>
</div>
<div class='sidebar'>
<section>
<h2 class='five-ws'>Where</h2>
<p>We meet at CoWork in Greenville.</p>
<div class="location vcard">
<span class="fn org">CoWork Greenville</span><br />
<span class="adr">
<span class="street-address">1040 West Washington Street</span><br />
<span class="locality">Greenville</span>,
<span class="region">SC</span><br />
<span class='tel'>(864) 372-9495</span>
</span>
</div>
<div class='map'>
<iframe width="300" height="300" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?client=safari&oe=UTF-8&ie=UTF8&q=cowork+greenville&fb=1&gl=us&hq=cowork&hnear=0x88578f6662fa1105:0xd8aa9d77bf257696,Greenville,+SC&cid=0,0,15107229751700404231&t=m&ll=34.857975,-82.41261&spn=0.005282,0.006437&z=16&iwloc=A&output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?client=safari&oe=UTF-8&ie=UTF8&q=cowork+greenville&fb=1&gl=us&hq=cowork&hnear=0x88578f6662fa1105:0xd8aa9d77bf257696,Greenville,+SC&cid=0,0,15107229751700404231&t=m&ll=34.857975,-82.41261&spn=0.005282,0.006437&z=16&iwloc=A&source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small>
</div>
</section>
<section>
<h2 class="five-ws">Connect</h2>
<p>
The best way to connect is to follow us on Twitter <a href="http://www.twitter.com/greenvillerb" target"_blank">@greenvillerb</a> or to join the
<a href="https://groups.google.com/forum/#!forum/greenvillerb" target"_blank">Google Group</a>.
</p>
</section>
</div>
</div>
<footer></footer>
</div>
</body>
</html>