Last modified by Agnease on 2026/07/03 12:22

From version 4.4
edited by Agnease
on 2026/07/03 12:08
Change comment: There is no comment for this version
To version 4.2
edited by Agnease
on 2026/07/03 11:57
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -211,24 +211,14 @@
211 211   </p>
212 212   </div>
213 213  
214 - <div class="cta-panel">
215 - <h2>Need help positioning the transition?</h2>
216 - <p>
217 - Agnease can help map current Google Workspace usage, identify what should move to XWiki,
218 - define the right open-source alternatives, and prepare a realistic pilot migration.
219 - </p>
220 - <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Discuss your transition</a>
221 - </div>
222 -
223 223   <h2 id="quick-view">Quick view: how to position the transition</h2>
224 224  
225 - <div class="services-grid">
216 + <div class="services-grid resources-grid">
226 226   #foreach ($entry in $summaryCards)
227 - <article class="service">
218 + <article class="service resource-card">
228 228   <div class="service-icon" aria-hidden="true">
229 229   <i class="fa fa-$entry.icon"></i>
230 230   </div>
231 -
232 232   <div class="service-body">
233 233   <h4>$entry.title</h4>
234 234   <p>$entry.content</p>
... ... @@ -368,13 +368,12 @@
368 368   over time.
369 369   </p>
370 370  
371 - <div class="services-grid">
361 + <div class="services-grid resources-grid">
372 372   #foreach ($entry in $xwikiFitCards)
373 - <article class="service">
363 + <article class="service resource-card">
374 374   <div class="service-icon" aria-hidden="true">
375 375   <i class="fa fa-$entry.icon"></i>
376 376   </div>
377 -
378 378   <div class="service-body">
379 379   <h4>$entry.title</h4>
380 380   <p>$entry.content</p>
... ... @@ -390,13 +390,12 @@
390 390   expectations and helps the organization design a better collaboration stack.
391 391   </p>
392 392  
393 - <div class="services-grid">
382 + <div class="services-grid resources-grid">
394 394   #foreach ($entry in $notXWikiCards)
395 - <article class="service">
384 + <article class="service resource-card">
396 396   <div class="service-icon" aria-hidden="true">
397 397   <i class="fa fa-$entry.icon"></i>
398 398   </div>
399 -
400 400   <div class="service-body">
401 401   <h4>$entry.title</h4>
402 402   <p>$entry.content</p>
... ... @@ -492,13 +492,12 @@
492 492   tools for drafting, spreadsheets and presentations when needed.
493 493   </p>
494 494  
495 - <div class="services-grid">
483 + <div class="services-grid resources-grid">
496 496   #foreach ($entry in $pilotCards)
497 - <article class="service">
485 + <article class="service resource-card">
498 498   <div class="service-icon" aria-hidden="true">
499 499   <i class="fa fa-$entry.icon"></i>
500 500   </div>
501 -
502 502   <div class="service-body">
503 503   <h4>$entry.title</h4>
504 504   <p>$entry.content</p>