This commit is contained in:
Luke Vella 2015-01-12 12:09:09 +01:00
parent b72dfc474e
commit aff8ee6124
10 changed files with 232 additions and 108 deletions

View file

@ -13,6 +13,7 @@
</head>
<body>
<header class="header">
<div class="container">
<section class="primary-section">
<a href="/">
<img src="/images/logo@2x.png" width="100" alt="Rallly - Collabrative Scheduling" />
@ -20,12 +21,13 @@
</section>
<section class="secondary-section">
<nav class="nav-links">
<a class="nav-link" href="/about">About</a>
<a class="nav-link" href="/about">What is this?</a>
<a class="btn btn-flat" href="/">
Schedule New Event
</a>
</nav>
</div>
</div>
</header>
<div class="container" ui-view>