FossilRepo
Add fossilrepo logo next to CONFLICT logo in docs header
Commit
83291cac0488eec62ec6ee0e2140eba7d36de57542dc2710f16afcef871a17e4
Parent
75f00be62fb4118…
3 files changed
+13
+4
+1
| --- a/docs/assets/images/fossilrepo-logo.svg | ||
| +++ b/docs/assets/images/fossilrepo-logo.svg | ||
| @@ -0,0 +1,13 @@ | ||
| 1 | +<svg width="220" height="36" viewBox="0 0 220 36" fill="none" xmlns="http://www.w3.org/2000/svg"> | |
| 2 | + <!-- Ammonite spiral icon --> | |
| 3 | + <g transform="translate(4, 2)"> | |
| 4 | + <circle cx="16" cy="16" r="14" stroke="#DC394C" stroke-width="2.5" fill="none"/> | |
| 5 | + <path d="M16 2C8.268 2 2 8.268 2 16" stroke="#DC394C" stroke-width="2.5" stroke-linecap="round" fill="none"/> | |
| 6 | + <path d="M16 7C11.029 7 7 11.029 7 16c0 4.971 4.029 9 9 9" stroke="#e8677a" stroke-width="2" stroke-linecap="round" fill="none"/> | |
| 7 | + <path d="M16 12c-2.209 0-4 1.791-4 4s1.791 4 4 4" stroke="#DC394C" stroke-width="1.5" stroke-linecap="round" fill="none"/> | |
| 8 | + <circle cx="16" cy="16" r="1.5" fill="#DC394C"/> | |
| 9 | + </g> | |
| 10 | + <!-- Wordmark --> | |
| 11 | + <text x="42" y="24" font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif" font-size="20" font-weight="700" fill="#e5e5e5" letter-spacing="-0.5">fossil</text> | |
| 12 | + <text x="102" y="24" font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif" font-size="20" font-weight="700" fill="#DC394C" letter-spacing="-0.5">repo</text> | |
| 13 | +</svg> |
| --- a/docs/assets/images/fossilrepo-logo.svg | |
| +++ b/docs/assets/images/fossilrepo-logo.svg | |
| @@ -0,0 +1,13 @@ | |
| --- a/docs/assets/images/fossilrepo-logo.svg | |
| +++ b/docs/assets/images/fossilrepo-logo.svg | |
| @@ -0,0 +1,13 @@ | |
| 1 | <svg width="220" height="36" viewBox="0 0 220 36" fill="none" xmlns="http://www.w3.org/2000/svg"> |
| 2 | <!-- Ammonite spiral icon --> |
| 3 | <g transform="translate(4, 2)"> |
| 4 | <circle cx="16" cy="16" r="14" stroke="#DC394C" stroke-width="2.5" fill="none"/> |
| 5 | <path d="M16 2C8.268 2 2 8.268 2 16" stroke="#DC394C" stroke-width="2.5" stroke-linecap="round" fill="none"/> |
| 6 | <path d="M16 7C11.029 7 7 11.029 7 16c0 4.971 4.029 9 9 9" stroke="#e8677a" stroke-width="2" stroke-linecap="round" fill="none"/> |
| 7 | <path d="M16 12c-2.209 0-4 1.791-4 4s1.791 4 4 4" stroke="#DC394C" stroke-width="1.5" stroke-linecap="round" fill="none"/> |
| 8 | <circle cx="16" cy="16" r="1.5" fill="#DC394C"/> |
| 9 | </g> |
| 10 | <!-- Wordmark --> |
| 11 | <text x="42" y="24" font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif" font-size="20" font-weight="700" fill="#e5e5e5" letter-spacing="-0.5">fossil</text> |
| 12 | <text x="102" y="24" font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif" font-size="20" font-weight="700" fill="#DC394C" letter-spacing="-0.5">repo</text> |
| 13 | </svg> |
| --- a/docs/overrides/partials/logo.html | ||
| +++ b/docs/overrides/partials/logo.html | ||
| @@ -0,0 +1,4 @@ | ||
| 1 | +<div style="display: flex; align-items: center; gap: 0.6rem;"> | |
| 2 | + <img src="{{ 'assets/images/conflict-logo.svg' | url }}" alt="CONFLICT" style="height: 1.4rem; width: auto;"> | |
| 3 | + <img src="{{ 'assets/images/fossilrepo-logo.svg' | url }}" alt="Fossilrepo" style="height: 1.2rem; width: auto;"> | |
| 4 | +</div> |
| --- a/docs/overrides/partials/logo.html | |
| +++ b/docs/overrides/partials/logo.html | |
| @@ -0,0 +1,4 @@ | |
| --- a/docs/overrides/partials/logo.html | |
| +++ b/docs/overrides/partials/logo.html | |
| @@ -0,0 +1,4 @@ | |
| 1 | <div style="display: flex; align-items: center; gap: 0.6rem;"> |
| 2 | <img src="{{ 'assets/images/conflict-logo.svg' | url }}" alt="CONFLICT" style="height: 1.4rem; width: auto;"> |
| 3 | <img src="{{ 'assets/images/fossilrepo-logo.svg' | url }}" alt="Fossilrepo" style="height: 1.2rem; width: auto;"> |
| 4 | </div> |
+1
| --- mkdocs.yml | ||
| +++ mkdocs.yml | ||
| @@ -5,10 +5,11 @@ | ||
| 5 | 5 | repo_url: https://github.com/ConflictHQ/fossilrepo |
| 6 | 6 | repo_name: ConflictHQ/fossilrepo |
| 7 | 7 | |
| 8 | 8 | theme: |
| 9 | 9 | name: material |
| 10 | + custom_dir: docs/overrides | |
| 10 | 11 | logo: assets/images/conflict-logo.svg |
| 11 | 12 | favicon: assets/images/favicon.png |
| 12 | 13 | font: |
| 13 | 14 | text: Roboto |
| 14 | 15 | code: Roboto Mono |
| 15 | 16 |
| --- mkdocs.yml | |
| +++ mkdocs.yml | |
| @@ -5,10 +5,11 @@ | |
| 5 | repo_url: https://github.com/ConflictHQ/fossilrepo |
| 6 | repo_name: ConflictHQ/fossilrepo |
| 7 | |
| 8 | theme: |
| 9 | name: material |
| 10 | logo: assets/images/conflict-logo.svg |
| 11 | favicon: assets/images/favicon.png |
| 12 | font: |
| 13 | text: Roboto |
| 14 | code: Roboto Mono |
| 15 |
| --- mkdocs.yml | |
| +++ mkdocs.yml | |
| @@ -5,10 +5,11 @@ | |
| 5 | repo_url: https://github.com/ConflictHQ/fossilrepo |
| 6 | repo_name: ConflictHQ/fossilrepo |
| 7 | |
| 8 | theme: |
| 9 | name: material |
| 10 | custom_dir: docs/overrides |
| 11 | logo: assets/images/conflict-logo.svg |
| 12 | favicon: assets/images/favicon.png |
| 13 | font: |
| 14 | text: Roboto |
| 15 | code: Roboto Mono |
| 16 |