Changes in src/views/pages/hub-home.ejs [63edb0d:a1c8cb8] in Klonkt
- File:
-
- 1 edited
-
src/views/pages/hub-home.ejs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/hub-home.ejs
r63edb0d ra1c8cb8 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 %>') ; --hero-ov:<%= ((hub.heroOverlay == null ? 45 : hub.heroOverlay)/100).toFixed(2) %>"<% } %>>19 <header class="hub-hero<%= hub.heroImage ? ' has-img' : '' %>"<% if (hub.heroImage) { %> style="--hero-img:url('<%= hub.heroImage %>')"<% } %>> 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( rgba(0,0,0,var(--hero-ov,.45)), rgba(0,0,0,var(--hero-ov,.45))),130 linear-gradient(180deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,.55) 100%), 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)