Skip to content

Commit

Permalink
Fixes #54 - Add slack links and button
Browse files Browse the repository at this point in the history
  • Loading branch information
rprouse committed Jan 12, 2017
1 parent c24dadd commit dc13075
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# CoderCamp Hamilton website

[![Join the chat at https://gitter.im/Codercamp/codercamp.github.io](https://badges.gitter.im/Codercamp/codercamp.github.io.svg)](https://gitter.im/Codercamp/codercamp.github.io?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Join the chat at https://codercampslackin.azurewebsites.net/](https://codercampslackin.azurewebsites.net/badge.svg)](https://codercampslackin.azurewebsites.net/)

## Installing Jekyll

Expand Down
3 changes: 2 additions & 1 deletion _includes/header.html
Expand Up @@ -8,7 +8,7 @@
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/" title="{{ site.tagline }}">
<div class="grow">
<div class="grow">
<p><i class="fa fa-code"></i> {{ site.title }}</p>
</div>
</a>
Expand All @@ -18,6 +18,7 @@
<li><a href="/events.html"><i class="fa fa-calendar"></i> Past Events</a></li>
<li><a href="/conduct.html"><i class="fa fa-users"></i> Code of Conduct</a></li>
<li><a href="mailto:codercamphamilton@gmail.com" title="Email CoderCamp"><i class="fa fa-envelope-o"></i> Contact</a></li>
<li><a href="https://codercampslackin.azurewebsites.net/" title="Chat on Slack"><i class="fa fa-slack"></i><span class="hidden-sm"> Slack</span></a></li>
<li><a href="https://twitter.com/{{ site.author.twitter }}" target="_blank" title="CoderCamp on Twitter"><i class="fa fa-twitter"></i><span class="hidden-sm"> Twitter</span></a></li>
<li><a href="https://github.com/{{ site.author.github }}" target="_blank" title="CoderCamp on GitHub"><i class="fa fa-github"></i><span class="hidden-sm"> GitHub</span></a></li>
<li><a href="{{ " /rss.xml " | prepend: site.baseurl }}" title="Subscribe via RSS"><i class="fa fa-rss"></i><span class="hidden-sm hidden-md hidden-lg"> Subscribe via RSS</span></a></li>
Expand Down
13 changes: 9 additions & 4 deletions index.html
Expand Up @@ -45,11 +45,16 @@ <h2><i class="fa fa-info-circle"></i> About CoderCamp Hamilton</h2>
<a href="http://harrypotter.wikia.com/wiki/House-elf">House-Elves</a> including
<a href="http://www.twitter.com/AJBovaird">AJ Bovaird</a>, but CoderCamp depends on the
tech community in Hamilton for support and talks. If you are working on something cool or
have something you would like to talk about, we would love to
<a href="mailto:codercamphamilton@gmail.com">hear from you</a>.</p>
have something you would like to talk about, join our
<a href="https://codercampslackin.azurewebsites.net/">Slack channel</a> and tell us about it.</p>

<p class="text-right hidden-xs"><a class="btn btn-info" href="mailto:codercamphamilton@gmail.com" role="button"><i class="fa fa-hand-paper-o"></i> Volunteer</a></p>
<p class="visible-xs"><a class="btn btn-info" href="mailto:codercamphamilton@gmail.com" role="button"><i class="fa fa-hand-paper-o"></i> Volunteer</a></p>
<div class="row">
<div class="col-sm-6"><script async defer src="https://codercampslackin.azurewebsites.net/slackin.js?"></script></div>
<div class="col-sm-6">
<p class="text-right hidden-xs"><a class="btn btn-info" href="mailto:codercamphamilton@gmail.com" role="button"><i class="fa fa-hand-paper-o"></i> Volunteer</a></p>
<p class="visible-xs"><a class="btn btn-info" href="mailto:codercamphamilton@gmail.com" role="button"><i class="fa fa-hand-paper-o"></i> Volunteer</a></p>
</div>
</div>

</div>
<div id="eventHolder" class="col-md-6" style="display:none">
Expand Down

0 comments on commit dc13075

Please sign in to comment.