Skip to content

Commit 2e3d3dd

Browse files
author
Kalvir Sandhu
committed
Adding slackin button so that I don't have to manually invite people to YVR dev slack
For some reason CSS Styles weren't being applied to the div class, so sorry about the inline CSS
1 parent 47935f9 commit 2e3d3dd

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

css/vanruby.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ body {
1414

1515
.company .hide-overflow {
1616
overflow:hidden;
17-
}
17+
}

index.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,15 @@ <h2><span class="glyphicon glyphicon-heart"></span> Cool People</h2>
2929
<div class="col-md-8">
3030

3131
<div class="well">
32+
<div style="float: right; margin-top:20px;">
33+
<script async defer src="http://yvrdev.herokuapp.com/slackin.js?large"></script>
34+
</div>
3235
<h2>Connect</h2>
36+
<p>
37+
<span class="fui-bubble"></span> <strong>Slack:</strong>
38+
We hang out in the YVR Dev slack community on #ruby. (Click the slack button above for invite)
39+
</p>
3340
<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>
34-
<p><span class="fui-bubble"></span> <strong>Slack:</strong> We hang out in Slack chat room, ask one of the community members for an invite or email kalv at brewhouse dot io.</p>
3541
</div>
3642

3743
<div class="well">
@@ -63,4 +69,4 @@ <h2>Next meetup</h2>
6369
<a class="twitter-timeline" href="https://twitter.com/search?q=%23vanruby" data-widget-id="361023764772823040">Tweets about "#vanruby"</a>
6470
<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>
6571
</div>
66-
</div>
72+
</div>

0 commit comments

Comments
 (0)