feat(footer): add anonId privacy disclosure line
Wraps existing footer row in .deepdrft-footer-main and adds a .deepdrft-footer-privacy paragraph below it with the approved Variant 1 copy. Mono fine-print at 0.55 rem / 70% opacity.
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
<footer class="deepdrft-footer">
|
||||
<div class="deepdrft-footer-logo d-none d-sm-inline">Deep <span>DRFT</span></div>
|
||||
<ul class="deepdrft-footer-links">
|
||||
<li><a href="/about">About</a></li>
|
||||
<li><a href="#">Contact</a></li>
|
||||
</ul>
|
||||
<div class="deepdrft-footer-copy">© 2026 Deep DRFT</div>
|
||||
<div class="deepdrft-footer-main">
|
||||
<div class="deepdrft-footer-logo d-none d-sm-inline">Deep <span>DRFT</span></div>
|
||||
<ul class="deepdrft-footer-links">
|
||||
<li><a href="/about">About</a></li>
|
||||
<li><a href="#">Contact</a></li>
|
||||
</ul>
|
||||
<div class="deepdrft-footer-copy">© 2026 Deep DRFT</div>
|
||||
</div>
|
||||
<p class="deepdrft-footer-privacy">We keep a random tag in your browser so we can count how many people a track reaches — not who they are. No account, no name, nothing personal, nothing shared with anyone else. Clear your browser data and the tag’s gone.</p>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user