Skip to content

Commit

Permalink
Contact view
Browse files Browse the repository at this point in the history
  • Loading branch information
pbombo committed Feb 14, 2015
1 parent d5dc77b commit 66ff68e
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions views/contact.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -30,26 +30,31 @@
<header role="header">
<a href="" class="logo"><img src="/images/logo_black.png"></a>
<nav role="navigation">
<a href="" title="">Register</a>
<a href="" title="">Schedule</a>
<a href="" title="">Rules</a>
<a href="" title="">Guide</a>
<a href="" title="" class="active">Contact</a>
<a href="/register" title="">Register</a>
<a href="/schedule" title="">Schedule</a>
<a href="/rules" title="">Rules</a>
<a href="/guide" title="">Guide</a>
<a href="/contact" title="" class="active">Contact</a>
</nav>
</header>
<div class="content page" role="main">
<section>
<div>
<header>
<h2>Subtitle Here</h2>
<h1>Contact</h1>
<p>Get in touch, we&rsquo;d love to hear from you</p>
<p>Thoughts, ideas, comments or suggestions about the hackathon?
<br>Get in touch, we&rsquo;d love to hear from you</p>
</header>
<div class="main">
<p></p>
<a href="mailto:[email protected]">Email</a>
<a href="">Twitter</a>
<a href="">Facebook</a>

<article class="guide">
<h5>You can reach us through the following channels&hellip;</h5>
<ul>
<li><a href="mailto:[email protected]">Email</a></li>
<li><a href="">Twitter</a></li>
<li><a href="">Facebook</a></li>
</ul>
</article>
</div>
</div>
</section>
Expand Down

0 comments on commit 66ff68e

Please sign in to comment.