Changes for page Pricing
Last modified by Alex Cotiuga on 2026/07/13 06:55
From version 1.8
edited by Alex Cotiuga
on 2026/07/10 03:42
on 2026/07/10 03:42
Change comment:
There is no comment for this version
To version 1.12
edited by Alex Cotiuga
on 2026/07/10 03:53
on 2026/07/10 03:53
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -160,7 +160,7 @@ 160 160 <h1 id="hero-title">XWiki Service Packages</h1> 161 161 162 162 <p class="lead"> 163 - Clear starting points for XWiki upgrades, authentication, troubleshooting and long-term support. 163 + Clear starting points for XWiki upgrades, authentication, troubleshooting and long-term support.<br/> 164 164 Start with a review, request an implementation quote, or choose a support plan for ongoing XWiki help. 165 165 </p> 166 166 ... ... @@ -191,23 +191,29 @@ 191 191 or set up ongoing support. This keeps the first step clear without pretending that every XWiki environment 192 192 has the same complexity. 193 193 </p> 194 - 195 - <div class="s ervices-grid">194 + 195 + <div class="pathways"> 196 196 #foreach ($entry in $startingPoints) 197 - <article class="service"> 198 - <div class="service-icon" aria-hidden="true"> 199 - <i class="fa fa-$entry.icon"></i> 197 + <article class="pathway-card"> 198 + <div class="card-heading"> 199 + <div class="pathway-icon" aria-hidden="true"> 200 + <i class="fa fa-$entry.icon"></i> 201 + </div> 202 + <h3>$entry.title</h3> 200 200 </div> 201 - <div class="service-body"> 202 - <h4>$entry.title</h4> 203 - <p><strong>$entry.price</strong></p> 204 - <p>$entry.description</p> 205 - <ul> 206 - #foreach ($item in $entry.items) 207 - <li>$item</li> 208 - #end 209 - </ul> 210 - <p><a class="btn btn-primary" href="$contactURL">$entry.cta</a></p> 204 + 205 + <p><strong>$entry.price</strong></p> 206 + 207 + <p>$entry.description</p> 208 + 209 + <ul> 210 + #foreach ($item in $entry.items) 211 + <li>$item</li> 212 + #end 213 + </ul> 214 + 215 + <div class="card-link"> 216 + <a href="$contactURL">$entry.cta</a> 211 211 </div> 212 212 </article> 213 213 #end