Changes for page Pricing
Last modified by Alex Cotiuga on 2026/07/13 06:55
From version 1.10
edited by Alex Cotiuga
on 2026/07/10 03:47
on 2026/07/10 03:47
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
-
... ... @@ -191,22 +191,30 @@ 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 - 194 + 195 195 <div class="pathways"> 196 196 #foreach ($entry in $startingPoints) 197 197 <article class="pathway-card"> 198 - <div class="pathway-icon" aria-hidden="true"> 199 - <i class="fa fa-$entry.icon"></i> 200 - <h4>$entry.title</h4> 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> 201 201 </div> 204 + 202 202 <p><strong>$entry.price</strong></p> 206 + 203 203 <p>$entry.description</p> 208 + 204 204 <ul> 205 205 #foreach ($item in $entry.items) 206 206 <li>$item</li> 207 207 #end 208 208 </ul> 209 - <p><a class="btn btn-primary" href="$contactURL">$entry.cta</a></p> 214 + 215 + <div class="card-link"> 216 + <a href="$contactURL">$entry.cta</a> 217 + </div> 210 210 </article> 211 211 #end 212 212 </div>