Changes for page Public Web Site
Last modified by Agnease on 2026/06/08 18:27
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Objects (0 modified, 4 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -PublicWebSite 1 +Public Web Site - Content
-
... ... @@ -1,2 +1,231 @@ 1 +{{velocity}} 2 +#macro (displayPublicContent) 3 + #set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome')) 4 + {{html clean="false"}} 1 1 6 + <section class="hero hero-centered" aria-labelledby="hero-title"> 7 + <div class="container hero-inner"> 8 + <h1 id="hero-title">Professional XWiki consulting and engineering</h1> 2 2 10 + <p class="lead"> 11 + Agnease helps organizations upgrade, maintain, secure and extend production XWiki platforms with practical 12 + engineering support, custom development, integrations and long-term care. 13 + </p> 14 + 15 + <ul class="benefits"> 16 + <li>XWiki LTS upgrades</li> 17 + <li>Maintenance and support</li> 18 + <li>Custom XWiki development</li> 19 + <li>Migrations and integrations</li> 20 + </ul> 21 + 22 + <div class="hero-actions"> 23 + <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Request a consultation</a> 24 + <a class="btn btn-secondary" href="$xwiki.getURL('services.WebHome')">View XWiki services</a> 25 + </div> 26 + </div> 27 + </section> 28 + 29 + <section class="trust-strip" aria-label="Agnease experience"> 30 + <div class="container"> 31 + <ul> 32 + <li><i class="fa fa-check-circle" aria-hidden="true"></i> 11+ years of XWiki experience</li> 33 + <li><i class="fa fa-check-circle" aria-hidden="true"></i> Upgrades, support and custom development</li> 34 + <li><i class="fa fa-check-circle" aria-hidden="true"></i> Security-aware maintenance</li> 35 + <li><i class="fa fa-check-circle" aria-hidden="true"></i> Practical long-term collaboration</li> 36 + </ul> 37 + </div> 38 + </section> 39 + 40 + <section aria-labelledby="platform-title"> 41 + <div class="container"> 42 + <h2 id="platform-title">XWiki support for production knowledge platforms</h2> 43 + <p class="section-intro"> 44 + XWiki often grows from a documentation space into a business-critical knowledge platform. 45 + When it supports intranets, procedures, workflows, audits or integrations, it needs structured technical care 46 + for upgrades, security, permissions and maintainability. 47 + </p> 48 + 49 + <div class="pathways"> 50 + <article class="pathway-card"> 51 + <div class="card-heading"> 52 + <div class="pathway-icon"> 53 + <i class="fa fa-refresh" aria-hidden="true"></i> 54 + </div> 55 + <h3>Upgrade XWiki safely</h3> 56 + </div> 57 + <p> 58 + Plan and execute XWiki LTS upgrades with compatibility checks, staging validation and rollback planning. 59 + </p> 60 + <ul> 61 + <li>LTS upgrade planning</li> 62 + <li>Extension and custom code review</li> 63 + <li>Staging and production validation</li> 64 + </ul> 65 + <p class="card-link"> 66 + <a href="$xwiki.getURL('services.xwiki-upgrades')">View upgrade services</a> 67 + </p> 68 + </article> 69 + 70 + <article class="pathway-card"> 71 + <div class="card-heading"> 72 + <div class="pathway-icon"> 73 + <i class="fa fa-life-ring" aria-hidden="true"></i> 74 + </div> 75 + <h3>Maintain XWiki reliably</h3> 76 + </div> 77 + <p> 78 + Keep production XWiki instances stable with troubleshooting, maintenance planning, recovery support and security-aware care. 79 + </p> 80 + <ul> 81 + <li>Troubleshooting and recovery</li> 82 + <li>Performance and log analysis</li> 83 + <li>Upgrade and maintenance planning</li> 84 + </ul> 85 + <p class="card-link"> 86 + <a href="$xwiki.getURL('services.xwiki-maintenance-support')">View support services</a> 87 + </p> 88 + </article> 89 + 90 + <article class="pathway-card"> 91 + <div class="card-heading"> 92 + <div class="pathway-icon"> 93 + <i class="fa fa-cogs" aria-hidden="true"></i> 94 + </div> 95 + <h3>Extend XWiki for your processes</h3> 96 + </div> 97 + <p> 98 + Build custom XWiki applications, workflows, dashboards and integrations around real business needs. 99 + </p> 100 + <ul> 101 + <li>Custom XWiki applications</li> 102 + <li>Workflows and approvals</li> 103 + <li>APIs, SSO, LDAP and integrations</li> 104 + </ul> 105 + <p class="card-link"> 106 + <a href="$xwiki.getURL('services.xwiki-development-integrations')">View development services</a> 107 + </p> 108 + </article> 109 + </div> 110 + </div> 111 + </section> 112 + 113 + <section class="split-section" aria-labelledby="why-title"> 114 + <div class="container"> 115 + <div class="split-grid"> 116 + <div class="split-copy"> 117 + <h2 id="why-title">Why work with an XWiki specialist</h2> 118 + <p> 119 + XWiki projects often involve more than pages. Production platforms may include custom code, 120 + extensions, authentication, permissions, workflows, integrations and business-critical content. 121 + </p> 122 + <p> 123 + Agnease brings 11+ years of hands-on XWiki experience to help reduce risk, deliver practical improvements 124 + and leave the platform easier to maintain after the work is complete. 125 + </p> 126 + </div> 127 + 128 + <ol class="process-list"> 129 + <li> 130 + <strong>Review the XWiki environment</strong> 131 + Version, extensions, infrastructure, authentication, permissions, custom code and critical features. 132 + </li> 133 + <li> 134 + <strong>Define the safest next steps</strong> 135 + Scope, risks, dependencies, effort, rollback options and validation requirements. 136 + </li> 137 + <li> 138 + <strong>Implement, validate and document</strong> 139 + Controlled changes, testing, production validation and notes for future maintenance. 140 + </li> 141 + </ol> 142 + </div> 143 + </div> 144 + </section> 145 + 146 + <section class="resource-strip homepage-resource-strip" aria-labelledby="resources-title"> 147 + <div class="container"> 148 + <h2 id="resources-title">XWiki resources for safer long-term maintenance</h2> 149 + <p class="section-intro"> 150 + Practical articles about XWiki upgrades, customization and production platform care. 151 + </p> 152 + 153 + <div class="resource-grid"> 154 + <article class="resource-card"> 155 + <h4>Why upgrade your XWiki instance?</h4> 156 + <p> 157 + Learn why regular XWiki upgrades reduce security exposure, compatibility issues and long-term maintenance risk. 158 + </p> 159 + <a href="$xwiki.getURL('resources.why-upgrade-xwiki')">Read the article</a> 160 + </article> 161 + 162 + <article class="resource-card"> 163 + <h4>XWiki upgrade services</h4> 164 + <p> 165 + See how XWiki upgrades can be planned, tested and validated for production instances with customizations and integrations. 166 + </p> 167 + <a href="$xwiki.getURL('services.xwiki-upgrades')">View upgrade services</a> 168 + </article> 169 + </div> 170 + </div> 171 + </section> 172 + 173 + <section class="cta-section" aria-labelledby="contact-title"> 174 + <div class="container"> 175 + <div class="cta-panel"> 176 + <h2 id="contact-title">Need XWiki consulting or support?</h2> 177 + <p> 178 + Send your current XWiki version, the issue you are facing, or the type of project you want to build. 179 + A short description is enough to define practical next steps. 180 + </p> 181 + <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Contact Agnease</a> 182 + </div> 183 + </div> 184 + </section> 185 + 186 + {{/html}} 187 +#end 188 + 189 +#macro (stripHTMLMacro $displayOutput) 190 + $stringtool.removeEnd($stringtool.removeStart($displayOutput, '{{html clean="false" wiki="false"}}'), '{{/html}}').replace('Agnease.Code.Lead.LeadClass_0_', 'acl-') 191 +#end 192 + 193 +#macro (displayFormFromSheetCode) 194 + #set ($editing = true) 195 + ## The object to display. 196 + #set ($xobject = $doc.newObject('Agnease.Code.Lead.LeadClass')) 197 + ## The class that describes the object properties. 198 + #set ($xclass = $xwiki.getClass('Agnease.Code.Lead.LeadClass')) 199 + ## Make sure the following display* method calls use the right object. 200 + #set ($discard = $doc.use($xobject)) 201 + ## Using the xform vertical form layout. 202 + <div class="xform"> 203 + <dl> 204 + #foreach ($property in $xclass.properties) 205 + #if ($property.name != 'status') 206 + <dt #if (!$editing) 207 + class="editableProperty" 208 + #set ($xobjectPropertyReference = $xobject.getPropertyReference($property.name)) 209 + data-property="$escapetool.xml($services.model.serialize($xobjectPropertyReference))" 210 + data-property-type="object"#end> 211 + ## This must match the id generated by the $doc.display() method below. 212 + #set ($propertyId = "acl-$property.name") 213 + <label#if ($editing) for="$escapetool.xml($propertyId)"#end> 214 + $escapetool.xml($property.translatedPrettyName) 215 + </label> 216 + ## Support for specifying a translation key as hint in the property definition. 217 + <span class="xHint">$!escapetool.xml($services.localization.render($property.hint))</span> 218 + </dt> 219 + #set ($displayOutput = $doc.display($property.name, 'edit')) 220 + <dd>#stripHTMLMacro($displayOutput)</dd> 221 + #end 222 + #end 223 + #if (!$xclass.properties || $xclass.properties.size() == 0) 224 + ## Keep the empty definition term in order to have valid HTML. 225 + <dt></dt> 226 + <dd>$escapetool.xml($services.localization.render('xclass.defaultObjectSheet.noProperties'))</dd> 227 + #end 228 + </dl> 229 + </div> 230 +#end 231 +{{/velocity}}
- Agnease.Code.SEODetailsClass[0]
-
- metaDescription
-
... ... @@ -1,0 +1,1 @@ 1 +Agnease provides professional XWiki consulting, LTS upgrades, maintenance, custom development, migrations, integrations and security-aware support for production XWiki platforms. - metaTitle
-
... ... @@ -1,0 +1,1 @@ 1 +Professional XWiki Consulting, Upgrades and Development | Agnease
- XWiki.StyleSheetExtension[0]
-
- cache
-
... ... @@ -1,0 +1,1 @@ 1 +long - code
-
... ... @@ -1,0 +1,1281 @@ 1 +/* ========== Agnease Public Website ========== */ 2 + 3 +@brand: #00937D; 4 +@brand-strong: #007B6A; 5 +@brand-soft: #E7FFF8; 6 +@brand-bg: #F4FCFA; 7 +@text: #2D3A34; 8 +@muted: #5B6B64; 9 +@line: #E4ECE9; 10 +@radius: 16px; 11 +@shadow-sm: 0 6px 20px rgba(0, 0, 0, .06); 12 +@shadow: 0 12px 36px rgba(0, 0, 0, .08); 13 +@maxw: 1140px; 14 + 15 +@section-padding: 30px 0; 16 +@section-padding-mobile: 28px 0; 17 + 18 +/* ========== Base ========== */ 19 + 20 +#mainContentArea { 21 + padding: 0; 22 +} 23 + 24 +.container { 25 + max-width: @maxw; 26 + margin-left: auto; 27 + margin-right: auto; 28 + padding-left: 18px; 29 + padding-right: 18px; 30 +} 31 + 32 +html { 33 + scroll-behavior: smooth; 34 +} 35 + 36 +section { 37 + padding: @section-padding; 38 + border-top: 1px solid @line; 39 + 40 + &:first-of-type { 41 + border-top: none; 42 + } 43 +} 44 + 45 +section[id] { 46 + scroll-margin-top: 92px; 47 +} 48 + 49 +h1, 50 +h2, 51 +h3, 52 +h4 { 53 + color: @text; 54 +} 55 + 56 +h2 { 57 + text-align: center; 58 + margin-top: 0; 59 +} 60 + 61 +.lead { 62 + color: @muted; 63 + text-align: center; 64 + margin-bottom: 0; 65 +} 66 + 67 +.section-intro { 68 + max-width: 760px; 69 + margin: 0 auto 22px; 70 + text-align: center; 71 + color: @muted; 72 + font-size: 16px; 73 + line-height: 1.55; 74 +} 75 + 76 +a { 77 + color: @brand; 78 + 79 + &:hover, 80 + &:focus { 81 + color: @brand-strong; 82 + } 83 +} 84 + 85 +/* ========== Header / Navigation ========== */ 86 + 87 +.site-header { 88 + position: sticky; 89 + top: 0; 90 + z-index: 1000; 91 + background: fade(#fff, 96%); 92 + border-bottom: 1px solid fade(@line, 85%); 93 + backdrop-filter: blur(8px); 94 +} 95 + 96 +.header-inner { 97 + min-height: 72px; 98 + display: flex; 99 + align-items: center; 100 + justify-content: space-between; 101 + gap: 24px; 102 +} 103 + 104 +.site-nav { 105 + display: flex; 106 + align-items: center; 107 + gap: 22px; 108 + font-size: 15px; 109 + 110 + a { 111 + color: @text; 112 + text-decoration: none; 113 + font-weight: 600; 114 + 115 + &:hover, 116 + &:focus { 117 + color: @brand; 118 + text-decoration: none; 119 + } 120 + } 121 + 122 + .nav-cta { 123 + color: #fff; 124 + background: @brand; 125 + border: 1px solid @brand; 126 + border-radius: 6px; 127 + padding: 8px 14px; 128 + 129 + &:hover, 130 + &:focus { 131 + color: #fff; 132 + background: @brand-strong; 133 + border-color: @brand-strong; 134 + } 135 + } 136 +} 137 + 138 +/* ========== Buttons ========== */ 139 + 140 +.btn-primary { 141 + background: @brand; 142 + border-color: @brand; 143 + color: #fff; 144 + 145 + &:hover, 146 + &:focus { 147 + background: @brand-strong; 148 + border-color: @brand-strong; 149 + color: #fff; 150 + } 151 +} 152 + 153 +.btn-secondary { 154 + color: @brand; 155 + background: #fff; 156 + border: 1px solid fade(@brand, 35%); 157 + 158 + &:hover, 159 + &:focus { 160 + color: @brand-strong; 161 + border-color: @brand; 162 + background: @brand-bg; 163 + } 164 +} 165 + 166 +/* ========== Hero ========== */ 167 + 168 +.hero { 169 + overflow: hidden; 170 + background-repeat: no-repeat; 171 + background-attachment: scroll; 172 + 173 + &.hero-centered { 174 + text-align: center; 175 + background: 176 + radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%), 177 + radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%); 178 + display: flex; 179 + align-items: center; 180 + justify-content: center; 181 + min-height: 330px; 182 + } 183 + 184 + .hero-inner { 185 + max-width: 860px; 186 + margin: 0 auto; 187 + display: flex; 188 + flex-direction: column; 189 + align-items: center; 190 + } 191 + 192 + h1 { 193 + max-width: 790px; 194 + margin-left: auto; 195 + margin-right: auto; 196 + line-height: 1.18; 197 + } 198 + 199 + .lead { 200 + max-width: 820px; 201 + font-size: 19px; 202 + line-height: 1.55; 203 + margin-top: 12px; 204 + } 205 + 206 + .benefits { 207 + display: flex; 208 + flex-wrap: wrap; 209 + justify-content: center; 210 + list-style: none; 211 + padding: 0; 212 + margin: 14px 0 0; 213 + color: @muted; 214 + font-size: 14px; 215 + 216 + li + li::before { 217 + content: "•"; 218 + margin: 0 6px; 219 + } 220 + } 221 +} 222 + 223 +.hero-kicker { 224 + display: inline-flex; 225 + align-items: center; 226 + gap: 8px; 227 + color: @brand; 228 + background: fade(@brand, 8%); 229 + border: 1px solid fade(@brand, 18%); 230 + border-radius: 999px; 231 + padding: 6px 12px; 232 + margin-bottom: 14px; 233 + font-size: 13px; 234 + font-weight: 700; 235 +} 236 + 237 +.hero-actions, 238 +#hero-cta { 239 + display: flex; 240 + gap: 12px; 241 + flex-wrap: wrap; 242 + justify-content: center; 243 + margin-top: 22px; 244 +} 245 + 246 +/* ========== Trust Strip ========== */ 247 + 248 +.trust-strip { 249 + padding: 18px 0; 250 + border-top: 1px solid @line; 251 + background: #fff; 252 + 253 + ul { 254 + max-width: 960px; 255 + margin: 0 auto; 256 + padding: 0; 257 + list-style: none; 258 + display: flex; 259 + justify-content: center; 260 + gap: 22px; 261 + flex-wrap: wrap; 262 + color: @muted; 263 + font-size: 13px; 264 + } 265 + 266 + li { 267 + display: flex; 268 + align-items: center; 269 + gap: 7px; 270 + } 271 + 272 + i { 273 + color: @brand; 274 + } 275 +} 276 + 277 +/* ========== Reusable Grids ========== */ 278 + 279 +.card-grid, 280 +.pathways, 281 +.services-grid, 282 +.resource-grid, 283 +.widgets { 284 + display: grid; 285 + grid-gap: 18px; 286 + margin-left: auto; 287 + margin-right: auto; 288 +} 289 + 290 +.card-grid, 291 +.pathways, 292 +.services-grid { 293 + grid-template-columns: repeat(3, minmax(0, 1fr)); 294 + max-width: 1040px; 295 + margin-top: 22px; 296 +} 297 + 298 +.resource-grid { 299 + grid-template-columns: repeat(2, minmax(0, 1fr)); 300 + max-width: 1040px; 301 + margin-top: 22px; 302 +} 303 + 304 +.widgets { 305 + grid-template-columns: repeat(4, minmax(0, 1fr)); 306 + max-width: 1040px; 307 + margin-top: 20px; 308 +} 309 + 310 +.card-grid > *, 311 +.pathways > *, 312 +.services-grid > *, 313 +.resource-grid > *, 314 +.widgets > * { 315 + min-width: 0; 316 +} 317 + 318 +/* ========== Shared Card Style ========== */ 319 + 320 +.widget, 321 +.pathway-card, 322 +.service-card, 323 +.resource-card { 324 + background: #fff; 325 + border: 1px solid @line; 326 + border-radius: @radius; 327 + box-shadow: @shadow-sm; 328 +} 329 + 330 +/* ========== Small Widgets ========== */ 331 + 332 +.widget { 333 + padding: 18px; 334 + display: flex; 335 + flex-direction: column; 336 + height: 100%; 337 + 338 + .icon { 339 + display: flex; 340 + align-items: center; 341 + gap: 10px; 342 + padding-bottom: 8px; 343 + margin-bottom: 10px; 344 + border-bottom: 1px solid fade(@line, 70%); 345 + 346 + i { 347 + color: @brand; 348 + } 349 + 350 + h4 { 351 + margin: 0; 352 + line-height: 1.25; 353 + color: @text; 354 + } 355 + } 356 + 357 + p { 358 + margin: 0; 359 + color: @muted; 360 + line-height: 1.45; 361 + } 362 +} 363 + 364 +/* ========== Homepage Pathway Cards ========== */ 365 + 366 +.pathway-card { 367 + padding: 24px; 368 + display: flex; 369 + flex-direction: column; 370 + min-height: 100%; 371 + 372 + .card-heading { 373 + display: flex; 374 + align-items: center; 375 + gap: 14px; 376 + margin-bottom: 14px; 377 + } 378 + 379 + .pathway-icon { 380 + width: 52px; 381 + height: 52px; 382 + border-radius: 50%; 383 + display: flex; 384 + align-items: center; 385 + justify-content: center; 386 + color: @brand; 387 + background: fade(@brand, 10%); 388 + font-size: 19px; 389 + flex-shrink: 0; 390 + } 391 + 392 + h3 { 393 + margin: 0; 394 + color: @text; 395 + font-size: 22px; 396 + line-height: 1.25; 397 + } 398 + 399 + p { 400 + color: @muted; 401 + line-height: 1.55; 402 + margin: 0 0 16px; 403 + } 404 + 405 + ul { 406 + margin: 0 0 22px; 407 + padding-left: 18px; 408 + color: @muted; 409 + font-size: 14px; 410 + line-height: 1.55; 411 + } 412 + 413 + li { 414 + margin: 6px 0; 415 + } 416 + 417 + .card-link { 418 + margin-top: auto; 419 + padding-top: 4px; 420 + 421 + a { 422 + color: @brand; 423 + font-weight: 700; 424 + text-decoration: underline; 425 + 426 + &:hover, 427 + &:focus { 428 + color: @brand-strong; 429 + } 430 + } 431 + } 432 +} 433 + 434 +/* ========== Services ========== */ 435 + 436 +.services { 437 + .services-grid { 438 + max-width: 1040px; 439 + } 440 + 441 + .service { 442 + display: flex; 443 + align-items: flex-start; 444 + gap: 16px; 445 + padding: 22px; 446 + background: #fff; 447 + border: 1px solid @line; 448 + border-radius: @radius; 449 + box-shadow: @shadow-sm; 450 + 451 + .service-icon { 452 + width: 46px; 453 + height: 46px; 454 + border-radius: 50%; 455 + display: flex; 456 + align-items: center; 457 + justify-content: center; 458 + font-size: 18px; 459 + color: @brand; 460 + background: fade(@brand, 10%); 461 + flex-shrink: 0; 462 + margin-top: 2px; 463 + } 464 + 465 + .service-body { 466 + h4 { 467 + margin: 0 0 6px; 468 + font-size: 18px; 469 + line-height: 1.25; 470 + font-weight: 800; 471 + color: @text; 472 + } 473 + 474 + p { 475 + margin: 0 0 8px; 476 + color: @muted; 477 + line-height: 1.5; 478 + } 479 + 480 + ul { 481 + margin: 9px 0 0; 482 + padding-left: 18px; 483 + color: @muted; 484 + font-size: 13px; 485 + line-height: 1.5; 486 + } 487 + 488 + li { 489 + margin: 4px 0; 490 + } 491 + } 492 + } 493 +} 494 + 495 +/* ========== Split / Process Section ========== */ 496 + 497 +.split-section { 498 + background: 499 + radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%); 500 +} 501 + 502 +.split-grid { 503 + display: grid; 504 + grid-template-columns: 1.1fr .9fr; 505 + grid-gap: 36px; 506 + max-width: 1040px; 507 + margin: 0 auto; 508 + align-items: center; 509 +} 510 + 511 +.split-copy { 512 + h2 { 513 + text-align: left; 514 + margin-top: 0; 515 + } 516 + 517 + p { 518 + color: @muted; 519 + line-height: 1.6; 520 + } 521 +} 522 + 523 +.process-list { 524 + counter-reset: process; 525 + margin: 0; 526 + padding: 0; 527 + list-style: none; 528 + 529 + li { 530 + counter-increment: process; 531 + position: relative; 532 + padding: 16px 16px 16px 58px; 533 + margin-bottom: 12px; 534 + background: #fff; 535 + border: 1px solid @line; 536 + border-radius: @radius; 537 + box-shadow: @shadow-sm; 538 + color: @muted; 539 + line-height: 1.5; 540 + 541 + &:before { 542 + content: counter(process); 543 + position: absolute; 544 + left: 16px; 545 + top: 16px; 546 + width: 28px; 547 + height: 28px; 548 + border-radius: 50%; 549 + background: fade(@brand, 10%); 550 + color: @brand; 551 + display: flex; 552 + align-items: center; 553 + justify-content: center; 554 + font-weight: 800; 555 + } 556 + 557 + strong { 558 + display: block; 559 + color: @text; 560 + margin-bottom: 3px; 561 + } 562 + } 563 +} 564 + 565 +/* ========== Resources ========== */ 566 + 567 +.resource-strip { 568 + background: @brand-bg; 569 +} 570 + 571 +.resource-card { 572 + padding: 20px; 573 + 574 + h4 { 575 + margin: 0 0 8px; 576 + color: @text; 577 + font-size: 18px; 578 + line-height: 1.25; 579 + } 580 + 581 + p { 582 + color: @muted; 583 + margin: 0 0 12px; 584 + line-height: 1.5; 585 + } 586 + 587 + a { 588 + color: @brand; 589 + font-weight: 700; 590 + } 591 +} 592 + 593 +/* ========== Homepage Resource Strip ========== */ 594 + 595 +.homepage-resource-strip { 596 + background: 597 + radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 70%); 598 + 599 + .resource-grid { 600 + max-width: 1040px; 601 + margin: 22px auto 0; 602 + display: grid; 603 + grid-template-columns: repeat(2, minmax(0, 1fr)); 604 + grid-gap: 22px; 605 + align-items: stretch; 606 + } 607 + 608 + .resource-card { 609 + display: flex; 610 + flex-direction: column; 611 + min-width: 0; 612 + min-height: 100%; 613 + padding: 26px; 614 + } 615 + 616 + .resource-card h4 { 617 + margin: 0 0 10px; 618 + color: @text; 619 + font-size: 21px; 620 + line-height: 1.25; 621 + font-weight: 700; 622 + } 623 + 624 + .resource-card p { 625 + margin: 0 0 18px; 626 + color: @muted; 627 + font-size: 15px; 628 + line-height: 1.6; 629 + } 630 + 631 + .resource-card a { 632 + margin-top: auto; 633 + color: @brand; 634 + font-weight: 700; 635 + text-decoration: underline; 636 + 637 + &:hover, 638 + &:focus { 639 + color: @brand-strong; 640 + } 641 + } 642 +} 643 + 644 +@media (max-width: 980px) { 645 + .homepage-resource-strip { 646 + .resource-grid { 647 + grid-template-columns: 1fr; 648 + } 649 + } 650 +} 651 + 652 +@media (max-width: 640px) { 653 + .homepage-resource-strip { 654 + .resource-card { 655 + padding: 22px; 656 + } 657 + 658 + .resource-card h4 { 659 + font-size: 19px; 660 + } 661 + } 662 +} 663 + 664 +/* ========== CTA ========== */ 665 + 666 +.cta-section { 667 + padding: @section-padding; 668 + 669 + .contact-inline { 670 + margin: 0; 671 + color: @muted; 672 + 673 + a { 674 + color: @brand; 675 + } 676 + } 677 +} 678 + 679 +.cta-panel { 680 + max-width: 860px; 681 + margin: 0 auto; 682 + padding: 32px; 683 + border-radius: @radius; 684 + border: 1px solid fade(@brand, 20%); 685 + background: 686 + radial-gradient(34rem 12rem at 50% 0%, @brand-soft 0%, #fff 70%); 687 + box-shadow: @shadow-sm; 688 + text-align: center; 689 + 690 + h2 { 691 + margin-top: 0; 692 + } 693 + 694 + p { 695 + color: @muted; 696 + line-height: 1.55; 697 + } 698 +} 699 + 700 +.resource-inline-cta { 701 + margin: 28px 0; 702 + padding: 18px 20px; 703 + border: 1px solid fade(@brand, 22%); 704 + border-radius: @radius; 705 + background: #fff; 706 + box-shadow: @shadow-sm; 707 + 708 + p { 709 + margin: 0 0 14px; 710 + color: @muted; 711 + } 712 +} 713 + 714 +/* ========== Responsive ========== */ 715 + 716 +@media (max-width: 980px) { 717 + .widgets, 718 + .pathways, 719 + .services-grid, 720 + .resource-grid { 721 + grid-template-columns: repeat(2, minmax(0, 1fr)); 722 + } 723 + 724 + .split-grid { 725 + grid-template-columns: 1fr; 726 + } 727 + 728 + .split-copy h2 { 729 + text-align: center; 730 + } 731 +} 732 + 733 +@media (max-width: 760px) { 734 + section[id] { 735 + scroll-margin-top: 132px; 736 + } 737 + 738 + .header-inner { 739 + min-height: auto; 740 + padding-top: 14px; 741 + padding-bottom: 14px; 742 + flex-direction: column; 743 + align-items: center; 744 + gap: 12px; 745 + } 746 + 747 + .site-nav { 748 + width: 100%; 749 + justify-content: center; 750 + flex-wrap: wrap; 751 + gap: 10px 16px; 752 + font-size: 14px; 753 + 754 + .nav-cta { 755 + padding: 7px 12px; 756 + } 757 + } 758 + 759 + .hero.hero-centered { 760 + min-height: 280px; 761 + } 762 + 763 + .hero { 764 + .lead { 765 + font-size: 17px; 766 + } 767 + 768 + .benefits { 769 + gap: 4px 10px; 770 + 771 + li + li::before { 772 + content: none; 773 + } 774 + } 775 + } 776 +} 777 + 778 +@media (max-width: 640px) { 779 + section { 780 + padding: @section-padding-mobile; 781 + } 782 + 783 + .widgets, 784 + .pathways, 785 + .services-grid, 786 + .resource-grid { 787 + grid-template-columns: 1fr; 788 + } 789 + 790 + .pathway-card, 791 + .services .service, 792 + .resource-card, 793 + .widget { 794 + padding: 20px; 795 + } 796 + 797 + .services .service { 798 + gap: 14px; 799 + } 800 + 801 + .cta-panel { 802 + padding: 24px 20px; 803 + } 804 +} 805 + 806 +/* ========== Resource / Article Pages ========== */ 807 + 808 +.resource-page { 809 + padding-top: 0; 810 +} 811 + 812 +.resource-header { 813 + padding: @section-padding; 814 + border-top: none; 815 + background: 816 + radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%), 817 + radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%); 818 + 819 + h1 { 820 + margin: 0 auto 14px; 821 + text-align: center; 822 + line-height: 1.18; 823 + } 824 + 825 + .resource-summary { 826 + max-width: 780px; 827 + margin: 0 auto; 828 + color: @muted; 829 + text-align: center; 830 + font-size: 18px; 831 + line-height: 1.55; 832 + } 833 +} 834 + 835 +.resource-layout { 836 + display: block; 837 + max-width: 1080px; 838 + margin: 0 auto; 839 + padding-top: 28px; 840 +} 841 + 842 +.resource-layout::after { 843 + content: ""; 844 + display: block; 845 + clear: both; 846 +} 847 + 848 +.resource-content { 849 + color: @text; 850 + font-size: 16px; 851 + line-height: 1.68; 852 + 853 + h2 { 854 + text-align: left; 855 + margin: 34px 0 12px; 856 + line-height: 1.28; 857 + } 858 + 859 + h3 { 860 + margin: 24px 0 8px; 861 + line-height: 1.3; 862 + } 863 + 864 + p { 865 + margin: 0 0 16px; 866 + } 867 + 868 + ul, 869 + ol { 870 + margin: 0 0 18px; 871 + padding-left: 22px; 872 + } 873 + 874 + li { 875 + margin: 6px 0; 876 + } 877 + 878 + strong { 879 + color: @text; 880 + } 881 +} 882 + 883 +.resource-note { 884 + border-left: 4px solid @brand; 885 + background: @brand-bg; 886 + padding: 16px 18px; 887 + margin: 22px 0; 888 + border-radius: 0 @radius @radius 0; 889 + 890 + p:last-child { 891 + margin-bottom: 0; 892 + } 893 +} 894 + 895 +.resource-checklist { 896 + margin: 18px 0 24px; 897 + padding: 0; 898 + list-style: none; 899 + 900 + li { 901 + position: relative; 902 + padding: 10px 0 10px 34px; 903 + border-bottom: 1px solid @line; 904 + 905 + &:before { 906 + content: "\f00c"; 907 + font-family: FontAwesome; 908 + position: absolute; 909 + left: 0; 910 + top: 11px; 911 + color: @brand; 912 + } 913 + } 914 +} 915 + 916 +.resource-sidebar { 917 + float: right; 918 + width: 280px; 919 + margin-left: 42px; 920 + margin-bottom: 28px; 921 + position: sticky; 922 + top: 96px; 923 + border: 1px solid @line; 924 + border-radius: @radius; 925 + padding: 18px; 926 + background: #fff; 927 + box-shadow: @shadow-sm; 928 + 929 + h4 { 930 + margin: 0 0 10px; 931 + } 932 + 933 + ul { 934 + margin: 0; 935 + padding-left: 18px; 936 + color: @muted; 937 + } 938 + 939 + li { 940 + margin: 8px 0; 941 + } 942 + 943 + a { 944 + color: @brand; 945 + font-weight: 600; 946 + } 947 +} 948 + 949 +.resource-cta { 950 + margin-top: 36px; 951 + padding: 22px; 952 + border: 1px solid fade(@brand, 20%); 953 + border-radius: @radius; 954 + background: @brand-bg; 955 + 956 + h3 { 957 + margin-top: 0; 958 + } 959 + 960 + p { 961 + color: @muted; 962 + } 963 +} 964 + 965 +.resource-note, 966 +.resource-checklist, 967 +.resource-cta { 968 + display: flow-root; 969 +} 970 + 971 +@media (max-width: 900px) { 972 + .resource-layout { 973 + padding-top: 22px; 974 + } 975 + 976 + .resource-sidebar { 977 + float: none; 978 + width: 100%; 979 + margin-left: 0; 980 + margin-bottom: 24px; 981 + position: static; 982 + } 983 +} 984 + 985 +/* ========== Products / Extensions Pages ========== */ 986 + 987 +.product-index-section { 988 + padding: @section-padding; 989 + 990 + h2 { 991 + margin-bottom: 10px; 992 + } 993 +} 994 + 995 +.product-card-grid { 996 + max-width: 840px; 997 + margin: 22px auto 0; 998 + display: grid; 999 + grid-template-columns: 1fr; 1000 + grid-gap: 18px; 1001 +} 1002 + 1003 +.product-card { 1004 + background: #fff; 1005 + border: 1px solid @line; 1006 + border-radius: @radius; 1007 + box-shadow: @shadow-sm; 1008 + padding: 28px; 1009 + display: grid; 1010 + grid-template-columns: 68px 1fr; 1011 + grid-gap: 22px; 1012 + align-items: start; 1013 + 1014 + .product-card-icon { 1015 + width: 58px; 1016 + height: 58px; 1017 + border-radius: 50%; 1018 + background: fade(@brand, 10%); 1019 + border: 1px solid fade(@brand, 20%); 1020 + color: @brand; 1021 + display: flex; 1022 + align-items: center; 1023 + justify-content: center; 1024 + font-size: 22px; 1025 + flex-shrink: 0; 1026 + } 1027 + 1028 + h3 { 1029 + margin: 0 0 10px; 1030 + color: @text; 1031 + font-size: 23px; 1032 + line-height: 1.25; 1033 + font-weight: 800; 1034 + } 1035 + 1036 + p { 1037 + color: @muted; 1038 + line-height: 1.6; 1039 + } 1040 + 1041 + .card-link { 1042 + margin: 0; 1043 + 1044 + a { 1045 + font-weight: 700; 1046 + } 1047 + } 1048 +} 1049 + 1050 +.product-card-kicker { 1051 + margin-bottom: 10px; 1052 + padding: 5px 10px; 1053 + font-size: 12px; 1054 + text-transform: uppercase; 1055 + letter-spacing: .04em; 1056 +} 1057 + 1058 +.product-highlights { 1059 + margin: 14px 0 20px; 1060 + padding-left: 18px; 1061 + color: @muted; 1062 + 1063 + li { 1064 + margin: 6px 0; 1065 + line-height: 1.45; 1066 + } 1067 +} 1068 + 1069 +/* ========== Individual Product Pages ========== */ 1070 + 1071 +.product-layout { 1072 + display: grid; 1073 + grid-template-columns: 1.1fr .9fr; 1074 + grid-gap: 36px; 1075 + max-width: 1040px; 1076 + margin: 0 auto; 1077 + align-items: start; 1078 +} 1079 + 1080 +.product-summary-card, 1081 +.product-info-card, 1082 +.product-gallery-panel { 1083 + background: #fff; 1084 + border: 1px solid @line; 1085 + border-radius: @radius; 1086 + box-shadow: @shadow-sm; 1087 +} 1088 + 1089 +.product-summary-card { 1090 + padding: 26px; 1091 + 1092 + h2 { 1093 + text-align: left; 1094 + margin-top: 0; 1095 + } 1096 + 1097 + p { 1098 + color: @muted; 1099 + line-height: 1.6; 1100 + } 1101 + 1102 + p:last-child { 1103 + margin-bottom: 0; 1104 + } 1105 +} 1106 + 1107 +.product-info-card { 1108 + padding: 22px; 1109 + 1110 + h3 { 1111 + margin-top: 0; 1112 + margin-bottom: 12px; 1113 + } 1114 + 1115 + ul { 1116 + margin: 0; 1117 + padding-left: 20px; 1118 + color: @muted; 1119 + } 1120 + 1121 + li { 1122 + margin: 8px 0; 1123 + line-height: 1.45; 1124 + } 1125 +} 1126 + 1127 +.product-feature-grid { 1128 + display: grid; 1129 + grid-template-columns: repeat(3, minmax(0, 1fr)); 1130 + grid-gap: 18px; 1131 + max-width: 1040px; 1132 + margin: 22px auto 0; 1133 +} 1134 + 1135 +.product-feature { 1136 + background: #fff; 1137 + border: 1px solid @line; 1138 + border-radius: @radius; 1139 + box-shadow: @shadow-sm; 1140 + padding: 22px; 1141 + 1142 + .feature-heading { 1143 + display: flex; 1144 + align-items: center; 1145 + gap: 14px; 1146 + margin-bottom: 14px; 1147 + } 1148 + 1149 + .feature-icon { 1150 + width: 46px; 1151 + height: 46px; 1152 + border-radius: 50%; 1153 + background: fade(@brand, 10%); 1154 + color: @brand; 1155 + display: flex; 1156 + align-items: center; 1157 + justify-content: center; 1158 + font-size: 18px; 1159 + flex-shrink: 0; 1160 + } 1161 + 1162 + h3 { 1163 + margin: 0; 1164 + color: @text; 1165 + font-size: 18px; 1166 + line-height: 1.25; 1167 + } 1168 + 1169 + p { 1170 + margin: 0; 1171 + color: @muted; 1172 + line-height: 1.5; 1173 + } 1174 +} 1175 + 1176 +.product-gallery-panel { 1177 + max-width: 1040px; 1178 + margin: 20px auto 0; 1179 + padding: 26px; 1180 + 1181 + h2 { 1182 + margin-top: 0; 1183 + text-align: center; 1184 + } 1185 + 1186 + .gallery-note { 1187 + max-width: 700px; 1188 + margin: 0 auto 18px; 1189 + color: @muted; 1190 + text-align: center; 1191 + line-height: 1.55; 1192 + } 1193 +} 1194 + 1195 +.product-gallery-placeholder { 1196 + min-height: 260px; 1197 + padding: 28px; 1198 + border: 1px dashed fade(@brand, 40%); 1199 + border-radius: @radius; 1200 + background: fade(@brand, 5%); 1201 + color: @muted; 1202 + text-align: center; 1203 + display: flex; 1204 + align-items: center; 1205 + justify-content: center; 1206 +} 1207 + 1208 +.product-section-muted { 1209 + background: 1210 + radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%); 1211 +} 1212 + 1213 +@media (max-width: 980px) { 1214 + .product-layout, 1215 + .product-feature-grid { 1216 + grid-template-columns: 1fr; 1217 + } 1218 + 1219 + .product-summary-card h2 { 1220 + text-align: center; 1221 + } 1222 +} 1223 + 1224 +@media (max-width: 640px) { 1225 + .product-card { 1226 + grid-template-columns: 1fr; 1227 + padding: 22px; 1228 + text-align: left; 1229 + 1230 + .product-card-icon { 1231 + margin-bottom: 2px; 1232 + } 1233 + } 1234 + 1235 + .product-summary-card, 1236 + .product-info-card, 1237 + .product-feature, 1238 + .product-gallery-panel { 1239 + padding: 20px; 1240 + } 1241 +} 1242 + 1243 +/* ========== Resources Index ========== */ 1244 + 1245 +.resources-index-page { 1246 + background: #fff; 1247 + 1248 + .services-grid { 1249 + grid-template-columns: repeat(2, minmax(0, 1fr)); 1250 + } 1251 +} 1252 + 1253 +@media (max-width: 980px) { 1254 + .resources-index-page { 1255 + .services-grid { 1256 + grid-template-columns: 1fr; 1257 + } 1258 + } 1259 +} 1260 + 1261 +@media (max-width: 767px) { 1262 + .resources-index-page { 1263 + padding: @section-padding-mobile; 1264 + } 1265 +} 1266 + 1267 +.resource-faq-item { 1268 + border-bottom: 1px solid @line; 1269 + padding: 12px 0; 1270 + 1271 + summary { 1272 + cursor: pointer; 1273 + font-weight: 700; 1274 + color: @text; 1275 + } 1276 + 1277 + p { 1278 + margin: 10px 0 4px; 1279 + color: @muted; 1280 + } 1281 +} - contentType
-
... ... @@ -1,0 +1,1 @@ 1 +LESS - use
-
... ... @@ -1,0 +1,1 @@ 1 +onDemand
- XWiki.StyleSheetExtension[1]
-
- cache
-
... ... @@ -1,0 +1,1 @@ 1 +long - code
-
... ... @@ -1,0 +1,158 @@ 1 +/* ========== Agnease Public Top Menu ========== */ 2 +/* Top-level menu items */ 3 + 4 +#menuview .agnease-menu-item, 5 +#menuview .agnease-menu-link { 6 + > a, 7 + > .dropdown-toggle { 8 + color: @brand; 9 + font-size: 17px; 10 + font-weight: 600; 11 + padding-left: 16px; 12 + padding-right: 16px; 13 + text-decoration: none; 14 + background: transparent; 15 + } 16 + 17 + > a:hover, 18 + > a:focus, 19 + > a:active, 20 + &.open > a, 21 + &.active > a { 22 + color: @brand-strong; 23 + text-decoration: none; 24 + outline: none; 25 + background: transparent; 26 + } 27 + 28 + .caret { 29 + margin-left: 5px; 30 + border-top-color: @brand; 31 + border-bottom-color: @brand; 32 + } 33 + 34 + > a:hover .caret, 35 + > a:focus .caret, 36 + > a:active .caret, 37 + &.open > a .caret, 38 + &.active > a .caret { 39 + border-top-color: @brand-strong; 40 + border-bottom-color: @brand-strong; 41 + } 42 +} 43 + 44 +/* Dropdown panel */ 45 + 46 +#menuview .agnease-dropdown { 47 + min-width: 310px; 48 + padding: 10px 8px; 49 + border: 1px solid fade(@brand, 18%); 50 + border-radius: 12px; 51 + background: #fff; 52 + box-shadow: 0 12px 32px fade(@brand-strong, 12%); 53 + 54 + > li > a { 55 + display: flex; 56 + align-items: center; 57 + gap: 12px; 58 + padding: 11px 14px; 59 + color: @brand; 60 + white-space: nowrap; 61 + font-size: 16px; 62 + font-weight: 600; 63 + line-height: 1.3; 64 + text-decoration: none; 65 + background: transparent; 66 + 67 + i { 68 + width: 20px; 69 + flex: 0 0 20px; 70 + color: @brand; 71 + text-align: center; 72 + font-size: 15px; 73 + } 74 + 75 + &:hover, 76 + &:focus, 77 + &:active { 78 + color: @brand-strong; 79 + text-decoration: none; 80 + outline: none; 81 + background: transparent; 82 + 83 + i { 84 + color: @brand-strong; 85 + } 86 + } 87 + } 88 + 89 + > .active > a { 90 + color: @brand-strong; 91 + background: transparent; 92 + 93 + i { 94 + color: @brand-strong; 95 + } 96 + } 97 + 98 + .divider { 99 + margin: 8px 0; 100 + background-color: fade(@brand, 16%); 101 + } 102 +} 103 + 104 +/* Mobile */ 105 + 106 +@media (max-width: 767px) { 107 + #menuview { 108 + margin-left: 0; 109 + width: 100%; 110 + } 111 + 112 + #menuview .navbar-nav { 113 + float: none; 114 + margin: 0; 115 + width: 100%; 116 + text-align: center; 117 + } 118 + 119 + #menuview .navbar-nav > li { 120 + float: none; 121 + display: inline-block; 122 + } 123 + 124 + #menuview .navbar-nav > li.agnease-menu-item > a, 125 + #menuview .navbar-nav > li.agnease-menu-link > a, 126 + #menuview .navbar-nav > li.agnease-menu-item > .dropdown-toggle, 127 + #menuview .navbar-nav > li.agnease-menu-link > .dropdown-toggle { 128 + font-size: 16px; 129 + padding: 10px 10px; 130 + text-align: center; 131 + } 132 + 133 + #menuview .agnease-dropdown { 134 + min-width: 0; 135 + width: 100%; 136 + padding: 4px 8px 8px 18px; 137 + border: 0; 138 + border-radius: 0; 139 + box-shadow: none; 140 + background: transparent; 141 + text-align: left; 142 + 143 + > li > a { 144 + padding: 8px 10px; 145 + white-space: normal; 146 + font-size: 15px; 147 + 148 + i { 149 + width: 18px; 150 + flex-basis: 18px; 151 + } 152 + } 153 + 154 + .divider { 155 + margin: 5px 0; 156 + } 157 + } 158 +} - contentType
-
... ... @@ -1,0 +1,1 @@ 1 +LESS - name
-
... ... @@ -1,0 +1,1 @@ 1 +Menu - use
-
... ... @@ -1,0 +1,1 @@ 1 +onDemand
- XWiki.XWikiRights[0]
-
- allow
-
... ... @@ -1,0 +1,1 @@ 1 +Allow - groups
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.XWikiAllGroup - levels
-
... ... @@ -1,0 +1,1 @@ 1 +view - users
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.XWikiGuest