-
Notifications
You must be signed in to change notification settings - Fork 53
/
index.html
executable file
·58 lines (50 loc) · 2.36 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
---
layout: layout
title: "VanRuby - Vancouver Ruby on Rails Group"
---
<div class="jumbotron text-center">
<img src="images/vanruby_logo_new.png">
<br><br>
<p>
We are VanRuby, the Vancouver Ruby & 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!
</p>
<br>
<a href="http://www.meetup.com/vancouver-ruby/" class="btn btn-lg btn-danger">Join our community</a>
</div>
<div class="row">
<div class="col-md-4">
<h2><span class="glyphicon glyphicon-user"></span>
{{ site.data.meetups | size }}
Meetups
<small>and counting...</small>
</h2>
<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>
</div>
<div class="col-md-4">
<h2><span class="glyphicon glyphicon-bullhorn"></span> Submit a Talk!</h2>
<p>Want to talk at an upcoming VanRuby? <a href="https://github.com/vanruby/talks">Check out our Talks repo</a> and submit a proposal. We welcome all backgrounds and levels of experience.
</div>
<div class="col-md-4">
<h2><span class="glyphicon glyphicon-heart"></span> Cool People</h2>
<p>If you love Ruby or hacking on things, you're in good company! Vancouver has a friendly, bustling Ruby and open source community.</p>
</div>
</div>
<div class="row" style="margin-top: 50px;">
<div class="col-md-8">
<div class="well">
<h2>Connect</h2>
<p>
<strong>Mastodon:</strong> we are <a rel="me" href="https://ruby.social/@vanruby">[email protected]</a>. Please hashtag #VanRuby when talking about anything VanRuby related - especially at our events.</p>
<p>
<strong>Slack:</strong>
We hang out in #ruby on the Vancouver Developers slack community. The invite page is down so ask someone at the meetup for an invite.
</p>
</div>
<div class="well">
<h2>Next meetup</h2>
<p>Sign up at <a href="http://www.meetup.com/vancouver-ruby">our Vancouver Ruby Meetup page …</a></p>
<p>We run a meetup every once in a while, with a speaker presentation or lightning talks from people in the community.</p>
<p><a href="http://www.meetup.com/vancouver-ruby/" class="btn btn-lg btn-danger">Join up to stay in the loop!</a></p>
</div>
</div>
</div>