Thomas Wade 0b077ec440 I don't even know anymore
Okay so there's a few things going on here:
 1. The main page has been split into pieces stored within views/
 2. The nav buttons are working and have a swanky animation to them
 3. Some other changes throughout that I've simply lost track of from not committing frequently enough
2018-10-18 18:59:34 +10:30

14 lines
382 B
HTML

<div class="headerContainer">
<div class="centreHeaderContainer">
<a href="/" class="titleAndTagline">
<span class="title">
Lemonblog
</span>
<span class="tagline">
adds zest to your day
</span>
</a>
<ng-include src="'views/navbuttons.html'"></ng-include>
</div>
</div>