Changeset 834bcc3 in Klonkt for src/views/pages/hub-home.ejs
- Timestamp:
- 06/23/2026 06:14:27 PM (3 months ago)
- Branches:
- main
- Children:
- d774679
- Parents:
- bb42dfb
- File:
-
- 1 edited
-
src/views/pages/hub-home.ejs (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/hub-home.ejs
rbb42dfb r834bcc3 1 1 <div class="hub<%= hub.heroImage ? ' hub--img' : '' %>"> 2 2 3 <%# ── HERO (label) — de mini topnav-balk staat erboven(chrome.ejs);4 de hero zelf is de "grote" header van de hub-home ──────────────── %>3 <%# ── HERO (label) — the mini topnav bar sits above it (chrome.ejs); 4 the hero itself is the "large" header of the hub home ──────────────── %> 5 5 <header class="hub-hero<%= hub.heroImage ? ' has-img' : '' %>"<% if (hub.heroImage) { %> style="--hero-img:url('<%= hub.heroImage %>'); --hero-ov:<%= ((hub.heroOverlay == null ? 45 : hub.heroOverlay)/100).toFixed(2) %>"<% } %>> 6 6 <div class="hub-hero-inner container"> … … 17 17 <div class="container hub-body"> 18 18 19 <%# ── HOOFDPAGINA (label-/hoofdaccount — geen artiest) ──────────── %>19 <%# ── MAIN PAGE (label-/primary account — not an artist) ──────────── %> 20 20 <% if (mainSite) { %> 21 21 <section class="hub-sec hub-sec-main"> … … 37 37 <% } %> 38 38 39 <%# ── ARTI ESTEN-ROSTER ─────────────────────────────────────────── %>39 <%# ── ARTIST ROSTER ─────────────────────────────────────────── %> 40 40 <% if (artists && artists.length) { %> 41 41 <% var _total = (typeof totalArtists !== 'undefined') ? totalArtists : artists.length; %> … … 69 69 <% } %> 70 70 71 <%# ── LA ATSTEPOSTS ────────────────────────────────────────────── %>71 <%# ── LATEST POSTS ────────────────────────────────────────────── %> 72 72 <% if (posts && posts.length) { %> 73 73 <section class="hub-sec"> … … 99 99 .hub { width: 100%; position: relative; } 100 100 101 /* Hero sluit direct aan op de mini topnav-balk — geen tussenruimte boven de102 hub -home (override van de globalemain-padding-top). */101 /* Hero connects directly to the mini topnav bar — no gap above the 102 hub home (overrides the global main-padding-top). */ 103 103 .pcms-main { padding-top: 0; } 104 104 .hub-hero { margin-top: 0; } … … 160 160 .hub-more-link:hover { border-color: var(--accent); background: color-mix(in srgb, var(--accent) 7%, var(--paper-2)); } 161 161 162 /* ── Hoofdpagina-kaart (label-/hoofdaccount, apart van de artiesten) ── */162 /* ── Main page card (label-/primary account, separate from the artists) ── */ 163 163 .hub-sec-main { margin-top: 2.25rem; } 164 164 .hub-main-card { … … 199 199 } 200 200 201 /* ── Roster (arti esten) ───────────────────────────────────────────── */201 /* ── Roster (artists) ───────────────────────────────────────────── */ 202 202 .roster { 203 203 display: grid; … … 231 231 } 232 232 233 /* ── Feed (la atsteposts) ─────────────────────────────────────────── */233 /* ── Feed (latest posts) ─────────────────────────────────────────── */ 234 234 .hub-feed { display: flex; flex-direction: column; gap: 0.6rem; } 235 235 .feed-item {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)