Skip to content

Commit fbd0e66

Browse files
committed
Rename past_meetups to meetups...
... and display meetups count on homepage
1 parent 40abaf6 commit fbd0e66

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

_layouts/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</div>
3737
<div id="navbar" class="collapse navbar-collapse">
3838
<ul class="nav navbar-nav">
39-
<li><a href="/past_meetups.html">Past Meetups</a></li>
39+
<li><a href="/meetups.html"> Meetups</a></li>
4040
<li><a href="/companies.html"> Companies</a></li>
4141
<li><a href="/2014-heroes.html"> Hero Awards</a></li>
4242
</ul>

index.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,20 @@
77
<img src="images/vanruby_logo_new.png">
88
<br><br>
99
<p>
10-
We are VanRuby, the Vancouver Ruby &amp; Rails meetup group. We hack on open source / personal projects, and organize talks to learn from each other. All skill levels are welcome!
10+
We are VanRuby, the Vancouver Ruby &amp; Rails meetup group. Since 2007, we hack on open source / personal projects, and organize talks to learn from each other. All skill levels are welcome!
1111
</p>
1212
<br>
1313
<a href="http://www.meetup.com/vancouver-ruby/" class="btn btn-lg btn-danger">Join our community</a>
1414
</div>
1515

1616
<div class="row">
1717
<div class="col-md-4">
18-
<h2><span class="glyphicon glyphicon-user"></span> Big Meetups</h2>
19-
<p>Roughly once a month we congregate to talk about awesome things happening in the Ruby community. <a href="http://www.meetup.com/vancouver-ruby/">Join our meetup group</a>.</p>
18+
<h2><span class="glyphicon glyphicon-user"></span>
19+
{{ site.data.meetups | size }}
20+
Meetups
21+
<small>and counting...</small>
22+
</h2>
23+
<p>We get together once a month to talk about awesome things happening in the Ruby community. <a href="http://www.meetup.com/vancouver-ruby/">Join our meetup group</a>.</p>
2024
</div>
2125
<div class="col-md-4">
2226
<h2><span class="glyphicon glyphicon-cog"></span> Dev Nights</h2>
@@ -48,7 +52,7 @@ <h2>Connect</h2>
4852
<div class="well">
4953
<h2>Next meetup</h2>
5054
<p>Sign up at <a href="http://www.meetup.com/vancouver-ruby">our Vancouver Ruby Meetup page</a></p>
51-
<p>We hope to run a proper meetup every month, with speakers or a chance for the community to give lightning talks</p>
55+
<p>We run a meetup every month, with speakers or a chance for the community to give lightning talks</p>
5256

5357
<p><a href="http://www.meetup.com/vancouver-ruby/" class="btn btn-lg btn-danger">Join up to stay in the loop!</a></p>
5458
</div>

past_meetups.html renamed to meetups.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
{% assign meetups = site.data.meetups | reverse %}
77

8-
<h2>Past Meetups</h2>
8+
<h2>Meetups</h2>
99
<p>Check out the next upcoming meetup on <a href="https://meetup.com/vancouver-ruby/">our Meetup page</a>.</p>
1010

1111
<hr />

0 commit comments

Comments
 (0)