diff options
author | Thomas Jespersen <laumann.thomas@gmail.com> | 2017-01-25 10:50:00 +0100 |
---|---|---|
committer | Thomas Jespersen <laumann.thomas@gmail.com> | 2017-01-25 10:53:23 +0100 |
commit | e93b177a4484871cd4aeb8fd1b10619b2713c5e1 (patch) | |
tree | 80e00ded8fe2748c73a64fb2502df2e3c0b24c83 | |
parent | 77bb096df0cbefe05838a036fdea43d89e90aef1 (diff) | |
download | cph.rs-e93b177a4484871cd4aeb8fd1b10619b2713c5e1.zip |
update: Announce Hack Night #4
Update the site with the next Hack Night, and update the post on last night's
hack night.
-rw-r--r-- | img/hack-night.png | bin | 0 -> 765 bytes | |||
-rw-r--r-- | index.html | 62 |
2 files changed, 57 insertions, 5 deletions
diff --git a/img/hack-night.png b/img/hack-night.png Binary files differnew file mode 100644 index 0000000..867fa6e --- /dev/null +++ b/img/hack-night.png @@ -20,8 +20,8 @@ title: The Copenhagen Rust Group <h2>Upcoming events</h2> <article class="event"> <div class="event-date"> - <p class="event-month">Jan</p> - <p class="event-day">24</p> + <p class="event-month">Feb</p> + <p class="event-day">23</p> <p class="event-year">2017</p> </div> <div class="event-desc"> @@ -35,14 +35,24 @@ title: The Copenhagen Rust Group <dd>18:00</dd> </dl> - <p>Merry Christmas! Almost a year has gone by since the - last meetup—but it is time again.</p> + <p> + <img src="/img/hack-night.png" style="width: 100%"> + </p> - <p>Anyone is welcome. If you want to join, just contact <kbd>laumann.thomas<span><!-- space --></span>@<span><!-- more space --></span>gmail.com</kbd></p> + <p>We get together to hack on our own Rust projects, talk + Rust and have fun.</p> + + <p>If you want to join, just + contact <kbd>laumann.thomas<span><!-- space + --></span>@<span><!-- more space + --></span>gmail.com</kbd>, or let us know + on <code><a href="https://chat.mibbit.com/?server=irc.mozilla.org&channel=#rush-cph" + target="_blank">#rust-cph</a></code></p> <p class="update-timestamp">Last updated: {{ site.time | date_to_long_string }}</p> </div> </article> + </div> <div class="col-md-5"> <a class="btn btn-primary btn-block" @@ -57,6 +67,48 @@ title: The Copenhagen Rust Group <h2>Past events</h2> <article class="event"> <div class="event-date"> + <p class="event-month">Jan</p> + <p class="event-day">24</p> + <p class="event-year">2017</p> + </div> + <div class="event-desc"> + <h3 class="event-desc-header">Hack Night</h3> + + <dl class="dl-horizontal"> + <dt>Where</dt> + <dd>Kronprinsessegade 54, 5th floor</dd> + + <dt>When</dt> + <dd>18:00</dd> + </dl> + + <p>Merry Christmas! Almost a year has gone by since the + last meetup—but it is time again.</p> + + <p>Anyone is welcome. If you want to join, just contact <kbd>laumann.thomas<span><!-- space --></span>@<span><!-- more space --></span>gmail.com</kbd></p> + + <p><strong>UPDATE</strong> An enjoyable evening working on + individual projects. Among other + things, <a href="https://github.com/laumann">laumann</a> + added command-line arguments + to <a href="https://github.com/laumann/redshift-rs">redshift-rs</a>, + a <a href="http://jonls.dk/redshift/">Redshift</a> + clone (using <a href="https://crates.io/crates/docopt">docopt</a>).</p> + + <p>We discussed implementing custom iterators + for parsing emojis in text, and how to use + the <code>?</code> operator that was stabilized + in <a href="https://blog.rust-lang.org/2016/11/10/Rust-1.13.html">Rust 1.13</a>. + </p> + + <!-- We discussed implementing custom iterators and --> + <!-- the <code>?</code> operator --> + + </div> + </article> + + <article class="event"> + <div class="event-date"> <p class="event-month">Feb</p> <p class="event-day">17</p> <p class="event-year">2016</p> |