0 Votes

Changes for page Home

Last modified by Alex Cotiugă on 2026/01/13 13:12

From version 7.87
edited by Alex Cotiugă
on 2025/11/13 21:16
Change comment: There is no comment for this version
To version 7.88
edited by Alex Cotiugă
on 2025/11/13 21:25
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -113,12 +113,17 @@
113 113   <section class="services" aria-labelledby="services-title">
114 114   <div class="container">
115 115   <h2 id="services-title">Services</h2>
116 - <p class="services-sub">All the XWiki services you need, delivered with precision and care</p>
117 - <div class="services-grid">
116 + <p class="services-sub">
117 + All the XWiki services you need, delivered with precision and care
118 + </p>
119 +
120 + <div class="row services-grid" role="list">
118 118   #foreach ($entry in $servicesSectionData)
119 - <article class="service">
120 - <i class="fa fa-$entry.icon" aria-hidden="true"></i>
121 - <div class="body">
122 + <div class="service col-sm-6" role="listitem">
123 + <div class="service-icon">
124 + <i class="fa fa-$entry.icon" aria-hidden="true"></i>
125 + </div>
126 + <div class="service-body">
122 122   <h4>$entry.title</h4>
123 123   <p>$entry.content</p>
124 124   <ul>
... ... @@ -127,7 +127,7 @@
127 127   #end
128 128   </ul>
129 129   </div>
130 - </article>
135 + </div>
131 131   #end
132 132   </div>
133 133   </div>