Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions www/assets/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
--color-accent: #2e7de9; /* primary brand blue */
--color-accent-ink: #1b5fc4; /* accent text on light bg (AA) */
--color-accent-soft: #dceafb; /* accent tint fills */
--color-brand: #334155; /* logo lockup (mark + wordmark) — neutral slate */
--color-green: #587539;
--color-green-soft: #dcead0;
--color-yellow: #8c6c3e;
Expand Down Expand Up @@ -79,6 +80,7 @@
--color-accent: #7aa2f7;
--color-accent-ink: #a9c2ff;
--color-accent-soft: #243049;
--color-brand: #cbd5e1; /* logo lockup — light slate for dark bg */
--color-green: #9ece6a;
--color-green-soft: #25332a;
--color-yellow: #e0af68;
Expand Down Expand Up @@ -111,6 +113,7 @@
--color-accent: #7aa2f7;
--color-accent-ink: #a9c2ff;
--color-accent-soft: #243049;
--color-brand: #cbd5e1; /* logo lockup — light slate for dark bg */
--color-green: #9ece6a;
--color-green-soft: #25332a;
--color-yellow: #e0af68;
Expand Down
16 changes: 11 additions & 5 deletions www/layouts/partials/brand.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{{- /* brand.html — logo badge + "herdr plus" wordmark. Param: .size ("sm"|"md") */ -}}
{{- /* brand.html — "herdr" wordmark + a hairline plus glyph that reads as the
"+" of herdr+. Mark + wordmark share one cohesive, theme-aware color
(--color-brand) so the whole lockup adapts between light/dark.
Param: .size ("sm"|"md") */ -}}
{{- $size := .size | default "md" -}}
{{- $badge := cond (eq $size "sm") "h-7 w-7" "h-8 w-8" -}}
{{- $mark := cond (eq $size "sm") "h-[22px] w-[22px]" "h-[26px] w-[26px]" -}}
{{- $text := cond (eq $size "sm") "text-lg" "text-xl" -}}
<span class="inline-flex items-center gap-2.5">
<img src="{{ "images/logo.svg" | relURL }}" alt="" width="32" height="32" class="{{ $badge }} rounded-[9px]">
<span class="font-mono {{ $text }} font-semibold tracking-tight" style="color:var(--color-ink)">herdr<span style="color:var(--color-accent-ink)"> plus</span></span>
<span class="inline-flex items-center gap-[1px]" style="color:var(--color-brand)">
<span class="font-sans {{ $text }} font-semibold tracking-[-0.02em] leading-none">herdr</span>
{{- /* hairline plus, optically centered, inherits the lockup color via currentColor */ -}}
<svg class="{{ $mark }}" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false">
<path d="M32 9V55M9 32H55" stroke="currentColor" stroke-width="6" stroke-linecap="round"/>
</svg>
</span>
Binary file modified www/static/images/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified www/static/images/favicon-32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified www/static/images/favicon.ico
Binary file not shown.
Binary file modified www/static/images/icon-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified www/static/images/icon-180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified www/static/images/icon-256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified www/static/images/icon-32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified www/static/images/icon-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 12 additions & 19 deletions www/static/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified www/static/images/og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading