Skip to content
Merged
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
4 changes: 2 additions & 2 deletions src/iceberg/static/css/iceberg.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ a:hover { color: var(--accent-deep); }
display: flex; align-items: center; gap: 18px 28px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark { width: 22px; height: 22px; display: block; flex: none; }
.brand-mark { width: 30px; height: 30px; display: block; flex: none; }
.brand-name {
font-weight: 800; font-size: 18px; letter-spacing: 0.04em;
color: var(--ink);
Expand Down Expand Up @@ -172,7 +172,7 @@ a:hover { color: var(--accent-deep); }
display: flex; align-items: center; gap: 10px;
padding: 18px 18px 16px;
}
.rail-brand .brand-mark { width: 22px; height: 22px; }
.rail-brand .brand-mark { width: 30px; height: 30px; }
.rail-wordmark { font-weight: 800; font-size: 18px; letter-spacing: 0.02em; color: #fff; }
.rail-nav { flex: 1; overflow-y: auto; padding: 6px 12px 12px; }
.rail-group { margin-top: 14px; }
Expand Down
19 changes: 19 additions & 0 deletions src/iceberg/static/img/icebergai-mark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 6 additions & 7 deletions src/iceberg/templates/_glyph.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{# Iceberg mark: a peak above a waterline, larger submerged mass below.
"The tip of the iceberg." Pure geometry. #}
<svg class="brand-mark" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<path d="M12 2.4 L19.2 11 H4.8 Z" fill="var(--accent-ink)"/>
<path d="M5 12.6 H19 L12 21.6 Z" fill="var(--accent)" opacity="0.32"/>
<path d="M5 12.6 H19" stroke="var(--accent)" stroke-width="1.4" stroke-linecap="round"/>
</svg>
{# The IcebergAI brand mark — the shared dark rounded chip used across the
family (same asset as IcebergTTX/EBS; canonical source
~/Projects/.github/profile/assets/icebergai-mark.svg). The chip carries its
own background + rounding, so it sits on the dark rail and the light auth
card alike. #}
<img src="/static/img/icebergai-mark.svg" class="brand-mark" width="30" height="30" alt="">