0 Votes

Changes for page Home

Last modified by Alex Cotiugă on 2026/01/13 13:12

From version 7.49
edited by Alex Cotiugă
on 2025/11/13 12:27
Change comment: There is no comment for this version
To version 7.50
edited by Alex Cotiugă
on 2025/11/13 12:35
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -22,7 +22,7 @@
22 22   </div>
23 23   </section>
24 24   <!-- ========= WHY CHOOSE AGNEASE (widgets) ========= -->
25 - #set ($whyArray = [{
25 + #set ($whySectionData = [{
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 $whyArray)
47 + #foreach ($entry in $whySectionData)
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,83 +57,92 @@
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 + }])
60 60   <section class="services" aria-labelledby="services-title">
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>
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 + <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>
64 64  
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>
89 + <article class="service">
90 + <i class="fa fa-stethoscope" aria-hidden="true"></i>
91 + <div class="body">
92 + <h3>Maintenance, Support &amp; Recovery</h3>
93 + <p>Ensure long-term stability and quick response when issues appear.</p>
94 + <ul>
95 + <li>Monitoring and performance checks</li>
96 + <li>Security patching, log analysis, triage</li>
97 + <li>Issue recovery, data repair, hardening</li>
98 + </ul>
99 + </div>
100 + </article>
79 79  
80 - <article class="service">
81 - <i class="fa fa-stethoscope" aria-hidden="true"></i>
82 - <div class="body">
83 - <h3>Maintenance, Support &amp; 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>
102 + <!-- Row 2 -->
103 + <article class="service">
104 + <i class="fa fa-cogs" aria-hidden="true"></i>
105 + <div class="body">
106 + <h3>Development &amp; Integrations</h3>
107 + <p>Extend and connect XWiki to fit your workflow and systems.</p>
108 + <ul>
109 + <li>Custom apps, macros, automation</li>
110 + <li>SSO, REST APIs, LDAP, CRM links</li>
111 + <li>Maintainable extensions for long-term use</li>
112 + </ul>
113 + </div>
114 + </article>
92 92  
93 - <!-- Row 2 -->
94 - <article class="service">
95 - <i class="fa fa-cogs" aria-hidden="true"></i>
96 - <div class="body">
97 - <h3>Development &amp; 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>
116 + <article class="service">
117 + <i class="fa fa-cloud" aria-hidden="true"></i>
118 + <div class="body">
119 + <h3>Hosting &amp; Deployment</h3>
120 + <p>Cloud-ready environments designed for reliability and performance.</p>
121 + <ul>
122 + <li>Containerized deployment and TLS</li>
123 + <li>Backups, restore strategy, observability</li>
124 + <li>Optimization and load tuning</li>
125 + </ul>
126 + </div>
127 + </article>
106 106  
107 - <article class="service">
108 - <i class="fa fa-cloud" aria-hidden="true"></i>
109 - <div class="body">
110 - <h3>Hosting &amp; 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>
129 + <!-- Row 3 (single, centered) -->
130 + <article class="service service--center">
131 + <i class="fa fa-exchange" aria-hidden="true"></i>
132 + <div class="body">
133 + <h3>Migrations</h3>
134 + <p>Move from Confluence, SharePoint, or MediaWiki to XWiki with full data integrity and structure.</p>
135 + <ul>
136 + <li>Preserve hierarchy, attachments, and permissions</li>
137 + <li>Convert macros, categories, and metadata for XWiki</li>
138 + <li>Redirect old URLs and maintain SEO consistency</li>
139 + </ul>
140 + </div>
141 + </article>
117 117   </div>
118 - </article>
143 + </div>
144 + </section>
119 119  
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 -
137 137   <!-- ================= METRICS ================= -->
138 138   <section aria-labelledby="metrics-title">
139 139   <div class="container">