-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·74 lines (65 loc) · 3.76 KB
/
index.html
File metadata and controls
executable file
·74 lines (65 loc) · 3.76 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
68
69
70
71
72
73
74
---
layout: layout
title: "VanRuby - Vancouver Ruby on Rails Group"
---
<div class="hero" style="padding: 35px 0 50px 0; text-align: center;">
<div class="container">
<div class="row">
<div class="span8 offset2">
<img src="images/vanruby_logo_hero.png" style="padding: 0 0 20px 0;">
<p class="lead">We are VanRuby, the Vancouver Ruby & Rails meetup group. We hack on open source / personal projects, and organize talks to learn from each other. All skill levels are welcome!</p>
</div>
</div>
</div>
</div>
<div class="container" style="margin-top: 50px;">
<div class="row">
<div class="span4">
<h6><span class="fui-user"></span> Big Meetups</h6>
<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>
</div>
<div class="span4">
<h6><span class="fui-gear"></span> Hack Nights</h6>
<p>Every 2 weeks on Tuesdays we get together to hack on cool stuff. All skill levels welcome!</p>
</div>
<div class="span4">
<h6><span class="fui-heart"></span> Cool People</h6>
<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="span12">
<div class="well">
<h6>Next Hack Night:</h6>
<p>Bring a laptop and hack with us at <a href="http://launchacademy.ca/contact/" target="_blank">Launch Academy!</a> Bring whatever you’re working on, or come up with an idea while meeting other Rubyists. Everyone is welcome.</p>
<p><span class="fui-time"></span> <strong>Tuesday, February 11<sup>th</sup> - 6pm til 9pm.</strong></p>
<p>
<span class="fui-location"></span> <strong>Launch Academy</strong> <br />
128 West Hastings Street - Unit 300<br />
Vancouver, BC
</p>
<p><strong>Try buzzing #300 to get in. Stuck at the front door?</strong> Message <a href="https://twitter.com/CharlesEllery">@CharlesEllery</a>, or <a href="https://twitter.com/ChanCanCode">@ChanCanCode</a> for access.</p>
</div>
<div class="well">
<h6>Next meetup</h6>
<p><a href="http://www.meetup.com/vancouver-ruby/events/151522092/">Lightning Talks at Unbounce</a></p>
<p><span class="fui-time"></span> <strong>Wednesday, December 4<sup>th</sup> - 6:30pm.</strong></p>
<p>
<span class="fui-location"></span> <strong>Unbounce World Headquarters</strong> <br />
375 Water Street - Unit 415<br />
Vancouver, BC
</p>
<p><a href="http://www.meetup.com/vancouver-ruby/" class="btn">Join our Meetup group to stay in the loop!</a></p>
</div>
<div class="well">
<h6>Connect</h6>
<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>
<p><span class="fui-bubble"></span> <strong>IRC channel:</strong> We hang out in #vanruby on freenode, pop in and say 'Hi' :)</p>
</div>
<div class="center">
<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>
</div>
</div>