diff options
author | Frederik Jensen <frederik@secondspectrum.com> | 2021-10-20 13:27:40 +0200 |
---|---|---|
committer | Frederik Jensen <frederik@secondspectrum.com> | 2021-10-20 13:27:40 +0200 |
commit | 94a2f55e1e92f9a00c190c0e0c363ceb3599801c (patch) | |
tree | fa56979f1871e116c64b2b01d0a3a130411a6b1e | |
parent | 6fdc68e94ec7f18e9dcac97a0a8c5885547453b6 (diff) | |
download | cph.rs-94a2f55e1e92f9a00c190c0e0c363ceb3599801c.zip |
Updated index.html for hacknight #22
-rw-r--r-- | index.html | 103 |
1 files changed, 68 insertions, 35 deletions
@@ -18,41 +18,41 @@ title: The Copenhagen Rust Group <div class="row code-row"> <div class="col-md-7"> - <h2>Upcoming events</h2> - <article class="event"> - <div class="event-date"> - <p class="event-month">January</p> - <p class="event-day">29</p> - <p class="event-year">2020</p> - </div> - <div class="event-desc"> - <h3 class="event-desc-header"> - Hack Night #21 - </h3> - - <dl class="dl-horizontal"> - <dt>Where</dt> - <dd><strong>Vester Voldgade 8 (Omnio)</strong><dd> - - <dt>When</dt> - <dd>18:00—22:00</dd> - </dl> - - <p>Join us for the first hack night in 2020. If you plan to attend, please notify <kbd>laumann</kbd><!-- space --><kbd>@</kbd><!-- more space --><kbd>fastmail.com</kbd>. - </p> - - <p>Agenda: - <ul> - <li>18:15—19:00: Talk by Alice Ryhl: The Future is - here</li> - <li>19:00—19:15 Food and hanging out</li> - <li>19:15—20:00: Talk by Jesper Steen Møller: <a href="https://github.com/rust-lang/rust/issues/45268#issuecomment-487768456">My tiny improvement in rustc</a></li> - </ul> - </p> - - </div> - </article> - + <h2>Upcoming events</h2> + <article class="event"> + <div class="event-date"> + <p class="event-month">October</p> + <p class="event-day">28</p> + <p class="event-year">2021</p> + </div> + <div class="event-desc"> + <h3 class="event-desc-header"> + Hack Night #22 + </h3> + + <dl class="dl-horizontal"> + <dt>Where</dt> + <dd><strong>Banemarksvej 2B, 2600 Glostrup (Connected Cars)</strong><dd> + + <dt>When</dt> + <dd>19:00—22:00</dd> + </dl> + + <p>We're back! Join us for the first hack night in 2021. If you plan to attend, please notify <kbd>frederik</kbd><!-- space --><kbd>@</kbd><!-- more space --><kbd>secondspectrum.com</kbd>. + </p> + + <p>Agenda: + <ul> + <li>19:05—19:15: Welcome back!</li> + <li>19:15—20:00: Talk by Jorge Leitão (<a href="https://munindata.com">Munin Data</a>): <a href="https://github.com/jorgecarleitao/arrow2">Sound data engineering - from bits to DataFrames</a></li> + <li>20:00—20:15: Snacking and networking </li> + <li>20:15—21:00: Talk by <a href="https://github.com/davidpdrsn">David Pedersen</a> (Embark Studios & Tokio Core Team Member): <a href="https://github.com/tokio-rs/axum">How I joined Tokio and made a web framework in the process</a></li> + <li>21:00—: Hang out and networking</li> + </ul> + </p> + + </div> + </article> </div> <div class="col-md-5"> <h2>Mailing list</h2> @@ -87,6 +87,39 @@ title: The Copenhagen Rust Group <hr /> <h2>Past events</h2> + <article class="event"> + <div class="event-date"> + <p class="event-month">January</p> + <p class="event-day">29</p> + <p class="event-year">2020</p> + </div> + <div class="event-desc"> + <h3 class="event-desc-header"> + Hack Night #21 + </h3> + + <dl class="dl-horizontal"> + <dt>Where</dt> + <dd><strong>Vester Voldgade 8 (Omnio)</strong><dd> + + <dt>When</dt> + <dd>18:00—22:00</dd> + </dl> + + <p>Join us for the first hack night in 2020. If you plan to attend, please notify <kbd>laumann</kbd><!-- space --><kbd>@</kbd><!-- more space --><kbd>fastmail.com</kbd>. + </p> + + <p>Agenda: + <ul> + <li>18:15—19:00: Talk by Alice Ryhl: The Future is + here</li> + <li>19:00—19:15 Food and hanging out</li> + <li>19:15—20:00: Talk by Jesper Steen Møller: <a href="https://github.com/rust-lang/rust/issues/45268#issuecomment-487768456">My tiny improvement in rustc</a></li> + </ul> + </p> + + </div> + </article> <article class="event"> <div class="event-date"> <p class="event-month">November</p> |