Started on main page

This commit is contained in:
Nicolas A. Tonne
2015-04-09 16:17:19 +02:00
parent d5b36640c7
commit f997de2a36
5 changed files with 99 additions and 57 deletions

View File

@@ -55,7 +55,9 @@ foreach($fil as $files){
<header>
<nav>
<div class="nav-wrapper">
<a href="zoff.no" class="brand-logo hide-on-small-only"><img id="zicon" src="static/images/squareicon_small.png" alt="zöff"></a>
<a href="//zoff.no" class="brand-logo hide-on-small-only">
<img id="zicon" src="static/images/squareicon_small.png" alt="zöff" title="Zöff">
</a>
<a href="zoff.no" class="brand-logo hide-on-med-and-up">Zöff</a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a href="#">About</a></li>
@@ -121,7 +123,7 @@ foreach($fil as $files){
</p>
</div>
<div class="card-action">
<a href="<?php echo $ch; ?>" class="waves-effect waves-teal btn-flat">Listen</a>
<a href="<?php echo $ch; ?>" class="waves-effect waves-orange btn-flat">Listen</a>
</div>
</div>
</li>