| ... |
... |
@@ -3,7 +3,7 @@ |
| 3 |
3 |
{{html clean="false"}} |
| 4 |
4 |
|
| 5 |
5 |
## PAGE HEADER |
| 6 |
|
- <section class="hero hero-centered" aria-labelledby="hero-title"> |
|
6 |
+ <section class="hero hero-centered service-hero" aria-labelledby="hero-title"> |
| 7 |
7 |
<div class="container hero-inner"> |
| 8 |
8 |
<div class="hero-kicker"> |
| 9 |
9 |
<i class="fa fa-cogs" aria-hidden="true"></i> |
| ... |
... |
@@ -13,12 +13,18 @@ |
| 13 |
13 |
<h1 id="hero-title">XWiki consulting, support and development</h1> |
| 14 |
14 |
|
| 15 |
15 |
<p class="lead"> |
| 16 |
|
- Specialized XWiki services for production platforms, including safe LTS upgrades, long-term maintenance, |
| 17 |
|
- custom applications, integrations, migrations and workflow support. |
|
16 |
+ Specialized services for organizations that rely on XWiki for knowledge management, intranets, |
|
17 |
+ workflows, documentation and internal operations. |
| 18 |
18 |
</p> |
| 19 |
19 |
|
|
20 |
+ <p class="hero-support"> |
|
21 |
+ From safe LTS upgrades and long-term maintenance to custom applications, integrations and migrations, |
|
22 |
+ your XWiki platform can stay secure, stable and useful as your organization evolves. |
|
23 |
+ </p> |
|
24 |
+ |
| 20 |
20 |
<div class="hero-actions"> |
| 21 |
21 |
<a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Request a consultation</a> |
|
27 |
+ <a class="btn btn-secondary" href="#services-list">Explore services</a> |
| 22 |
22 |
</div> |
| 23 |
23 |
</div> |
| 24 |
24 |
</section> |
| ... |
... |
@@ -27,32 +27,32 @@ |
| 27 |
27 |
#set ($sectionItems = [{ |
| 28 |
28 |
'title': 'XWiki Upgrade Services', |
| 29 |
29 |
'icon': 'refresh', |
| 30 |
|
- 'url': 'services.xwiki-upgrades', |
|
36 |
+ 'url': '/services/xwiki-upgrades', |
| 31 |
31 |
'content': 'Safe LTS upgrades for production XWiki instances, with compatibility checks, backups, rollback planning and post-upgrade validation.' |
| 32 |
32 |
},{ |
| 33 |
33 |
'title': 'XWiki Support & Maintenance', |
| 34 |
34 |
'icon': 'life-ring', |
| 35 |
|
- 'url': 'services.xwiki-maintenance-support', |
|
41 |
+ 'url': '/services/xwiki-maintenance-support', |
| 36 |
36 |
'content': 'Ongoing technical care for XWiki environments that need to stay stable, secure, performant and recoverable.' |
| 37 |
37 |
},{ |
| 38 |
38 |
'title': 'XWiki Development & Integrations', |
| 39 |
39 |
'icon': 'cogs', |
| 40 |
|
- 'url': 'services.xwiki-development-integrations', |
|
46 |
+ 'url': '/services/xwiki-development-integrations', |
| 41 |
41 |
'content': 'Custom applications, workflows, dashboards, macros, automation and integrations built using XWiki conventions.' |
| 42 |
42 |
},{ |
| 43 |
43 |
'title': 'XWiki Migrations', |
| 44 |
44 |
'icon': 'exchange', |
| 45 |
|
- 'url': 'services.xwiki-migrations', |
|
51 |
+ 'url': '/services/xwiki-migrations', |
| 46 |
46 |
'content': 'Migration support from Confluence, SharePoint, MediaWiki, file-based documentation or legacy knowledge systems.' |
| 47 |
47 |
},{ |
| 48 |
48 |
'title': 'Authentication & Access Control', |
| 49 |
49 |
'icon': 'lock', |
| 50 |
|
- 'url': 'services.xwiki-authentication-access-control', |
|
56 |
+ 'url': '/services/xwiki-authentication-access-control', |
| 51 |
51 |
'content': 'LDAP, Active Directory, SSO, OIDC, SAML, MFA and permission model support for secure XWiki deployments.' |
| 52 |
52 |
},{ |
| 53 |
53 |
'title': 'XWiki Security Review', |
| 54 |
54 |
'icon': 'shield', |
| 55 |
|
- 'url': 'services.xwiki-security-review', |
|
61 |
+ 'url': '/services/xwiki-security-review', |
| 56 |
56 |
'content': 'Security-aware review of versions, extensions, rights, scripting, authentication and upgrade exposure.' |
| 57 |
57 |
}]) |
| 58 |
58 |
|
| ... |
... |
@@ -76,7 +76,7 @@ |
| 76 |
76 |
<h4>$entry.title</h4> |
| 77 |
77 |
<p>$entry.content</p> |
| 78 |
78 |
<p class="card-link"> |
| 79 |
|
- <a href="$xwiki.getURL($entry.url)">View service</a> |
|
85 |
+ <a href="$entry.url">View service</a> |
| 80 |
80 |
</p> |
| 81 |
81 |
</div> |
| 82 |
82 |
</article> |