forked from urug/urug.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (57 loc) · 2.89 KB
/
index.html
File metadata and controls
67 lines (57 loc) · 2.89 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
---
layout: default
title: "Utah Ruby User Group"
---
<h1>Who are you?</h1>
<p>The Utah Ruby Users Group ("URUG") is a mostly informal collection of individuals interested in the Ruby programming language.</p>
<h1>When do you meet?</h1>
<p>We have several chapters, or brigades.</p>
<h2 id="slc.rb">Salt Lake County Ruby Brigade (slc.rb)</h2>
<p>4th Tuesday of the month at 6:30 PM (3rd Tuesday when conflict /w holiday)<br>
SLCC Miller Corporate Partnership Center (<a href="http://goo.gl/maps/BMNN3">map</a>)<br>
9690 South 300 West, 3rd flr, Room 333<br>
Sandy, UT</p>
<h2 id="drug">Downtown Ruby Users Group (DRUG)</h2>
<h3 id='drug-meetup'> Monthly Meetup </h3>
<p>1st Wednesday of the Month at 7 PM<br>
<strong>Neutron Interactive </strong>(<a href="http://goo.gl/euY2Q" target="_blank">map</a>)<br>
224 S 200 West Ste. 100 <br>
Salt Lake City, UT 84101</p>
<h3 id='drug-hack-night'> Weekly Hack Night</h3>
<p>Every Wednesday from 7 PM (except on meetup nights)<br>
<strong>Salt Lake Roasting Company (2nd floor) </strong>(<a href="http://goo.gl/fk5tmz" target="_blank">map</a>)<br>
320 E 400 S <br>
Salt Lake City, UT 84111</p>
<p> Details & RSVP on the <a href="http://www.meetup.com/DRUG-Downtown-Ruby-Users-Group" target="_blank">DRUG Meetup Page</a></p>
<h2 id="uv.rb">Utah Valley Ruby Brigade (uv.rb)</h2>
<p>2nd Wednesday of the month at 7 PM<br>
MoneyDesktop in Provo (<a href="http://goo.gl/maps/S5q5">map</a>)<br>
251 W River Park Dr. Ste. 200<br>
Provo, UT 84604</p>
<h2 id="layton.rb">Layton Ruby Brigade (layton.rb)</h2>
<p>3rd Tuesday of the month at 7 PM<br>
Manuel's El Burrito (<a href="http://goo.gl/maps/MLrUZ">map</a>)<br>
1145 S State Street<br>
Clearfield, UT 84015</p>
<h2 id="logon.rb">Logan Ruby Brigade (logan.rb)</h2>
<p>2nd Tuesday of every month at lunch. The location is announced on the <a href="http://groups.google.com/group/loganrb">Logan.rb list</a>.</p>
<h2 id="stgeorge.rb">St. George Ruby Brigade (stgeorge.rb)</h2>
<p>1st Wednesday of the month at 7:00 PM<br>
University Plaza<br>
1071 East 100 South, Building C, room C5<br>
St. George, UT 84770</p>
<h1>How do I join?</h1>
<p>URUG membership incurs no dues, no fees, and no obligation. Just <a href="http://groups.google.com/forum/#!forum/urug">join the mailing list</a>, show up to the meetings periodically, and you're welcome to call yourself a member of the URUG. Its so easy to interact with other professional and hobby Rubyists in your area you'll kick yourself for not doing it sooner!</p>
{% if site.posts.size > 0 %}
<section style="posts">
<h1>Posts!</h1>
{% for post in site.posts limit:3 %}
<article>
<h2><a href="{{ post.url | replace:'.html','' }}">{{ post.title }}</a></h2>
{{ post.description | textilize }}
<p>Posted by <a href="http://github.com/{{ post.author }}">{{ post.author }}</a> on {{ post.date | date_to_string }}.</p>
</article>
{% endfor %}
<p><a href="/posts">More posts!</a></p>
</section>
{% endif %}