Changes for page Public Web Site

Last modified by Agnease on 2026/06/23 12:06

From version 21.3
edited by Agnease
on 2026/06/23 08:37
Change comment: There is no comment for this version
To version 20.6
edited by Agnease
on 2026/05/30 16:18
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -148,11 +148,10 @@
148 148   <h2 id="why-title">Why work with an XWiki specialist</h2>
149 149   <p>
150 150   XWiki projects often involve more than pages. Production platforms may include custom code,
151 - extensions, authentication, permissions, workflows, integrations, compliance documentation
152 - and business-critical knowledge.
151 + extensions, authentication, permissions, workflows, integrations and business-critical content.
153 153   </p>
154 154   <p>
155 - Agnease brings 11+ years of hands-on XWiki experience to help reduce risk, support long-term reliability
154 + Agnease brings 11+ years of hands-on XWiki experience to help reduce risk, deliver practical improvements
156 156   and leave the platform easier to maintain after the work is complete.
157 157   </p>
158 158   </div>
XWiki.StyleSheetExtension[0]
code
... ... @@ -453,7 +453,6 @@
453 453  
454 454   .section-intro {
455 455   margin-bottom: 20px;
456 - max-width: 820px;
457 457   }
458 458  
459 459   .industry-tags {
... ... @@ -1203,7 +1203,6 @@
1203 1203  
1204 1204  .product-summary-card,
1205 1205  .product-info-card,
1206 -.product-feature,
1207 1207  .product-gallery-panel {
1208 1208   background: #fff;
1209 1209   border: 1px solid @line;
... ... @@ -1249,12 +1249,6 @@
1249 1249   }
1250 1250  }
1251 1251  
1252 -.product-card-note {
1253 - margin: 0 0 12px;
1254 - color: @muted;
1255 - line-height: 1.5;
1256 -}
1257 -
1258 1258  .product-feature-grid {
1259 1259   display: grid;
1260 1260   grid-template-columns: repeat(3, minmax(0, 1fr));
... ... @@ -1264,9 +1264,13 @@
1264 1264  }
1265 1265  
1266 1266  .product-feature {
1259 + background: #fff;
1260 + border: 1px solid @line;
1261 + border-radius: @radius;
1262 + box-shadow: @shadow-sm;
1267 1267   padding: 22px;
1268 1268  
1269 - .card-heading {
1265 + .feature-heading {
1270 1270   display: flex;
1271 1271   align-items: center;
1272 1272   gap: 14px;
... ... @@ -1300,57 +1300,6 @@
1300 1300   }
1301 1301  }
1302 1302  
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 -
1354 1354  .product-gallery-panel {
1355 1355   max-width: 1040px;
1356 1356   margin: 20px auto 0;
... ... @@ -1383,6 +1383,11 @@
1383 1383   justify-content: center;
1384 1384  }
1385 1385  
1331 +.product-section-muted {
1332 + background:
1333 + radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%);
1334 +}
1335 +
1386 1386  @media (max-width: 980px) {
1387 1387   .product-layout,
1388 1388   .product-feature-grid {
... ... @@ -1411,15 +1411,6 @@
1411 1411   .product-gallery-panel {
1412 1412   padding: 20px;
1413 1413   }
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 - }
1423 1423  }
1424 1424  
1425 1425  /* ========== Resources Index ========== */