c350750b7e
External URL was unreachable from tools subdomain (CSP or cross-origin block), causing a grey placeholder rectangle. Logo now served from assets/images/ and brightness/invert filter removed — logo is white-on-transparent, displays correctly on dark nav and footer without filtering. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
36 lines
2.4 KiB
PHP
36 lines
2.4 KiB
PHP
<?php declare(strict_types=1); ?>
|
|
<footer class="lt-footer">
|
|
<div class="lt-footer__grid">
|
|
|
|
<div>
|
|
<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 — always.</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’s private AI infrastructure — 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. · 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>
|
|
|
|
</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-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>
|
|
</div>
|
|
</footer>
|