Skip to content

Commit dc5a4c1

Browse files
authored
Merge pull request #39 from urug/tad/utah-county-urug
update front page
2 parents 40a2ef4 + 0563d53 commit dc5a4c1

1 file changed

Lines changed: 3 additions & 16 deletions

File tree

index.html

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h1>When do you meet?</h1>
1111
<h2 id="utah-county">Utah County Ruby Brigade</h2>
1212
<p>3rd Wednesday of the month<br>
1313
<strong>Fluid Offices</strong> (<a href="https://www.google.com/maps/place/Fluid/@40.3912109,-111.8306023,853m/data=!3m1!1e3!4m14!1m7!3m6!1s0x874d812611b34493:0x21cd282e2de6b461!2sFluid!8m2!3d40.3912068!4d-111.828022!16s%2Fg%2F11p15m8xd1!3m5!1s0x874d812611b34493:0x21cd282e2de6b461!8m2!3d40.3912068!4d-111.828022!16s%2Fg%2F11p15m8xd1?entry=ttu&g_ep=EgoyMDI1MTIwMi4wIKXMDSoASAFQAw%3D%3D" target="_blank">map</a>)<br>
14-
139 Hunter's Grv Ln #200<br>
14+
139 Hunter's Grove Lane #200<br>
1515
Lehi, UT 84043<br>
1616
Full details on our <a href="https://www.meetup.com/utah-ruby-users-group/" target="_blank">Meetup page</a></p>
1717

@@ -32,18 +32,5 @@ <h2 id="logan.rb">Logan Ruby Brigade (logan.rb)</h2>
3232
<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>
3333

3434
<h1>How do I join?</h1>
35-
<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. It's so easy to interact with other professional and hobby Rubyists in your area you'll kick yourself for not doing it sooner!</p>
36-
37-
{% if site.posts.size > 0 %}
38-
<section style="posts">
39-
<h1>Posts!</h1>
40-
{% for post in site.posts limit:3 %}
41-
<article>
42-
<h2><a href="{{ post.url | replace:'.html','' }}">{{ post.title }}</a></h2>
43-
{{ post.description | textilize }}
44-
<p>Posted by <a href="http://github.com/{{ post.author }}">{{ post.author }}</a> on {{ post.date | date_to_string }}.</p>
45-
</article>
46-
{% endfor %}
47-
<p><a href="/posts">More posts!</a></p>
48-
</section>
49-
{% endif %}
35+
<p>URUG membership incurs no dues, no fees, and no obligation. Just show up to the meetings periodically, and you're welcome to call yourself a member of the URUG.</p>
36+
<p>Most of our activities are on the <a href="https://www.meetup.com/Utah-Ruby-Users-Group/" target="_blank">Meetup page</a>.</p>

0 commit comments

Comments
 (0)