forked from vanruby/vanruby.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·65 lines (57 loc) · 3.03 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
---
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>
<span class="fui-bubble"></span> <strong>Slack:</strong>
We hang out in the <a href="http://yvrdev.com/">YVR Dev slack community</a> on #ruby.
</p>
<p>
<span class="fui-bubble"></span> <strong>Forum:</strong>
You can also find us on <a href="https://community.vancouvertech.com/">The VancouverTech Discourse Forum</a>.
</p>
<p><span class="fui-twitter"></span> <strong>Twitter:</strong> Just use hashtag #VanRuby when talking about anything VanRuby related - especially at our events. We're working on acquiring the abandoned @VanRuby username to post event updates and information.</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 month, with speakers or a chance for the community to give lightning talks</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 class="col-md-4">
<a class="twitter-timeline" href="https://twitter.com/search?q=%23vanruby" data-widget-id="361023764772823040">Tweets about "#vanruby"</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>