Changes for page Home
Last modified by Alex Cotiugă on 2026/01/13 13:12
From version 7.5
edited by Alex Cotiugă
on 2025/11/12 19:59
on 2025/11/12 19:59
Change comment:
There is no comment for this version
To version 7.2
edited by Alex Cotiugă
on 2025/11/12 19:58
on 2025/11/12 19:58
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -34,12 +34,13 @@ 34 34 <p class="lead">10+ years of XWiki expertise with structured delivery and lasting collaboration</p> 35 35 <div class="widgets" role="list"> 36 36 #foreach ($entry in $whyArray) 37 + $entry 37 37 <article class="widget" role="listitem"> 38 38 <div class="icon" aria-hidden="true"> 39 - <i class="fa fa- $entry.icon"></i>40 - <h4> $entry.title</h4>40 + <i class="fa fa-shield"></i> 41 + <h4>Stability & security</h4> 41 41 </div> 42 - <p> $entry.content</p>43 + <p>Proven upgrade steps, rollback safety, and proactive hardening keep your wiki reliable.</p> 43 43 </article> 44 44 #end 45 45