Changeset 63edb0d in Klonkt for src/views/pages/hub-home.ejs
- Timestamp:
- 06/16/2026 01:08:28 AM (3 months ago)
- Branches:
- main
- Children:
- 0b7ebbf
- Parents:
- af5407f
- File:
-
- 1 edited
-
src/views/pages/hub-home.ejs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/hub-home.ejs
raf5407f r63edb0d 17 17 18 18 <%# ── HERO (label) — de pagina begint hier, geen header erboven ────── %> 19 <header class="hub-hero<%= hub.heroImage ? ' has-img' : '' %>"<% if (hub.heroImage) { %> style="--hero-img:url('<%= hub.heroImage %>') "<% } %>>19 <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) %>"<% } %>> 20 20 <div class="hub-hero-inner container"> 21 21 <h1 class="hub-hero-title"><%= hub.title %></h1> … … 128 128 .hub-hero.has-img { 129 129 background: 130 linear-gradient( 180deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,.55) 100%),130 linear-gradient(rgba(0,0,0,var(--hero-ov,.45)), rgba(0,0,0,var(--hero-ov,.45))), 131 131 var(--hero-img) center / cover no-repeat; 132 132 border-bottom: 0;
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)