-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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’d love to hear from you</p> | ||
<p>Thoughts, ideas, comments or suggestions about the hackathon? | ||
<br>Get in touch, we’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…</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> | ||
|