Changes for page Public Web Site

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

From version 10.40
edited by Agnease
on 2026/05/22 08:17
Change comment: There is no comment for this version
To version 11.21
edited by Agnease
on 2026/05/22 10:10
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 {
... ... @@ -175,7 +175,7 @@
175 175   display: flex;
176 176   align-items: center;
177 177   justify-content: center;
178 - min-height: 330px;
181 + min-height: 300px;
179 179   }
180 180  
181 181   .hero-inner {
... ... @@ -188,13 +188,15 @@
188 188  
189 189   h1 {
190 190   max-width: 790px;
191 - margin-left: auto;
192 - margin-right: auto;
194 + margin: 0 auto;
193 193   line-height: 1.18;
194 194   }
195 195  
196 196   .lead {
197 - max-width: 760px;
199 + max-width: 820px;
200 + margin: 12px auto 0;
201 + color: @muted;
202 + text-align: center;
198 198   font-size: 19px;
199 199   line-height: 1.55;
200 200   }
... ... @@ -230,13 +230,6 @@
230 230   font-weight: 700;
231 231  }
232 232  
233 -.hero-support {
234 - max-width: 760px;
235 - margin: 14px auto 0;
236 - color: @muted;
237 - line-height: 1.55;
238 -}
239 -
240 240  .hero-actions,
241 241  #hero-cta {
242 242   display: flex;
... ... @@ -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;
296 + margin-top: 22px;
300 300  }
301 301  
302 302  .resource-grid {
... ... @@ -329,11 +329,6 @@
329 329   border: 1px solid @line;
330 330   border-radius: @radius;
331 331   box-shadow: @shadow-sm;
332 - transition: box-shadow .18s ease;
333 -
334 - &:hover {
335 - box-shadow: @shadow-sm;
336 - }
337 337  }
338 338  
339 339  /* ========== Small Widgets ========== */
... ... @@ -449,13 +449,7 @@
449 449   border: 1px solid @line;
450 450   border-radius: @radius;
451 451   box-shadow: @shadow-sm;
452 - transition: transform .18s ease, box-shadow .18s ease;
453 453  
454 - &:hover {
455 - transform: translateY(-2px);
456 - box-shadow: @shadow;
457 - }
458 -
459 459   .service-icon {
460 460   width: 46px;
461 461   height: 46px;
... ... @@ -631,7 +631,7 @@
631 631  
632 632   .resource-grid {
633 633   max-width: 1040px;
634 - margin: 26px auto 0;
620 + margin: 22px auto 0;
635 635   display: grid;
636 636   grid-template-columns: repeat(2, minmax(0, 1fr));
637 637   grid-gap: 22px;
... ... @@ -697,7 +697,7 @@
697 697  /* ========== CTA ========== */
698 698  
699 699  .cta-section {
700 - padding: 32px 0 24px;
686 + padding: @section-padding;
701 701  
702 702   .contact-inline {
703 703   margin: 0;
... ... @@ -775,8 +775,9 @@
775 775   }
776 776   }
777 777  
764 + @media (max-width: 760px) {
778 778   .hero.hero-centered {
779 - min-height: 280px;
766 + min-height: 260px;
780 780   }
781 781  
782 782   .hero {
... ... @@ -796,7 +796,7 @@
796 796  
797 797  @media (max-width: 640px) {
798 798   section {
799 - padding: 34px 0;
786 + padding: @section-padding-mobile;
800 800   }
801 801  
802 802   .widgets,
... ... @@ -821,35 +821,13 @@
821 821   padding: 24px 20px;
822 822   }
823 823  }
811 +
824 824  /* ========== Resource / Article Pages ========== */
825 825  
826 826  .resource-page {
827 - padding-top: 34px;
815 + padding-top: 0;
828 828  }
829 829  
830 -.resource-header {
831 - padding: 40px 0 30px;
832 - border-top: none;
833 - background:
834 - radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%),
835 - radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%);
836 -
837 - h1 {
838 - margin: 0 auto 14px;
839 - text-align: center;
840 - line-height: 1.18;
841 - }
842 -
843 - .resource-summary {
844 - max-width: 780px;
845 - margin: 0 auto;
846 - color: @muted;
847 - text-align: center;
848 - font-size: 18px;
849 - line-height: 1.55;
850 - }
851 -}
852 -
853 853  .resource-layout {
854 854   display: grid;
855 855   grid-template-columns: minmax(0, 760px) 280px;
... ... @@ -981,10 +981,11 @@
981 981   position: static;
982 982   }
983 983  }
949 +
984 984  /* ========== Products / Extensions Pages ========== */
985 985  
986 986  .product-index-section {
987 - padding: 52px 0 56px;
953 + padding: @section-padding;
988 988  
989 989   h2 {
990 990   margin-bottom: 10px;
... ... @@ -993,7 +993,7 @@
993 993  
994 994  .product-card-grid {
995 995   max-width: 840px;
996 - margin: 28px auto 0;
962 + margin: 22px auto 0;
997 997   display: grid;
998 998   grid-template-columns: 1fr;
999 999   grid-gap: 18px;
... ... @@ -1009,13 +1009,7 @@
1009 1009   grid-template-columns: 68px 1fr;
1010 1010   grid-gap: 22px;
1011 1011   align-items: start;
1012 - transition: transform .18s ease, box-shadow .18s ease;
1013 1013  
1014 - &:hover {
1015 - transform: translateY(-2px);
1016 - box-shadow: @shadow;
1017 - }
1018 -
1019 1019   .product-card-icon {
1020 1020   width: 58px;
1021 1021   height: 58px;
... ... @@ -1134,7 +1134,7 @@
1134 1134   grid-template-columns: repeat(3, minmax(0, 1fr));
1135 1135   grid-gap: 18px;
1136 1136   max-width: 1040px;
1137 - margin: 26px auto 0;
1097 + margin: 22px auto 0;
1138 1138  }
1139 1139  
1140 1140  .product-feature {
... ... @@ -1143,13 +1143,7 @@
1143 1143   border-radius: @radius;
1144 1144   box-shadow: @shadow-sm;
1145 1145   padding: 22px;
1146 - transition: transform .18s ease, box-shadow .18s ease;
1147 1147  
1148 - &:hover {
1149 - transform: translateY(-2px);
1150 - box-shadow: @shadow;
1151 - }
1152 -
1153 1153   .feature-icon {
1154 1154   width: 46px;
1155 1155   height: 46px;
... ... @@ -1243,141 +1243,142 @@
1243 1243   padding: 20px;
1244 1244   }
1245 1245  }
1200 +
1246 1246  /* ========== Resources Index ========== */
1247 1247  
1248 1248  .resources-index-page {
1249 - padding: 56px 0 72px;
1204 + padding: @section-padding;
1250 1250   background: @brand-bg;
1251 -}
1252 1252  
1253 -.resources-intro {
1254 - max-width: 820px;
1255 - margin: 0 auto 32px;
1256 - text-align: center;
1257 -}
1207 + .resources-intro {
1208 + max-width: 820px;
1209 + margin: 0 auto 32px;
1210 + text-align: center;
1258 1258  
1259 -.resources-intro p {
1260 - color: @muted;
1261 - font-size: 17px;
1262 - line-height: 1.7;
1263 - margin: 0;
1264 -}
1212 + p {
1213 + color: @muted;
1214 + font-size: 17px;
1215 + line-height: 1.7;
1216 + margin: 0;
1217 + }
1218 + }
1265 1265  
1266 -.resources-grid {
1267 - display: grid;
1268 - grid-template-columns: repeat(2, minmax(0, 1fr));
1269 - gap: 24px;
1270 - margin-bottom: 36px;
1271 -}
1220 + .resources-grid {
1221 + display: grid;
1222 + grid-template-columns: repeat(2, minmax(0, 1fr));
1223 + gap: 24px;
1224 + margin-bottom: 36px;
1225 + }
1272 1272  
1273 -.resource-card {
1274 - display: flex;
1275 - gap: 18px;
1276 - background: #fff;
1277 - border: 1px solid @line;
1278 - border-radius: @radius;
1279 - box-shadow: @shadow-sm;
1280 - padding: 24px;
1281 -}
1227 + .resource-card {
1228 + display: flex;
1229 + gap: 18px;
1230 + background: #fff;
1231 + border: 1px solid @line;
1232 + border-radius: @radius;
1233 + box-shadow: @shadow-sm;
1234 + padding: 24px;
1235 + }
1282 1282  
1283 -.resource-card-icon {
1284 - flex: 0 0 46px;
1285 - width: 46px;
1286 - height: 46px;
1287 - border-radius: 14px;
1288 - background: @brand-soft;
1289 - color: @brand-strong;
1290 - display: flex;
1291 - align-items: center;
1292 - justify-content: center;
1293 - font-size: 20px;
1294 -}
1237 + .resource-card-icon {
1238 + flex: 0 0 46px;
1239 + width: 46px;
1240 + height: 46px;
1241 + border-radius: 14px;
1242 + background: @brand-soft;
1243 + color: @brand-strong;
1244 + display: flex;
1245 + align-items: center;
1246 + justify-content: center;
1247 + font-size: 20px;
1248 + }
1295 1295  
1296 -.resource-card-label {
1297 - color: @brand-strong;
1298 - font-size: 13px;
1299 - font-weight: 700;
1300 - text-transform: uppercase;
1301 - letter-spacing: .04em;
1302 - margin-bottom: 8px;
1303 -}
1250 + .resource-card-label {
1251 + color: @brand-strong;
1252 + font-size: 13px;
1253 + font-weight: 700;
1254 + text-transform: uppercase;
1255 + letter-spacing: .04em;
1256 + margin-bottom: 8px;
1257 + }
1304 1304  
1305 -.resource-card h2 {
1306 - font-size: 22px;
1307 - line-height: 1.25;
1308 - margin: 0 0 12px;
1309 -}
1259 + .resource-card h2 {
1260 + font-size: 22px;
1261 + line-height: 1.25;
1262 + margin: 0 0 12px;
1263 + }
1310 1310  
1311 -.resource-card h2 a {
1312 - color: @text;
1313 - text-decoration: none;
1314 -}
1265 + .resource-card h2 a {
1266 + color: @text;
1267 + text-decoration: none;
1315 1315  
1316 -.resource-card h2 a:hover {
1317 - color: @brand-strong;
1318 - text-decoration: none;
1319 -}
1269 + &:hover {
1270 + color: @brand-strong;
1271 + text-decoration: none;
1272 + }
1273 + }
1320 1320  
1321 -.resource-card p {
1322 - color: @muted;
1323 - font-size: 15px;
1324 - line-height: 1.65;
1325 - margin: 0 0 16px;
1326 -}
1275 + .resource-card p {
1276 + color: @muted;
1277 + font-size: 15px;
1278 + line-height: 1.65;
1279 + margin: 0 0 16px;
1280 + }
1327 1327  
1328 -.resource-card-link {
1329 - color: @brand-strong;
1330 - font-weight: 700;
1331 - text-decoration: none;
1332 -}
1282 + .resource-card-link {
1283 + color: @brand-strong;
1284 + font-weight: 700;
1285 + text-decoration: none;
1333 1333  
1334 -.resource-card-link:hover {
1335 - color: @brand;
1336 - text-decoration: none;
1337 -}
1287 + &:hover {
1288 + color: @brand;
1289 + text-decoration: none;
1290 + }
1291 + }
1338 1338  
1339 -.resources-next {
1340 - max-width: 820px;
1341 - margin: 0 auto 32px;
1342 - text-align: center;
1343 -}
1293 + .resources-next {
1294 + max-width: 820px;
1295 + margin: 0 auto 32px;
1296 + text-align: center;
1344 1344  
1345 -.resources-next h2 {
1346 - font-size: 26px;
1347 - margin: 0 0 10px;
1348 -}
1298 + h2 {
1299 + font-size: 26px;
1300 + margin: 0 0 10px;
1301 + }
1349 1349  
1350 -.resources-next p {
1351 - color: @muted;
1352 - font-size: 16px;
1353 - line-height: 1.7;
1354 - margin: 0;
1303 + p {
1304 + color: @muted;
1305 + font-size: 16px;
1306 + line-height: 1.7;
1307 + margin: 0;
1308 + }
1309 + }
1355 1355  }
1356 1356  
1357 1357  @media (max-width: 767px) {
1358 1358   .resources-index-page {
1359 - padding: 36px 0 52px;
1360 - }
1314 + padding: @section-padding-mobile;
1361 1361  
1362 - .resources-intro {
1363 - text-align: left;
1364 - margin-bottom: 24px;
1365 - }
1316 + .resources-intro {
1317 + text-align: left;
1318 + margin-bottom: 24px;
1319 + }
1366 1366  
1367 - .resources-grid {
1368 - grid-template-columns: 1fr;
1369 - gap: 18px;
1370 - }
1321 + .resources-grid {
1322 + grid-template-columns: 1fr;
1323 + gap: 18px;
1324 + }
1371 1371  
1372 - .resource-card {
1373 - padding: 20px;
1374 - }
1326 + .resource-card {
1327 + padding: 20px;
1328 + }
1375 1375  
1376 - .resource-card h2 {
1377 - font-size: 20px;
1378 - }
1330 + .resource-card h2 {
1331 + font-size: 20px;
1332 + }
1379 1379  
1380 - .resources-next {
1381 - text-align: left;
1334 + .resources-next {
1335 + text-align: left;
1336 + }
1382 1382   }
1383 1383  }