Changes for page Public Web Site
Last modified by Agnease on 2026/06/08 18:27
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 1 added, 0 removed)
-
Objects (1 modified, 2 added, 1 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,183 +1,192 @@ 1 +{{include reference="PublicWebSite.MacrosAndVariables" /}} 2 + 1 1 {{velocity}} 2 2 #macro (displayPublicContent) 3 3 #set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome')) 4 4 {{html clean="false"}} 5 - ## HERO6 - <section class="hero hero-centered" aria-labelledby="hero-title"> 7 + 8 + <section class="hero hero-centered main-page-hero" aria-labelledby="hero-title"> 7 7 <div class="container hero-inner"> 8 - <h1 id="hero-title">Keep Your XWiki Platform Secure, Stable and Up-to-Date</h1> 9 - <p class="lead">Helping organizations safely upgrade and maintain their XWiki environments.</p> 10 + <h1 id="hero-title">Professional XWiki consulting and engineering</h1> 11 + 12 + <p class="lead"> 13 + Agnease helps organizations upgrade, maintain, secure and extend production XWiki platforms with practical 14 + engineering support, custom development, integrations and long-term care. 15 + </p> 16 + 10 10 <ul class="benefits"> 11 - <li> <a href="$xwiki.getURL('services.xwiki-upgrades')">Smoothupgrades</a></li>12 - <li> Reliable supportplans</li>13 - <li>Custom i ntegrations</li>14 - <li> Secure, optimizedplatforms</li>18 + <li>XWiki LTS upgrades</li> 19 + <li>Maintenance and support</li> 20 + <li>Custom XWiki development</li> 21 + <li>Migrations and integrations</li> 15 15 </ul> 16 - <div class="hero-cta"> 17 - <a href="mailto:alex@agnease.com">Contact Agnease</a> 18 - #*<a class="btn btn-primary" href="#contact" aria-label="Request a consultation" data-toggle="modal" data-target="#requestConsultation"> 19 - Request a consultation 20 - </a> 21 - #requestConsultationModal()*# 22 - ##data-toggle="modal" data-target="#requestConsultationModal" 23 + 24 + <div class="hero-actions"> 25 + <a class="btn btn-primary" href="$freeXWikiReviewCallURL">$freeXWikiReviewCallLabel</a> 26 + ##<a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Request a consultation</a> 27 + <a class="btn btn-secondary" href="$xwiki.getURL('services.WebHome')">View XWiki services</a> 23 23 </div> 24 24 </div> 25 25 </section> 26 - ## WHY CHOOSE 27 - #set ($whySectionData = [{ 28 - 'title': 'Stability & security', 29 - 'icon': 'shield', 30 - 'content': 'Proven upgrade steps, rollback safety, and proactive hardening keep your wiki reliable.' 31 - },{ 32 - 'title': 'Predictable delivery', 33 - 'icon': 'check-square-o', 34 - 'content': 'Clear scope, defined steps, and documented results to avoid surprises.' 35 - },{ 36 - 'title': 'Clean integrations', 37 - 'icon': 'link', 38 - 'content': 'Maintainable SSO, API, and system connections tailored to your environment.' 39 - },{ 40 - 'title': 'Long-term support', 41 - 'icon': 'life-ring', 42 - 'content': 'Guaranteed response times, regular checks, and fast assistance when needed.' 43 - }]) 44 - <section aria-labelledby="why-title"> 31 + 32 + <section class="trust-strip" aria-label="Agnease experience"> 45 45 <div class="container"> 46 - <h2 id="why-title">Why choose Agnease</h2> 47 - <p class="lead">10+ years of XWiki expertise with structured delivery and lasting collaboration</p> 48 - <div class="widgets"> 49 - #foreach ($entry in $whySectionData) 50 - <article class="widget"> 51 - <div class="icon" aria-hidden="true"> 52 - <i class="fa fa-$entry.icon"></i> 53 - <h4>$entry.title</h4> 54 - </div> 55 - <p>$entry.content</p> 56 - </article> 57 - #end 58 - </div> 34 + <ul> 35 + <li><i class="fa fa-check-circle" aria-hidden="true"></i> 11+ years of XWiki experience</li> 36 + <li><i class="fa fa-check-circle" aria-hidden="true"></i> Upgrades, support and custom development</li> 37 + <li><i class="fa fa-check-circle" aria-hidden="true"></i> Security-aware maintenance</li> 38 + <li><i class="fa fa-check-circle" aria-hidden="true"></i> Practical long-term collaboration</li> 39 + </ul> 59 59 </div> 60 60 </section> 61 - ## SERVICES 62 - #set ($servicesSectionData = [{ 63 - 'title': 'Upgrades', 64 - 'reference': 'services.xwiki-upgrades', 65 - 'icon': 'refresh', 66 - 'content': 'Stay current with the latest XWiki LTS and keep your instance reliable.', 67 - 'items': [ 68 - 'Audit setup, extensions, and configurations', 69 - 'Test upgrades with backups and validation', 70 - 'Safe production rollout with minimal downtime' 71 - ] 72 - },{ 73 - 'title': 'Maintenance, Support & Recovery', 74 - 'icon': 'stethoscope', 75 - 'content': 'Ensure long-term stability and quick response when issues appear.', 76 - 'items': [ 77 - 'Monitoring and performance checks', 78 - 'Security patching, log analysis, triage', 79 - 'Issue recovery, data repair, hardening' 80 - ] 81 - },{ 82 - 'title': 'Development & Integrations', 83 - 'icon': 'cogs', 84 - 'content': 'Extend and connect XWiki to fit your workflow and systems.', 85 - 'items': [ 86 - 'Custom apps, macros, automation', 87 - 'SSO, REST APIs, LDAP, CRM links', 88 - 'Maintainable extensions for long-term use' 89 - ] 90 - },{ 91 - 'title': 'Hosting & Deployment', 92 - 'icon': 'cloud', 93 - 'content': 'Cloud-ready environments designed for reliability and performance.', 94 - 'items': [ 95 - 'Containerized deployment and TLS', 96 - 'Backups, restore strategy, observability', 97 - 'Optimization and load tuning' 98 - ] 99 - },{ 100 - 'title': 'Migrations to XWiki', 101 - 'icon': 'exchange', 102 - 'content': 'Move from Confluence, SharePoint, or MediaWiki to XWiki with full data integrity and structure.', 103 - 'items': [ 104 - 'Preserve hierarchy, attachments, and permissions', 105 - 'Convert macros, categories, and metadata for XWiki', 106 - 'Redirect old URLs and maintain SEO consistency' 107 - ] 108 - }]) 109 - <section class="services" aria-labelledby="services-title"> 42 + 43 + <section aria-labelledby="platform-title"> 110 110 <div class="container"> 111 - <h2 id="services-title">Services</h2> 112 - <p class="lead"> 113 - All the XWiki services you need, delivered with precision and care 45 + <h2 id="platform-title">XWiki support for production knowledge platforms</h2> 46 + <p class="section-intro"> 47 + XWiki often grows from a documentation space into a business-critical knowledge platform. 48 + When it supports intranets, procedures, workflows, audits or integrations, it needs structured technical care 49 + for upgrades, security, permissions and maintainability. 114 114 </p> 115 115 116 - #set ($servicesSize = $servicesSectionData.size()) 117 - <div class="services-grid"> 118 - #foreach ($entry in $servicesSectionData) 119 - #set ($classes = "service") 120 - ## If this is the last item AND the total number is odd, center it 121 - #if ($foreach.count == $servicesSize && ($servicesSize % 2) == 1) 122 - #set ($classes = "service service-center") 123 - #end 52 + <div class="pathways"> 53 + <article class="pathway-card"> 54 + <div class="card-heading"> 55 + <div class="pathway-icon"> 56 + <i class="fa fa-refresh" aria-hidden="true"></i> 57 + </div> 58 + <h3>Upgrade XWiki safely</h3> 59 + </div> 60 + <p> 61 + Plan and execute XWiki LTS upgrades with compatibility checks, staging validation and rollback planning. 62 + </p> 63 + <ul> 64 + <li>LTS upgrade planning</li> 65 + <li>Extension and custom code review</li> 66 + <li>Staging and production validation</li> 67 + </ul> 68 + <p class="card-link"> 69 + <a href="$xwiki.getURL('services.xwiki-upgrades')">View upgrade services</a> 70 + </p> 71 + </article> 124 124 125 - <article class="$classes"> 126 - <div class="service-icon"> 127 - <i class="fa fa-$entry.icon" aria-hidden="true"></i> 73 + <article class="pathway-card"> 74 + <div class="card-heading"> 75 + <div class="pathway-icon"> 76 + <i class="fa fa-life-ring" aria-hidden="true"></i> 128 128 </div> 129 - <div class="service-body"> 130 - <h4> 131 - #if ("$!entry.reference" != '') 132 - <a href="$xwiki.getURL($entry.reference)">$entry.title</a> 133 - #else 134 - $entry.title 135 - #end 136 - </h4> 137 - <p>$entry.content</p> 138 - <ul> 139 - #foreach ($item in $entry.items) 140 - <li>$item</li> 141 - #end 142 - </ul> 78 + <h3>Maintain XWiki reliably</h3> 79 + </div> 80 + <p> 81 + Keep production XWiki instances stable with troubleshooting, maintenance planning, recovery support and security-aware care. 82 + </p> 83 + <ul> 84 + <li>Troubleshooting and recovery</li> 85 + <li>Performance and log analysis</li> 86 + <li>Upgrade and maintenance planning</li> 87 + </ul> 88 + <p class="card-link"> 89 + <a href="$xwiki.getURL('services.xwiki-maintenance-support')">View support services</a> 90 + </p> 91 + </article> 92 + 93 + <article class="pathway-card"> 94 + <div class="card-heading"> 95 + <div class="pathway-icon"> 96 + <i class="fa fa-cogs" aria-hidden="true"></i> 143 143 </div> 144 - </article> 145 - #end 98 + <h3>Extend XWiki for your processes</h3> 99 + </div> 100 + <p> 101 + Build custom XWiki applications, workflows, dashboards and integrations around real business needs. 102 + </p> 103 + <ul> 104 + <li>Custom XWiki applications</li> 105 + <li>Workflows and approvals</li> 106 + <li>APIs, SSO, LDAP and integrations</li> 107 + </ul> 108 + <p class="card-link"> 109 + <a href="$xwiki.getURL('services.xwiki-development-integrations')">View development services</a> 110 + </p> 111 + </article> 146 146 </div> 147 147 </div> 148 148 </section> 149 - ## CTA INLINE150 - <section id="contact" class="cta-section">115 + 116 + <section class="split-section" aria-labelledby="why-title"> 151 151 <div class="container"> 152 - <p class="text-center contact-inline"> 153 - Need help with your XWiki? <a href="mailto:alex@agnease.com">Contact Agnease</a>. 118 + <div class="split-grid"> 119 + <div class="split-copy"> 120 + <h2 id="why-title">Why work with an XWiki specialist</h2> 121 + <p> 122 + XWiki projects often involve more than pages. Production platforms may include custom code, 123 + extensions, authentication, permissions, workflows, integrations and business-critical content. 124 + </p> 125 + <p> 126 + Agnease brings 11+ years of hands-on XWiki experience to help reduce risk, deliver practical improvements 127 + and leave the platform easier to maintain after the work is complete. 128 + </p> 129 + </div> 130 + 131 + <ol class="process-list"> 132 + <li> 133 + <strong>Review the XWiki environment</strong> 134 + Version, extensions, infrastructure, authentication, permissions, custom code and critical features. 135 + </li> 136 + <li> 137 + <strong>Define the safest next steps</strong> 138 + Scope, risks, dependencies, effort, rollback options and validation requirements. 139 + </li> 140 + <li> 141 + <strong>Implement, validate and document</strong> 142 + Controlled changes, testing, production validation and notes for future maintenance. 143 + </li> 144 + </ol> 145 + </div> 146 + </div> 147 + </section> 148 + 149 + <section class="resource-strip homepage-resource-strip" aria-labelledby="resources-title"> 150 + <div class="container"> 151 + <h2 id="resources-title">XWiki resources for safer long-term maintenance</h2> 152 + <p class="section-intro"> 153 + Practical articles about XWiki upgrades, customization and production platform care. 154 154 </p> 155 + 156 + <div class="resource-grid"> 157 + <article class="resource-card"> 158 + <h4>Why upgrade your XWiki instance?</h4> 159 + <p> 160 + Learn why regular XWiki upgrades reduce security exposure, compatibility issues and long-term maintenance risk. 161 + </p> 162 + <a href="$xwiki.getURL('resources.why-upgrade-xwiki')">Read the article</a> 163 + </article> 164 + 165 + <article class="resource-card"> 166 + <h4>XWiki upgrade services</h4> 167 + <p> 168 + See how XWiki upgrades can be planned, tested and validated for production instances with customizations and integrations. 169 + </p> 170 + <a href="$xwiki.getURL('services.xwiki-upgrades')">View upgrade services</a> 171 + </article> 172 + </div> 155 155 </div> 156 156 </section> 157 - {{/html}} 158 -#end 159 159 160 -#macro(requestConsultationModal) 161 - <div class="modal fade" id="requestConsultation" tabindex="-1" role="dialog"> 162 - <div class="modal-dialog"> 163 - <div class="modal-content"> 164 - <div class="modal-header"> 165 - <button type="button" class="close" data-dismiss="modal">×</button> 166 - <h4 class="modal-title">Request a consultation</h4> 176 + <section class="cta-section" aria-labelledby="contact-title"> 177 + <div class="container"> 178 + <div class="cta-panel"> 179 + <h2 id="contact-title">Need XWiki consulting or support?</h2> 180 + <p> 181 + Send your current XWiki version, the issue you are facing, or the type of project you want to build. 182 + A short description is enough to define practical next steps. 183 + </p> 184 + <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Contact Agnease</a> 167 167 </div> 168 - <div class="modal-body"> 169 - <div> 170 - ##Need help with your XWiki? <a href="mailto:alex@agnease.com">Contact Agnease</a> 171 - #displayFormFromSheetCode() 172 - </div> 173 - </div> 174 - <div class="modal-footer"> 175 - ##<input id="continueCategorySelection" type="button" class="btn btn-default" data-dismiss="modal" 176 - ## value="$escapetool.xml($services.localization.render('yesno_1'))"> 177 - </div> 178 178 </div> 179 - </div> 180 - </div> 187 + </section> 188 + 189 + {{/html}} 181 181 #end 182 182 183 183 #macro (stripHTMLMacro $displayOutput)
- main-page-hero.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Admin - Size
-
... ... @@ -1,0 +1,1 @@ 1 +1.0 MB - Content
- XWiki.StyleSheetExtension[0]
-
- code
-
... ... @@ -1,16 +1,22 @@ 1 -/* ========== Agnease Public Website Theme========== */1 +/* ========== Agnease Public Website ========== */ 2 2 3 3 @brand: #00937D; 4 4 @brand-strong: #007B6A; 5 +@brand-soft: #E7FFF8; 6 +@brand-bg: #F4FCFA; 5 5 @text: #2D3A34; 6 6 @muted: #5B6B64; 7 7 @line: #E4ECE9; 8 -@soft: #F6FBF9; 9 9 @radius: 16px; 10 -@shadow-sm: 0 6px 20px rgba(0,0,0,.06); 11 -@shadow: 0 12px 36px rgba(0,0,0,.08); 11 +@shadow-sm: 0 6px 20px rgba(0, 0, 0, .06); 12 +@shadow: 0 12px 36px rgba(0, 0, 0, .08); 12 12 @maxw: 1140px; 13 13 15 +@section-padding: 30px 0; 16 +@section-padding-mobile: 28px 0; 17 + 18 +/* ========== Base ========== */ 19 + 14 14 #mainContentArea { 15 15 padding: 0; 16 16 } ... ... @@ -19,203 +19,367 @@ 19 19 max-width: @maxw; 20 20 margin-left: auto; 21 21 margin-right: auto; 28 + padding-left: 18px; 29 + padding-right: 18px; 22 22 } 23 23 24 -.text-center { 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 { 25 25 text-align: center; 58 + margin-top: 0; 26 26 } 27 27 28 28 .lead { 29 29 color: @muted; 30 30 text-align: center; 31 - line-height:1.5;64 + margin-bottom: 0; 32 32 } 33 33 34 -. page-lead{67 +.section-intro { 35 35 max-width: 760px; 36 - margin: 0 auto; 37 - color: @muted; 38 - font-size: 18px; 39 - line-height: 1.5; 69 + margin: 0 auto 22px; 40 40 text-align: center; 71 + color: @muted; 72 + font-size: 16px; 73 + line-height: 1.55; 41 41 } 42 42 43 -section { 44 - padding: 32px 0; 45 - border-top: 1px solid @line; 76 +a { 77 + color: @brand; 46 46 47 - &:first-of-type { 48 - border-top: none; 79 + &:hover, 80 + &:focus { 81 + color: @brand-strong; 49 49 } 50 50 } 51 51 52 -h1, h2, h3, h4 { 53 - color: @text; 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); 54 54 } 55 55 56 -h2 { 57 - text-align: center; 96 +.header-inner { 97 + min-height: 72px; 98 + display: flex; 99 + align-items: center; 100 + justify-content: space-between; 101 + gap: 24px; 58 58 } 59 59 60 -/* ===== Buttons / links ===== */ 104 +.site-nav { 105 + display: flex; 106 + align-items: center; 107 + gap: 22px; 108 + font-size: 15px; 61 61 62 -.btn-main, 63 -.btn-secondary { 64 - display: inline-block; 65 - border-radius: 8px; 66 - padding: 9px 14px; 67 - font-weight: 700; 68 - text-decoration: none; 69 - line-height: 1.2; 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 + } 70 70 } 71 71 72 -.btn-main { 73 - color: #fff; 138 +/* ========== Buttons ========== */ 139 + 140 +.btn-primary { 74 74 background: @brand; 142 + border-color: @brand; 143 + color: #fff; 75 75 76 76 &:hover, 77 77 &:focus { 78 - color: #fff; 79 79 background: @brand-strong; 80 - text-decoration: none; 148 + border-color: @brand-strong; 149 + color: #fff; 81 81 } 82 82 } 83 83 84 84 .btn-secondary { 85 85 color: @brand; 86 - background: f ade(@brand, 8%);87 - border: 1px solid fade(@brand, 20%);155 + background: #fff; 156 + border: 1px solid fade(@brand, 35%); 88 88 89 89 &:hover, 90 90 &:focus { 91 91 color: @brand-strong; 92 - b ackground:fade(@brand, 12%);93 - text-decoration: none;161 + border-color: @brand; 162 + background: @brand-bg; 94 94 } 95 95 } 96 96 97 -.cta-row { 98 - display: flex; 99 - gap: 10px; 100 - flex-wrap: wrap; 101 - justify-content: center; 102 - margin-top: 16px; 103 -} 166 +/* ========== Hero ========== */ 104 104 105 -/* ===== Landing page hero ===== */ 168 +.hero { 169 + overflow: hidden; 170 + position: relative; 106 106 107 -. landing-hero {108 - text-align: center; 109 - min-height:340px;110 - di splay:flex;111 - a lign-items:center;112 - justify-content:center;113 - background:114 - radial-gradient(50rem 18rem at50% -10%, #E7FFF8 0%, transparent60%),115 - radial-gradient(50rem18rem at 50% 0%, #E8F6F30%, transparent 60%);116 -} 172 + &.hero-centered { 173 + text-align: center; 174 + background: 175 + radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%), 176 + radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%); 177 + display: flex; 178 + align-items: center; 179 + justify-content: center; 180 + min-height: 330px; 181 + } 117 117 118 -.landing-hero-inner { 119 - max-width: 860px; 120 - margin: 0 auto; 121 -} 183 + &.main-page-hero { 184 + background: 122 122 123 -.landing-hero h1 { 124 - margin: 0 0 10px; 125 - font-size: 36px; 126 - line-height: 1.18; 127 -} 186 + url('/bin/download/PublicWebSite/WebHome/main-page-hero.png') center center / cover no-repeat; 128 128 129 -.landing-hero .lead { 130 - margin: 0 auto 12px; 131 - max-width: 760px; 132 - font-size: 18px; 133 -} 188 + &::before, 189 + &::after { 190 + content: ""; 191 + position: absolute; 192 + pointer-events: none; 193 + z-index: 1; 194 + } 134 134 135 -/* ===== Compact page header for section pages ===== */ 196 + /* Fade left and right image edges into the page background */ 197 + &::before { 198 + inset: 0; 199 + background: 200 + linear-gradient( 201 + 90deg, 202 + #fff 0%, 203 + rgba(255, 255, 255, 0) 13%, 204 + rgba(255, 255, 255, 0) 87%, 205 + #fff 100% 206 + ); 207 + } 136 136 137 -.page-header-compact { 138 - padding: 34px 0 28px; 139 - text-align: center; 140 - border-top: none; 141 - background: 142 - radial-gradient(42rem 12rem at 50% -20%, #E7FFF8 0%, transparent 65%); 143 -} 209 + /* Fade bottom edge into white before the next section */ 210 + &::after { 211 + left: 0; 212 + right: 0; 213 + bottom: 0; 214 + height: 90px; 215 + background: linear-gradient( 216 + 180deg, 217 + rgba(255, 255, 255, 0) 0%, 218 + #fff 100% 219 + ); 220 + } 144 144 145 -.page-header-compact .container { 146 - max-width: 850px; 222 + .hero-inner { 223 + position: relative; 224 + z-index: 2; 225 + } 226 + } 227 + 228 + .hero-inner { 229 + max-width: 860px; 230 + margin: 0 auto; 231 + display: flex; 232 + flex-direction: column; 233 + align-items: center; 234 + } 235 + 236 + h1 { 237 + max-width: 790px; 238 + margin-left: auto; 239 + margin-right: auto; 240 + line-height: 1.18; 241 + } 242 + 243 + .lead { 244 + max-width: 820px; 245 + font-size: 19px; 246 + line-height: 1.55; 247 + margin-top: 12px; 248 + } 249 + 250 + .benefits { 251 + display: flex; 252 + flex-wrap: wrap; 253 + justify-content: center; 254 + list-style: none; 255 + padding: 0; 256 + margin: 14px 0 0; 257 + color: @muted; 258 + font-size: 14px; 259 + 260 + li + li::before { 261 + content: "•"; 262 + margin: 0 6px; 263 + } 264 + } 147 147 } 148 148 149 -.page-eyebrow { 150 - margin: 0 0 8px; 267 +.hero-kicker { 268 + display: inline-flex; 269 + align-items: center; 270 + gap: 8px; 151 151 color: @brand; 152 - font-size: 12px; 153 - font-weight: 800; 154 - text-transform: uppercase; 155 - letter-spacing: .08em; 272 + background: fade(@brand, 8%); 273 + border: 1px solid fade(@brand, 18%); 274 + border-radius: 999px; 275 + padding: 6px 12px; 276 + margin-bottom: 14px; 277 + font-size: 13px; 278 + font-weight: 700; 156 156 } 157 157 158 -.page-header-compact h1 { 159 - margin: 0 0 10px; 160 - font-size: 34px; 161 - line-height: 1.15; 162 -} 163 - 164 -/* ===== Benefits / chips ===== */ 165 - 166 -.benefits, 167 -.inline-benefits { 281 +.hero-actions, 282 +#hero-cta { 168 168 display: flex; 284 + gap: 12px; 169 169 flex-wrap: wrap; 170 170 justify-content: center; 171 - gap: 8px; 172 - list-style: none; 173 - padding: 0; 174 - margin: 12px 0 0; 287 + margin-top: 22px; 175 175 } 176 176 177 -.benefits li, 178 -.inline-benefits li { 179 - color: @muted; 180 - font-size: 13px; 181 - background: fade(@brand, 8%); 182 - border: 1px solid fade(@brand, 18%); 183 - border-radius: 999px; 184 - padding: 4px 10px; 290 +/* ========== Trust Strip ========== */ 291 + 292 +.trust-strip { 293 + padding: 18px 0; 294 + border-top: 1px solid @line; 295 + background: #fff; 296 + 297 + ul { 298 + max-width: 960px; 299 + margin: 0 auto; 300 + padding: 0; 301 + list-style: none; 302 + display: flex; 303 + justify-content: center; 304 + gap: 22px; 305 + flex-wrap: wrap; 306 + color: @muted; 307 + font-size: 13px; 308 + } 309 + 310 + li { 311 + display: flex; 312 + align-items: center; 313 + gap: 7px; 314 + } 315 + 316 + i { 317 + color: @brand; 318 + } 185 185 } 186 186 187 -/* ===== Cards ===== */321 +/* ========== Reusable Grids ========== */ 188 188 323 +.card-grid, 324 +.pathways, 325 +.services-grid, 326 +.resource-grid, 189 189 .widgets { 190 - margin-top: 16px; 191 191 display: grid; 192 - grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); 193 - grid-gap: 16px; 329 + grid-gap: 18px; 330 + margin-left: auto; 331 + margin-right: auto; 194 194 } 195 195 196 -.widget { 197 - padding: 18px; 334 +.card-grid, 335 +.pathways, 336 +.services-grid { 337 + grid-template-columns: repeat(3, minmax(0, 1fr)); 338 + max-width: 1040px; 339 + margin-top: 22px; 340 +} 341 + 342 +.resource-grid { 343 + grid-template-columns: repeat(2, minmax(0, 1fr)); 344 + max-width: 1040px; 345 + margin-top: 22px; 346 +} 347 + 348 +.widgets { 349 + grid-template-columns: repeat(4, minmax(0, 1fr)); 350 + max-width: 1040px; 351 + margin-top: 20px; 352 +} 353 + 354 +.card-grid > *, 355 +.pathways > *, 356 +.services-grid > *, 357 +.resource-grid > *, 358 +.widgets > * { 359 + min-width: 0; 360 +} 361 + 362 +/* ========== Shared Card Style ========== */ 363 + 364 +.widget, 365 +.pathway-card, 366 +.service-card, 367 +.resource-card { 198 198 background: #fff; 199 199 border: 1px solid @line; 200 200 border-radius: @radius; 201 201 box-shadow: @shadow-sm; 202 - transition: transform .18s ease, box-shadow .18s ease; 372 +} 373 + 374 +/* ========== Small Widgets ========== */ 375 + 376 +.widget { 377 + padding: 18px; 203 203 display: flex; 204 204 flex-direction: column; 205 205 height: 100%; 206 206 207 - &:hover { 208 - transform: translateY(-2px); 209 - box-shadow: @shadow; 210 - } 211 - 212 212 .icon { 213 213 display: flex; 214 214 align-items: center; 215 215 gap: 10px; 216 - padding-bottom: 6px;217 - margin-bottom: 8px;218 - border-bottom: 1px solid fade(@line, 60%);386 + padding-bottom: 8px; 387 + margin-bottom: 10px; 388 + border-bottom: 1px solid fade(@line, 70%); 219 219 220 220 i { 221 221 color: @brand; ... ... @@ -223,7 +223,7 @@ 223 223 224 224 h4 { 225 225 margin: 0; 226 - line-height: 1.2; 396 + line-height: 1.25; 227 227 color: @text; 228 228 } 229 229 } ... ... @@ -233,278 +233,982 @@ 233 233 color: @muted; 234 234 line-height: 1.45; 235 235 } 406 +} 236 236 408 +/* ========== Homepage Pathway Cards ========== */ 409 + 410 +.pathway-card { 411 + padding: 24px; 412 + display: flex; 413 + flex-direction: column; 414 + min-height: 100%; 415 + 416 + .card-heading { 417 + display: flex; 418 + align-items: center; 419 + gap: 14px; 420 + margin-bottom: 14px; 421 + } 422 + 423 + .pathway-icon { 424 + width: 52px; 425 + height: 52px; 426 + border-radius: 50%; 427 + display: flex; 428 + align-items: center; 429 + justify-content: center; 430 + color: @brand; 431 + background: fade(@brand, 10%); 432 + font-size: 19px; 433 + flex-shrink: 0; 434 + } 435 + 436 + h3 { 437 + margin: 0; 438 + color: @text; 439 + font-size: 22px; 440 + line-height: 1.25; 441 + } 442 + 443 + p { 444 + color: @muted; 445 + line-height: 1.55; 446 + margin: 0 0 16px; 447 + } 448 + 449 + ul { 450 + margin: 0 0 22px; 451 + padding-left: 18px; 452 + color: @muted; 453 + font-size: 14px; 454 + line-height: 1.55; 455 + } 456 + 457 + li { 458 + margin: 6px 0; 459 + } 460 + 237 237 .card-link { 238 - margin-top: 12px; 462 + margin-top: auto; 463 + padding-top: 4px; 239 239 240 240 a { 241 241 color: @brand; 242 242 font-weight: 700; 243 - text-decoration: n one;468 + text-decoration: underline; 244 244 245 - &:hover { 470 + &:hover, 471 + &:focus { 246 246 color: @brand-strong; 247 - text-decoration: underline; 248 248 } 249 249 } 250 250 } 251 251 } 252 252 253 -/* ===== Service / listingrows===== */478 +/* ========== Services ========== */ 254 254 255 -.services-grid { 256 - margin-top: 20px; 257 - display: flex; 258 - flex-wrap: wrap; 259 - gap: 24px; 260 - max-width: 960px; 261 - margin-left: auto; 262 - margin-right: auto; 263 - justify-content: center; 480 +.services { 481 + .services-grid { 482 + max-width: 1040px; 483 + } 484 + 485 + .service { 486 + display: flex; 487 + align-items: flex-start; 488 + gap: 16px; 489 + padding: 22px; 490 + background: #fff; 491 + border: 1px solid @line; 492 + border-radius: @radius; 493 + box-shadow: @shadow-sm; 494 + 495 + .service-icon { 496 + width: 46px; 497 + height: 46px; 498 + border-radius: 50%; 499 + display: flex; 500 + align-items: center; 501 + justify-content: center; 502 + font-size: 18px; 503 + color: @brand; 504 + background: fade(@brand, 10%); 505 + flex-shrink: 0; 506 + margin-top: 2px; 507 + } 508 + 509 + .service-body { 510 + h4 { 511 + margin: 0 0 6px; 512 + font-size: 18px; 513 + line-height: 1.25; 514 + font-weight: 800; 515 + color: @text; 516 + } 517 + 518 + p { 519 + margin: 0 0 8px; 520 + color: @muted; 521 + line-height: 1.5; 522 + } 523 + 524 + ul { 525 + margin: 9px 0 0; 526 + padding-left: 18px; 527 + color: @muted; 528 + font-size: 13px; 529 + line-height: 1.5; 530 + } 531 + 532 + li { 533 + margin: 4px 0; 534 + } 535 + } 536 + } 264 264 } 265 265 266 -.service { 267 - flex: 0 1 calc(50% - 12px); 268 - display: flex; 269 - align-items: flex-start; 270 - gap: 16px; 271 - margin-bottom: 8px; 539 +/* ========== Split / Process Section ========== */ 540 + 541 +.split-section { 542 + background: 543 + radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%); 272 272 } 273 273 274 -.service-icon { 275 - width: 42px; 276 - height: 42px; 277 - border-radius: 50%; 278 - display: flex; 546 +.split-grid { 547 + display: grid; 548 + grid-template-columns: 1.1fr .9fr; 549 + grid-gap: 36px; 550 + max-width: 1040px; 551 + margin: 0 auto; 279 279 align-items: center; 280 - justify-content: center; 281 - color: @brand; 282 - background: fade(@brand, 10%); 283 - flex-shrink: 0; 284 - margin-top: 3px; 285 285 } 286 286 287 -.s ervice-body {288 - h 4{289 - margin:0 0 4px;290 - font-size:1.125rem;291 - font-weight: 800;555 +.split-copy { 556 + h2 { 557 + text-align: left; 558 + margin-top: 0; 559 + } 292 292 293 - a { 294 - color: @text; 295 - text-decoration: none; 561 + p { 562 + color: @muted; 563 + line-height: 1.6; 564 + } 565 +} 296 296 297 - &:hover { 298 - color: @brand; 299 - text-decoration: underline; 300 - } 567 +.process-list { 568 + counter-reset: process; 569 + margin: 0; 570 + padding: 0; 571 + list-style: none; 572 + 573 + li { 574 + counter-increment: process; 575 + position: relative; 576 + padding: 16px 16px 16px 58px; 577 + margin-bottom: 12px; 578 + background: #fff; 579 + border: 1px solid @line; 580 + border-radius: @radius; 581 + box-shadow: @shadow-sm; 582 + color: @muted; 583 + line-height: 1.5; 584 + 585 + &:before { 586 + content: counter(process); 587 + position: absolute; 588 + left: 16px; 589 + top: 16px; 590 + width: 28px; 591 + height: 28px; 592 + border-radius: 50%; 593 + background: fade(@brand, 10%); 594 + color: @brand; 595 + display: flex; 596 + align-items: center; 597 + justify-content: center; 598 + font-weight: 800; 301 301 } 600 + 601 + strong { 602 + display: block; 603 + color: @text; 604 + margin-bottom: 3px; 605 + } 302 302 } 607 +} 303 303 304 - p { 305 - margin: 0 0 6px; 609 +/* ========== Resources ========== */ 610 + 611 +.resource-strip { 612 + background: @brand-bg; 613 +} 614 + 615 +.resource-card { 616 + padding: 20px; 617 + 618 + h4 { 619 + margin: 0 0 8px; 306 306 color: @text; 621 + font-size: 18px; 622 + line-height: 1.25; 623 + } 624 + 625 + p { 626 + color: @muted; 627 + margin: 0 0 12px; 307 307 line-height: 1.5; 308 308 } 309 309 310 - ul { 311 - margin: .45rem 0 0; 312 - padding-left: 1.1rem; 631 + a { 632 + color: @brand; 633 + font-weight: 700; 634 + } 635 +} 636 + 637 +/* ========== Homepage Resource Strip ========== */ 638 + 639 +.homepage-resource-strip { 640 + background: 641 + radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 70%); 642 + 643 + .resource-grid { 644 + max-width: 1040px; 645 + margin: 22px auto 0; 646 + display: grid; 647 + grid-template-columns: repeat(2, minmax(0, 1fr)); 648 + grid-gap: 22px; 649 + align-items: stretch; 650 + } 651 + 652 + .resource-card { 653 + display: flex; 654 + flex-direction: column; 655 + min-width: 0; 656 + min-height: 100%; 657 + padding: 26px; 658 + } 659 + 660 + .resource-card h4 { 661 + margin: 0 0 10px; 662 + color: @text; 663 + font-size: 21px; 664 + line-height: 1.25; 665 + font-weight: 700; 666 + } 667 + 668 + .resource-card p { 669 + margin: 0 0 18px; 313 313 color: @muted; 314 - font-size: 13px; 671 + font-size: 15px; 672 + line-height: 1.6; 315 315 } 316 316 317 - li { 318 - margin: .25rem 0; 319 - line-height: 1.45; 675 + .resource-card a { 676 + margin-top: auto; 677 + color: @brand; 678 + font-weight: 700; 679 + text-decoration: underline; 680 + 681 + &:hover, 682 + &:focus { 683 + color: @brand-strong; 684 + } 320 320 } 686 +} 321 321 322 - .service-link { 323 - margin-top: .45rem; 324 - font-size: 13px; 688 +@media (max-width: 980px) { 689 + .homepage-resource-strip { 690 + .resource-grid { 691 + grid-template-columns: 1fr; 692 + } 693 + } 694 +} 325 325 326 - a { 327 - color: @brand; 328 - font-weight: 700; 329 - text-decoration: none; 696 +@media (max-width: 640px) { 697 + .homepage-resource-strip { 698 + .resource-card { 699 + padding: 22px; 700 + } 330 330 331 - &:hover { 332 - color: @brand-strong; 333 - text-decoration: underline; 334 - } 702 + .resource-card h4 { 703 + font-size: 19px; 335 335 } 336 336 } 337 337 } 338 338 339 -/* ===== Splitsection===== */708 +/* ========== CTA ========== */ 340 340 341 -.split-section { 342 - display: grid; 343 - grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); 344 - gap: 32px; 345 - align-items: start; 346 - max-width: 960px; 710 +.cta-section { 711 + padding: @section-padding; 712 + 713 + .contact-inline { 714 + margin: 0; 715 + color: @muted; 716 + 717 + a { 718 + color: @brand; 719 + } 720 + } 721 +} 722 + 723 +.cta-panel { 724 + max-width: 860px; 347 347 margin: 0 auto; 726 + padding: 32px; 727 + border-radius: @radius; 728 + border: 1px solid fade(@brand, 20%); 729 + background: 730 + radial-gradient(34rem 12rem at 50% 0%, @brand-soft 0%, #fff 70%); 731 + box-shadow: @shadow-sm; 732 + text-align: center; 733 + 734 + h2 { 735 + margin-top: 0; 736 + } 737 + 738 + p { 739 + color: @muted; 740 + line-height: 1.55; 741 + } 348 348 } 349 349 350 -.panel { 351 - background: #fff; 352 - border: 1px solid @line; 744 +.resource-inline-cta { 745 + display: flex; 746 + align-items: center; 747 + justify-content: space-between; 748 + gap: 22px; 749 + margin: 30px 0; 750 + padding: 20px 22px; 751 + border: 1px solid fade(@brand, 22%); 353 353 border-radius: @radius; 753 + background: @brand-bg; 354 354 box-shadow: @shadow-sm; 355 - padding: 20px; 755 + 756 + p { 757 + margin: 0; 758 + color: @muted; 759 + line-height: 1.55; 760 + } 761 + 762 + strong { 763 + color: @text; 764 + } 765 + 766 + .btn { 767 + flex-shrink: 0; 768 + } 356 356 } 357 357 358 -.panel h3 { 359 - margin-top: 0; 771 +@media (max-width: 767px) { 772 + .resource-inline-cta { 773 + display: block; 774 + text-align: center; 775 + 776 + p { 777 + margin-bottom: 14px; 778 + } 779 + 780 + .btn { 781 + display: inline-block; 782 + margin-left: auto; 783 + margin-right: auto; 784 + } 785 + } 360 360 } 361 361 362 -/* ===== Contact / form page ===== */788 +/* ========== Responsive ========== */ 363 363 364 -.contact-layout { 365 - display: grid; 366 - grid-template-columns: minmax(0, .85fr) minmax(320px, 1.15fr); 367 - gap: 32px; 368 - max-width: 1000px; 790 +@media (max-width: 980px) { 791 + .widgets, 792 + .pathways, 793 + .services-grid, 794 + .resource-grid { 795 + grid-template-columns: repeat(2, minmax(0, 1fr)); 796 + } 797 + 798 + .split-grid { 799 + grid-template-columns: 1fr; 800 + } 801 + 802 + .split-copy h2 { 803 + text-align: center; 804 + } 805 +} 806 + 807 +@media (max-width: 760px) { 808 + section[id] { 809 + scroll-margin-top: 132px; 810 + } 811 + 812 + .header-inner { 813 + min-height: auto; 814 + padding-top: 14px; 815 + padding-bottom: 14px; 816 + flex-direction: column; 817 + align-items: center; 818 + gap: 12px; 819 + } 820 + 821 + .site-nav { 822 + width: 100%; 823 + justify-content: center; 824 + flex-wrap: wrap; 825 + gap: 10px 16px; 826 + font-size: 14px; 827 + 828 + .nav-cta { 829 + padding: 7px 12px; 830 + } 831 + } 832 + 833 + .hero.hero-centered { 834 + min-height: 280px; 835 + } 836 + 837 + .hero.main-page-hero { 838 + background: 839 + linear-gradient( 840 + rgba(244, 252, 250, 0.92), 841 + rgba(255, 255, 255, 0.97) 842 + ), 843 + url('/bin/download/PublicWebSite/WebHome/main-page-hero.png') center center / cover no-repeat; 844 + } 845 + 846 + .hero { 847 + .lead { 848 + font-size: 17px; 849 + } 850 + 851 + .benefits { 852 + gap: 4px 10px; 853 + 854 + li + li::before { 855 + content: none; 856 + } 857 + } 858 + } 859 +} 860 + 861 +@media (max-width: 640px) { 862 + section { 863 + padding: @section-padding-mobile; 864 + } 865 + 866 + .widgets, 867 + .pathways, 868 + .services-grid, 869 + .resource-grid { 870 + grid-template-columns: 1fr; 871 + } 872 + 873 + .pathway-card, 874 + .services .service, 875 + .resource-card, 876 + .widget { 877 + padding: 20px; 878 + } 879 + 880 + .services .service { 881 + gap: 14px; 882 + } 883 + 884 + .cta-panel { 885 + padding: 24px 20px; 886 + } 887 +} 888 + 889 +/* ========== Resource / Article Pages ========== */ 890 + 891 +.resource-page { 892 + padding-top: 0; 893 +} 894 + 895 +.resource-header { 896 + padding: @section-padding; 897 + border-top: none; 898 + background: 899 + radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%), 900 + radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%); 901 + 902 + h1 { 903 + margin: 0 auto 14px; 904 + text-align: center; 905 + line-height: 1.18; 906 + } 907 + 908 + .resource-summary { 909 + max-width: 780px; 910 + margin: 0 auto; 911 + color: @muted; 912 + text-align: center; 913 + font-size: 18px; 914 + line-height: 1.55; 915 + } 916 +} 917 + 918 +.resource-layout { 919 + display: block; 920 + max-width: 1080px; 369 369 margin: 0 auto; 370 - a lign-items:start;922 + padding-top: 28px; 371 371 } 372 372 373 -.contact-card { 374 - background: #fff; 375 - border: 1px solid @line; 376 - border-radius: @radius; 377 - box-shadow: @shadow-sm; 378 - padding: 20px; 925 +.resource-layout::after { 926 + content: ""; 927 + display: block; 928 + clear: both; 379 379 } 380 380 381 -.contact-card h3 { 382 - margin-top: 0; 931 +.resource-content { 932 + color: @text; 933 + font-size: 16px; 934 + line-height: 1.68; 935 + 936 + h2 { 937 + text-align: left; 938 + margin: 34px 0 12px; 939 + line-height: 1.28; 940 + } 941 + 942 + h3 { 943 + margin: 24px 0 8px; 944 + line-height: 1.3; 945 + } 946 + 947 + p { 948 + margin: 0 0 16px; 949 + } 950 + 951 + ul, 952 + ol { 953 + margin: 0 0 18px; 954 + padding-left: 22px; 955 + } 956 + 957 + li { 958 + margin: 6px 0; 959 + } 960 + 961 + strong { 962 + color: @text; 963 + } 383 383 } 384 384 385 -.contact-list { 386 - list-style: none; 966 +.resource-note { 967 + border-left: 4px solid @brand; 968 + background: @brand-bg; 969 + padding: 16px 18px; 970 + margin: 22px 0; 971 + border-radius: 0 @radius @radius 0; 972 + 973 + p:last-child { 974 + margin-bottom: 0; 975 + } 976 +} 977 + 978 +.resource-checklist { 979 + margin: 18px 0 24px; 387 387 padding: 0; 388 - margin:12px 0 0;981 + list-style: none; 389 389 390 390 li { 391 - margin: 8px 0; 984 + position: relative; 985 + padding: 10px 0 10px 34px; 986 + border-bottom: 1px solid @line; 987 + 988 + &:before { 989 + content: "\f00c"; 990 + font-family: FontAwesome; 991 + position: absolute; 992 + left: 0; 993 + top: 11px; 994 + color: @brand; 995 + } 996 + } 997 +} 998 + 999 +.resource-sidebar { 1000 + float: right; 1001 + width: 280px; 1002 + margin-left: 42px; 1003 + margin-bottom: 28px; 1004 + position: sticky; 1005 + top: 96px; 1006 + border: 1px solid @line; 1007 + border-radius: @radius; 1008 + padding: 18px; 1009 + background: #fff; 1010 + box-shadow: @shadow-sm; 1011 + 1012 + h4 { 1013 + margin: 0 0 10px; 1014 + } 1015 + 1016 + ul { 1017 + margin: 0; 1018 + padding-left: 18px; 392 392 color: @muted; 393 393 } 394 394 395 - i { 396 - color: @brand; 397 - margin-right: 8px; 1022 + li { 1023 + margin: 8px 0; 398 398 } 399 399 400 400 a { 401 401 color: @brand; 1028 + font-weight: 600; 402 402 } 403 403 } 404 404 405 -.form-panel { 406 - background: #fff; 407 - border: 1px solid @line; 1032 +.resource-cta { 1033 + display: flex; 1034 + flex-direction: column; 1035 + align-items: center; 1036 + text-align: center; 1037 + 1038 + max-width: 820px; 1039 + margin: 42px auto 0; 1040 + padding: 28px 30px; 1041 + border: 1px solid fade(@brand, 20%); 408 408 border-radius: @radius; 409 - box-shadow: @shadow-sm; 410 - padding: 22px; 1043 + background: @brand-bg; 1044 + 1045 + h3 { 1046 + margin-top: 0; 1047 + margin-bottom: 10px; 1048 + } 1049 + 1050 + p { 1051 + max-width: 680px; 1052 + margin-left: auto; 1053 + margin-right: auto; 1054 + color: @muted; 1055 + } 1056 + 1057 + .btn { 1058 + margin-top: 8px; 1059 + } 411 411 } 412 412 413 -.form-panel .xform dl { 414 - margin: 0; 1062 +.resource-note, 1063 +.resource-checklist, 1064 +.resource-cta { 1065 + display: flow-root; 415 415 } 416 416 417 -.form-panel .xform dt { 418 - margin-top: 12px; 1068 +@media (max-width: 767px) { 1069 + .resource-cta { 1070 + padding: 24px 20px; 1071 + } 419 419 } 420 420 421 -.form-panel .xform dt:first-child { 422 - margin-top: 0; 1074 +@media (max-width: 900px) { 1075 + .resource-layout { 1076 + padding-top: 22px; 1077 + } 1078 + 1079 + .resource-sidebar { 1080 + float: none; 1081 + width: 100%; 1082 + margin-left: 0; 1083 + margin-bottom: 24px; 1084 + position: static; 1085 + } 423 423 } 424 424 425 -.form-panel .xform label { 426 - color: @text; 427 - font-weight: 700; 1088 +/* ========== Products / Extensions Pages ========== */ 1089 + 1090 +.product-index-section { 1091 + padding: @section-padding; 1092 + 1093 + h2 { 1094 + margin-bottom: 10px; 1095 + } 428 428 } 429 429 430 -.form-panel .xform .xHint { 431 - display: block; 432 - color: @muted; 433 - font-size: 12px; 434 - margin-top: 2px; 1098 +.product-card-grid { 1099 + max-width: 840px; 1100 + margin: 22px auto 0; 1101 + display: grid; 1102 + grid-template-columns: 1fr; 1103 + grid-gap: 18px; 435 435 } 436 436 437 -.form-panel .xform dd { 438 - margin-left: 0; 1106 +.product-card { 1107 + background: #fff; 1108 + border: 1px solid @line; 1109 + border-radius: @radius; 1110 + box-shadow: @shadow-sm; 1111 + padding: 28px; 1112 + display: grid; 1113 + grid-template-columns: 68px 1fr; 1114 + grid-gap: 22px; 1115 + align-items: start; 1116 + 1117 + .product-card-icon { 1118 + width: 58px; 1119 + height: 58px; 1120 + border-radius: 50%; 1121 + background: fade(@brand, 10%); 1122 + border: 1px solid fade(@brand, 20%); 1123 + color: @brand; 1124 + display: flex; 1125 + align-items: center; 1126 + justify-content: center; 1127 + font-size: 22px; 1128 + flex-shrink: 0; 1129 + } 1130 + 1131 + h3 { 1132 + margin: 0 0 10px; 1133 + color: @text; 1134 + font-size: 23px; 1135 + line-height: 1.25; 1136 + font-weight: 800; 1137 + } 1138 + 1139 + p { 1140 + color: @muted; 1141 + line-height: 1.6; 1142 + } 1143 + 1144 + .card-link { 1145 + margin: 0; 1146 + 1147 + a { 1148 + font-weight: 700; 1149 + } 1150 + } 1151 +} 1152 + 1153 +.product-card-kicker { 439 439 margin-bottom: 10px; 1155 + padding: 5px 10px; 1156 + font-size: 12px; 1157 + text-transform: uppercase; 1158 + letter-spacing: .04em; 440 440 } 441 441 442 -.form-panel input[type="text"], 443 -.form-panel input[type="email"], 444 -.form-panel textarea, 445 -.form-panel select { 446 - width: 100%; 447 - max-width: 100%; 1161 +.product-highlights { 1162 + margin: 14px 0 20px; 1163 + padding-left: 18px; 1164 + color: @muted; 1165 + 1166 + li { 1167 + margin: 6px 0; 1168 + line-height: 1.45; 1169 + } 1170 +} 1171 + 1172 +/* ========== Individual Product Pages ========== */ 1173 + 1174 +.product-layout { 1175 + display: grid; 1176 + grid-template-columns: 1.1fr .9fr; 1177 + grid-gap: 36px; 1178 + max-width: 1040px; 1179 + margin: 0 auto; 1180 + align-items: start; 1181 +} 1182 + 1183 +.product-summary-card, 1184 +.product-info-card, 1185 +.product-gallery-panel { 1186 + background: #fff; 448 448 border: 1px solid @line; 449 - border-radius: 8px;450 - padding:8px 10px;1188 + border-radius: @radius; 1189 + box-shadow: @shadow-sm; 451 451 } 452 452 453 -/* ===== CTA ===== */ 1192 +.product-summary-card { 1193 + padding: 26px; 454 454 455 -.cta-section { 456 - padding: 24px 0 16px; 1195 + h2 { 1196 + text-align: left; 1197 + margin-top: 0; 1198 + } 1199 + 1200 + p { 1201 + color: @muted; 1202 + line-height: 1.6; 1203 + } 1204 + 1205 + p:last-child { 1206 + margin-bottom: 0; 1207 + } 457 457 } 458 458 459 -.contact-inline { 460 - margin: 0; 461 - color: @muted; 1210 +.product-info-card { 1211 + padding: 22px; 462 462 463 - a { 1213 + h3 { 1214 + margin-top: 0; 1215 + margin-bottom: 12px; 1216 + } 1217 + 1218 + ul { 1219 + margin: 0; 1220 + padding-left: 20px; 1221 + color: @muted; 1222 + } 1223 + 1224 + li { 1225 + margin: 8px 0; 1226 + line-height: 1.45; 1227 + } 1228 +} 1229 + 1230 +.product-feature-grid { 1231 + display: grid; 1232 + grid-template-columns: repeat(3, minmax(0, 1fr)); 1233 + grid-gap: 18px; 1234 + max-width: 1040px; 1235 + margin: 22px auto 0; 1236 +} 1237 + 1238 +.product-feature { 1239 + background: #fff; 1240 + border: 1px solid @line; 1241 + border-radius: @radius; 1242 + box-shadow: @shadow-sm; 1243 + padding: 22px; 1244 + 1245 + .feature-heading { 1246 + display: flex; 1247 + align-items: center; 1248 + gap: 14px; 1249 + margin-bottom: 14px; 1250 + } 1251 + 1252 + .feature-icon { 1253 + width: 46px; 1254 + height: 46px; 1255 + border-radius: 50%; 1256 + background: fade(@brand, 10%); 464 464 color: @brand; 465 - font-weight: 700; 1258 + display: flex; 1259 + align-items: center; 1260 + justify-content: center; 1261 + font-size: 18px; 1262 + flex-shrink: 0; 466 466 } 1264 + 1265 + h3 { 1266 + margin: 0; 1267 + color: @text; 1268 + font-size: 18px; 1269 + line-height: 1.25; 1270 + } 1271 + 1272 + p { 1273 + margin: 0; 1274 + color: @muted; 1275 + line-height: 1.5; 1276 + } 467 467 } 468 468 469 -/* ===== Compact sections ===== */ 1279 +.product-gallery-panel { 1280 + max-width: 1040px; 1281 + margin: 20px auto 0; 1282 + padding: 26px; 470 470 471 -.compact-section { 472 - padding: 28px 0; 1284 + h2 { 1285 + margin-top: 0; 1286 + text-align: center; 1287 + } 1288 + 1289 + .gallery-note { 1290 + max-width: 700px; 1291 + margin: 0 auto 18px; 1292 + color: @muted; 1293 + text-align: center; 1294 + line-height: 1.55; 1295 + } 473 473 } 474 474 475 -.compact-section h2 { 476 - margin-top: 0; 477 - margin-bottom: 14px; 1298 +.product-gallery-placeholder { 1299 + min-height: 260px; 1300 + padding: 28px; 1301 + border: 1px dashed fade(@brand, 40%); 1302 + border-radius: @radius; 1303 + background: fade(@brand, 5%); 1304 + color: @muted; 1305 + text-align: center; 1306 + display: flex; 1307 + align-items: center; 1308 + justify-content: center; 478 478 } 479 479 480 -/* ===== Responsive ===== */ 1311 +.product-section-muted { 1312 + background: 1313 + radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%); 1314 +} 481 481 482 -@media (max-width: 767px) { 483 - section { 484 - padding: 26px 0; 1316 +@media (max-width: 980px) { 1317 + .product-layout, 1318 + .product-feature-grid { 1319 + grid-template-columns: 1fr; 485 485 } 486 486 487 - . landing-hero{488 - min-height:280px;1322 + .product-summary-card h2 { 1323 + text-align: center; 489 489 } 1325 +} 490 490 491 - .landing-hero h1, 492 - .page-header-compact h1 { 493 - font-size: 28px; 1327 +@media (max-width: 640px) { 1328 + .product-card { 1329 + grid-template-columns: 1fr; 1330 + padding: 22px; 1331 + text-align: left; 1332 + 1333 + .product-card-icon { 1334 + margin-bottom: 2px; 1335 + } 494 494 } 495 495 496 - .page-lead, 497 - .landing-hero .lead { 498 - font-size: 16px; 1338 + .product-summary-card, 1339 + .product-info-card, 1340 + .product-feature, 1341 + .product-gallery-panel { 1342 + padding: 20px; 499 499 } 1344 +} 500 500 501 - .service { 502 - flex: 0 1 100%; 1346 +/* ========== Resources Index ========== */ 1347 + 1348 +.resources-index-page { 1349 + background: #fff; 1350 + 1351 + .services-grid { 1352 + grid-template-columns: repeat(2, minmax(0, 1fr)); 503 503 } 1354 +} 504 504 505 - .split-section, 506 - .contact-layout { 507 - grid-template-columns: 1fr; 508 - gap: 20px; 1356 +@media (max-width: 980px) { 1357 + .resources-index-page { 1358 + .services-grid { 1359 + grid-template-columns: 1fr; 1360 + } 509 509 } 510 510 } 1363 + 1364 +@media (max-width: 767px) { 1365 + .resources-index-page { 1366 + padding: @section-padding-mobile; 1367 + } 1368 +} 1369 + 1370 +.resource-faq-item { 1371 + border-bottom: 1px solid @line; 1372 + padding: 12px 0; 1373 + 1374 + summary { 1375 + cursor: pointer; 1376 + font-weight: 700; 1377 + color: @text; 1378 + } 1379 + 1380 + p { 1381 + margin: 10px 0 4px; 1382 + color: @muted; 1383 + } 1384 +}
- XWiki.XWikiRights[0]
-
- allow
-
... ... @@ -1,1 +1,0 @@ 1 -Allow - groups
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.XWikiAllGroup - levels
-
... ... @@ -1,1 +1,0 @@ 1 -view - users
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.XWikiGuest
- 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[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