diff options
author | Thomas Jespersen <laumann.thomas@gmail.com> | 2017-03-01 09:39:59 +0100 |
---|---|---|
committer | Thomas Jespersen <laumann.thomas@gmail.com> | 2017-03-01 09:39:59 +0100 |
commit | 68338fb43ebe9a266e37dd69f622478dd893c9c0 (patch) | |
tree | 216a3bf66b6afd925a3ca0fb42b2464cbdbcdd35 | |
parent | 610f52d0744d32abed04596983700cea4abe8735 (diff) | |
download | cph.rs-68338fb43ebe9a266e37dd69f622478dd893c9c0.zip |
Move february event to past events
-rw-r--r-- | index.html | 30 |
1 files changed, 15 insertions, 15 deletions
@@ -10,14 +10,27 @@ title: The Copenhagen Rust Group about the programming language <b>Rust</b>, a systems programming language developed by Mozilla. </p> - <p>We organize events, meetups and hackathons, so stay tuned - on this site for future events!</p> </div> </div> <div class="row code-row"> <div class="col-md-7"> + <p>We organize events, meetups and hackathons, so stay tuned + on this site for future events!</p> <h2>Upcoming events</h2> + + </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"> <p class="event-month">Feb</p> @@ -50,19 +63,6 @@ title: The Copenhagen Rust Group </div> </article> - - </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"> <p class="event-month">Jan</p> |