Changes for page Home
Last modified by Alex Cotiugă on 2026/01/13 13:12
From version 7.55
edited by Alex Cotiugă
on 2025/11/13 12:38
on 2025/11/13 12:38
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,103 +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 - 'title': 'Maintenance, Support & Recovery', 71 - 'icon': 'stethoscope', 72 - 'content': 'Ensure long-term stability and quick response when issues appear.', 73 - 'items': [ 74 - 'Monitoring and performance checks', 75 - 'Security patching, log analysis, triage', 76 - 'Issue recovery, data repair, hardening' 77 - ] 78 - }]) 79 79 <section class="services" aria-labelledby="services-title"> 80 - <div class="container"> 81 - <h2 id="services-title">Services</h2> 82 - <p class="services-sub">All the XWiki services you need, delivered with precision and care</p> 83 - <div class="services-grid"> 84 - <!-- Row 1 --> 85 - #foreach ($entry in $servicesSectionData) 86 - <article class="service"> 87 - <i class="fa fa-$entry.icon" aria-hidden="true"></i> 88 - <div class="body"> 89 - <h4>$entry.title</h4> 90 - <p>$entry.content</p> 91 - <ul> 92 - #foreach ($item in $entry.items) 93 - <li>$item</li> 94 - #end 95 - </ul> 96 - </div> 97 - </article> 98 - #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> 99 99 100 - <article class="service"> 101 - <i class="fa fa-stethoscope" aria-hidden="true"></i> 102 - <div class="body"> 103 - <h3>Maintenance, Support & Recovery</h3> 104 - <p>Ensure long-term stability and quick response when issues appear.</p> 105 - <ul> 106 - <li>Monitoring and performance checks</li> 107 - <li>Security patching, log analysis, triage</li> 108 - <li>Issue recovery, data repair, hardening</li> 109 - </ul> 110 - </div> 111 - </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> 112 112 113 - <!-- Row 2 --> 114 - <article class="service"> 115 - <i class="fa fa-cogs" aria-hidden="true"></i> 116 - <div class="body"> 117 - <h3>Development & Integrations</h3> 118 - <p>Extend and connect XWiki to fit your workflow and systems.</p> 119 - <ul> 120 - <li>Custom apps, macros, automation</li> 121 - <li>SSO, REST APIs, LDAP, CRM links</li> 122 - <li>Maintainable extensions for long-term use</li> 123 - </ul> 124 - </div> 125 - </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> 126 126 127 - <article class="service"> 128 - <i class="fa fa-cloud" aria-hidden="true"></i> 129 - <div class="body"> 130 - <h3>Hosting & Deployment</h3> 131 - <p>Cloud-ready environments designed for reliability and performance.</p> 132 - <ul> 133 - <li>Containerized deployment and TLS</li> 134 - <li>Backups, restore strategy, observability</li> 135 - <li>Optimization and load tuning</li> 136 - </ul> 137 - </div> 138 - </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> 139 139 140 - <!-- Row 3 (single, centered) --> 141 - <article class="service service--center"> 142 - <i class="fa fa-exchange" aria-hidden="true"></i> 143 - <div class="body"> 144 - <h3>Migrations</h3> 145 - <p>Move from Confluence, SharePoint, or MediaWiki to XWiki with full data integrity and structure.</p> 146 - <ul> 147 - <li>Preserve hierarchy, attachments, and permissions</li> 148 - <li>Convert macros, categories, and metadata for XWiki</li> 149 - <li>Redirect old URLs and maintain SEO consistency</li> 150 - </ul> 151 - </div> 152 - </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> 153 153 </div> 154 - </div> 155 - </section> 118 + </article> 156 156 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 + 157 157 <!-- ================= METRICS ================= --> 158 158 <section aria-labelledby="metrics-title"> 159 159 <div class="container">