mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-19 00:56:16 +00:00
- Enable navbar logo (favicon-braille.svg, 24×24) - Override navbar-title partial to add 'Bose SoundTouch Toolkit' subtitle - Add favicon.svg to static root (picked up by Hextra head automatically) - Custom footer: sponsor link (left) + copyright (right) in a single row - i18n/en.yaml: copyright text with link to github.com/gesellix - hugo.toml: blog list sorted by date desc, tags enabled Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13 lines
681 B
XML
13 lines
681 B
XML
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- Braille Raster 2x3 (S + T kombiniert) -->
|
|
<!-- Spalte 1: Punkte 1, 2, 3 -->
|
|
<circle cx="10" cy="8" r="3" fill="#eee"/> <!-- Punkt 1 (inaktiv) -->
|
|
<circle cx="10" cy="16" r="3" fill="#0055aa"/> <!-- Punkt 2 (aktiv S/T) -->
|
|
<circle cx="10" cy="24" r="3" fill="#0055aa"/> <!-- Punkt 3 (aktiv S/T) -->
|
|
|
|
<!-- Spalte 2: Punkte 4, 5, 6 -->
|
|
<circle cx="22" cy="8" r="3" fill="#0055aa"/> <!-- Punkt 4 (aktiv S/T) -->
|
|
<circle cx="22" cy="16" r="3" fill="#ffcc00"/> <!-- Punkt 5 (Der "T"-Punkt, Akzent) -->
|
|
<circle cx="22" cy="24" r="3" fill="#eee"/> <!-- Punkt 6 (inaktiv) -->
|
|
</svg>
|