Changes for page From Google Workspace to XWiki: A Practical Transition Guide
Last modified by Agnease on 2026/07/03 12:22
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -211,24 +211,28 @@ 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> 214 + <div class="resource-inline-cta"> 215 + <div> 216 + <h3>Need a transition plan your team can agree on?</h3> 217 + <p> 218 + Agnease can help map current Google Workspace usage, identify what should move to XWiki, 219 + define the right open-source alternatives, and prepare a realistic pilot migration. 220 + </p> 221 + </div> 222 + 223 + <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')"> 224 + Discuss your transition 225 + </a> 221 221 </div> 222 222 223 223 <h2 id="quick-view">Quick view: how to position the transition</h2> 224 224 225 - <div class="services-grid"> 230 + <div class="services-grid resources-grid"> 226 226 #foreach ($entry in $summaryCards) 227 - <article class="service"> 232 + <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"> 375 + <div class="services-grid resources-grid"> 372 372 #foreach ($entry in $xwikiFitCards) 373 - <article class="service"> 377 + <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"> 396 + <div class="services-grid resources-grid"> 394 394 #foreach ($entry in $notXWikiCards) 395 - <article class="service"> 398 + <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"> 497 + <div class="services-grid resources-grid"> 496 496 #foreach ($entry in $pilotCards) 497 - <article class="service"> 499 + <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>