| ... |
... |
@@ -73,18 +73,20 @@ |
| 73 |
73 |
<p class="services-sub">All the XWiki services you need, delivered with precision and care</p> |
| 74 |
74 |
<div class="services-grid"> |
| 75 |
75 |
<!-- Row 1 --> |
| 76 |
|
- <article class="service"> |
| 77 |
|
- <i class="fa fa-refresh" aria-hidden="true"></i> |
| 78 |
|
- <div class="body"> |
| 79 |
|
- <h4>Upgrades</h4> |
| 80 |
|
- <p>Stay current with the latest XWiki LTS and keep your instance secure and stable.</p> |
| 81 |
|
- <ul> |
| 82 |
|
- <li>Audit setup, extensions, and configurations</li> |
| 83 |
|
- <li>Test upgrades with backups and validation</li> |
| 84 |
|
- <li>Safe production rollout with minimal downtime</li> |
| 85 |
|
- </ul> |
| 86 |
|
- </div> |
| 87 |
|
- </article> |
|
76 |
+ #foreach ($entry in $servicesSectionData.entrySet()) |
|
77 |
+ <article class="service"> |
|
78 |
+ <i class="fa fa-$entry.icon" aria-hidden="true"></i> |
|
79 |
+ <div class="body"> |
|
80 |
+ <h4>$entry.title</h4> |
|
81 |
+ <p>$entry.content</p> |
|
82 |
+ <ul> |
|
83 |
+ #foreach ($item in $entry.items) |
|
84 |
+ <li>$item</li> |
|
85 |
+ #end |
|
86 |
+ </ul> |
|
87 |
+ </div> |
|
88 |
+ </article> |
|
89 |
+ #end |
| 88 |
88 |
|
| 89 |
89 |
<article class="service"> |
| 90 |
90 |
<i class="fa fa-stethoscope" aria-hidden="true"></i> |