f2fbb69e0a
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>
38 lines
1.7 KiB
PHP
38 lines
1.7 KiB
PHP
<?php declare(strict_types=1); ?>
|
|
<footer class="lt-footer">
|
|
<div class="lt-footer__inner">
|
|
|
|
<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>
|
|
<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>
|
|
|
|
<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">© 2026 Blue Note Logic Inc. All rights reserved.</p>
|
|
<p class="lt-footer__disclaimer">AI output is for advocacy support only — not legal advice. Always verify with a licensed Norwegian lawyer.</p>
|
|
</div>
|
|
</footer>
|