mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-01 15:39:03 +02:00
Update
This commit is contained in:
parent
b72dfc474e
commit
aff8ee6124
10 changed files with 232 additions and 108 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue