Changes for page Public Web Site

Last modified by Agnease on 2026/05/30 16:24

From version 10.39
edited by Agnease
on 2026/05/22 08:13
Change comment: There is no comment for this version
To version 11.6
edited by Agnease
on 2026/05/22 08:35
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -16,11 +16,6 @@
16 16   Agnease helps companies keep XWiki secure, stable, up-to-date and adapted to real business processes.
17 17   </p>
18 18  
19 - <p class="hero-support">
20 - From LTS upgrades and maintenance to custom applications, integrations, workflows and migrations,
21 - Agnease provides focused XWiki expertise with practical delivery and long-term care.
22 - </p>
23 -
24 24   <ul class="benefits">
25 25   <li>Safe LTS upgrades</li>
26 26   <li>Support and recovery</li>
XWiki.StyleSheetExtension[0]
code
... ... @@ -12,6 +12,9 @@
12 12  @shadow: 0 12px 36px rgba(0, 0, 0, .08);
13 13  @maxw: 1140px;
14 14  
15 +@section-padding: 30px 0;
16 +@section-padding-mobile: 28px 0;
17 +
15 15  /* ========== Base ========== */
16 16  
17 17  #mainContentArea {
... ... @@ -31,7 +31,7 @@
31 31  }
32 32  
33 33  section {
34 - padding: 42px 0;
37 + padding: @section-padding;
35 35   border-top: 1px solid @line;
36 36  
37 37   &:first-of-type {
... ... @@ -296,7 +296,7 @@
296 296  .services-grid {
297 297   grid-template-columns: repeat(3, minmax(0, 1fr));
298 298   max-width: 1040px;
299 - margin-top: 26px;
302 + margin-top: 22px;
300 300  }
301 301  
302 302  .resource-grid {
... ... @@ -329,12 +329,6 @@
329 329   border: 1px solid @line;
330 330   border-radius: @radius;
331 331   box-shadow: @shadow-sm;
332 - transition: transform .18s ease, box-shadow .18s ease;
333 -
334 - &:hover {
335 - transform: translateY(-2px);
336 - box-shadow: @shadow;
337 - }
338 338  }
339 339  
340 340  /* ========== Small Widgets ========== */
... ... @@ -450,13 +450,7 @@
450 450   border: 1px solid @line;
451 451   border-radius: @radius;
452 452   box-shadow: @shadow-sm;
453 - transition: transform .18s ease, box-shadow .18s ease;
454 454  
455 - &:hover {
456 - transform: translateY(-2px);
457 - box-shadow: @shadow;
458 - }
459 -
460 460   .service-icon {
461 461   width: 46px;
462 462   height: 46px;
... ... @@ -632,7 +632,7 @@
632 632  
633 633   .resource-grid {
634 634   max-width: 1040px;
635 - margin: 26px auto 0;
626 + margin: 22px auto 0;
636 636   display: grid;
637 637   grid-template-columns: repeat(2, minmax(0, 1fr));
638 638   grid-gap: 22px;
... ... @@ -698,7 +698,7 @@
698 698  /* ========== CTA ========== */
699 699  
700 700  .cta-section {
701 - padding: 32px 0 24px;
692 + padding: @section-padding;
702 702  
703 703   .contact-inline {
704 704   margin: 0;
... ... @@ -797,7 +797,7 @@
797 797  
798 798  @media (max-width: 640px) {
799 799   section {
800 - padding: 34px 0;
791 + padding: @section-padding-mobile;
801 801   }
802 802  
803 803   .widgets,
... ... @@ -822,14 +822,15 @@
822 822   padding: 24px 20px;
823 823   }
824 824  }
816 +
825 825  /* ========== Resource / Article Pages ========== */
826 826  
827 827  .resource-page {
828 - padding-top: 34px;
820 + padding-top: 0;
829 829  }
830 830  
831 831  .resource-header {
832 - padding: 40px 0 30px;
824 + padding: @section-padding;
833 833   border-top: none;
834 834   background:
835 835   radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%),
... ... @@ -982,10 +982,11 @@
982 982   position: static;
983 983   }
984 984  }
977 +
985 985  /* ========== Products / Extensions Pages ========== */
986 986  
987 987  .product-index-section {
988 - padding: 52px 0 56px;
981 + padding: @section-padding;
989 989  
990 990   h2 {
991 991   margin-bottom: 10px;
... ... @@ -994,7 +994,7 @@
994 994  
995 995  .product-card-grid {
996 996   max-width: 840px;
997 - margin: 28px auto 0;
990 + margin: 22px auto 0;
998 998   display: grid;
999 999   grid-template-columns: 1fr;
1000 1000   grid-gap: 18px;
... ... @@ -1010,13 +1010,7 @@
1010 1010   grid-template-columns: 68px 1fr;
1011 1011   grid-gap: 22px;
1012 1012   align-items: start;
1013 - transition: transform .18s ease, box-shadow .18s ease;
1014 1014  
1015 - &:hover {
1016 - transform: translateY(-2px);
1017 - box-shadow: @shadow;
1018 - }
1019 -
1020 1020   .product-card-icon {
1021 1021   width: 58px;
1022 1022   height: 58px;
... ... @@ -1135,7 +1135,7 @@
1135 1135   grid-template-columns: repeat(3, minmax(0, 1fr));
1136 1136   grid-gap: 18px;
1137 1137   max-width: 1040px;
1138 - margin: 26px auto 0;
1125 + margin: 22px auto 0;
1139 1139  }
1140 1140  
1141 1141  .product-feature {
... ... @@ -1144,13 +1144,7 @@
1144 1144   border-radius: @radius;
1145 1145   box-shadow: @shadow-sm;
1146 1146   padding: 22px;
1147 - transition: transform .18s ease, box-shadow .18s ease;
1148 1148  
1149 - &:hover {
1150 - transform: translateY(-2px);
1151 - box-shadow: @shadow;
1152 - }
1153 -
1154 1154   .feature-icon {
1155 1155   width: 46px;
1156 1156   height: 46px;
... ... @@ -1244,141 +1244,142 @@
1244 1244   padding: 20px;
1245 1245   }
1246 1246  }
1228 +
1247 1247  /* ========== Resources Index ========== */
1248 1248  
1249 1249  .resources-index-page {
1250 - padding: 56px 0 72px;
1232 + padding: @section-padding;
1251 1251   background: @brand-bg;
1252 -}
1253 1253  
1254 -.resources-intro {
1255 - max-width: 820px;
1256 - margin: 0 auto 32px;
1257 - text-align: center;
1258 -}
1235 + .resources-intro {
1236 + max-width: 820px;
1237 + margin: 0 auto 32px;
1238 + text-align: center;
1259 1259  
1260 -.resources-intro p {
1261 - color: @muted;
1262 - font-size: 17px;
1263 - line-height: 1.7;
1264 - margin: 0;
1265 -}
1240 + p {
1241 + color: @muted;
1242 + font-size: 17px;
1243 + line-height: 1.7;
1244 + margin: 0;
1245 + }
1246 + }
1266 1266  
1267 -.resources-grid {
1268 - display: grid;
1269 - grid-template-columns: repeat(2, minmax(0, 1fr));
1270 - gap: 24px;
1271 - margin-bottom: 36px;
1272 -}
1248 + .resources-grid {
1249 + display: grid;
1250 + grid-template-columns: repeat(2, minmax(0, 1fr));
1251 + gap: 24px;
1252 + margin-bottom: 36px;
1253 + }
1273 1273  
1274 -.resource-card {
1275 - display: flex;
1276 - gap: 18px;
1277 - background: #fff;
1278 - border: 1px solid @line;
1279 - border-radius: @radius;
1280 - box-shadow: @shadow-sm;
1281 - padding: 24px;
1282 -}
1255 + .resource-card {
1256 + display: flex;
1257 + gap: 18px;
1258 + background: #fff;
1259 + border: 1px solid @line;
1260 + border-radius: @radius;
1261 + box-shadow: @shadow-sm;
1262 + padding: 24px;
1263 + }
1283 1283  
1284 -.resource-card-icon {
1285 - flex: 0 0 46px;
1286 - width: 46px;
1287 - height: 46px;
1288 - border-radius: 14px;
1289 - background: @brand-soft;
1290 - color: @brand-strong;
1291 - display: flex;
1292 - align-items: center;
1293 - justify-content: center;
1294 - font-size: 20px;
1295 -}
1265 + .resource-card-icon {
1266 + flex: 0 0 46px;
1267 + width: 46px;
1268 + height: 46px;
1269 + border-radius: 14px;
1270 + background: @brand-soft;
1271 + color: @brand-strong;
1272 + display: flex;
1273 + align-items: center;
1274 + justify-content: center;
1275 + font-size: 20px;
1276 + }
1296 1296  
1297 -.resource-card-label {
1298 - color: @brand-strong;
1299 - font-size: 13px;
1300 - font-weight: 700;
1301 - text-transform: uppercase;
1302 - letter-spacing: .04em;
1303 - margin-bottom: 8px;
1304 -}
1278 + .resource-card-label {
1279 + color: @brand-strong;
1280 + font-size: 13px;
1281 + font-weight: 700;
1282 + text-transform: uppercase;
1283 + letter-spacing: .04em;
1284 + margin-bottom: 8px;
1285 + }
1305 1305  
1306 -.resource-card h2 {
1307 - font-size: 22px;
1308 - line-height: 1.25;
1309 - margin: 0 0 12px;
1310 -}
1287 + .resource-card h2 {
1288 + font-size: 22px;
1289 + line-height: 1.25;
1290 + margin: 0 0 12px;
1291 + }
1311 1311  
1312 -.resource-card h2 a {
1313 - color: @text;
1314 - text-decoration: none;
1315 -}
1293 + .resource-card h2 a {
1294 + color: @text;
1295 + text-decoration: none;
1316 1316  
1317 -.resource-card h2 a:hover {
1318 - color: @brand-strong;
1319 - text-decoration: none;
1320 -}
1297 + &:hover {
1298 + color: @brand-strong;
1299 + text-decoration: none;
1300 + }
1301 + }
1321 1321  
1322 -.resource-card p {
1323 - color: @muted;
1324 - font-size: 15px;
1325 - line-height: 1.65;
1326 - margin: 0 0 16px;
1327 -}
1303 + .resource-card p {
1304 + color: @muted;
1305 + font-size: 15px;
1306 + line-height: 1.65;
1307 + margin: 0 0 16px;
1308 + }
1328 1328  
1329 -.resource-card-link {
1330 - color: @brand-strong;
1331 - font-weight: 700;
1332 - text-decoration: none;
1333 -}
1310 + .resource-card-link {
1311 + color: @brand-strong;
1312 + font-weight: 700;
1313 + text-decoration: none;
1334 1334  
1335 -.resource-card-link:hover {
1336 - color: @brand;
1337 - text-decoration: none;
1338 -}
1315 + &:hover {
1316 + color: @brand;
1317 + text-decoration: none;
1318 + }
1319 + }
1339 1339  
1340 -.resources-next {
1341 - max-width: 820px;
1342 - margin: 0 auto 32px;
1343 - text-align: center;
1344 -}
1321 + .resources-next {
1322 + max-width: 820px;
1323 + margin: 0 auto 32px;
1324 + text-align: center;
1345 1345  
1346 -.resources-next h2 {
1347 - font-size: 26px;
1348 - margin: 0 0 10px;
1349 -}
1326 + h2 {
1327 + font-size: 26px;
1328 + margin: 0 0 10px;
1329 + }
1350 1350  
1351 -.resources-next p {
1352 - color: @muted;
1353 - font-size: 16px;
1354 - line-height: 1.7;
1355 - margin: 0;
1331 + p {
1332 + color: @muted;
1333 + font-size: 16px;
1334 + line-height: 1.7;
1335 + margin: 0;
1336 + }
1337 + }
1356 1356  }
1357 1357  
1358 1358  @media (max-width: 767px) {
1359 1359   .resources-index-page {
1360 - padding: 36px 0 52px;
1361 - }
1342 + padding: @section-padding-mobile;
1362 1362  
1363 - .resources-intro {
1364 - text-align: left;
1365 - margin-bottom: 24px;
1366 - }
1344 + .resources-intro {
1345 + text-align: left;
1346 + margin-bottom: 24px;
1347 + }
1367 1367  
1368 - .resources-grid {
1369 - grid-template-columns: 1fr;
1370 - gap: 18px;
1371 - }
1349 + .resources-grid {
1350 + grid-template-columns: 1fr;
1351 + gap: 18px;
1352 + }
1372 1372  
1373 - .resource-card {
1374 - padding: 20px;
1375 - }
1354 + .resource-card {
1355 + padding: 20px;
1356 + }
1376 1376  
1377 - .resource-card h2 {
1378 - font-size: 20px;
1379 - }
1358 + .resource-card h2 {
1359 + font-size: 20px;
1360 + }
1380 1380  
1381 - .resources-next {
1382 - text-align: left;
1362 + .resources-next {
1363 + text-align: left;
1364 + }
1383 1383   }
1384 1384  }