diff options
Diffstat (limited to 'landing/layouts/partials/footer.html')
| -rw-r--r-- | landing/layouts/partials/footer.html | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/landing/layouts/partials/footer.html b/landing/layouts/partials/footer.html index d6588fe..35cfacc 100644 --- a/landing/layouts/partials/footer.html +++ b/landing/layouts/partials/footer.html @@ -1,6 +1,6 @@ <footer class="site-footer"> <div class="container footer-inner"> - <div class="footer-brand"> + <div class="footer-line"> <span class="brand-mark" aria-hidden="true"> <svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"> <rect x="4" y="6" width="24" height="3" rx="1.5" fill="currentColor"/> @@ -8,9 +8,14 @@ <rect x="4" y="22" width="12" height="3" rx="1.5" fill="currentColor" opacity="0.4"/> </svg> </span> - <span>Tidy Index</span> + <span class="footer-name">Tidy Index</span> + <span class="footer-sep">·</span> + <span class="footer-tagline">Structured data, served simply.</span> </div> - <p class="footer-tagline">Structured data, served simply.</p> - <p class="footer-meta">© {{ now.Year }} Tidy Index. All rights reserved.</p> + <p class="footer-meta"> + <a href="mailto:contact@tidyindex.com">contact@tidyindex.com</a> + <span class="footer-sep">·</span> + © {{ now.Year }} + </p> </div> </footer> |
