Changes for page Home
Last modified by Alex Cotiugă on 2026/01/13 13:12
From version 7.52
edited by Alex Cotiugă
on 2025/11/13 12:37
on 2025/11/13 12:37
Change comment:
There is no comment for this version
To version 7.49
edited by Alex Cotiugă
on 2025/11/13 12:27
on 2025/11/13 12:27
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -22,7 +22,7 @@ 22 22 </div> 23 23 </section> 24 24 <!-- ========= WHY CHOOSE AGNEASE (widgets) ========= --> 25 - #set ($why SectionData= [{25 + #set ($whyArray = [{ 26 26 'title': 'Stability & security', 27 27 'icon': 'shield', 28 28 'content': 'Proven upgrade steps, rollback safety, and proactive hardening keep your wiki reliable.' ... ... @@ -44,7 +44,7 @@ 44 44 <h2 id="why-title">Why choose Agnease</h2> 45 45 <p class="lead">10+ years of XWiki expertise with structured delivery and lasting collaboration</p> 46 46 <div class="widgets" role="list"> 47 - #foreach ($entry in $why SectionData)47 + #foreach ($entry in $whyArray) 48 48 <article class="widget" role="listitem"> 49 49 <div class="icon" aria-hidden="true"> 50 50 <i class="fa fa-$entry.icon"></i> ... ... @@ -57,94 +57,83 @@ 57 57 </div> 58 58 </section> 59 59 <!-- ================= SERVICES ================= --> 60 - #set ($servicesSectionData = [{ 61 - 'title': 'Upgrades', 62 - 'icon': 'refresh', 63 - 'content': 'Stay current with the latest XWiki LTS and keep your instance secure and stable.', 64 - 'items': [ 65 - 'Audit setup, extensions, and configurations', 66 - 'Test upgrades with backups and validation', 67 - 'Safe production rollout with minimal downtime' 68 - ] 69 - }]) 70 70 <section class="services" aria-labelledby="services-title"> 71 - <div class="container"> 72 - <h2 id="services-title">Services</h2> 73 - <p class="services-sub">All the XWiki services you need, delivered with precision and care</p> 74 - <div class="services-grid"> 75 - <!-- Row 1 --> 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 61 + <div class="container"> 62 + <h2 id="services-title">Services</h2> 63 + <p class="services-sub">All the XWiki services you need, delivered with precision and care</p> 90 90 91 - <article class="service"> 92 - <i class="fa fa-stethoscope" aria-hidden="true"></i> 93 - <div class="body"> 94 - <h3>Maintenance, Support & Recovery</h3> 95 - <p>Ensure long-term stability and quick response when issues appear.</p> 96 - <ul> 97 - <li>Monitoring and performance checks</li> 98 - <li>Security patching, log analysis, triage</li> 99 - <li>Issue recovery, data repair, hardening</li> 100 - </ul> 101 - </div> 102 - </article> 65 + <div class="services-grid"> 66 + <!-- Row 1 --> 67 + <article class="service"> 68 + <i class="fa fa-refresh" aria-hidden="true"></i> 69 + <div class="body"> 70 + <h3>Upgrades</h3> 71 + <p>Stay current with the latest XWiki LTS and keep your instance secure and stable.</p> 72 + <ul> 73 + <li>Audit setup, extensions, and configurations</li> 74 + <li>Test upgrades with backups and validation</li> 75 + <li>Safe production rollout with minimal downtime</li> 76 + </ul> 77 + </div> 78 + </article> 103 103 104 - <!-- Row 2 --> 105 - <article class="service"> 106 - <i class="fa fa-cogs" aria-hidden="true"></i> 107 - <div class="body"> 108 - <h3>Development & Integrations</h3> 109 - <p>Extend and connect XWiki to fit your workflow and systems.</p> 110 - <ul> 111 - <li>Custom apps, macros, automation</li> 112 - <li>SSO, REST APIs, LDAP, CRM links</li> 113 - <li>Maintainable extensions for long-term use</li> 114 - </ul> 115 - </div> 116 - </article> 80 + <article class="service"> 81 + <i class="fa fa-stethoscope" aria-hidden="true"></i> 82 + <div class="body"> 83 + <h3>Maintenance, Support & Recovery</h3> 84 + <p>Ensure long-term stability and quick response when issues appear.</p> 85 + <ul> 86 + <li>Monitoring and performance checks</li> 87 + <li>Security patching, log analysis, triage</li> 88 + <li>Issue recovery, data repair, hardening</li> 89 + </ul> 90 + </div> 91 + </article> 117 117 118 - <article class="service"> 119 - <i class="fa fa-cloud" aria-hidden="true"></i> 120 - <div class="body"> 121 - <h3>Hosting & Deployment</h3> 122 - <p>Cloud-ready environments designed for reliability and performance.</p> 123 - <ul> 124 - <li>Containerized deployment and TLS</li> 125 - <li>Backups, restore strategy, observability</li> 126 - <li>Optimization and load tuning</li> 127 - </ul> 128 - </div> 129 - </article> 93 + <!-- Row 2 --> 94 + <article class="service"> 95 + <i class="fa fa-cogs" aria-hidden="true"></i> 96 + <div class="body"> 97 + <h3>Development & Integrations</h3> 98 + <p>Extend and connect XWiki to fit your workflow and systems.</p> 99 + <ul> 100 + <li>Custom apps, macros, automation</li> 101 + <li>SSO, REST APIs, LDAP, CRM links</li> 102 + <li>Maintainable extensions for long-term use</li> 103 + </ul> 104 + </div> 105 + </article> 130 130 131 - <!-- Row 3 (single, centered) --> 132 - <article class="service service--center"> 133 - <i class="fa fa-exchange" aria-hidden="true"></i> 134 - <div class="body"> 135 - <h3>Migrations</h3> 136 - <p>Move from Confluence, SharePoint, or MediaWiki to XWiki with full data integrity and structure.</p> 137 - <ul> 138 - <li>Preserve hierarchy, attachments, and permissions</li> 139 - <li>Convert macros, categories, and metadata for XWiki</li> 140 - <li>Redirect old URLs and maintain SEO consistency</li> 141 - </ul> 142 - </div> 143 - </article> 107 + <article class="service"> 108 + <i class="fa fa-cloud" aria-hidden="true"></i> 109 + <div class="body"> 110 + <h3>Hosting & Deployment</h3> 111 + <p>Cloud-ready environments designed for reliability and performance.</p> 112 + <ul> 113 + <li>Containerized deployment and TLS</li> 114 + <li>Backups, restore strategy, observability</li> 115 + <li>Optimization and load tuning</li> 116 + </ul> 144 144 </div> 145 - </div> 146 - </section> 118 + </article> 147 147 120 + <!-- Row 3 (single, centered) --> 121 + <article class="service service--center"> 122 + <i class="fa fa-exchange" aria-hidden="true"></i> 123 + <div class="body"> 124 + <h3>Migrations</h3> 125 + <p>Move from Confluence, SharePoint, or MediaWiki to XWiki with full data integrity and structure.</p> 126 + <ul> 127 + <li>Preserve hierarchy, attachments, and permissions</li> 128 + <li>Convert macros, categories, and metadata for XWiki</li> 129 + <li>Redirect old URLs and maintain SEO consistency</li> 130 + </ul> 131 + </div> 132 + </article> 133 + </div> 134 + </div> 135 +</section> 136 + 148 148 <!-- ================= METRICS ================= --> 149 149 <section aria-labelledby="metrics-title"> 150 150 <div class="container">