aboutsummaryrefslogtreecommitdiff
path: root/landing/layouts/partials
diff options
context:
space:
mode:
Diffstat (limited to 'landing/layouts/partials')
-rw-r--r--landing/layouts/partials/footer.html13
-rw-r--r--landing/layouts/partials/header.html12
2 files changed, 14 insertions, 11 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">&copy; {{ 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>
+ &copy; {{ now.Year }}
+ </p>
</div>
</footer>
diff --git a/landing/layouts/partials/header.html b/landing/layouts/partials/header.html
index 5f6d85b..e7a9d40 100644
--- a/landing/layouts/partials/header.html
+++ b/landing/layouts/partials/header.html
@@ -8,13 +8,11 @@
<rect x="4" y="22" width="12" height="3" rx="1.5" fill="currentColor" opacity="0.4"/>
</svg>
</span>
- <span class="brand-name">Tidy Index</span>
+ <span class="brand-name">Tidy&nbsp;Index</span>
</a>
- <nav class="site-nav" aria-label="Primary">
- <a href="#what">What</a>
- <a href="#formats">Formats</a>
- <a href="#how">How it works</a>
- <a href="#contact" class="nav-cta">Get access</a>
- </nav>
+ <div class="header-meta">
+ <span class="header-status"><span class="status-dot" aria-hidden="true"></span> Private beta</span>
+ <a href="mailto:contact@tidyindex.com" class="header-cta">API&nbsp;Key &rarr;</a>
+ </div>
</div>
</header>