| ... |
... |
@@ -8,7 +8,7 @@ |
| 8 |
8 |
<div class="container"> |
| 9 |
9 |
<div class="hero-inner"> |
| 10 |
10 |
<h1 id="hero-title">Professional XWiki solutions, from setup to long-term stability</h1> |
| 11 |
|
- <p class="lead">Need your XWiki upgraded, secured, or improved? Let’s make it happen.</p> |
|
11 |
+ <p class="lead">Need your XWiki upgraded, secured, or improved? Let’s make it happen</p> |
| 12 |
12 |
<div class="hero-cta"> |
| 13 |
13 |
<a class="btn btn-primary" href="#contact" aria-label="Schedule a call with Agnease">Request a consultation</a> |
| 14 |
14 |
</div> |
| ... |
... |
@@ -21,9 +21,8 @@ |
| 21 |
21 |
</div> |
| 22 |
22 |
</div> |
| 23 |
23 |
</section> |
| 24 |
|
- |
| 25 |
25 |
<!-- ========= WHY CHOOSE AGNEASE (widgets) ========= --> |
| 26 |
|
- #set ($whyArray = [{ |
|
25 |
+ #set ($whySectionData = [{ |
| 27 |
27 |
'title': 'Stability & security', |
| 28 |
28 |
'icon': 'shield', |
| 29 |
29 |
'content': 'Proven upgrade steps, rollback safety, and proactive hardening keep your wiki reliable.' |
| ... |
... |
@@ -42,10 +42,10 @@ |
| 42 |
42 |
}]) |
| 43 |
43 |
<section aria-labelledby="why-title"> |
| 44 |
44 |
<div class="container"> |
| 45 |
|
- <h2 id="why-title">Our approach</h2> |
| 46 |
|
- <p class="lead">A focused XWiki partner with a proven process. We plan carefully, communicate clearly, and stay with you long-term.</p> |
|
44 |
+ <h2 id="why-title">Why choose Agnease</h2> |
|
45 |
+ <p class="lead">10+ years of XWiki expertise with structured delivery and lasting collaboration</p> |
| 47 |
47 |
<div class="widgets" role="list"> |
| 48 |
|
- #foreach ($entry in $whyArray) |
|
47 |
+ #foreach ($entry in $whySectionData) |
| 49 |
49 |
<article class="widget" role="listitem"> |
| 50 |
50 |
<div class="icon" aria-hidden="true"> |
| 51 |
51 |
<i class="fa fa-$entry.icon"></i> |
| ... |
... |
@@ -58,67 +58,89 @@ |
| 58 |
58 |
</div> |
| 59 |
59 |
</section> |
| 60 |
60 |
<!-- ================= 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 |
+ }]) |
| 61 |
61 |
<section class="services" aria-labelledby="services-title"> |
| 62 |
62 |
<div class="container"> |
| 63 |
63 |
<h2 id="services-title">Services</h2> |
| 64 |
|
- <p class="services-sub"> |
| 65 |
|
- All the XWiki services you need, delivered with precision and care |
| 66 |
|
- </p> |
| 67 |
|
- |
| 68 |
|
- <ul class="feature-list"> |
| 69 |
|
- <li> |
|
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"> |
| 70 |
70 |
<i class="fa fa-refresh" aria-hidden="true"></i> |
| 71 |
|
- <div class="content"> |
| 72 |
|
- <h3>Upgrades & Migrations</h3> |
| 73 |
|
- <p>Predictable paths to current LTS with backups and rollback.</p> |
| 74 |
|
- <a class="details" href="#upgrades">Details</a> |
|
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> |
| 75 |
75 |
</div> |
| 76 |
|
- </li> |
|
87 |
+ </article> |
| 77 |
77 |
|
| 78 |
|
- <li> |
|
89 |
+ <article class="service"> |
| 79 |
79 |
<i class="fa fa-stethoscope" aria-hidden="true"></i> |
| 80 |
|
- <div class="content"> |
| 81 |
|
- <h3>Maintenance & Support</h3> |
| 82 |
|
- <p>Health checks, patching, bug triage, and incident assistance.</p> |
| 83 |
|
- <a class="details" href="#support">Details</a> |
|
91 |
+ <div class="body"> |
|
92 |
+ <h3>Maintenance, Support & 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> |
| 84 |
84 |
</div> |
| 85 |
|
- </li> |
|
100 |
+ </article> |
| 86 |
86 |
|
| 87 |
|
- <li> |
|
102 |
+ <!-- Row 2 --> |
|
103 |
+ <article class="service"> |
| 88 |
88 |
<i class="fa fa-cogs" aria-hidden="true"></i> |
| 89 |
|
- <div class="content"> |
| 90 |
|
- <h3>Custom Development</h3> |
| 91 |
|
- <p>Macros, apps, structured data, and workflow automation.</p> |
| 92 |
|
- <a class="details" href="#custom-dev">Details</a> |
|
105 |
+ <div class="body"> |
|
106 |
+ <h3>Development & 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> |
| 93 |
93 |
</div> |
| 94 |
|
- </li> |
|
114 |
+ </article> |
| 95 |
95 |
|
| 96 |
|
- <li> |
| 97 |
|
- <i class="fa fa-link" aria-hidden="true"></i> |
| 98 |
|
- <div class="content"> |
| 99 |
|
- <h3>Integrations</h3> |
| 100 |
|
- <p>Maintainable SSO, APIs, and external system connections.</p> |
| 101 |
|
- <a class="details" href="#integrations">Details</a> |
|
116 |
+ <article class="service"> |
|
117 |
+ <i class="fa fa-cloud" aria-hidden="true"></i> |
|
118 |
+ <div class="body"> |
|
119 |
+ <h3>Hosting & 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> |
| 102 |
102 |
</div> |
| 103 |
|
- </li> |
|
127 |
+ </article> |
| 104 |
104 |
|
| 105 |
|
- <li> |
| 106 |
|
- <i class="fa fa-cloud" aria-hidden="true"></i> |
| 107 |
|
- <div class="content"> |
| 108 |
|
- <h3>Hosting & Deployment</h3> |
| 109 |
|
- <p>Cloud-ready setups, backups, observability, and tuning.</p> |
| 110 |
|
- <a class="details" href="#hosting">Details</a> |
|
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> |
| 111 |
111 |
</div> |
| 112 |
|
- </li> |
| 113 |
|
- <li> |
| 114 |
|
- <i class="fa fa-shield" aria-hidden="true"></i> |
| 115 |
|
- <div class="content"> |
| 116 |
|
- <h3>Audit & Recovery</h3> |
| 117 |
|
- <p>Stabilize broken instances, recover features, harden config.</p> |
| 118 |
|
- <a class="details" href="#audit">Details</a> |
| 119 |
|
- </div> |
| 120 |
|
- </li> |
| 121 |
|
- </ul> |
|
141 |
+ </article> |
|
142 |
+ </div> |
| 122 |
122 |
</div> |
| 123 |
123 |
</section> |
| 124 |
124 |
|