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
14 lines
382 B
HTML
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>
|