summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Jespersen <laumann.thomas@gmail.com>2017-03-01 10:44:59 +0100
committerThomas Jespersen <laumann.thomas@gmail.com>2017-03-01 10:44:59 +0100
commit1982d2db070a1e4b8b7ec49dd927ef43836409e5 (patch)
tree76268e304a1f69152fd25cc4daff77e440bf87d9
parent68338fb43ebe9a266e37dd69f622478dd893c9c0 (diff)
downloadcph.rs-1982d2db070a1e4b8b7ec49dd927ef43836409e5.zip
Announce next hack night!
Add Fira Mono for monospace font
-rw-r--r--_layouts/default.html4
-rw-r--r--index.html44
2 files changed, 45 insertions, 3 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 9061c96..4aca967 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -9,9 +9,13 @@
<meta name="description" content="A group of people interested in the Rust programming language, based in Copenhagen.">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/style.css">
+ <link href="https://fonts.googleapis.com/css?family=Fira+Mono" rel="stylesheet">
</head>
<style>
+ code {
+ font-family: 'Fira Mono', monospace;
+ }
.event {
padding: 1rem 1rem 1rem 0;
display: block;
diff --git a/index.html b/index.html
index 9a99de5..2afc83f 100644
--- a/index.html
+++ b/index.html
@@ -18,14 +18,52 @@ title: The Copenhagen Rust Group
<p>We organize events, meetups and hackathons, so stay tuned
on this site for future events!</p>
<h2>Upcoming events</h2>
+ <article class="event">
+ <div class="event-date">
+ <p class="event-month">Mar</p>
+ <p class="event-day">30</p>
+ <p class="event-year">2017</p>
+ </div>
+ <div class="event-desc">
+ <h3 class="event-desc-header">
+ <code><b>cph_rs_hack_night();</b></code>
+ </h3>
+
+ <dl class="dl-horizontal">
+ <dt>Where</dt>
+ <dd>Snaregade 12</dd>
+
+ <dt>When</dt>
+ <dd>18:00&mdash;22:00</dd>
+ </dl>
+
+ <p>We get together to hack on our own Rust projects, talk
+ Rust and have fun.</p>
+
+ <p>Note that it is a different location than past
+ events. We thought it'd be fun to move it around a bit and
+ for this event, we will be hosted at Zendesk. Thanks
+ to <a href="https://github.com/jbdietrich"><code>jdietrich</code></a>
+ for setting it up!</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=#rust-cph"
+ target="_blank"><b>#rust-cph</b></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"
- href="https://chat.mibbit.com/?server=irc.mozilla.org&channel=#rush-cph"
+ href="https://chat.mibbit.com/?server=irc.mozilla.org&channel=#rust-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>
@@ -57,7 +95,7 @@ title: The Copenhagen Rust Group
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"
+ on <code><a href="https://chat.mibbit.com/?server=irc.mozilla.org&channel=#rust-cph"
target="_blank">#rust-cph</a></code>.</p>
<p class="update-timestamp">Last updated: {{ site.time | date_to_long_string }}</p>