Changes for page Public Web Site
Last modified by Agnease on 2026/05/30 16:24
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
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: 3 30px;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: 2 6px;296 + margin-top: 22px; 300 300 } 301 301 302 302 .resource-grid { ... ... @@ -444,13 +444,7 @@ 444 444 border: 1px solid @line; 445 445 border-radius: @radius; 446 446 box-shadow: @shadow-sm; 447 - transition: transform .18s ease, box-shadow .18s ease; 448 448 449 - &:hover { 450 - transform: translateY(-2px); 451 - box-shadow: @shadow; 452 - } 453 - 454 454 .service-icon { 455 455 width: 46px; 456 456 height: 46px; ... ... @@ -626,7 +626,7 @@ 626 626 627 627 .resource-grid { 628 628 max-width: 1040px; 629 - margin: 2 6px auto 0;620 + margin: 22px auto 0; 630 630 display: grid; 631 631 grid-template-columns: repeat(2, minmax(0, 1fr)); 632 632 grid-gap: 22px; ... ... @@ -692,7 +692,7 @@ 692 692 /* ========== CTA ========== */ 693 693 694 694 .cta-section { 695 - padding: 32px 0 24px;686 + padding: @section-padding; 696 696 697 697 .contact-inline { 698 698 margin: 0; ... ... @@ -791,7 +791,7 @@ 791 791 792 792 @media (max-width: 640px) { 793 793 section { 794 - padding: 34px 0;785 + padding: @section-padding-mobile; 795 795 } 796 796 797 797 .widgets, ... ... @@ -816,14 +816,15 @@ 816 816 padding: 24px 20px; 817 817 } 818 818 } 810 + 819 819 /* ========== Resource / Article Pages ========== */ 820 820 821 821 .resource-page { 822 - padding-top: 34px;814 + padding-top: 0; 823 823 } 824 824 825 825 .resource-header { 826 - padding: 40px 0 30px;818 + padding: @section-padding; 827 827 border-top: none; 828 828 background: 829 829 radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%), ... ... @@ -976,10 +976,11 @@ 976 976 position: static; 977 977 } 978 978 } 971 + 979 979 /* ========== Products / Extensions Pages ========== */ 980 980 981 981 .product-index-section { 982 - padding: 52px 0 56px;975 + padding: @section-padding; 983 983 984 984 h2 { 985 985 margin-bottom: 10px; ... ... @@ -988,7 +988,7 @@ 988 988 989 989 .product-card-grid { 990 990 max-width: 840px; 991 - margin: 2 8px auto 0;984 + margin: 22px auto 0; 992 992 display: grid; 993 993 grid-template-columns: 1fr; 994 994 grid-gap: 18px; ... ... @@ -1004,13 +1004,7 @@ 1004 1004 grid-template-columns: 68px 1fr; 1005 1005 grid-gap: 22px; 1006 1006 align-items: start; 1007 - transition: transform .18s ease, box-shadow .18s ease; 1008 1008 1009 - &:hover { 1010 - transform: translateY(-2px); 1011 - box-shadow: @shadow; 1012 - } 1013 - 1014 1014 .product-card-icon { 1015 1015 width: 58px; 1016 1016 height: 58px; ... ... @@ -1129,7 +1129,7 @@ 1129 1129 grid-template-columns: repeat(3, minmax(0, 1fr)); 1130 1130 grid-gap: 18px; 1131 1131 max-width: 1040px; 1132 - margin: 2 6px auto 0;1119 + margin: 22px auto 0; 1133 1133 } 1134 1134 1135 1135 .product-feature { ... ... @@ -1138,13 +1138,7 @@ 1138 1138 border-radius: @radius; 1139 1139 box-shadow: @shadow-sm; 1140 1140 padding: 22px; 1141 - transition: transform .18s ease, box-shadow .18s ease; 1142 1142 1143 - &:hover { 1144 - transform: translateY(-2px); 1145 - box-shadow: @shadow; 1146 - } 1147 - 1148 1148 .feature-icon { 1149 1149 width: 46px; 1150 1150 height: 46px; ... ... @@ -1238,141 +1238,142 @@ 1238 1238 padding: 20px; 1239 1239 } 1240 1240 } 1222 + 1241 1241 /* ========== Resources Index ========== */ 1242 1242 1243 1243 .resources-index-page { 1244 - padding: 56px 0 72px;1226 + padding: @section-padding; 1245 1245 background: @brand-bg; 1246 -} 1247 1247 1248 -.resources-intro { 1249 - max-width: 820px; 1250 - margin: 0 auto 32px; 1251 - text-align: center; 1252 -} 1229 + .resources-intro { 1230 + max-width: 820px; 1231 + margin: 0 auto 32px; 1232 + text-align: center; 1253 1253 1254 -.resources-intro p { 1255 - color: @muted; 1256 - font-size: 17px; 1257 - line-height: 1.7; 1258 - margin: 0; 1259 -} 1234 + p { 1235 + color: @muted; 1236 + font-size: 17px; 1237 + line-height: 1.7; 1238 + margin: 0; 1239 + } 1240 + } 1260 1260 1261 -.resources-grid { 1262 - display: grid; 1263 - grid-template-columns: repeat(2, minmax(0, 1fr)); 1264 - gap: 24px; 1265 - margin-bottom: 36px; 1266 -} 1242 + .resources-grid { 1243 + display: grid; 1244 + grid-template-columns: repeat(2, minmax(0, 1fr)); 1245 + gap: 24px; 1246 + margin-bottom: 36px; 1247 + } 1267 1267 1268 -.resource-card { 1269 - display: flex; 1270 - gap: 18px; 1271 - background: #fff; 1272 - border: 1px solid @line; 1273 - border-radius: @radius; 1274 - box-shadow: @shadow-sm; 1275 - padding: 24px; 1276 -} 1249 + .resource-card { 1250 + display: flex; 1251 + gap: 18px; 1252 + background: #fff; 1253 + border: 1px solid @line; 1254 + border-radius: @radius; 1255 + box-shadow: @shadow-sm; 1256 + padding: 24px; 1257 + } 1277 1277 1278 -.resource-card-icon { 1279 - flex: 0 0 46px; 1280 - width: 46px; 1281 - height: 46px; 1282 - border-radius: 14px; 1283 - background: @brand-soft; 1284 - color: @brand-strong; 1285 - display: flex; 1286 - align-items: center; 1287 - justify-content: center; 1288 - font-size: 20px; 1289 -} 1259 + .resource-card-icon { 1260 + flex: 0 0 46px; 1261 + width: 46px; 1262 + height: 46px; 1263 + border-radius: 14px; 1264 + background: @brand-soft; 1265 + color: @brand-strong; 1266 + display: flex; 1267 + align-items: center; 1268 + justify-content: center; 1269 + font-size: 20px; 1270 + } 1290 1290 1291 -.resource-card-label { 1292 - color: @brand-strong; 1293 - font-size: 13px; 1294 - font-weight: 700; 1295 - text-transform: uppercase; 1296 - letter-spacing: .04em; 1297 - margin-bottom: 8px; 1298 -} 1272 + .resource-card-label { 1273 + color: @brand-strong; 1274 + font-size: 13px; 1275 + font-weight: 700; 1276 + text-transform: uppercase; 1277 + letter-spacing: .04em; 1278 + margin-bottom: 8px; 1279 + } 1299 1299 1300 -.resource-card h2 { 1301 - font-size: 22px; 1302 - line-height: 1.25; 1303 - margin: 0 0 12px; 1304 -} 1281 + .resource-card h2 { 1282 + font-size: 22px; 1283 + line-height: 1.25; 1284 + margin: 0 0 12px; 1285 + } 1305 1305 1306 -.resource-card h2 a { 1307 - color: @text; 1308 - text-decoration: none; 1309 -} 1287 + .resource-card h2 a { 1288 + color: @text; 1289 + text-decoration: none; 1310 1310 1311 -.resource-card h2 a:hover { 1312 - color: @brand-strong; 1313 - text-decoration: none; 1314 -} 1291 + &:hover { 1292 + color: @brand-strong; 1293 + text-decoration: none; 1294 + } 1295 + } 1315 1315 1316 -.resource-card p { 1317 - color: @muted; 1318 - font-size: 15px; 1319 - line-height: 1.65; 1320 - margin: 0 0 16px; 1321 -} 1297 + .resource-card p { 1298 + color: @muted; 1299 + font-size: 15px; 1300 + line-height: 1.65; 1301 + margin: 0 0 16px; 1302 + } 1322 1322 1323 -.resource-card-link { 1324 - color: @brand-strong; 1325 - font-weight: 700; 1326 - text-decoration: none; 1327 -} 1304 + .resource-card-link { 1305 + color: @brand-strong; 1306 + font-weight: 700; 1307 + text-decoration: none; 1328 1328 1329 -.resource-card-link:hover { 1330 - color: @brand; 1331 - text-decoration: none; 1332 -} 1309 + &:hover { 1310 + color: @brand; 1311 + text-decoration: none; 1312 + } 1313 + } 1333 1333 1334 -.resources-next { 1335 - max-width: 820px; 1336 - margin: 0 auto 32px; 1337 - text-align: center; 1338 -} 1315 + .resources-next { 1316 + max-width: 820px; 1317 + margin: 0 auto 32px; 1318 + text-align: center; 1339 1339 1340 - .resources-nexth2 {1341 - font-size: 26px; 1342 - margin: 0 0 10px; 1343 -} 1320 + h2 { 1321 + font-size: 26px; 1322 + margin: 0 0 10px; 1323 + } 1344 1344 1345 -.resources-next p { 1346 - color: @muted; 1347 - font-size: 16px; 1348 - line-height: 1.7; 1349 - margin: 0; 1325 + p { 1326 + color: @muted; 1327 + font-size: 16px; 1328 + line-height: 1.7; 1329 + margin: 0; 1330 + } 1331 + } 1350 1350 } 1351 1351 1352 1352 @media (max-width: 767px) { 1353 1353 .resources-index-page { 1354 - padding: 36px 0 52px; 1355 - } 1336 + padding: @section-padding-mobile; 1356 1356 1357 - .resources-intro { 1358 - text-align: left; 1359 - margin-bottom: 24px; 1360 - } 1338 + .resources-intro { 1339 + text-align: left; 1340 + margin-bottom: 24px; 1341 + } 1361 1361 1362 - .resources-grid { 1363 - grid-template-columns: 1fr; 1364 - gap: 18px; 1365 - } 1343 + .resources-grid { 1344 + grid-template-columns: 1fr; 1345 + gap: 18px; 1346 + } 1366 1366 1367 - .resource-card { 1368 - padding: 20px; 1369 - } 1348 + .resource-card { 1349 + padding: 20px; 1350 + } 1370 1370 1371 - .resource-card h2 { 1372 - font-size: 20px; 1373 - } 1352 + .resource-card h2 { 1353 + font-size: 20px; 1354 + } 1374 1374 1375 - .resources-next { 1376 - text-align: left; 1356 + .resources-next { 1357 + text-align: left; 1358 + } 1377 1377 } 1378 1378 }