feat: lightweight header/footer — IBM Plex Sans, slimmed nav badge, compact footer

Drops Roboto + IBM Plex Mono from Google Fonts, replaces with IBM Plex
Sans (matching dobetternorge.no). Nav badge loses bordered pill, becomes
plain uppercase label with slash separator. Footer cut from 3-column
text-wall (~300 words) to compact 2-column layout (~50 words) — logo +
tagline + privacy note on left, 5 links in 2 columns on right.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-18 07:10:46 +02:00
parent f0b7d343a3
commit f2fbb69e0a
4 changed files with 109 additions and 101 deletions
+22 -20
View File
@@ -1,35 +1,37 @@
<?php declare(strict_types=1); ?>
<footer class="lt-footer">
<div class="lt-footer__grid">
<div class="lt-footer__inner">
<div>
<div class="lt-footer__brand">
<picture>
<source srcset="assets/images/logo-header.webp" type="image/webp">
<img class="lt-footer__logo" src="assets/images/logo-header.png" alt="Do Better Norge" width="140" height="34" loading="lazy">
</picture>
<h3 class="lt-footer__heading">Zero Storage</h3>
<p class="lt-footer__body">Your documents are processed entirely in memory and discarded the moment your session ends. Nothing is written to disk, cached on our servers, or retained in any database. What you upload stays private&nbsp;&mdash; always.</p>
<p class="lt-footer__tagline">
AI legal tools for families navigating Norwegian child-welfare cases.
Powered by <a href="https://bluenotelogic.com/caveauai" target="_blank" rel="noopener noreferrer">CaveauAI</a>.
</p>
<p class="lt-footer__privacy-note">
Your documents are processed in memory and discarded when your session ends.
Nothing is stored or retained.
</p>
</div>
<div>
<h3 class="lt-footer__heading">Powered by CaveauAI</h3>
<p class="lt-footer__body">These tools run on <a href="https://bluenotelogic.com/caveauai" target="_blank" rel="noopener noreferrer">CaveauAI</a>, Blue Note Logic&rsquo;s private AI infrastructure &mdash; a multi-stage pipeline that ingests your documents, extracts structured legal meaning using large language models, and cross-references findings against a curated corpus of Norwegian case law and tribunal decisions. Your data never leaves our environment and is never shared with third-party AI providers or used for model training.</p>
<p class="lt-footer__sub">Hosted by Blue Note Logic Inc. &middot; Part of the Do Better Norge advocacy group.</p>
</div>
<div>
<h3 class="lt-footer__heading">Resources</h3>
<ul class="lt-footer__links">
<li><a href="https://dobetternorge.no" target="_blank" rel="noopener noreferrer">Do Better Norge</a></li>
<li><a href="https://bluenotelogic.com/caveauai" target="_blank" rel="noopener noreferrer">About CaveauAI</a></li>
<li><a href="https://dobetternorge.no/library.php">Legal library</a></li>
<li><a href="mailto:support@dobetternorge.no">Report an issue</a></li>
</ul>
</div>
<nav class="lt-footer__links" aria-label="Footer links">
<div class="lt-footer__link-col">
<a href="https://dobetternorge.no" target="_blank" rel="noopener noreferrer">Do Better Norge</a>
<a href="https://dobetternorge.no/library.php">Legal library</a>
<a href="mailto:support@dobetternorge.no">Report an issue</a>
</div>
<div class="lt-footer__link-col">
<a href="https://bluenotelogic.com/caveauai" target="_blank" rel="noopener noreferrer">About CaveauAI</a>
<a href="https://bluenotelogic.com" target="_blank" rel="noopener noreferrer">Blue Note Logic</a>
</div>
</nav>
</div>
<div class="lt-footer__bottom">
<p class="lt-footer__copy">&copy; 2026 Blue Note Logic Inc. All rights reserved.</p>
<p class="lt-footer__disclaimer">AI-generated output is provided for informational and advocacy support purposes only. It does not constitute legal advice and should not be relied upon as a substitute for qualified legal counsel. Always verify results with a licensed lawyer familiar with Norwegian law.</p>
<p class="lt-footer__disclaimer">AI output is for advocacy support only &mdash; not legal advice. Always verify with a licensed Norwegian lawyer.</p>
</div>
</footer>