Initial commit

This commit is contained in:
Richard
2026-07-31 10:08:13 +02:00
parent 652943fb7e
commit a69f31649c
7192 changed files with 924319 additions and 0 deletions
@@ -0,0 +1,13 @@
### Ft1 · Mast-headed
A wordmark and tagline anchor a single horizontal band. Two or three small links beside, address or licence below.
*Use when:* the page has heavy content; the footer should be quiet and singular.
*Don't confuse with:* Ft2 Inline-rule (which is even more reduced).
```html
<footer class="foot-mast">
<p class="wordmark">Studio Name</p>
<p class="tagline muted">Designs that don't look generated.</p>
<p class="links muted">Imprint · Privacy · Contact</p>
</footer>
```