Skip to content

Commit

Permalink
friday pitches
Browse files Browse the repository at this point in the history
  • Loading branch information
fc-io committed Feb 10, 2012
1 parent b6f307c commit d161688
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 5 deletions.
2 changes: 1 addition & 1 deletion challenges/index.html
Expand Up @@ -18,7 +18,7 @@ <h2 class="">Youtify</h2>
<p class="">Per Thulin and Karl Tannergård are going to work on a project called
Youtify - a music player that streams videos from YouTube. During the
weekend they are going to build a SoundCloud backend. When you search
for a song, Youtify will search for it both on YouTube and SoundCloud.</p>
for a song, Youtify will search for it on both YouTube and SoundCloud.</p>
<a href="http://www.youtify.com/">http://www.youtify.com/</a>
</div>
<div class="absolute t0 r0">
Expand Down
2 changes: 2 additions & 0 deletions help/index.html
Expand Up @@ -8,10 +8,12 @@
<li class="row"><a class="hackathon c cell pr40" href="/hackathon/">hackathon</a><p class="cell">get details for the event</p></li>
<li class="row"><a class="program c cell pr40" href="/program/">program</a><p class="cell">get the schedule of the event</p></li>
<li class="row"><a class="challenges c cell pr40" href="/challenges/">challenges</a><p class="cell">get list of things you can hack on</p></li>
<li class="row"><a class="pitches c cell pr40" href="/pitches/">pitches</a><p class="cell">get list of pitches presented on friday</p></li>
<li class="row"><a class="register c cell pr40" href="/register/">register</a><p class="cell">get registration information and sign up</p></li>
<li class="row"><a 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 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 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 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 class="help c cell pr40" href="/help/">help</a><p class="cell">get list of commands</p></li>
</ol>
</article>
4 changes: 3 additions & 1 deletion index.html
Expand Up @@ -7,7 +7,9 @@
<ol class="table">
<li class="row"><a id="hackathon" class="hackathon c cell pr40" href="/hackathon/">hackathon</a><p class="cell">get details for the event</p></li>
<li class="row"><a id="program" class="program c cell pr40" href="/program/">program</a><p class="cell">get the schedule of the event</p></li>
<li class="row"><a id="challenges" class="challenges c cell pr40" href="/challenges/">challenges</a><p class="cell">get list of things you can hack on</p></li>
<li class="row"><a id="challenges" class="challenges c cell pr40" href="/challenges/">challenges</a><p class="cell">get list of things you can hack on (depricated in favor of pitches)</p></li>
<li class="row"><a id="pitches" class="pitches c cell pr40" href="/pitches/">pitches</a><p class="cell">get list of pitches presented on friday (more info soon)</p></li>

<li class="row"><a id="register" class="register c cell pr40" href="/register/">register</a><p class="cell">get registration information and sign up</p></li>
<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>
Expand Down
7 changes: 4 additions & 3 deletions js/output.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions js/tbd.js
Expand Up @@ -117,6 +117,10 @@ $(function() {
newOutput(coffee);
newTerminalHeading();
newLabel();
} else if (command === "pitches") {
newOutput(pitches);
newTerminalHeading();
newLabel();
} else if (command === "") {
newOutput("");
} else {
Expand Down
20 changes: 20 additions & 0 deletions pitches/index.html
@@ -0,0 +1,20 @@
---
layout: default
title: pitches
---
<p>t-b-d.org:~ home$ {{ page.title }}</p>
<ol>
<li class="row"><p class="cell pr40">1. Jonas Klevhag</p><a class="cell" href="http://teknopol.se/demand">teknopol.se/demand</a></li>
<li class="row"><p class="cell pr40">2. The Augumentary</p><p class="cell">Simon Klose</p></li>
<li class="row"><p class="cell pr40">3. Live Multi-touch</p><p class="cell">Flatfrog</p></li>
<li class="row"><p class="cell pr40">4. Multi-touch</p><p class="cell">Neo4j</p></li>
<li class="row"><p class="cell pr40">5. Tunaspot</p><p class="cell">@AlexEsser</p></li>
<li class="row"><p class="cell pr40">6. Flatter API</p><p class="cell">@bong</p></li>
<li class="row"><p class="cell pr40">7. Youtify.com</p><p class="cell">@youtify</p></li>
<li class="row"><p class="cell pr40">8. everynote</p><p class="cell">Michael Nilsson</p></li>
<li class="row"><p class="cell pr40">9. GUI <-> TUI</p><p class="cell">pernilla.lindh@gmail.com</p></li>
<li class="row"><p class="cell pr40">10. Starcraft:next level</p><p class="cell">Bjorn Bratt</p></li>
<li class="row"><p class="cell pr40">11. Business travel -> Social MVP</p><p class="cell">Keld Lundgard</p></li>
<li class="row"><p class="cell pr40">12. Kinect Booking</p><p class="cell">Mijo Balic</p></li>
<li class="row"><p class="cell pr40">13. Kinect stop motion white board</p><p class="cell">Mijo Balic</p></li>
</ol>

0 comments on commit d161688

Please sign in to comment.