Changes for page Public Web Site
Last modified by Agnease on 2026/07/03 16:14
Summary
-
Page properties (3 modified, 0 added, 0 removed)
-
Objects (1 modified, 1 added, 2 removed)
Details
- Page properties
-
- Default language
-
... ... @@ -1,0 +1,1 @@ 1 +en - Hidden
-
... ... @@ -1,1 +1,1 @@ 1 - true1 +false - Content
-
... ... @@ -2,220 +2,182 @@ 2 2 #macro (displayPublicContent) 3 3 #set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome')) 4 4 {{html clean="false"}} 5 - 5 + ## HERO 6 6 <section class="hero hero-centered" aria-labelledby="hero-title"> 7 7 <div class="container hero-inner"> 8 - <h1 id="hero-title">Professional XWiki consulting and engineering</h1> 9 - 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 - 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> 15 15 <ul class="benefits"> 16 - <li> XWikiLTS upgrades</li>17 - <li> Maintenanceandsupport</li>18 - <li>Custom XWiki development</li>19 - <li> Migrations andintegrations</li>11 + <li><a href="$xwiki.getURL('services.xwiki-upgrades')">Smooth upgrades</a></li> 12 + <li>Reliable support plans</li> 13 + <li>Custom integrations</li> 14 + <li>Secure, optimized platforms</li> 20 20 </ul> 21 - 22 - <div class="hero-actions"> 23 - <a class="btn btn-primary" href="https://calendly.com/alex-agnease/30min?back=1&month=2026-06">Book a free discussion</a> 24 - ##<a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Request a consultation</a> 25 - <a class="btn btn-secondary" href="$xwiki.getURL('services.WebHome')">View XWiki services</a> 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" 26 26 </div> 27 27 </div> 28 28 </section> 29 - 30 - <section class="trust-strip" aria-label="Agnease experience"> 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 31 <div class="container"> 32 - <ul> 33 - <li><i class="fa fa-check-circle" aria-hidden="true"></i> 11+ years of XWiki experience</li> 34 - <li><i class="fa fa-check-circle" aria-hidden="true"></i> Upgrades, support and custom development</li> 35 - <li><i class="fa fa-check-circle" aria-hidden="true"></i> Security-aware maintenance</li> 36 - <li><i class="fa fa-check-circle" aria-hidden="true"></i> Practical long-term collaboration</li> 37 - </ul> 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> 38 38 </div> 39 39 </section> 40 - 41 - <section aria-labelledby="platform-title"> 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 42 <div class="container"> 43 - <h2 id="platform-title">XWiki support for production knowledge platforms</h2> 44 - <p class="section-intro"> 45 - XWiki often grows from a documentation space into a business-critical knowledge platform. 46 - When it supports intranets, procedures, workflows, audits or integrations, it needs structured technical care 47 - for upgrades, security, permissions and maintainability. 111 + <h2 id="services-title">Services</h2> 112 + <p class="lead"> 113 + All the XWiki services you need, delivered with precision and care 48 48 </p> 49 49 50 - <div class="pathways"> 51 - <article class="pathway-card"> 52 - <div class="card-heading"> 53 - <div class="pathway-icon"> 54 - <i class="fa fa-refresh" aria-hidden="true"></i> 55 - </div> 56 - <h3>Upgrade XWiki safely</h3> 57 - </div> 58 - <p> 59 - Plan and execute XWiki LTS upgrades with compatibility checks, staging validation and rollback planning. 60 - </p> 61 - <ul> 62 - <li>LTS upgrade planning</li> 63 - <li>Extension and custom code review</li> 64 - <li>Staging and production validation</li> 65 - </ul> 66 - <p class="card-link"> 67 - <a href="$xwiki.getURL('services.xwiki-upgrades')">View upgrade services</a> 68 - </p> 69 - </article> 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 70 70 71 - <article class="pathway-card"> 72 - <div class="card-heading"> 73 - <div class="pathway-icon"> 74 - <i class="fa fa-life-ring" aria-hidden="true"></i> 125 + <article class="$classes"> 126 + <div class="service-icon"> 127 + <i class="fa fa-$entry.icon" aria-hidden="true"></i> 75 75 </div> 76 - <h3>Maintain XWiki reliably</h3> 77 - </div> 78 - <p> 79 - Keep production XWiki instances stable with troubleshooting, maintenance planning, recovery support and security-aware care. 80 - </p> 81 - <ul> 82 - <li>Troubleshooting and recovery</li> 83 - <li>Performance and log analysis</li> 84 - <li>Upgrade and maintenance planning</li> 85 - </ul> 86 - <p class="card-link"> 87 - <a href="$xwiki.getURL('services.xwiki-maintenance-support')">View support services</a> 88 - </p> 89 - </article> 90 - 91 - <article class="pathway-card"> 92 - <div class="card-heading"> 93 - <div class="pathway-icon"> 94 - <i class="fa fa-cogs" aria-hidden="true"></i> 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> 95 95 </div> 96 - <h3>Extend XWiki for your processes</h3> 97 - </div> 98 - <p> 99 - Build custom XWiki applications, workflows, dashboards and integrations around real business needs. 100 - </p> 101 - <ul> 102 - <li>Custom XWiki applications</li> 103 - <li>Workflows and approvals</li> 104 - <li>APIs, SSO, LDAP and integrations</li> 105 - </ul> 106 - <p class="card-link"> 107 - <a href="$xwiki.getURL('services.xwiki-development-integrations')">View development services</a> 108 - </p> 109 - </article> 144 + </article> 145 + #end 110 110 </div> 111 111 </div> 112 112 </section> 113 - 114 - <section class="industry-trust-section"aria-labelledby="industry-trust-title">149 + ## CTA INLINE 150 + <section id="contact" class="cta-section"> 115 115 <div class="container"> 116 - <div class="industry-trust-panel"> 117 - <h2 id="industry-trust-title">Trusted XWiki expertise for business-critical platforms</h2> 118 - 119 - <p class="section-intro"> 120 - Experience supporting XWiki platforms used in healthcare, financial services, scientific research, 121 - government institutions, transportation, software development, compliance programs and regulated environments. 122 - </p> 123 - 124 - <div class="industry-tags" aria-label="Industries and environments supported"> 125 - <span>Healthcare</span> 126 - <span>Financial services</span> 127 - <span>Scientific research</span> 128 - <span>Government institutions</span> 129 - <span>Transportation</span> 130 - <span>Software development</span> 131 - <span>Compliance programs</span> 132 - <span>Regulated environments</span> 133 - </div> 134 - 135 - <p class="industry-support"> 136 - Organizations rely on these platforms to manage documentation, workflows, compliance processes, 137 - research knowledge and critical business information. From upgrades and authentication integrations 138 - to workflow systems and long-term maintenance, Agnease helps keep XWiki secure, stable and ready for the future. 139 - </p> 140 - </div> 152 + <p class="text-center contact-inline"> 153 + Need help with your XWiki? <a href="mailto:alex@agnease.com">Contact Agnease</a>. 154 + </p> 141 141 </div> 142 142 </section> 157 + {{/html}} 158 +#end 143 143 144 - <section class="split-section" aria-labelledby="why-title"> 145 - <div class="container"> 146 - <div class="split-grid"> 147 - <div class="split-copy"> 148 - <h2 id="why-title">Why work with an XWiki specialist</h2> 149 - <p> 150 - XWiki projects often involve more than pages. Production platforms may include custom code, 151 - extensions, authentication, permissions, workflows, integrations, compliance documentation 152 - and business-critical knowledge. 153 - </p> 154 - <p> 155 - Agnease brings 11+ years of hands-on XWiki experience to help reduce risk, support long-term reliability 156 - and leave the platform easier to maintain after the work is complete. 157 - </p> 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> 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() 158 158 </div> 159 - 160 - <ol class="process-list"> 161 - <li> 162 - <strong>Review the XWiki environment</strong> 163 - Version, extensions, infrastructure, authentication, permissions, custom code and critical features. 164 - </li> 165 - <li> 166 - <strong>Define the safest next steps</strong> 167 - Scope, risks, dependencies, effort, rollback options and validation requirements. 168 - </li> 169 - <li> 170 - <strong>Implement, validate and document</strong> 171 - Controlled changes, testing, production validation and notes for future maintenance. 172 - </li> 173 - </ol> 174 174 </div> 175 - </div> 176 - </section> 177 - 178 - <section class="resource-strip homepage-resource-strip" aria-labelledby="resources-title"> 179 - <div class="container"> 180 - <h2 id="resources-title">XWiki resources for safer long-term maintenance</h2> 181 - <p class="section-intro"> 182 - Practical articles about XWiki upgrades, customization and production platform care. 183 - </p> 184 - 185 - <div class="resource-grid"> 186 - <article class="resource-card"> 187 - <h4>Why upgrade your XWiki instance?</h4> 188 - <p> 189 - Learn why regular XWiki upgrades reduce security exposure, compatibility issues and long-term maintenance risk. 190 - </p> 191 - <a href="$xwiki.getURL('resources.why-upgrade-xwiki')">Read the article</a> 192 - </article> 193 - 194 - <article class="resource-card"> 195 - <h4>XWiki upgrade services</h4> 196 - <p> 197 - See how XWiki upgrades can be planned, tested and validated for production instances with customizations and integrations. 198 - </p> 199 - <a href="$xwiki.getURL('services.xwiki-upgrades')">View upgrade services</a> 200 - </article> 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'))"> 201 201 </div> 202 202 </div> 203 - </section> 204 - 205 - <section class="cta-section" aria-labelledby="contact-title"> 206 - <div class="container"> 207 - <div class="cta-panel"> 208 - <h2 id="contact-title">Need XWiki consulting or support?</h2> 209 - <p> 210 - Send your current XWiki version, the issue you are facing, or the type of project you want to build. 211 - A short description is enough to define practical next steps. 212 - </p> 213 - <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Contact Agnease</a> 214 - </div> 215 - </div> 216 - </section> 217 - 218 - {{/html}} 179 + </div> 180 + </div> 219 219 #end 220 220 221 221 #macro (stripHTMLMacro $displayOutput)
- Agnease.Code.SEODetailsClass[0]
-
- metaDescription
-
... ... @@ -1,1 +1,0 @@ 1 -Agnease provides professional XWiki consulting, LTS upgrades, maintenance, custom development, migrations, integrations and security-aware support for production XWiki platforms. - metaTitle
-
... ... @@ -1,1 +1,0 @@ 1 -Professional XWiki Consulting, Upgrades and Development | Agnease
- XWiki.StyleSheetExtension[0]
-
- code
-
... ... @@ -1,35 +1,14 @@ 1 -/* ========== Agnease Public Website ========== */ 2 -/* 1 +/* ========== Agnease Landing (no Bootstrap grid) ========== */ 3 3 @brand: #00937D; 4 4 @brand-strong: #007B6A; 5 -@brand-soft: #E7FFF8; 6 -@brand-bg: #F4FCFA; 7 7 @text: #2D3A34; 8 8 @muted: #5B6B64; 9 9 @line: #E4ECE9; 10 10 @radius: 16px; 11 -@shadow-sm: 0 6px 20px rgba(0, 0,0,.06);12 -@shadow: 0 12px 36px rgba(0, 0,0,.08);8 +@shadow-sm: 0 6px 20px rgba(0,0,0,.06); 9 +@shadow: 0 12px 36px rgba(0,0,0,.08); 13 13 @maxw: 1140px; 14 -*/ 15 -@brand: #00937D; 16 -@brand-strong: #007B6A; 17 -@brand-soft: #E7FFF8; 18 -@brand-bg: #F7F9FC; 19 -@text: #07182D; 20 -@text-soft: #10243D; 21 -@muted: #64748B; 22 -@line: #E6EBF2; 23 -@radius: 18px; 24 -@shadow-sm: 0 18px 45px rgba(15, 23, 42, .06); 25 -@shadow: 0 30px 80px rgba(15, 23, 42, .12); 26 -@maxw: 1140px; 27 27 28 -@section-padding: 30px 0; 29 -@section-padding-mobile: 28px 0; 30 - 31 -/* ========== Base ========== */ 32 - 33 33 #mainContentArea { 34 34 padding: 0; 35 35 } ... ... @@ -36,148 +36,26 @@ 36 36 37 37 .container { 38 38 max-width: @maxw; 39 - margin-left: auto; 40 - margin-right: auto; 41 - padding-left: 18px; 42 - padding-right: 18px; 43 43 } 44 44 45 -html { 46 - scroll-behavior: smooth; 47 -} 48 - 49 -section { 50 - padding: @section-padding; 51 - border-top: 1px solid @line; 52 - 53 - &:first-of-type { 54 - border-top: none; 55 - } 56 -} 57 - 58 -section[id] { 59 - scroll-margin-top: 92px; 60 -} 61 - 62 -h1, 63 -h2, 64 -h3, 65 -h4 { 66 - color: @text; 67 -} 68 - 69 -h2 { 70 - text-align: center; 71 - margin-top: 0; 72 -} 73 - 74 74 .lead { 75 75 color: @muted; 76 76 text-align: center; 77 - margin-bottom: 0; 78 78 } 79 - 80 -.section-intro { 81 - max-width: 760px; 82 - margin: 0 auto 22px; 24 +h2 { 83 83 text-align: center; 84 - color: @muted; 85 - font-size: 16px; 86 - line-height: 1.55; 87 87 } 88 88 89 -a { 90 - color: @brand; 28 +section { 29 + padding: 32px 0; 30 + border-top: 1px solid @line; 91 91 92 - &:hover, 93 - &:focus { 94 - color: @brand-strong; 32 + &:first-of-type { 33 + border-top: none; 95 95 } 96 96 } 97 97 98 -/* ========== Header / Navigation ========== */ 99 - 100 -.site-header { 101 - position: sticky; 102 - top: 0; 103 - z-index: 1000; 104 - background: fade(#fff, 96%); 105 - border-bottom: 1px solid fade(@line, 85%); 106 - backdrop-filter: blur(8px); 107 -} 108 - 109 -.header-inner { 110 - min-height: 72px; 111 - display: flex; 112 - align-items: center; 113 - justify-content: space-between; 114 - gap: 24px; 115 -} 116 - 117 -.site-nav { 118 - display: flex; 119 - align-items: center; 120 - gap: 22px; 121 - font-size: 15px; 122 - 123 - a { 124 - color: @text; 125 - text-decoration: none; 126 - font-weight: 600; 127 - 128 - &:hover, 129 - &:focus { 130 - color: @brand; 131 - text-decoration: none; 132 - } 133 - } 134 - 135 - .nav-cta { 136 - color: #fff; 137 - background: @brand; 138 - border: 1px solid @brand; 139 - border-radius: 6px; 140 - padding: 8px 14px; 141 - 142 - &:hover, 143 - &:focus { 144 - color: #fff; 145 - background: @brand-strong; 146 - border-color: @brand-strong; 147 - } 148 - } 149 -} 150 - 151 -/* ========== Buttons ========== */ 152 - 153 -.btn-primary { 154 - background: @brand; 155 - border-color: @brand; 156 - color: #fff; 157 - 158 - &:hover, 159 - &:focus { 160 - background: @brand-strong; 161 - border-color: @brand-strong; 162 - color: #fff; 163 - } 164 -} 165 - 166 -.btn-secondary { 167 - color: @brand; 168 - background: #fff; 169 - border: 1px solid fade(@brand, 35%); 170 - 171 - &:hover, 172 - &:focus { 173 - color: @brand-strong; 174 - border-color: @brand; 175 - background: @brand-bg; 176 - } 177 -} 178 - 179 -/* ========== Hero ========== */ 180 - 37 +/* ===== HERO ===== */ 181 181 .hero { 182 182 overflow: hidden; 183 183 background-repeat: no-repeat; ... ... @@ -185,14 +185,17 @@ 185 185 186 186 &.hero-centered { 187 187 text-align: center; 45 + background: 46 + radial-gradient(50rem 18rem at 50% -10%, #E7FFF8 0%, transparent 60%), 47 + radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%); 188 188 display: flex; 189 189 align-items: center; 190 190 justify-content: center; 191 - min-height: 3 30px;51 + min-height: 350px; 192 192 } 193 193 194 194 .hero-inner { 195 - max-width: 8 60px;55 + max-width: 850px; 196 196 margin: 0 auto; 197 197 display: flex; 198 198 flex-direction: column; ... ... @@ -199,20 +199,14 @@ 199 199 align-items: center; 200 200 } 201 201 202 - h1 { 203 - max-width: 790px; 204 - margin-left: auto; 205 - margin-right: auto; 206 - line-height: 1.18; 62 + .hero-cta { 63 + display: flex; 64 + gap: 0.8rem; 65 + flex-wrap: wrap; 66 + justify-content: center; 67 + margin-top: 0.3rem; 207 207 } 208 208 209 - .lead { 210 - max-width: 820px; 211 - font-size: 19px; 212 - line-height: 1.55; 213 - margin-top: 12px; 214 - } 215 - 216 216 .benefits { 217 217 display: flex; 218 218 flex-wrap: wrap; ... ... @@ -219,147 +219,61 @@ 219 219 justify-content: center; 220 220 list-style: none; 221 221 padding: 0; 222 - margin: 14px0 0;76 + margin: 0.8rem 0 0; 223 223 color: @muted; 224 224 font-size: 14px; 225 225 226 226 li + li::before { 227 227 content: "•"; 228 - margin: 0 6px;82 + margin: 0 5px; 229 229 } 230 - } 231 -} 232 232 233 -.hero-kicker { 234 - display: inline-flex; 235 - align-items: center; 236 - gap: 8px; 237 - color: @brand; 238 - background: fade(@brand, 8%); 239 - border: 1px solid fade(@brand, 18%); 240 - border-radius: 999px; 241 - padding: 6px 12px; 242 - margin-bottom: 14px; 243 - font-size: 13px; 244 - font-weight: 700; 245 -} 246 - 247 -.hero-actions, 248 -#hero-cta { 249 - display: flex; 250 - gap: 12px; 251 - flex-wrap: wrap; 252 - justify-content: center; 253 - margin-top: 22px; 254 -} 255 - 256 -/* ========== Trust Strip ========== */ 257 - 258 -.trust-strip { 259 - padding: 18px 0; 260 - border-top: 1px solid @line; 261 - 262 - ul { 263 - max-width: 960px; 264 - margin: 0 auto; 265 - padding: 0; 266 - list-style: none; 267 - display: flex; 268 - justify-content: center; 269 - gap: 22px; 270 - flex-wrap: wrap; 271 - color: @muted; 272 - font-size: 13px; 85 + @media (max-width: 640px) { 86 + li + li::before { 87 + content: none; 88 + } 89 + li:nth-child(1)::after, 90 + li:nth-child(3)::after { 91 + content: "•"; 92 + margin: 0 5px; 93 + } 94 + } 273 273 } 274 - 275 - li { 276 - display: flex; 277 - align-items: center; 278 - gap: 7px; 279 - } 280 - 281 - i { 282 - color: @brand; 283 - } 284 284 } 285 285 286 -/* ========== Reusable Grids ========== */ 287 - 288 -.card-grid, 289 -.pathways, 290 -.services-grid, 291 -.resource-grid, 98 +/* ===== WHY CHOOSE (cards) ===== */ 292 292 .widgets { 100 + margin-top: 12px; 293 293 display: grid; 294 - grid-gap: 18px; 295 - margin-left: auto; 296 - margin-right: auto; 102 + grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); 103 + grid-gap: 16px; 297 297 } 298 298 299 -.card-grid, 300 -.pathways, 301 -.services-grid { 302 - grid-template-columns: repeat(3, minmax(0, 1fr)); 303 - max-width: 1040px; 304 - margin-top: 22px; 305 -} 306 - 307 -.resource-grid { 308 - grid-template-columns: repeat(2, minmax(0, 1fr)); 309 - max-width: 1040px; 310 - margin-top: 22px; 311 -} 312 - 313 -.widgets { 314 - grid-template-columns: repeat(4, minmax(0, 1fr)); 315 - max-width: 1040px; 316 - margin-top: 20px; 317 -} 318 - 319 -.card-grid > *, 320 -.pathways > *, 321 -.services-grid > *, 322 -.resource-grid > *, 323 -.widgets > * { 324 - min-width: 0; 325 -} 326 - 327 -/* ========== Shared Card Style ========== */ 328 - 329 -.widget, 330 -.pathway-card, 331 -.service-card, 332 -.resource-card { 106 +.widget { 107 + padding: 18px; 108 + background: #fff; 333 333 border: 1px solid @line; 334 334 border-radius: @radius; 335 335 box-shadow: @shadow-sm; 336 -} 337 - 338 -/* ========== Small Widgets ========== */ 339 - 340 -.widget { 341 - padding: 18px; 112 + transition: transform .18s ease, box-shadow .18s ease; 342 342 display: flex; 343 343 flex-direction: column; 344 344 height: 100%; 345 345 117 + &:hover { 118 + transform: translateY(-2px); 119 + box-shadow: @shadow; 120 + } 121 + 346 346 .icon { 347 347 display: flex; 348 348 align-items: center; 349 349 gap: 10px; 350 - padding-bottom: 8px; 351 - margin-bottom: 10px; 352 - border-bottom: 1px solid fade(@line, 70%); 353 - 354 - i { 355 - color: @brand; 356 - } 357 - 358 - h4 { 359 - margin: 0; 360 - line-height: 1.25; 361 - color: @text; 362 - } 126 + padding-bottom: 6px; 127 + margin-bottom: 8px; 128 + border-bottom: 1px solid fade(@line, 60%); 129 + i { color: @brand; } 130 + h4 { margin: 0; line-height: 1.2; color: @text; } 363 363 } 364 364 365 365 p { ... ... @@ -369,170 +369,31 @@ 369 369 } 370 370 } 371 371 372 -/* ========== Homepage Pathway Cards ========== */ 373 - 374 -.pathway-card { 375 - padding: 24px; 376 - display: flex; 377 - flex-direction: column; 378 - min-height: 100%; 379 - 380 - .card-heading { 140 +/* ===== SERVICES ===== */ 141 +.services { 142 + .services-grid { 143 + margin-top: 20px; 381 381 display: flex; 382 - align-items: center; 383 - gap: 14px; 384 - margin-bottom: 14px; 385 - } 145 + flex-wrap: wrap; 146 + gap: 24px; 386 386 387 - .pathway-icon { 388 - width: 52px; 389 - height: 52px; 390 - border-radius: 50%; 391 - display: flex; 392 - align-items: center; 148 + /* center the whole block under the heading */ 149 + max-width: 960px; 150 + margin-left: auto; 151 + margin-right: auto; 393 393 justify-content: center; 394 - color: @brand; 395 - background: fade(@brand, 10%); 396 - font-size: 19px; 397 - flex-shrink: 0; 398 398 } 399 399 400 - h3 { 401 - margin: 0; 402 - color: @text; 403 - font-size: 22px; 404 - line-height: 1.25; 405 - } 406 - 407 - p { 408 - color: @muted; 409 - line-height: 1.55; 410 - margin: 0 0 16px; 411 - } 412 - 413 - ul { 414 - margin: 0 0 22px; 415 - padding-left: 18px; 416 - color: @muted; 417 - font-size: 14px; 418 - line-height: 1.55; 419 - } 420 - 421 - li { 422 - margin: 6px 0; 423 - } 424 - 425 - .card-link { 426 - margin-top: auto; 427 - padding-top: 4px; 428 - 429 - a { 430 - color: @brand; 431 - font-weight: 700; 432 - text-decoration: underline; 433 - 434 - &:hover, 435 - &:focus { 436 - color: @brand-strong; 437 - } 438 - } 439 - } 440 -} 441 - 442 -.industry-trust-section { 443 - background: 444 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 70%); 445 - 446 - .industry-trust-panel { 447 - max-width: 1040px; 448 - margin: 0 auto; 449 - padding: 30px 28px; 450 - border: 1px solid fade(@brand, 16%); 451 - border-radius: @radius; 452 - background: 453 - radial-gradient(34rem 12rem at 50% 0%, fade(@brand-soft, 75%) 0%, #fff 72%); 454 - box-shadow: @shadow-sm; 455 - text-align: center; 456 - } 457 - 458 - h2 { 459 - margin-bottom: 12px; 460 - } 461 - 462 - .section-intro { 463 - margin-bottom: 20px; 464 - max-width: 820px; 465 - } 466 - 467 - .industry-tags { 468 - max-width: 880px; 469 - margin: 0 auto; 470 - display: flex; 471 - flex-wrap: wrap; 472 - justify-content: center; 473 - gap: 10px; 474 - } 475 - 476 - .industry-tags span { 477 - display: inline-flex; 478 - align-items: center; 479 - padding: 7px 12px; 480 - border: 1px solid fade(@brand, 20%); 481 - border-radius: 999px; 482 - background: #fff; 483 - color: @text; 484 - font-size: 13px; 485 - font-weight: 600; 486 - line-height: 1.2; 487 - box-shadow: 0 3px 10px rgba(0, 0, 0, .04); 488 - } 489 - 490 - .industry-support { 491 - max-width: 820px; 492 - margin: 22px auto 0; 493 - color: @muted; 494 - font-size: 16px; 495 - line-height: 1.6; 496 - } 497 -} 498 - 499 -@media (max-width: 640px) { 500 - .industry-trust-section { 501 - .industry-trust-panel { 502 - padding: 24px 18px; 503 - } 504 - 505 - .industry-tags { 506 - gap: 8px; 507 - } 508 - 509 - .industry-tags span { 510 - font-size: 12px; 511 - padding: 6px 10px; 512 - } 513 - } 514 -} 515 - 516 -/* ========== Services ========== */ 517 - 518 -.services { 519 - .services-grid { 520 - max-width: 1040px; 521 - } 522 - 523 523 .service { 156 + flex: 0 1 calc(50% - 12px); 524 524 display: flex; 525 525 align-items: flex-start; 526 526 gap: 16px; 527 - padding: 22px; 528 - background: #fff; 529 - border: 1px solid @line; 530 - border-radius: @radius; 531 - box-shadow: @shadow-sm; 160 + margin-bottom: 8px; 532 532 533 533 .service-icon { 534 - width: 4 6px;535 - height: 4 6px;163 + width: 42px; 164 + height: 42px; 536 536 border-radius: 50%; 537 537 display: flex; 538 538 align-items: center; ... ... @@ -541,1110 +541,66 @@ 541 541 color: @brand; 542 542 background: fade(@brand, 10%); 543 543 flex-shrink: 0; 544 - margin-top: 2px;173 + margin-top: 3px; 545 545 } 546 546 547 547 .service-body { 548 548 h4 { 549 - margin: 0 0 6px; 550 - font-size: 18px; 551 - line-height: 1.25; 178 + margin: 0 0 4px; 179 + font-size: 1.125rem; 552 552 font-weight: 800; 553 - color: @text; 554 554 } 555 - 556 556 p { 557 - margin: 0 0 8px;558 - color: @ muted;183 + margin: 0 0 6px; 184 + color: @text; 559 559 line-height: 1.5; 560 560 } 561 - 562 562 ul { 563 - margin: 9px0 0;564 - padding-left: 1 8px;188 + margin: .45rem 0 0; 189 + padding-left: 1.1rem; 565 565 color: @muted; 566 566 font-size: 13px; 567 - line-height: 1.5; 568 568 } 569 - 570 570 li { 571 - margin: 4px 0; 194 + margin: .25rem 0; 195 + line-height: 1.45; 572 572 } 573 573 } 574 574 } 575 -} 576 576 577 -/* ========== Split / Process Section ========== */ 200 + /* ==== Center last item on its own row while keeping 50% width ==== */ 201 + .service-center { 202 + /* same width as siblings */ 203 + flex: 0 1 calc(55% - 12px); 578 578 579 -.split-section { 580 - background: 581 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%); 582 -} 583 - 584 -.split-grid { 585 - display: grid; 586 - grid-template-columns: 1.1fr .9fr; 587 - grid-gap: 36px; 588 - max-width: 1040px; 589 - margin: 0 auto; 590 - align-items: center; 591 -} 592 - 593 -.split-copy { 594 - h2 { 595 - text-align: left; 596 - margin-top: 0; 205 + /* push to center */ 206 + margin-left: auto; 207 + margin-right: auto; 597 597 } 598 598 599 - p { 600 - color: @muted; 601 - line-height: 1.6; 602 - } 603 -} 604 - 605 -.process-list { 606 - counter-reset: process; 607 - margin: 0; 608 - padding: 0; 609 - list-style: none; 610 - 611 - li { 612 - counter-increment: process; 613 - position: relative; 614 - padding: 16px 16px 16px 58px; 615 - margin-bottom: 12px; 616 - background: #fff; 617 - border: 1px solid @line; 618 - border-radius: @radius; 619 - box-shadow: @shadow-sm; 620 - color: @muted; 621 - line-height: 1.5; 622 - 623 - &:before { 624 - content: counter(process); 625 - position: absolute; 626 - left: 16px; 627 - top: 16px; 628 - width: 28px; 629 - height: 28px; 630 - border-radius: 50%; 631 - background: fade(@brand, 10%); 632 - color: @brand; 633 - display: flex; 634 - align-items: center; 635 - justify-content: center; 636 - font-weight: 800; 210 + /* Mobile: 1 per row */ 211 + @media (max-width: 767px) { 212 + .services-grid { 213 + gap: 16px; 214 + max-width: 100%; 637 637 } 638 638 639 - strong { 640 - display: block; 641 - color: @text; 642 - margin-bottom: 3px; 217 + .service, 218 + .service-center { 219 + flex: 0 1 100%; 220 + margin-left: 0; 221 + margin-right: 0; 643 643 } 644 644 } 645 645 } 646 646 647 -/* ========== Resources ========== */ 648 - 649 -.resource-strip { 650 - background: @brand-bg; 651 -} 652 - 653 -.resource-card { 654 - padding: 20px; 655 - 656 - h4 { 657 - margin: 0 0 8px; 658 - color: @text; 659 - font-size: 18px; 660 - line-height: 1.25; 661 - } 662 - 663 - p { 664 - color: @muted; 665 - margin: 0 0 12px; 666 - line-height: 1.5; 667 - } 668 - 669 - a { 670 - color: @brand; 671 - font-weight: 700; 672 - } 673 -} 674 - 675 -/* ========== Homepage Resource Strip ========== */ 676 - 677 -.homepage-resource-strip { 678 - background: 679 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 70%); 680 - 681 - .resource-grid { 682 - max-width: 1040px; 683 - margin: 22px auto 0; 684 - display: grid; 685 - grid-template-columns: repeat(2, minmax(0, 1fr)); 686 - grid-gap: 22px; 687 - align-items: stretch; 688 - } 689 - 690 - .resource-card { 691 - display: flex; 692 - flex-direction: column; 693 - min-width: 0; 694 - min-height: 100%; 695 - padding: 26px; 696 - } 697 - 698 - .resource-card h4 { 699 - margin: 0 0 10px; 700 - color: @text; 701 - font-size: 21px; 702 - line-height: 1.25; 703 - font-weight: 700; 704 - } 705 - 706 - .resource-card p { 707 - margin: 0 0 18px; 708 - color: @muted; 709 - font-size: 15px; 710 - line-height: 1.6; 711 - } 712 - 713 - .resource-card a { 714 - margin-top: auto; 715 - color: @brand; 716 - font-weight: 700; 717 - text-decoration: underline; 718 - 719 - &:hover, 720 - &:focus { 721 - color: @brand-strong; 722 - } 723 - } 724 -} 725 - 726 -@media (max-width: 980px) { 727 - .homepage-resource-strip { 728 - .resource-grid { 729 - grid-template-columns: 1fr; 730 - } 731 - } 732 -} 733 - 734 -@media (max-width: 640px) { 735 - .homepage-resource-strip { 736 - .resource-card { 737 - padding: 22px; 738 - } 739 - 740 - .resource-card h4 { 741 - font-size: 19px; 742 - } 743 - } 744 -} 745 - 746 -/* ========== CTA ========== */ 747 - 226 +/* ===== CTA ===== */ 748 748 .cta-section { 749 - padding: @section-padding;228 + padding: 24px 0 16px; 750 750 751 751 .contact-inline { 752 752 margin: 0; 753 753 color: @muted; 754 - 755 - a { 756 - color: @brand; 757 - } 233 + a { color: @brand; } 758 758 } 759 759 } 760 - 761 -.cta-panel { 762 - max-width: 860px; 763 - margin: 0 auto; 764 - padding: 32px; 765 - border-radius: @radius; 766 - border: 1px solid fade(@brand, 20%); 767 - box-shadow: @shadow-sm; 768 - text-align: center; 769 - 770 - h2 { 771 - margin-top: 0; 772 - } 773 - 774 - p { 775 - color: @muted; 776 - line-height: 1.55; 777 - } 778 -} 779 - 780 -.resource-inline-cta { 781 - display: flex; 782 - align-items: center; 783 - justify-content: space-between; 784 - gap: 22px; 785 - margin: 30px 0; 786 - padding: 20px 22px; 787 - border: 1px solid fade(@brand, 22%); 788 - border-radius: @radius; 789 - background: @brand-bg; 790 - box-shadow: @shadow-sm; 791 - 792 - p { 793 - margin: 0; 794 - color: @muted; 795 - line-height: 1.55; 796 - } 797 - 798 - strong { 799 - color: @text; 800 - } 801 - 802 - .btn { 803 - flex-shrink: 0; 804 - } 805 -} 806 - 807 -@media (max-width: 767px) { 808 - .resource-inline-cta { 809 - display: block; 810 - text-align: center; 811 - 812 - p { 813 - margin-bottom: 14px; 814 - } 815 - 816 - .btn { 817 - display: inline-block; 818 - margin-left: auto; 819 - margin-right: auto; 820 - } 821 - } 822 -} 823 - 824 -/* ========== Responsive ========== */ 825 - 826 -@media (max-width: 980px) { 827 - .widgets, 828 - .pathways, 829 - .services-grid, 830 - .resource-grid { 831 - grid-template-columns: repeat(2, minmax(0, 1fr)); 832 - } 833 - 834 - .split-grid { 835 - grid-template-columns: 1fr; 836 - } 837 - 838 - .split-copy h2 { 839 - text-align: center; 840 - } 841 -} 842 - 843 -@media (max-width: 760px) { 844 - section[id] { 845 - scroll-margin-top: 132px; 846 - } 847 - 848 - .header-inner { 849 - min-height: auto; 850 - padding-top: 14px; 851 - padding-bottom: 14px; 852 - flex-direction: column; 853 - align-items: center; 854 - gap: 12px; 855 - } 856 - 857 - .site-nav { 858 - width: 100%; 859 - justify-content: center; 860 - flex-wrap: wrap; 861 - gap: 10px 16px; 862 - font-size: 14px; 863 - 864 - .nav-cta { 865 - padding: 7px 12px; 866 - } 867 - } 868 - 869 - .hero.hero-centered { 870 - min-height: 280px; 871 - } 872 - 873 - .hero { 874 - .lead { 875 - font-size: 17px; 876 - } 877 - 878 - .benefits { 879 - gap: 4px 10px; 880 - 881 - li + li::before { 882 - content: none; 883 - } 884 - } 885 - } 886 -} 887 - 888 -@media (max-width: 640px) { 889 - section { 890 - padding: @section-padding-mobile; 891 - } 892 - 893 - .widgets, 894 - .pathways, 895 - .services-grid, 896 - .resource-grid { 897 - grid-template-columns: 1fr; 898 - } 899 - 900 - .pathway-card, 901 - .services .service, 902 - .resource-card, 903 - .widget { 904 - padding: 20px; 905 - } 906 - 907 - .services .service { 908 - gap: 14px; 909 - } 910 - 911 - .cta-panel { 912 - padding: 24px 20px; 913 - } 914 -} 915 - 916 -/* ========== Resource / Article Pages ========== */ 917 - 918 -.resource-page { 919 - padding-top: 0; 920 -} 921 - 922 -.resource-header { 923 - padding: @section-padding; 924 - border-top: none; 925 - background: 926 - radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%), 927 - radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%); 928 - 929 - h1 { 930 - margin: 0 auto 14px; 931 - text-align: center; 932 - line-height: 1.18; 933 - } 934 - 935 - .resource-summary { 936 - max-width: 780px; 937 - margin: 0 auto; 938 - color: @muted; 939 - text-align: center; 940 - font-size: 18px; 941 - line-height: 1.55; 942 - } 943 -} 944 - 945 -.resource-layout { 946 - display: block; 947 - max-width: 1080px; 948 - margin: 0 auto; 949 - padding-top: 28px; 950 -} 951 - 952 -.resource-layout::after { 953 - content: ""; 954 - display: block; 955 - clear: both; 956 -} 957 - 958 -.resource-content { 959 - color: @text; 960 - font-size: 16px; 961 - line-height: 1.68; 962 - 963 - h2 { 964 - text-align: left; 965 - margin: 34px 0 12px; 966 - line-height: 1.28; 967 - } 968 - 969 - h3 { 970 - margin: 24px 0 8px; 971 - line-height: 1.3; 972 - } 973 - 974 - p { 975 - margin: 0 0 16px; 976 - } 977 - 978 - ul, 979 - ol { 980 - margin: 0 0 18px; 981 - padding-left: 22px; 982 - } 983 - 984 - li { 985 - margin: 6px 0; 986 - } 987 - 988 - strong { 989 - color: @text; 990 - } 991 -} 992 - 993 -.resource-note { 994 - border-left: 4px solid @brand; 995 - background: @brand-bg; 996 - padding: 16px 18px; 997 - margin: 22px 0; 998 - border-radius: 0 @radius @radius 0; 999 - 1000 - p:last-child { 1001 - margin-bottom: 0; 1002 - } 1003 -} 1004 - 1005 -.resource-note.related-resources { 1006 - p { 1007 - margin-bottom: 10px; 1008 - } 1009 - 1010 - ul { 1011 - margin: 0; 1012 - padding-left: 20px; 1013 - } 1014 - 1015 - li { 1016 - margin: 6px 0; 1017 - color: @muted; 1018 - } 1019 -} 1020 - 1021 -.resource-faq-item { 1022 - display: flow-root; 1023 - border-bottom: 1px solid @line; 1024 - padding: 12px 0; 1025 - 1026 - summary { 1027 - cursor: pointer; 1028 - font-weight: 700; 1029 - color: @text; 1030 - line-height: 1.4; 1031 - } 1032 - 1033 - summary:hover, 1034 - summary:focus { 1035 - color: @brand-strong; 1036 - } 1037 - 1038 - p { 1039 - margin: 10px 0 4px; 1040 - color: @muted; 1041 - } 1042 -} 1043 - 1044 -.resource-checklist { 1045 - margin: 18px 0 24px; 1046 - padding: 0; 1047 - list-style: none; 1048 - 1049 - li { 1050 - position: relative; 1051 - padding: 10px 0 10px 34px; 1052 - border-bottom: 1px solid @line; 1053 - 1054 - &:before { 1055 - content: "\f00c"; 1056 - font-family: FontAwesome; 1057 - position: absolute; 1058 - left: 0; 1059 - top: 11px; 1060 - color: @brand; 1061 - } 1062 - } 1063 -} 1064 - 1065 -.resource-sidebar { 1066 - float: right; 1067 - width: 280px; 1068 - margin-left: 42px; 1069 - margin-bottom: 28px; 1070 - position: sticky; 1071 - top: 96px; 1072 - border: 1px solid @line; 1073 - border-radius: @radius; 1074 - padding: 18px; 1075 - background: #fff; 1076 - box-shadow: @shadow-sm; 1077 - 1078 - h4 { 1079 - margin: 0 0 10px; 1080 - } 1081 - 1082 - ul { 1083 - margin: 0; 1084 - padding-left: 18px; 1085 - color: @muted; 1086 - } 1087 - 1088 - li { 1089 - margin: 8px 0; 1090 - } 1091 - 1092 - a { 1093 - color: @brand; 1094 - font-weight: 600; 1095 - } 1096 -} 1097 - 1098 -.resource-cta { 1099 - display: flex; 1100 - flex-direction: column; 1101 - align-items: center; 1102 - text-align: center; 1103 - 1104 - max-width: 820px; 1105 - margin: 42px auto 0; 1106 - padding: 28px 30px; 1107 - border: 1px solid fade(@brand, 20%); 1108 - border-radius: @radius; 1109 - background: @brand-bg; 1110 - 1111 - h3 { 1112 - margin-top: 0; 1113 - margin-bottom: 10px; 1114 - } 1115 - 1116 - p { 1117 - max-width: 680px; 1118 - margin-left: auto; 1119 - margin-right: auto; 1120 - color: @muted; 1121 - } 1122 - 1123 - .btn { 1124 - margin-top: 8px; 1125 - } 1126 -} 1127 - 1128 -.resource-note, 1129 -.resource-checklist, 1130 -.resource-cta { 1131 - display: flow-root; 1132 -} 1133 - 1134 -@media (max-width: 767px) { 1135 - .resource-cta { 1136 - padding: 24px 20px; 1137 - } 1138 -} 1139 - 1140 -@media (max-width: 900px) { 1141 - .resource-layout { 1142 - padding-top: 22px; 1143 - } 1144 - 1145 - .resource-sidebar { 1146 - float: none; 1147 - width: 100%; 1148 - margin-left: 0; 1149 - margin-bottom: 24px; 1150 - position: static; 1151 - } 1152 -} 1153 - 1154 -/* ========== Products / Extensions Pages ========== */ 1155 - 1156 -.product-index-section { 1157 - padding: @section-padding; 1158 - 1159 - h2 { 1160 - margin-bottom: 10px; 1161 - } 1162 -} 1163 - 1164 -.product-card-grid { 1165 - max-width: 980px; 1166 - margin: 26px auto 0; 1167 - display: grid; 1168 - grid-template-columns: 1fr; 1169 - grid-gap: 22px; 1170 -} 1171 - 1172 -.product-card { 1173 - position: relative; 1174 - background: #fff; 1175 - border: 1px solid @line; 1176 - border-radius: @radius; 1177 - box-shadow: @shadow-sm; 1178 - padding: 32px; 1179 - display: grid; 1180 - grid-template-columns: 70px 1fr; 1181 - grid-gap: 24px; 1182 - align-items: start; 1183 - overflow: hidden; 1184 - 1185 - &:before { 1186 - content: ""; 1187 - position: absolute; 1188 - inset: 0 auto 0 0; 1189 - width: 5px; 1190 - background: linear-gradient(180deg, @brand 0%, @brand-strong 100%); 1191 - } 1192 - 1193 - .product-card-icon { 1194 - width: 58px; 1195 - height: 58px; 1196 - border-radius: 50%; 1197 - background: fade(@brand, 10%); 1198 - border: 1px solid fade(@brand, 22%); 1199 - color: @brand; 1200 - display: flex; 1201 - align-items: center; 1202 - justify-content: center; 1203 - font-size: 22px; 1204 - flex-shrink: 0; 1205 - } 1206 - 1207 - .product-card-body { 1208 - min-width: 0; 1209 - } 1210 - 1211 - h3 { 1212 - margin: 0 0 10px; 1213 - color: @text; 1214 - font-size: 25px; 1215 - line-height: 1.22; 1216 - font-weight: 800; 1217 - } 1218 - 1219 - p { 1220 - color: @muted; 1221 - line-height: 1.6; 1222 - } 1223 - 1224 - .product-card-description { 1225 - max-width: 760px; 1226 - margin: 0 0 14px; 1227 - font-size: 16px; 1228 - } 1229 -} 1230 - 1231 -.product-card-kicker { 1232 - display: inline-flex; 1233 - align-items: center; 1234 - gap: 7px; 1235 - width: fit-content; 1236 - margin-bottom: 10px; 1237 - padding: 5px 10px; 1238 - border: 1px solid fade(@brand, 24%); 1239 - border-radius: 999px; 1240 - background: fade(@brand, 8%); 1241 - color: @brand-strong; 1242 - font-size: 12px; 1243 - font-weight: 800; 1244 - text-transform: uppercase; 1245 - letter-spacing: .04em; 1246 - 1247 - i { 1248 - color: @brand; 1249 - } 1250 -} 1251 - 1252 -.product-highlights { 1253 - margin: 14px 0 22px; 1254 - padding-left: 18px; 1255 - color: @muted; 1256 - 1257 - li { 1258 - margin: 6px 0; 1259 - line-height: 1.45; 1260 - } 1261 -} 1262 - 1263 -.product-card-actions { 1264 - display: flex; 1265 - align-items: center; 1266 - gap: 16px; 1267 - flex-wrap: wrap; 1268 - 1269 - .btn { 1270 - font-weight: 700; 1271 - } 1272 -} 1273 - 1274 -.product-card-contact { 1275 - color: @brand; 1276 - font-weight: 700; 1277 - text-decoration: underline; 1278 - 1279 - &:hover, 1280 - &:focus { 1281 - color: @brand-strong; 1282 - } 1283 -} 1284 - 1285 -@media (max-width: 640px) { 1286 - .product-card { 1287 - grid-template-columns: 1fr; 1288 - padding: 26px 22px; 1289 - text-align: left; 1290 - 1291 - &:before { 1292 - width: 4px; 1293 - } 1294 - 1295 - .product-card-icon { 1296 - margin-bottom: 2px; 1297 - } 1298 - 1299 - h3 { 1300 - font-size: 22px; 1301 - } 1302 - } 1303 - 1304 - .product-card-actions { 1305 - gap: 12px; 1306 - } 1307 -} 1308 - 1309 -/* ========== Individual Product Pages ========== */ 1310 - 1311 -.product-layout { 1312 - display: grid; 1313 - grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr); 1314 - grid-gap: 32px; 1315 - max-width: 1040px; 1316 - margin: 0 auto; 1317 - align-items: start; 1318 -} 1319 - 1320 -.product-summary-card, 1321 -.product-info-card, 1322 -.product-feature, 1323 -.product-gallery-panel { 1324 - background: #fff; 1325 - border: 1px solid @line; 1326 - border-radius: @radius; 1327 - box-shadow: @shadow-sm; 1328 -} 1329 - 1330 -.product-summary-card { 1331 - padding: 28px; 1332 - 1333 - h2 { 1334 - text-align: left; 1335 - margin-top: 0; 1336 - margin-bottom: 14px; 1337 - line-height: 1.25; 1338 - } 1339 - 1340 - p { 1341 - color: @muted; 1342 - line-height: 1.62; 1343 - } 1344 - 1345 - p:last-child { 1346 - margin-bottom: 0; 1347 - } 1348 -} 1349 - 1350 -.product-info-card { 1351 - padding: 24px; 1352 - 1353 - h3 { 1354 - margin-top: 0; 1355 - margin-bottom: 12px; 1356 - line-height: 1.3; 1357 - } 1358 - 1359 - p { 1360 - color: @muted; 1361 - line-height: 1.55; 1362 - } 1363 - 1364 - ul { 1365 - margin: 0; 1366 - padding-left: 20px; 1367 - color: @muted; 1368 - } 1369 - 1370 - li { 1371 - margin: 8px 0; 1372 - line-height: 1.3; 1373 - } 1374 -} 1375 - 1376 -.product-card-note { 1377 - margin: 0 0 14px; 1378 - color: @muted; 1379 - line-height: 1.55; 1380 -} 1381 - 1382 -.product-feature-grid { 1383 - display: grid; 1384 - grid-template-columns: repeat(3, minmax(0, 1fr)); 1385 - grid-gap: 20px; 1386 - max-width: 1040px; 1387 - margin: 24px auto 0; 1388 -} 1389 - 1390 -.product-feature { 1391 - padding: 24px; 1392 - min-width: 0; 1393 - min-height: 100%; 1394 - 1395 - .card-heading, 1396 - .feature-heading { 1397 - display: flex; 1398 - align-items: center; 1399 - gap: 14px; 1400 - margin-bottom: 14px; 1401 - } 1402 - 1403 - .feature-icon { 1404 - width: 46px; 1405 - height: 46px; 1406 - border-radius: 50%; 1407 - background: fade(@brand, 10%); 1408 - color: @brand; 1409 - display: flex; 1410 - align-items: center; 1411 - justify-content: center; 1412 - font-size: 18px; 1413 - flex-shrink: 0; 1414 - } 1415 - 1416 - h3 { 1417 - margin: 0; 1418 - color: @text; 1419 - font-size: 18px; 1420 - line-height: 1.25; 1421 - } 1422 - 1423 - p { 1424 - margin: 0; 1425 - color: @muted; 1426 - line-height: 1.52; 1427 - } 1428 -} 1429 - 1430 -.product-gallery-caption { 1431 - max-width: 820px; 1432 - margin: 12px auto 0; 1433 - color: @muted; 1434 - font-size: 14px; 1435 - line-height: 1.5; 1436 - text-align: center; 1437 -} 1438 - 1439 -/* Keep the default XWiki gallery style. 1440 - Only add spacing before it and center it. */ 1441 -.gallery.xGallery { 1442 - margin: 25px auto; 1443 - width: 920px; 1444 - height: 518px; 1445 -} 1446 - 1447 -.product-section-muted { 1448 - background: 1449 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%); 1450 -} 1451 - 1452 -/* Compact process list when used inside a product card. */ 1453 -.product-summary-card .process-list { 1454 - margin-top: 16px; 1455 - 1456 - li { 1457 - padding: 13px 14px 13px 50px; 1458 - margin-bottom: 10px; 1459 - box-shadow: none; 1460 - } 1461 - 1462 - li:before { 1463 - left: 14px; 1464 - top: 14px; 1465 - width: 24px; 1466 - height: 24px; 1467 - font-size: 12px; 1468 - } 1469 - 1470 - strong { 1471 - margin-bottom: 2px; 1472 - } 1473 -} 1474 - 1475 -/* Kept for older product pages that still use a screenshot placeholder/panel. */ 1476 -.product-gallery-panel { 1477 - max-width: 1040px; 1478 - margin: 20px auto 0; 1479 - padding: 26px; 1480 - 1481 - h2 { 1482 - margin-top: 0; 1483 - text-align: center; 1484 - } 1485 - 1486 - .gallery-note { 1487 - max-width: 700px; 1488 - margin: 0 auto 18px; 1489 - color: @muted; 1490 - text-align: center; 1491 - line-height: 1.55; 1492 - } 1493 -} 1494 - 1495 -.product-gallery-placeholder { 1496 - min-height: 260px; 1497 - padding: 28px; 1498 - border: 1px dashed fade(@brand, 40%); 1499 - border-radius: @radius; 1500 - background: fade(@brand, 5%); 1501 - color: @muted; 1502 - text-align: center; 1503 - display: flex; 1504 - align-items: center; 1505 - justify-content: center; 1506 -} 1507 - 1508 -@media (max-width: 980px) { 1509 - .product-layout, 1510 - .product-feature-grid { 1511 - grid-template-columns: 1fr; 1512 - } 1513 - 1514 - .product-summary-card h2 { 1515 - text-align: center; 1516 - } 1517 -} 1518 - 1519 -@media (max-width: 640px) { 1520 - .product-card { 1521 - grid-template-columns: 1fr; 1522 - padding: 22px; 1523 - text-align: left; 1524 - 1525 - .product-card-icon { 1526 - margin-bottom: 2px; 1527 - } 1528 - } 1529 - 1530 - .product-summary-card, 1531 - .product-info-card, 1532 - .product-feature, 1533 - .product-gallery-panel { 1534 - padding: 20px; 1535 - } 1536 - 1537 - .product-feature { 1538 - .card-heading, 1539 - .feature-heading { 1540 - gap: 12px; 1541 - } 1542 - 1543 - .feature-icon { 1544 - width: 42px; 1545 - height: 42px; 1546 - font-size: 16px; 1547 - } 1548 - } 1549 - 1550 - .gallery.xGallery { 1551 - margin-top: 22px !important; 1552 - } 1553 - 1554 - .product-gallery-caption { 1555 - margin-top: 10px; 1556 - padding: 0 14px; 1557 - } 1558 - 1559 - .product-summary-card .process-list li { 1560 - padding-left: 46px; 1561 - } 1562 -} 1563 - 1564 -/* ========== Resources Index ========== */ 1565 - 1566 -.resources-index-page { 1567 - 1568 - .services-grid { 1569 - grid-template-columns: repeat(2, minmax(0, 1fr)); 1570 - } 1571 -} 1572 - 1573 -@media (max-width: 980px) { 1574 - .resources-index-page { 1575 - .services-grid { 1576 - grid-template-columns: 1fr; 1577 - } 1578 - } 1579 -} 1580 - 1581 -@media (max-width: 767px) { 1582 - .resources-index-page { 1583 - padding: @section-padding-mobile; 1584 - } 1585 -} 1586 - 1587 -.resource-faq-item { 1588 - border-bottom: 1px solid @line; 1589 - padding: 12px 0; 1590 - 1591 - summary { 1592 - cursor: pointer; 1593 - font-weight: 700; 1594 - color: @text; 1595 - } 1596 - 1597 - p { 1598 - margin: 10px 0 4px; 1599 - color: @muted; 1600 - } 1601 -} 1602 - 1603 -/* ========== Global Theme Background ========== */ 1604 - 1605 -html, 1606 -body { 1607 - min-height: 100%; 1608 -} 1609 - 1610 -body { 1611 - color: @text; 1612 - background: 1613 - radial-gradient(circle at 12% 8%, rgba(0, 147, 125, 0.08) 0, transparent 26%), 1614 - radial-gradient(circle at 90% 28%, rgba(7, 24, 45, 0.05) 0, transparent 30%), 1615 - linear-gradient(180deg, #fff 0, @brand-bg 42%, #fff 100%) !important; 1616 - background-attachment: fixed; 1617 -} 1618 - 1619 -/* Let the body background show through the XWiki wrappers. 1620 -#mainContentArea, 1621 -.resource-page, 1622 -.resources-index-page { 1623 - background: transparent !important; 1624 - background-image: none !important; 1625 -} 1626 -*/ 1627 -/* Remove local decorative backgrounds that compete with the global gradient. 1628 -.hero, 1629 -.hero.hero-centered, 1630 -.trust-strip, 1631 -.industry-trust-section, 1632 -.split-section, 1633 -.resource-strip, 1634 -.homepage-resource-strip, 1635 -.resource-header, 1636 -.product-section-muted, 1637 -.resources-index-page { 1638 - background: transparent !important; 1639 - background-image: none !important; 1640 -} 1641 - */ 1642 -/* Keep large panels readable, but remove their inner gradients. 1643 -.industry-trust-section .industry-trust-panel, 1644 -.cta-panel, 1645 -.resource-inline-cta, 1646 -.resource-note, 1647 -.resource-cta { 1648 - background: #fff !important; 1649 - background-image: none !important; 1650 -} */
- XWiki.StyleSheetExtension[1]
-
- cache
-
... ... @@ -1,1 +1,0 @@ 1 -long - code
-
... ... @@ -1,158 +1,0 @@ 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,1 +1,0 @@ 1 -LESS - name
-
... ... @@ -1,1 +1,0 @@ 1 -Menu - use
-
... ... @@ -1,1 +1,0 @@ 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