Changes for page Public Web Site

Last modified by Agnease on 2026/07/03 16:14

From version 28.48
edited by Agnease
on 2026/07/03 15:11
Change comment: There is no comment for this version
To version 28.53
edited by Agnease
on 2026/07/03 15:18
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -151,32 +151,30 @@
151 151  
152 152   <div class="contrast-band-wrapper">
153 153   <section class="contrast-band" aria-labelledby="industry-trust-title">
154 - <div class="container">
155 - <div class="contrast-panel">
156 - <h2 id="industry-trust-title">Trusted XWiki expertise for business-critical platforms</h2>
154 + <div class="contrast-panel">
155 + <h2 id="industry-trust-title">Trusted XWiki expertise for business-critical platforms</h2>
157 157  
158 - <p class="section-intro">
159 - Experience supporting XWiki platforms used in healthcare, financial services, scientific research,
160 - government institutions, transportation, software development, compliance programs and regulated environments.
161 - </p>
157 + <p class="section-intro">
158 + Experience supporting XWiki platforms used in healthcare, financial services, scientific research,
159 + government institutions, transportation, software development, compliance programs and regulated environments.
160 + </p>
162 162  
163 - <div class="contrast-tags" aria-label="Industries and environments supported">
164 - <span>Healthcare</span>
165 - <span>Financial services</span>
166 - <span>Scientific research</span>
167 - <span>Government institutions</span>
168 - <span>Transportation</span>
169 - <span>Software development</span>
170 - <span>Compliance programs</span>
171 - <span>Regulated environments</span>
172 - </div>
173 -
174 - <p class="contrast-support">
175 - Organizations rely on these platforms to manage documentation, workflows, compliance processes,
176 - research knowledge and critical business information. From upgrades and authentication integrations
177 - to workflow systems and long-term maintenance, Agnease helps keep XWiki secure, stable and ready for the future.
178 - </p>
162 + <div class="contrast-tags" aria-label="Industries and environments supported">
163 + <span>Healthcare</span>
164 + <span>Financial services</span>
165 + <span>Scientific research</span>
166 + <span>Government institutions</span>
167 + <span>Transportation</span>
168 + <span>Software development</span>
169 + <span>Compliance programs</span>
170 + <span>Regulated environments</span>
179 179   </div>
172 +
173 + <p class="contrast-support">
174 + Organizations rely on these platforms to manage documentation, workflows, compliance processes,
175 + research knowledge and critical business information. From upgrades and authentication integrations
176 + to workflow systems and long-term maintenance, Agnease helps keep XWiki secure, stable and ready for the future.
177 + </p>
180 180   </div>
181 181   </section>
182 182   </div>
XWiki.StyleSheetExtension[0]
code
... ... @@ -247,11 +247,14 @@
247 247   margin-top: 22px;
248 248  }
249 249  
250 -/* ========== Contrast Band ========== */
250 +/* ========== Contrast Band (Full‑Bleed) ========== */
251 251  
252 252  /* Full‑bleed wrapper */
253 253  .contrast-band-wrapper {
254 254   position: relative;
255 + width: 100vw;
256 + left: 50%;
257 + transform: translateX(-50%);
255 255   overflow: visible;
256 256  }
257 257  
... ... @@ -259,11 +259,7 @@
259 259  .contrast-band-wrapper::before {
260 260   content: "";
261 261   position: absolute;
262 - top: 0;
263 - left: 50%;
264 - width: 100vw;
265 - height: 100%;
266 - transform: translateX(-50%);
265 + inset: 0;
267 267   z-index: -1;
268 268  
269 269   background:
... ... @@ -272,17 +272,17 @@
272 272   linear-gradient(135deg, @text 0%, @text-soft 100%);
273 273  }
274 274  
275 -/* Inner band (no gradient here anymore) */
274 +/* Inner band (content area) */
276 276  .contrast-band {
277 277   position: relative;
278 - z-index: 0;
279 279   padding: 54px 0;
280 280   border-top: 0;
281 281   color: #fff;
282 282   background: none;
281 + z-index: 0;
283 283  }
284 284  
285 -/* Grid overlay */
284 +/* Grid overlay (clipped to content width) */
286 286  .contrast-band::after {
287 287   content: "";
288 288   position: absolute;
... ... @@ -296,12 +296,83 @@
296 296   z-index: 0;
297 297  }
298 298  
299 -/* Content stays above everything */
300 -.contrast-band .container {
298 +/* Content above overlay */
299 +.contrast-panel {
301 301   position: relative;
302 302   z-index: 1;
302 + max-width: 1040px;
303 + margin: 0 auto;
304 + text-align: center;
303 303  }
304 304  
307 +/* Typography + spacing */
308 +.contrast-band h2 {
309 + max-width: 860px;
310 + margin: 0 auto 12px;
311 + color: #fff;
312 +}
313 +
314 +.contrast-band .section-intro {
315 + max-width: 840px;
316 + margin: 0 auto 26px;
317 + color: #D9E3EE;
318 +}
319 +
320 +/* Tags */
321 +.contrast-tags {
322 + max-width: 940px;
323 + margin: 0 auto;
324 + display: flex;
325 + flex-wrap: wrap;
326 + justify-content: center;
327 + gap: 10px;
328 +}
329 +
330 +.contrast-tags span {
331 + display: inline-flex;
332 + align-items: center;
333 + padding: 8px 13px;
334 + border: 1px solid fade(#fff, 18%);
335 + border-radius: 999px;
336 + background: fade(#fff, 8%);
337 + color: #F8FAFC;
338 + font-size: 13px;
339 + font-weight: 700;
340 + line-height: 1.2;
341 +}
342 +
343 +.contrast-tags span::before {
344 + content: "";
345 + width: 7px;
346 + height: 7px;
347 + margin-right: 8px;
348 + border-radius: 50%;
349 + background: @brand;
350 + box-shadow: 0 0 0 4px fade(@brand, 18%);
351 +}
352 +
353 +/* Support text */
354 +.contrast-support {
355 + max-width: 860px;
356 + margin: 30px auto 0;
357 + color: #D9E3EE;
358 + text-align: center;
359 + font-size: 15px;
360 + line-height: 1.7;
361 +}
362 +
363 +/* Mobile adjustments */
364 +@media (max-width: 640px) {
365 + .contrast-band {
366 + padding: 40px 0;
367 + }
368 +
369 + .contrast-tags span {
370 + font-size: 12px;
371 + padding: 8px 11px;
372 + }
373 +}
374 +
305 305  /* ========== Reusable Grids ========== */
306 306  
307 307  .card-grid,