Skip to content

Commit

Permalink
Change open mic page
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders Olsen Sandvik committed May 19, 2015
1 parent 596d394 commit bc34b02
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 111 deletions.
51 changes: 6 additions & 45 deletions views/openmic.hbs
@@ -1,47 +1,8 @@
<div class="floor">
<div class="inner-nrw">
<h1 class="ratherloud-heading">Open Mic Night</h1>

<h2>Wednesday 20th May</h2>
<p>The evening before the conference, we will be hanging out at <a href="http://vbarogbistro.no/">V Bar</a>, right next door to the <a href="./location">venue</a>. This is the conference pre-party, so come say hello to other attendees, speakers and volunteers.</p>

<h2>Warm up with lightning talks</h2>
<p>We want to create a friendly environment where attendees can have a go at speaking. There will be batches of 10 minute lightning talks in an informal setting for a smaller audience. Slides are completely optional! And live coding only if your really want to.</p>


<h2>First time speakers very welcome</h2>
<p>If you have never delivered a talk before, remember that there is a first time for everything. There was a first time you touched a keyboard, and a first time you wrote "hello world". This is the perfect opportunity grab the mic for the first time and share some thoughts.</p>

<div class="openmicform group">
<h2>Submit a talk for Open Mic Night!</h2>
<p>~10 minutes talks on any relevant topic. Only attendees with a conference ticket, please.</p>
{{# errors}}
<p style="color: black; background-color: #f2dede; padding: 15px;">{{msg}}</p>
{{/ errors}}
{{# success}}
<p style="color: black; background-color: #dff0d8; padding: 15px;">{{msg}}</p>
{{/ success}}
<form action="/api/v1/openmic" method="post">

<label for="name" class="notsoloud">Full name</label>
<input type="text" name="name" id="name" required>

<label for="email" class="notsoloud">Email Address</label>
<input type="email" name="email" id="email" required>

<label for="description" class="notsoloud">Describe your talk</label>
<textarea name="description" id="description" required></textarea>

<input type="submit" class="btn">
</form>
</div>

<h2 class="ratherloud-heading">More details</h2>
<ul>
<li>this year, you do need a conference ticket to submit a lightning talk</li>
<li>equipment at the Open Mic venue includes a projector, microphone and Wi-Fi</li>
<li>if you don't have a device to do a presentation, let us know and we'll sort it out</li>
</ul>

</div>
</div>
<h1 class="ratherloud-heading">Open Mic Night - Wednesday 20 May</h1>
<p>Pre-conference party with <a href="/openmic">Open Mic</a> sessions at the <a href="http://vbarogbistro.no/">V Bar &amp; Restaurant</a>.
During this evening you can exchange your ticket into the conference pass, giving you more time to focus on breakfast than queuing for access on Thursday morning. Nice eh?</p>
{{> openmicschedule}}
</div>
</div>
64 changes: 64 additions & 0 deletions views/partials/openmicschedule.hbs
@@ -0,0 +1,64 @@
<table class="schedule">
<tr class="schedule-break">
<th>19:00</th>
<td>
<h3>Bar opens</h3>
<p>Come as you are, grab someting in the bar and make some new friends!</p>
</td>
</tr>
<tr class="schedule-talk">
<th>20:00</th>
<td>
<h3>Kristofer Walters</h3>
<p>Building web components</p>
</td>
</tr>
<tr class="schedule-talk">
<th>20:15</th>
<td>
<h3>Asbjørn Andersen</h3>
<p>Exploring a simpler abstraction for swarms</p>
</td>
</tr>
<tr class="schedule-talk">
<th>20:30</th>
<td>
<h3>Maxim Salnikov</h3>
<p>Graphics on web: past, present and future</p>
</td>
</tr>
<tr class="schedule-break">
<th>20:45</th>
<td>
<p>Break</p>
</td>
</tr>
<tr class="schedule-talk">
<th>21:15</th>
<td>
<h3>Krisztina Matyi</h3>
<p>Introduction to <a href="https://www.codebar.io/">codebar.io</a></p>
</td>
</tr>
<tr class="schedule-talk">
<th>21:30</th>
<td>
<h3>Lotte Johansen</h3>
<p>Accessibility for everyone</p>
</td>
</tr>
<tr class="schedule-talk">
<th>21:45</th>
<td>
<h3>Marius Nielsen</h3>
<p>From jQuery to React at Xeneta</p>
</td>
</tr>
<tr class="schedule-talk">
<th>22:00</th>
<td>
<h3>Espen Klem</h3>
<p>Personal Search - Your digital life searchable?</p>
</td>
</tr>
</table>
69 changes: 3 additions & 66 deletions views/schedule.hbs
Expand Up @@ -4,72 +4,9 @@
<h2 class="ratherloud-heading">Wednesday 20 May</h2>
<p>Pre-conference party with <a href="/openmic">Open Mic</a> sessions at the <a href="http://vbarogbistro.no/">V Bar &amp; Restaurant</a>.
During this evening you can exchange your ticket into the conference pass, giving you more time to focus on breakfast than queuing for access on Thursday morning. Nice eh?</p>
<table class="schedule">
<tr class="schedule-break">
<th>19:00</th>
<td>
<h3>Bar opens</h3>
<p>Come as you are, grab someting in the bar and make some new friends!</p>
</td>
</tr>
<tr class="schedule-talk">
<th>20:00</th>
<td>
<h3>Kristofer Walters</h3>
<p>Building web components</p>
</td>
</tr>
<tr class="schedule-talk">
<th>20:15</th>
<td>
<h3>Asbjørn Andersen</h3>
<p>Exploring a simpler abstraction for swarms</p>
</td>
</tr>
<tr class="schedule-talk">
<th>20:30</th>
<td>
<h3>Maxim Salnikov</h3>
<p>Graphics on web: past, present and future</p>
</td>
</tr>
<tr class="schedule-break">
<th>20:45</th>
<td>
<p>Break</p>
</td>
</tr>
<tr class="schedule-talk">
<th>21:15</th>
<td>
<h3>Krisztina Matyi</h3>
<p>Introduction to <a href="https://www.codebar.io/">codebar.io</a></p>
</td>
</tr>
<tr class="schedule-talk">
<th>21:30</th>
<td>
<h3>Lotte Johansen</h3>
<p>Accessibility for everyone</p>
</td>
</tr>
<tr class="schedule-talk">
<th>21:45</th>
<td>
<h3>Marius Nielsen</h3>
<p>From jQuery to React at Xeneta</p>
</td>
</tr>
<tr class="schedule-talk">
<th>22:00</th>
<td>
<h3>Espen Klem</h3>
<p>Personal Search - Your digital life searchable?</p>
</td>
</tr>
</table>


{{> openmicschedule}}

<h2 class="ratherloud-heading">Thursday 21 May</h2>
<p>Welcome to the 1st conference day, with 8 talks starting at 9 pm – and dinner at 5 pm.</p>

Expand Down Expand Up @@ -182,7 +119,7 @@

<h2 class="ratherloud-heading">Friday 22 May</h2>
<p>Conference day #2, with 8 more talks starting at 9 pm.</p>

<table class="schedule">
<tr class="schedule-break">
<th>08:00</th>
Expand Down

0 comments on commit bc34b02

Please sign in to comment.