| ... |
... |
@@ -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,100 +21,102 @@ |
| 21 |
21 |
</div> |
| 22 |
22 |
</div> |
| 23 |
23 |
</section> |
| 24 |
|
- |
| 25 |
25 |
<!-- ========= WHY CHOOSE AGNEASE (widgets) ========= --> |
|
25 |
+ #set ($whyArray = [{ |
|
26 |
+ 'title': 'Stability & security', |
|
27 |
+ 'icon': 'shield', |
|
28 |
+ 'content': 'Proven upgrade steps, rollback safety, and proactive hardening keep your wiki reliable.' |
|
29 |
+ },{ |
|
30 |
+ 'title': 'Predictable delivery', |
|
31 |
+ 'icon': 'check-square-o', |
|
32 |
+ 'content': 'Clear scope, defined steps, and documented results to avoid surprises.' |
|
33 |
+ },{ |
|
34 |
+ 'title': 'Clean integrations', |
|
35 |
+ 'icon': 'link', |
|
36 |
+ 'content': 'Maintainable SSO, API, and system connections tailored to your environment.' |
|
37 |
+ },{ |
|
38 |
+ 'title': 'Long-term support', |
|
39 |
+ 'icon': 'life-ring', |
|
40 |
+ 'content': 'Guaranteed response times, regular checks, and fast assistance when needed.' |
|
41 |
+ }]) |
| 26 |
26 |
<section aria-labelledby="why-title"> |
| 27 |
27 |
<div class="container"> |
| 28 |
28 |
<h2 id="why-title">Why choose Agnease</h2> |
| 29 |
29 |
<p class="lead">10+ years of XWiki expertise with structured delivery and lasting collaboration</p> |
| 30 |
30 |
<div class="widgets" role="list"> |
| 31 |
|
- <article class="widget" role="listitem"> |
| 32 |
|
- <div class="icon" aria-hidden="true"> |
| 33 |
|
- <i class="fa fa-shield"></i> |
| 34 |
|
- <h4>Stability & security</h4> |
|
47 |
+ #foreach ($entry in $whyArray) |
|
48 |
+ <article class="widget" role="listitem"> |
|
49 |
+ <div class="icon" aria-hidden="true"> |
|
50 |
+ <i class="fa fa-$entry.icon"></i> |
|
51 |
+ <h4>$entry.title</h4> |
|
52 |
+ </div> |
|
53 |
+ <p>$entry.content</p> |
|
54 |
+ </article> |
|
55 |
+ #end |
|
56 |
+ </div> |
|
57 |
+ </div> |
|
58 |
+ </section> |
|
59 |
+ <!-- ================= SERVICES ================= --> |
|
60 |
+ <section class="services" aria-labelledby="services-title"> |
|
61 |
+ <div class="container"> |
|
62 |
+ <h2 id="services-title">Services</h2> |
|
63 |
+ <p class="lead">All the XWiki services you need, delivered with precision and care</p> |
|
64 |
+ <div class="services-grid"> |
|
65 |
+ <!-- Upgrades & Migrations --> |
|
66 |
+ <article class="service"> |
|
67 |
+ <i class="fa fa-refresh" aria-hidden="true"></i> |
|
68 |
+ <div class="body"> |
|
69 |
+ <h4>Upgrades & Migrations</h4> |
|
70 |
+ <p>Smooth upgrades to current LTS with minimal downtime and rollback safety.</p> |
|
71 |
+ <ul> |
|
72 |
+ <li>Audit of current version, extensions, and data structure</li> |
|
73 |
+ <li>Test and perform upgrades or platform migrations (Confluence, MediaWiki, SharePoint → XWiki)</li> |
|
74 |
+ </ul> |
| 35 |
35 |
</div> |
| 36 |
|
- <p>Proven upgrade steps, rollback safety, and proactive hardening keep your wiki reliable.</p> |
| 37 |
37 |
</article> |
| 38 |
|
- <article class="widget" role="listitem"> |
| 39 |
|
- <div class="icon" aria-hidden="true"> |
| 40 |
|
- <i class="fa fa-check-square-o"></i> |
| 41 |
|
- <h4>Predictable delivery</h4> |
|
77 |
+ |
|
78 |
+ <!-- Maintenance & Support --> |
|
79 |
+ <article class="service"> |
|
80 |
+ <i class="fa fa-stethoscope" aria-hidden="true"></i> |
|
81 |
+ <div class="body"> |
|
82 |
+ <h4>Maintenance, Support & Recovery</h4> |
|
83 |
+ <p>Keep your XWiki secure, stable, and responsive with proactive care and fast recovery.</p> |
|
84 |
+ <ul> |
|
85 |
+ <li>Regular health checks, patching, and performance monitoring</li> |
|
86 |
+ <li>Root-cause analysis, dependency audits, and issue resolution</li> |
|
87 |
+ </ul> |
| 42 |
42 |
</div> |
| 43 |
|
- <p>Clear scope, defined steps, and documented results to avoid surprises.</p> |
| 44 |
44 |
</article> |
| 45 |
|
- <article class="widget" role="listitem"> |
| 46 |
|
- <div class="icon" aria-hidden="true"> |
| 47 |
|
- <i class="fa fa-link"></i> |
| 48 |
|
- <h4>Clean integrations</h4> |
|
90 |
+ |
|
91 |
+ <!-- Custom Development --> |
|
92 |
+ <article class="service"> |
|
93 |
+ <i class="fa fa-cogs" aria-hidden="true"></i> |
|
94 |
+ <div class="body"> |
|
95 |
+ <h4>Development & Integrations</h4> |
|
96 |
+ <p>Extend XWiki with new features, apps, and connections to your existing systems.</p> |
|
97 |
+ <ul> |
|
98 |
+ <li>Custom macros, structured data, and workflow automation</li> |
|
99 |
+ <li>Integrations with SSO, REST APIs, and external tools (LDAP, CRM, ticketing, payments)</li> |
|
100 |
+ </ul> |
| 49 |
49 |
</div> |
| 50 |
|
- <p>Maintainable SSO, API, and system connections tailored to your environment.</p> |
| 51 |
51 |
</article> |
| 52 |
|
- <article class="widget" role="listitem"> |
| 53 |
|
- <div class="icon" aria-hidden="true"> |
| 54 |
|
- <i class="fa fa-life-ring"></i> |
| 55 |
|
- <h4>Long-term support</h4> |
|
103 |
+ |
|
104 |
+ <!-- Hosting & Deployment --> |
|
105 |
+ <article class="service"> |
|
106 |
+ <i class="fa fa-cloud" aria-hidden="true"></i> |
|
107 |
+ <div class="body"> |
|
108 |
+ <h4>Hosting & Deployment</h4> |
|
109 |
+ <p>Cloud-ready setups with monitoring, backups, and performance tuning.</p> |
|
110 |
+ <ul> |
|
111 |
+ <li>Containerized deployments, observability, and TLS configuration</li> |
|
112 |
+ <li>Backup and restore strategy for safe, maintainable environments</li> |
|
113 |
+ </ul> |
| 56 |
56 |
</div> |
| 57 |
|
- <p>Guaranteed response times, regular checks, and fast assistance when needed.</p> |
| 58 |
58 |
</article> |
| 59 |
59 |
</div> |
| 60 |
60 |
</div> |
| 61 |
61 |
</section> |
| 62 |
62 |
|
| 63 |
|
- <!-- ================= SERVICES ================= --> |
| 64 |
|
- <section class="services"> |
| 65 |
|
- <h2>Services</h2> |
| 66 |
|
- <p>Everything your XWiki needs, from one expert partner.</p> |
| 67 |
|
- |
| 68 |
|
- <div class="cards"> |
| 69 |
|
- <!-- Card --> |
| 70 |
|
- <article class="card"> |
| 71 |
|
- <h3>Upgrades & Migrations</h3> |
| 72 |
|
- <p>Predictable paths to current LTS with backups and rollback.</p> |
| 73 |
|
- |
| 74 |
|
- <button class="details-toggle" |
| 75 |
|
- aria-expanded="false" |
| 76 |
|
- aria-controls="details-1">Details</button> |
| 77 |
|
- |
| 78 |
|
- <div id="details-1" class="details" hidden> |
| 79 |
|
- <ul> |
| 80 |
|
- <li>Version & extension audit</li> |
| 81 |
|
- <li>Pre-production rehearsal</li> |
| 82 |
|
- <li>Rollback & backup plan</li> |
| 83 |
|
- </ul> |
| 84 |
|
- </div> |
| 85 |
|
- </article> |
| 86 |
|
- |
| 87 |
|
- <!-- Repeat cards as needed --> |
| 88 |
|
- <article class="card"> |
| 89 |
|
- <h3>Maintenance & Support</h3> |
| 90 |
|
- <p>Health checks, patching, bug triage, and on-call investigation.</p> |
| 91 |
|
- <button class="details-toggle" aria-expanded="false" aria-controls="details-2">Details</button> |
| 92 |
|
- <div id="details-2" class="details" hidden> |
| 93 |
|
- <ul> |
| 94 |
|
- <li>Guaranteed response times</li> |
| 95 |
|
- <li>Regular health checks</li> |
| 96 |
|
- <li>Incident assistance</li> |
| 97 |
|
- </ul> |
| 98 |
|
- </div> |
| 99 |
|
- </article> |
| 100 |
|
- |
| 101 |
|
- <article class="card"> |
| 102 |
|
- <h3>Custom Development</h3> |
| 103 |
|
- <p>Macros, apps, structured data, and workflow automation.</p> |
| 104 |
|
- <button class="details-toggle" aria-expanded="false" aria-controls="details-3">Details</button> |
| 105 |
|
- <div id="details-3" class="details" hidden> |
| 106 |
|
- <ul> |
| 107 |
|
- <li>Apps & macros</li> |
| 108 |
|
- <li>Structured data models</li> |
| 109 |
|
- <li>Workflow automation</li> |
| 110 |
|
- </ul> |
| 111 |
|
- </div> |
| 112 |
|
- </article> |
| 113 |
|
- |
| 114 |
|
- <!-- ... more cards ... --> |
| 115 |
|
- </div> |
| 116 |
|
- </section> |
| 117 |
|
- |
| 118 |
118 |
<!-- ================= METRICS ================= --> |
| 119 |
119 |
<section aria-labelledby="metrics-title"> |
| 120 |
120 |
<div class="container"> |