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.12
edited by Agnease
on 2026/05/22 08:48
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -5,22 +5,13 @@
5 5  
6 6   <section class="hero hero-centered" aria-labelledby="hero-title">
7 7   <div class="container hero-inner">
8 - <div class="hero-kicker">
9 - <i class="fa fa-shield" aria-hidden="true"></i>
10 - Your trusted partner for professional XWiki services
11 - </div>
8 + <h1 id="hero-title">Professional XWiki engineering and support</h1>
12 12  
13 - <h1 id="hero-title">Reliable XWiki engineering for organizations that depend on their knowledge platform</h1>
14 -
15 15   <p class="lead">
16 - Agnease helps companies keep XWiki secure, stable, up-to-date and adapted to real business processes.
11 + Agnease helps organizations upgrade, maintain, secure and extend XWiki so production platforms stay stable,
12 + 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 {
... ... @@ -251,7 +251,6 @@
251 251  .trust-strip {
252 252   padding: 18px 0;
253 253   border-top: 1px solid @line;
254 - border-bottom: 1px solid @line;
255 255   background: #fff;
256 256  
257 257   ul {
... ... @@ -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;
301 + 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;
625 + 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;
691 + 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;
790 + padding: @section-padding-mobile;
801 801   }
802 802  
803 803   .widgets,
... ... @@ -822,14 +822,15 @@
822 822   padding: 24px 20px;
823 823   }
824 824  }
815 +
825 825  /* ========== Resource / Article Pages ========== */
826 826  
827 827  .resource-page {
828 - padding-top: 34px;
819 + padding-top: 0;
829 829  }
830 830  
831 831  .resource-header {
832 - padding: 40px 0 30px;
823 + 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  }
976 +
985 985  /* ========== Products / Extensions Pages ========== */
986 986  
987 987  .product-index-section {
988 - padding: 52px 0 56px;
980 + 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;
989 + 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;
1124 + 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  }
1227 +
1247 1247  /* ========== Resources Index ========== */
1248 1248  
1249 1249  .resources-index-page {
1250 - padding: 56px 0 72px;
1231 + 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 -}
1234 + .resources-intro {
1235 + max-width: 820px;
1236 + margin: 0 auto 32px;
1237 + 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 -}
1239 + p {
1240 + color: @muted;
1241 + font-size: 17px;
1242 + line-height: 1.7;
1243 + margin: 0;
1244 + }
1245 + }
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 -}
1247 + .resources-grid {
1248 + display: grid;
1249 + grid-template-columns: repeat(2, minmax(0, 1fr));
1250 + gap: 24px;
1251 + margin-bottom: 36px;
1252 + }
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 -}
1254 + .resource-card {
1255 + display: flex;
1256 + gap: 18px;
1257 + background: #fff;
1258 + border: 1px solid @line;
1259 + border-radius: @radius;
1260 + box-shadow: @shadow-sm;
1261 + padding: 24px;
1262 + }
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 -}
1264 + .resource-card-icon {
1265 + flex: 0 0 46px;
1266 + width: 46px;
1267 + height: 46px;
1268 + border-radius: 14px;
1269 + background: @brand-soft;
1270 + color: @brand-strong;
1271 + display: flex;
1272 + align-items: center;
1273 + justify-content: center;
1274 + font-size: 20px;
1275 + }
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 -}
1277 + .resource-card-label {
1278 + color: @brand-strong;
1279 + font-size: 13px;
1280 + font-weight: 700;
1281 + text-transform: uppercase;
1282 + letter-spacing: .04em;
1283 + margin-bottom: 8px;
1284 + }
1305 1305  
1306 -.resource-card h2 {
1307 - font-size: 22px;
1308 - line-height: 1.25;
1309 - margin: 0 0 12px;
1310 -}
1286 + .resource-card h2 {
1287 + font-size: 22px;
1288 + line-height: 1.25;
1289 + margin: 0 0 12px;
1290 + }
1311 1311  
1312 -.resource-card h2 a {
1313 - color: @text;
1314 - text-decoration: none;
1315 -}
1292 + .resource-card h2 a {
1293 + color: @text;
1294 + text-decoration: none;
1316 1316  
1317 -.resource-card h2 a:hover {
1318 - color: @brand-strong;
1319 - text-decoration: none;
1320 -}
1296 + &:hover {
1297 + color: @brand-strong;
1298 + text-decoration: none;
1299 + }
1300 + }
1321 1321  
1322 -.resource-card p {
1323 - color: @muted;
1324 - font-size: 15px;
1325 - line-height: 1.65;
1326 - margin: 0 0 16px;
1327 -}
1302 + .resource-card p {
1303 + color: @muted;
1304 + font-size: 15px;
1305 + line-height: 1.65;
1306 + margin: 0 0 16px;
1307 + }
1328 1328  
1329 -.resource-card-link {
1330 - color: @brand-strong;
1331 - font-weight: 700;
1332 - text-decoration: none;
1333 -}
1309 + .resource-card-link {
1310 + color: @brand-strong;
1311 + font-weight: 700;
1312 + text-decoration: none;
1334 1334  
1335 -.resource-card-link:hover {
1336 - color: @brand;
1337 - text-decoration: none;
1338 -}
1314 + &:hover {
1315 + color: @brand;
1316 + text-decoration: none;
1317 + }
1318 + }
1339 1339  
1340 -.resources-next {
1341 - max-width: 820px;
1342 - margin: 0 auto 32px;
1343 - text-align: center;
1344 -}
1320 + .resources-next {
1321 + max-width: 820px;
1322 + margin: 0 auto 32px;
1323 + text-align: center;
1345 1345  
1346 -.resources-next h2 {
1347 - font-size: 26px;
1348 - margin: 0 0 10px;
1349 -}
1325 + h2 {
1326 + font-size: 26px;
1327 + margin: 0 0 10px;
1328 + }
1350 1350  
1351 -.resources-next p {
1352 - color: @muted;
1353 - font-size: 16px;
1354 - line-height: 1.7;
1355 - margin: 0;
1330 + p {
1331 + color: @muted;
1332 + font-size: 16px;
1333 + line-height: 1.7;
1334 + margin: 0;
1335 + }
1336 + }
1356 1356  }
1357 1357  
1358 1358  @media (max-width: 767px) {
1359 1359   .resources-index-page {
1360 - padding: 36px 0 52px;
1361 - }
1341 + padding: @section-padding-mobile;
1362 1362  
1363 - .resources-intro {
1364 - text-align: left;
1365 - margin-bottom: 24px;
1366 - }
1343 + .resources-intro {
1344 + text-align: left;
1345 + margin-bottom: 24px;
1346 + }
1367 1367  
1368 - .resources-grid {
1369 - grid-template-columns: 1fr;
1370 - gap: 18px;
1371 - }
1348 + .resources-grid {
1349 + grid-template-columns: 1fr;
1350 + gap: 18px;
1351 + }
1372 1372  
1373 - .resource-card {
1374 - padding: 20px;
1375 - }
1353 + .resource-card {
1354 + padding: 20px;
1355 + }
1376 1376  
1377 - .resource-card h2 {
1378 - font-size: 20px;
1379 - }
1357 + .resource-card h2 {
1358 + font-size: 20px;
1359 + }
1380 1380  
1381 - .resources-next {
1382 - text-align: left;
1361 + .resources-next {
1362 + text-align: left;
1363 + }
1383 1383   }
1384 1384  }