diff options
| author | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-03 11:46:35 +0200 |
|---|---|---|
| committer | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-03 11:46:35 +0200 |
| commit | 748564be8a54f07761eea87c1bb84009e16a8593 (patch) | |
| tree | 743c6a2105afd7fadb83e9e68aa611551a188201 /site/layouts/partials/footer.html | |
| parent | 7163e7d16db40a3382167dcec145cd033114227a (diff) | |
WIP
Signed-off-by: Darin Dimitroff <d@thecrazyones.agency>
Diffstat (limited to 'site/layouts/partials/footer.html')
| -rw-r--r-- | site/layouts/partials/footer.html | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/site/layouts/partials/footer.html b/site/layouts/partials/footer.html index 8c67d06..41928f9 100644 --- a/site/layouts/partials/footer.html +++ b/site/layouts/partials/footer.html @@ -4,7 +4,7 @@ <div class="measure-narrow center mb4"> - <img src="/img/logo.svg" alt="" class="db w4 center mb4"> + <img src="/img/logo.svg" alt="Kaldi logo" class="db w4 center mb4 br0"> <p class="f3 lh-title light-gray b tc mb2">Newsletter subscribe</p> <p>Get awesome news from us in your inbox every two weeks. Be the first to learn about new products.</p> @@ -15,22 +15,21 @@ <div class="flex-ns justify-between"> <div> - <h3 class="f4 b lh-title mb1 primary">List of links</h3> + <h3 class="f4 b lh-title mb1 primary">Kaldi</h3> <ul class="mb3"> <li><a href="/" class="link">Home</a></li> <li><a href="/products" class="link">Our products</a></li> - <li><a href="/about" class="link">About us</a></li> - <li><a href="/post" class="link">post</a></li> + <li><a href="/values" class="link">About</a></li> + <li><a href="/post" class="link">Blog</a></li> <li><a href="/contact" class="link">Contact</a></li> </ul> </div> <div> - <h3 class="f4 b lh-title mb1 primary">Another list of links</h3> + <h3 class="f4 b lh-title mb1 primary">Find out more</h3> <ul class="mb3"> - <li><a href="#" class="link">Latest offer</a></li> - <li><a href="#" class="link">Our locations</a></li> - <li><a href="#" class="link">Our partners</a></li> + <li><a href="/post/jamaica-blue/" class="link">Latest offers</a></li> + <li><a href="/contact" class="link">Schedule and appointment</a></li> </ul> </div> |
