diff options
author | Thomas Jespersen <laumann.thomas@gmail.com> | 2016-12-24 14:11:50 +0100 |
---|---|---|
committer | Thomas Jespersen <laumann.thomas@gmail.com> | 2016-12-24 14:11:50 +0100 |
commit | 77bb096df0cbefe05838a036fdea43d89e90aef1 (patch) | |
tree | 61ede160d7f43339479c6efd870f6a0dd6c3be87 | |
parent | e691c4ce52e812ee6ad0cf409c7766a92909f64f (diff) | |
download | cph.rs-77bb096df0cbefe05838a036fdea43d89e90aef1.zip |
Add IRC channel to site
-rw-r--r-- | css/bootstrap.css | 4 | ||||
-rw-r--r-- | index.html | 14 |
2 files changed, 15 insertions, 3 deletions
diff --git a/css/bootstrap.css b/css/bootstrap.css index 1379b03..395083d 100644 --- a/css/bootstrap.css +++ b/css/bootstrap.css @@ -569,6 +569,10 @@ pre { .btn-primary:active { background-image: none; } +.btn-block { + display: block; + width: 100%; +} @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; @@ -43,11 +43,17 @@ title: The Copenhagen Rust Group </div> </article> - - <!-- <h2>IRC</h2> --> - <!-- <p>Join --> </div> <div class="col-md-5"> + <a class="btn btn-primary btn-block" + href="https://chat.mibbit.com/?server=irc.mozilla.org&channel=#rush-cph" + target="_blank">#rust-cph</a> + + + <p>Join us on our IRC channel <code>#rust-cph</code> on Mozilla's server + irc.mozilla.org. We'll use this space to coordinate future + meetups and for general Rust-related chat.</p> + <h2>Past events</h2> <article class="event"> <div class="event-date"> @@ -148,6 +154,8 @@ title: The Copenhagen Rust Group event <a href="http://www.meetup.com/Copenhagen-Tech-Polyglots/events/220800093/">here</a>.</p> </div> </article> + + </div> </div> |