Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Commit

Permalink
Added an FAQs section.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrydn committed Jun 3, 2013
1 parent c6ca7a3 commit 3d150c1
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
15 changes: 15 additions & 0 deletions assets/css/style.css
Expand Up @@ -11,6 +11,17 @@
font-weight: normal; font-weight: normal;
} }


dl {

}
dl dt {
padding-top: 15px;
}

dl dt:first-child {
padding-top: 0;
}

header { header {
background: rgba(255, 255, 255, 0.65); background: rgba(255, 255, 255, 0.65);
padding: 20px 0 20px 0; padding: 20px 0 20px 0;
Expand Down Expand Up @@ -94,6 +105,10 @@
margin: 40px 0 60px 0; margin: 40px 0 60px 0;
} }


div.faqs {
margin: 40px 0 60px 0;
}

div.social-plugins { div.social-plugins {
margin: 20px 0 80px 0; margin: 20px 0 80px 0;
} }
Expand Down
24 changes: 23 additions & 1 deletion index.html
Expand Up @@ -93,7 +93,7 @@ <h2>Where Are We?</h2>
<dd>Canterbury</dd> <dd>Canterbury</dd>
<dd>Kent CT2 8QA</dd> <dd>Kent CT2 8QA</dd>


<dt style="padding-top: 15px;">Email</dt> <dt>Email</dt>
<dd><a href="mailto:hello@kenthack.com">hello@kenthack.com</a></dd> <dd><a href="mailto:hello@kenthack.com">hello@kenthack.com</a></dd>


</dl> </dl>
Expand Down Expand Up @@ -133,6 +133,28 @@ <h2>Who's organising this?</h2>
</ul> </ul>
</div> </div>


<div class="faqs">
<h2>Frequently Asked Questions</h2>
<div class="row-fluid">
<div class="span6">
<dl>
<dt>Will there be food at the event?</dt>
<dd>Yup! Our venue is supplying us with some food and goodies for you throughout the event!</dd>
<dt>Will there be WiFi at the event?</dt>
<dd>Definitely! Who runs a hackathon on Ethernet?</dd>
</dl>
</div>
<div class="span6">
<dl>
<dt>What do I need to bring?</dt>
<dd>Your own kit. Your computer, and any devices you wish to develop on (if any!)!</dd>
<dt>If there are no tickets, can I still come?</dt>
<dd>Although we have a designated number of tickets, we can let a few more in on the day - just be sure to get there early!</dd>
</dl>
</div>
</div>
</div>

<div class="social-plugins well"> <div class="social-plugins well">
<div> <div>
<div class="fb-like" data-href="https://www.facebook.com/kenthackathon" data-send="false" data-width="450" data-show-faces="true"></div> <div class="fb-like" data-href="https://www.facebook.com/kenthackathon" data-send="false" data-width="450" data-show-faces="true"></div>
Expand Down

0 comments on commit 3d150c1

Please sign in to comment.