Changes for page Public Web Site
Last modified by Agnease on 2026/06/23 12:06
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
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 acrossmultipleindustries</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, deliverpracticalimprovements155 + 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 { ... ... @@ -1202,6 +1202,7 @@ 1202 1202 1203 1203 .product-summary-card, 1204 1204 .product-info-card, 1206 +.product-feature, 1205 1205 .product-gallery-panel { 1206 1206 background: #fff; 1207 1207 border: 1px solid @line; ... ... @@ -1247,6 +1247,12 @@ 1247 1247 } 1248 1248 } 1249 1249 1252 +.product-card-note { 1253 + margin: 0 0 12px; 1254 + color: @muted; 1255 + line-height: 1.5; 1256 +} 1257 + 1250 1250 .product-feature-grid { 1251 1251 display: grid; 1252 1252 grid-template-columns: repeat(3, minmax(0, 1fr)); ... ... @@ -1256,13 +1256,9 @@ 1256 1256 } 1257 1257 1258 1258 .product-feature { 1259 - background: #fff; 1260 - border: 1px solid @line; 1261 - border-radius: @radius; 1262 - box-shadow: @shadow-sm; 1263 1263 padding: 22px; 1264 1264 1265 - . feature-heading {1269 + .card-heading { 1266 1266 display: flex; 1267 1267 align-items: center; 1268 1268 gap: 14px; ... ... @@ -1296,6 +1296,57 @@ 1296 1296 } 1297 1297 } 1298 1298 1303 +.product-gallery-caption { 1304 + max-width: 860px; 1305 + margin: 28px auto 12px; 1306 + color: @muted; 1307 + font-size: 14px; 1308 + line-height: 1.5; 1309 + text-align: center; 1310 +} 1311 + 1312 +/* Keep the default XWiki gallery behavior. 1313 + Only center it and make its corners match the product cards. */ 1314 +.gallery.xGallery { 1315 + margin-left: auto !important; 1316 + margin-right: auto !important; 1317 + border-radius: @radius; 1318 + overflow: hidden; 1319 +} 1320 + 1321 +.gallery.xGallery .galleria-container, 1322 +.gallery.xGallery .galleria-stage { 1323 + border-radius: @radius; 1324 + overflow: hidden; 1325 +} 1326 + 1327 +.product-summary-card .process-list { 1328 + margin-top: 16px; 1329 + 1330 + li { 1331 + padding: 12px 14px 12px 50px; 1332 + margin-bottom: 10px; 1333 + box-shadow: none; 1334 + } 1335 + 1336 + li:before { 1337 + left: 14px; 1338 + top: 13px; 1339 + width: 24px; 1340 + height: 24px; 1341 + font-size: 12px; 1342 + } 1343 + 1344 + strong { 1345 + margin-bottom: 2px; 1346 + } 1347 +} 1348 + 1349 +.product-section-muted { 1350 + background: 1351 + radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%); 1352 +} 1353 + 1299 1299 .product-gallery-panel { 1300 1300 max-width: 1040px; 1301 1301 margin: 20px auto 0; ... ... @@ -1328,11 +1328,6 @@ 1328 1328 justify-content: center; 1329 1329 } 1330 1330 1331 -.product-section-muted { 1332 - background: 1333 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%); 1334 -} 1335 - 1336 1336 @media (max-width: 980px) { 1337 1337 .product-layout, 1338 1338 .product-feature-grid { ... ... @@ -1361,6 +1361,15 @@ 1361 1361 .product-gallery-panel { 1362 1362 padding: 20px; 1363 1363 } 1414 + 1415 + .product-gallery-caption { 1416 + margin-top: 22px; 1417 + padding: 0 14px; 1418 + } 1419 + 1420 + .product-summary-card .process-list li { 1421 + padding-left: 46px; 1422 + } 1364 1364 } 1365 1365 1366 1366 /* ========== Resources Index ========== */