Added the project's files to the repo
This commit is contained in:
27
app/views/templates/partials/header.php
Executable file
27
app/views/templates/partials/header.php
Executable file
@ -0,0 +1,27 @@
|
||||
<!-- header -->
|
||||
<header id="header" class="row">
|
||||
<div class=".col-sm-8">
|
||||
<img src="/img/logo-white.gif" />
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<!-- nav bar -->
|
||||
<nav id="nav" class="row">
|
||||
<ul class="col-sm-12">
|
||||
<li class="nav_item">
|
||||
<a href="{{ urlFor('home') }}">Home</a>
|
||||
</li>
|
||||
<li class="nav_item">
|
||||
<a href="{{ urlFor('about') }}">About</a>
|
||||
</li>
|
||||
<li class="nav_item">
|
||||
<a href="{{ urlFor('shows') }}">Shows</a>
|
||||
</li>
|
||||
<li class="nav_item">
|
||||
<a href="{{ urlFor('music') }}">Music</a>
|
||||
</li>
|
||||
<li class="nav_item">
|
||||
<a href="{{ urlFor('contact') }}">Contact</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
Reference in New Issue
Block a user