Skip to content

Commit

Permalink
how to get coffee instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
fc-io committed Feb 9, 2012
1 parent 5af609b commit f0c0ebf
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 3 deletions.
1 change: 0 additions & 1 deletion _layouts/default.html
Expand Up @@ -82,7 +82,6 @@ <h4 class="block h4 tac c1 pt4 pb14">Sponsors</h4>
<li><a class="sponsor-me" href="http://mediaevolution.se/">Media Evolution</a></li>
<li><a class="sponsor-menmo" href="http://menmo.se/">Menmo</a></li>
<li><a class="sponsor-pgross" href="http://www.pgross.se/">P Gross</a></li>

<li><a class="sponsor-skane" href="http://www.skane.se/">Region Skåne</a></li>
</ul>
</div>
Expand Down
11 changes: 11 additions & 0 deletions coffee/index.html
@@ -0,0 +1,11 @@
---
layout: default
title: coffee
---
<p>t-b-d.org:~ home$ {{ page.title }}</p>
<article>
<h1>How to get free luxurious deluxe coffee at Djäkne?</h1>
<p>Order the coffee with your smartphone!</p>
<p>During TBD all participants gets 10 free coffee and three months premium membership when using the Djäkne Webapp to order coffee.
Only requirement is a smartphone and a LinkedIn account with a valid picture. Sign up today at m.djakne.se</p>
</article>
1 change: 1 addition & 0 deletions index.html
Expand Up @@ -12,6 +12,7 @@
<li class="row"><a id="sponsors" class="sponsors c cell pr40" href="/sponsors/">sponsors</a><p class="cell">get a list of sponsors who made the event possible</p></li>
<li class="row"><a id="crew" class="crew c cell pr40" href="/crew/">crew</a><p class="cell">get a list of event hosts and facilitators</p></li>
<li class="row"><a id="menu" class="menu c cell pr40" href="/menu/">menu</a><p class="cell">get list of food served at the hackathon</p></li>
<li class="row"><a id="coffee" class="coffee c cell pr40" href="/coffee/">coffee</a><p class="cell">get instructions on how to obtain free coffee during the hackathon</p></li>
<li class="row"><a id="help" class="help c cell pr40" href="/help/">help</a><p class="cell">get list of commands</p></li>
<!-- <li><a id="contact" href="/contact/">contact</a></li> -->
</ol>
Expand Down
5 changes: 3 additions & 2 deletions js/output.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions js/tbd.js
Expand Up @@ -113,6 +113,10 @@ $(function() {
newOutput(menu);
newTerminalHeading();
newLabel();
} else if (command === "coffee") {
newOutput(coffee);
newTerminalHeading();
newLabel();
} else if (command === "") {
newOutput("");
} else {
Expand Down

0 comments on commit f0c0ebf

Please sign in to comment.