Changes for page Public Web Site

Last modified by Agnease on 2026/06/08 18:27

From version 20.4
edited by Agnease
on 2026/05/30 16:14
Change comment: There is no comment for this version
To version 20.11
edited by Agnease
on 2026/06/08 18:27
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -114,7 +114,7 @@
114 114   <section class="industry-trust-section" aria-labelledby="industry-trust-title">
115 115   <div class="container">
116 116   <div class="industry-trust-panel">
117 - <h2 id="industry-trust-title">Trusted XWiki expertise across multiple industries</h2>
117 + <h2 id="industry-trust-title">Trusted XWiki expertise for business-critical platforms</h2>
118 118  
119 119   <p class="section-intro">
120 120   Experience supporting XWiki platforms used in healthcare, financial services, scientific research,
... ... @@ -133,8 +133,9 @@
133 133   </div>
134 134  
135 135   <p class="industry-support">
136 - From upgrades and authentication integrations to workflow systems and long-term maintenance,
137 - Agnease helps organizations safely evolve business-critical XWiki platforms.
136 + Organizations rely on these platforms to manage documentation, workflows, compliance processes,
137 + research knowledge and critical business information. From upgrades and authentication integrations
138 + to workflow systems and long-term maintenance, Agnease helps keep XWiki secure, stable and ready for the future.
138 138   </p>
139 139   </div>
140 140   </div>
... ... @@ -147,10 +147,11 @@
147 147   <h2 id="why-title">Why work with an XWiki specialist</h2>
148 148   <p>
149 149   XWiki projects often involve more than pages. Production platforms may include custom code,
150 - extensions, authentication, permissions, workflows, integrations and business-critical content.
151 + extensions, authentication, permissions, workflows, integrations, compliance documentation
152 + and business-critical knowledge.
151 151   </p>
152 152   <p>
153 - Agnease brings 11+ years of hands-on XWiki experience to help reduce risk, deliver practical improvements
155 + Agnease brings 11+ years of hands-on XWiki experience to help reduce risk, support long-term reliability
154 154   and leave the platform easier to maintain after the work is complete.
155 155   </p>
156 156   </div>
XWiki.StyleSheetExtension[0]
code
... ... @@ -453,6 +453,7 @@
453 453  
454 454   .section-intro {
455 455   margin-bottom: 20px;
456 + max-width: 820px;
456 456   }
457 457  
458 458   .industry-tags {
... ... @@ -995,6 +995,45 @@
995 995   }
996 996  }
997 997  
999 +.resource-note.related-resources {
1000 + p {
1001 + margin-bottom: 10px;
1002 + }
1003 +
1004 + ul {
1005 + margin: 0;
1006 + padding-left: 20px;
1007 + }
1008 +
1009 + li {
1010 + margin: 6px 0;
1011 + color: @muted;
1012 + }
1013 +}
1014 +
1015 +.resource-faq-item {
1016 + display: flow-root;
1017 + border-bottom: 1px solid @line;
1018 + padding: 12px 0;
1019 +
1020 + summary {
1021 + cursor: pointer;
1022 + font-weight: 700;
1023 + color: @text;
1024 + line-height: 1.4;
1025 + }
1026 +
1027 + summary:hover,
1028 + summary:focus {
1029 + color: @brand-strong;
1030 + }
1031 +
1032 + p {
1033 + margin: 10px 0 4px;
1034 + color: @muted;
1035 + }
1036 +}
1037 +
998 998  .resource-checklist {
999 999   margin: 18px 0 24px;
1000 1000   padding: 0;