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, 0 added, 1 removed)
-
Objects (1 modified, 1 added, 2 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,192 +3,176 @@ 1 -{{include reference="PublicWebSite.MacrosAndVariables" /}} 2 - 3 3 {{velocity}} 4 4 #macro (displayPublicContent) 5 5 #set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome')) 6 6 {{html clean="false"}} 7 - 8 - <section class="hero hero-centered main-page-hero" aria-labelledby="hero-title">5 + ## HERO 6 + <section class="hero hero-centered" aria-labelledby="hero-title"> 9 9 <div class="container hero-inner"> 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 - 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> 17 17 <ul class="benefits"> 18 - <li> XWiki LTS upgrades</li>19 - <li> Maintenanceandsupport</li>20 - <li>Custom XWiki development</li>21 - <li> Migrations andintegrations</li>11 + <li>Smooth upgrades</li> 12 + <li>Reliable support plans</li> 13 + <li>Custom integrations</li> 14 + <li>Secure, optimized platforms</li> 22 22 </ul> 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> 16 + <div id="hero-cta"> 17 + <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">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" 28 28 </div> 29 29 </div> 30 30 </section> 31 - 32 - <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"> 33 33 <div class="container"> 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> 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> 40 40 </div> 41 41 </section> 42 - 43 - <section aria-labelledby="platform-title"> 61 + ## SERVICES 62 + #set ($servicesSectionData = [{ 63 + 'title': 'Upgrades', 64 + 'icon': 'refresh', 65 + 'content': 'Stay current with the latest XWiki LTS and keep your instance reliable.', 66 + 'items': [ 67 + 'Audit setup, extensions, and configurations', 68 + 'Test upgrades with backups and validation', 69 + 'Safe production rollout with minimal downtime' 70 + ] 71 + },{ 72 + 'title': 'Maintenance, Support & Recovery', 73 + 'icon': 'stethoscope', 74 + 'content': 'Ensure long-term stability and quick response when issues appear.', 75 + 'items': [ 76 + 'Monitoring and performance checks', 77 + 'Security patching, log analysis, triage', 78 + 'Issue recovery, data repair, hardening' 79 + ] 80 + },{ 81 + 'title': 'Development & Integrations', 82 + 'icon': 'cogs', 83 + 'content': 'Extend and connect XWiki to fit your workflow and systems.', 84 + 'items': [ 85 + 'Custom apps, macros, automation', 86 + 'SSO, REST APIs, LDAP, CRM links', 87 + 'Maintainable extensions for long-term use' 88 + ] 89 + },{ 90 + 'title': 'Hosting & Deployment', 91 + 'icon': 'cloud', 92 + 'content': 'Cloud-ready environments designed for reliability and performance.', 93 + 'items': [ 94 + 'Containerized deployment and TLS', 95 + 'Backups, restore strategy, observability', 96 + 'Optimization and load tuning' 97 + ] 98 + },{ 99 + 'title': 'Migrations to XWiki', 100 + 'icon': 'exchange', 101 + 'content': 'Move from Confluence, SharePoint, or MediaWiki to XWiki with full data integrity and structure.', 102 + 'items': [ 103 + 'Preserve hierarchy, attachments, and permissions', 104 + 'Convert macros, categories, and metadata for XWiki', 105 + 'Redirect old URLs and maintain SEO consistency' 106 + ] 107 + }]) 108 + <section class="services" aria-labelledby="services-title"> 44 44 <div class="container"> 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. 110 + <h2 id="services-title">Services</h2> 111 + <p class="lead"> 112 + All the XWiki services you need, delivered with precision and care 50 50 </p> 51 51 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> 115 + #set ($servicesSize = $servicesSectionData.size()) 116 + <div class="services-grid"> 117 + #foreach ($entry in $servicesSectionData) 118 + #set ($classes = "service") 119 + ## If this is the last item AND the total number is odd, center it 120 + #if ($foreach.count == $servicesSize && ($servicesSize % 2) == 1) 121 + #set ($classes = "service service-center") 122 + #end 72 72 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> 124 + <article class="$classes"> 125 + <div class="service-icon"> 126 + <i class="fa fa-$entry.icon" aria-hidden="true"></i> 77 77 </div> 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> 128 + <div class="service-body"> 129 + <h4>$entry.title</h4> 130 + <p>$entry.content</p> 131 + <ul> 132 + #foreach ($item in $entry.items) 133 + <li>$item</li> 134 + #end 135 + </ul> 97 97 </div> 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> 137 + </article> 138 + #end 112 112 </div> 113 113 </div> 114 114 </section> 115 - 116 - <section class=" split-section"aria-labelledby="why-title">142 + ## CTA INLINE 143 + <section id="contact" class="cta-section"> 117 117 <div class="container"> 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. 145 + <p class="text-center contact-inline"> 146 + Need help with your XWiki? <a href="$xwiki.getURL('contact.WebHome')">Contact Agnease</a>. 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> 173 173 </div> 174 174 </section> 150 + {{/html}} 151 +#end 175 175 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> 153 +#macro(requestConsultationModal) 154 + <div class="modal fade" id="requestConsultation" tabindex="-1" role="dialog"> 155 + <div class="modal-dialog"> 156 + <div class="modal-content"> 157 + <div class="modal-header"> 158 + <button type="button" class="close" data-dismiss="modal">×</button> 159 + <h4 class="modal-title">Request a consultation</h4> 185 185 </div> 161 + <div class="modal-body"> 162 + <div> 163 + ##Need help with your XWiki? <a href="mailto:alex@agnease.com">Contact Agnease</a> 164 + #displayFormFromSheetCode() 165 + </div> 166 + </div> 167 + <div class="modal-footer"> 168 + ##<input id="continueCategorySelection" type="button" class="btn btn-default" data-dismiss="modal" 169 + ## value="$escapetool.xml($services.localization.render('yesno_1'))"> 170 + </div> 186 186 </div> 187 - </section> 188 - 189 - {{/html}} 172 + </div> 173 + </div> 190 190 #end 191 191 192 192 #macro (stripHTMLMacro $displayOutput)
- main-page-hero.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Admin - Size
-
... ... @@ -1,1 +1,0 @@ 1 -959.7 KB - Content
- 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,22 +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 14 15 -@section-padding: 30px 0; 16 -@section-padding-mobile: 28px 0; 17 - 18 -/* ========== Base ========== */ 19 - 20 20 #mainContentArea { 21 21 padding: 0; 22 22 } ... ... @@ -23,175 +23,45 @@ 23 23 24 24 .container { 25 25 max-width: @maxw; 26 - margin-left: auto; 27 - margin-right: auto; 28 - padding-left: 18px; 29 - padding-right: 18px; 30 30 } 31 31 32 -html { 33 - scroll-behavior: smooth; 34 -} 35 - 36 -section { 37 - padding: @section-padding; 38 - border-top: 1px solid @line; 39 - 40 - &:first-of-type { 41 - border-top: none; 42 - } 43 -} 44 - 45 -section[id] { 46 - scroll-margin-top: 92px; 47 -} 48 - 49 -h1, 50 -h2, 51 -h3, 52 -h4 { 53 - color: @text; 54 -} 55 - 56 -h2 { 57 - text-align: center; 58 - margin-top: 0; 59 -} 60 - 61 61 .lead { 62 62 color: @muted; 63 63 text-align: center; 64 64 margin-bottom: 0; 65 65 } 66 - 67 -.section-intro { 68 - max-width: 760px; 69 - margin: 0 auto 22px; 25 +h2 { 70 70 text-align: center; 71 - color: @muted; 72 - font-size: 16px; 73 - line-height: 1.55; 74 74 } 75 75 76 -a { 77 - color: @brand; 29 +section { 30 + padding: 32px 0; 31 + border-top: 1px solid @line; 78 78 79 - &:hover, 80 - &:focus { 81 - color: @brand-strong; 33 + &:first-of-type { 34 + border-top: none; 82 82 } 83 83 } 84 84 85 -/* ========== Header / Navigation ========== */ 86 - 87 -.site-header { 88 - position: sticky; 89 - top: 0; 90 - z-index: 1000; 91 - background: fade(#fff, 96%); 92 - border-bottom: 1px solid fade(@line, 85%); 93 - backdrop-filter: blur(8px); 94 -} 95 - 96 -.header-inner { 97 - min-height: 72px; 98 - display: flex; 99 - align-items: center; 100 - justify-content: space-between; 101 - gap: 24px; 102 -} 103 - 104 -.site-nav { 105 - display: flex; 106 - align-items: center; 107 - gap: 22px; 108 - font-size: 15px; 109 - 110 - a { 111 - color: @text; 112 - text-decoration: none; 113 - font-weight: 600; 114 - 115 - &:hover, 116 - &:focus { 117 - color: @brand; 118 - text-decoration: none; 119 - } 120 - } 121 - 122 - .nav-cta { 123 - color: #fff; 124 - background: @brand; 125 - border: 1px solid @brand; 126 - border-radius: 6px; 127 - padding: 8px 14px; 128 - 129 - &:hover, 130 - &:focus { 131 - color: #fff; 132 - background: @brand-strong; 133 - border-color: @brand-strong; 134 - } 135 - } 136 -} 137 - 138 -/* ========== Buttons ========== */ 139 - 140 -.btn-primary { 141 - background: @brand; 142 - border-color: @brand; 143 - color: #fff; 144 - 145 - &:hover, 146 - &:focus { 147 - background: @brand-strong; 148 - border-color: @brand-strong; 149 - color: #fff; 150 - } 151 -} 152 - 153 -.btn-secondary { 154 - color: @brand; 155 - background: #fff; 156 - border: 1px solid fade(@brand, 35%); 157 - 158 - &:hover, 159 - &:focus { 160 - color: @brand-strong; 161 - border-color: @brand; 162 - background: @brand-bg; 163 - } 164 -} 165 - 166 -/* ========== Hero ========== */ 167 - 38 +/* ===== HERO ===== */ 168 168 .hero { 169 169 overflow: hidden; 41 + background-repeat: no-repeat; 42 + background-attachment: scroll; 170 170 171 - overflow: hidden; 172 - 173 173 &.hero-centered { 174 174 text-align: center; 175 175 background: 176 - radial-gradient(50rem 18rem at 50% -10%, @brand-soft0%, transparent 60%),47 + radial-gradient(50rem 18rem at 50% -10%, #E7FFF8 0%, transparent 60%), 177 177 radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%); 178 178 display: flex; 179 179 align-items: center; 180 180 justify-content: center; 181 - min-height: 3 30px;52 + min-height: 300px; 182 182 } 183 183 184 - &.main-page-hero { 185 - background: 186 - linear-gradient( 187 - rgba(244, 252, 250, 0.82), 188 - rgba(255, 255, 255, 0.90) 189 - ), 190 - url('/bin/download/PublicWebSite/WebHome/main-page-hero.png') center center / cover no-repeat; 191 - } 192 - 193 193 .hero-inner { 194 - max-width: 8 60px;56 + max-width: 850px; 195 195 margin: 0 auto; 196 196 display: flex; 197 197 flex-direction: column; ... ... @@ -198,20 +198,14 @@ 198 198 align-items: center; 199 199 } 200 200 201 - h1 { 202 - max-width: 790px; 203 - margin-left: auto; 204 - margin-right: auto; 205 - line-height: 1.18; 63 + #hero-cta { 64 + display: flex; 65 + gap: 0.8rem; 66 + flex-wrap: wrap; 67 + justify-content: center; 68 + margin-top: 1.3rem; 206 206 } 207 207 208 - .lead { 209 - max-width: 820px; 210 - font-size: 19px; 211 - line-height: 1.55; 212 - margin-top: 12px; 213 - } 214 - 215 215 .benefits { 216 216 display: flex; 217 217 flex-wrap: wrap; ... ... @@ -218,149 +218,61 @@ 218 218 justify-content: center; 219 219 list-style: none; 220 220 padding: 0; 221 - margin: 14px0 0;77 + margin: 0.8rem 0 0; 222 222 color: @muted; 223 223 font-size: 14px; 224 224 225 225 li + li::before { 226 226 content: "•"; 227 - margin: 0 6px;83 + margin: 0 5px; 228 228 } 229 - } 230 -} 231 231 232 -.hero-kicker { 233 - display: inline-flex; 234 - align-items: center; 235 - gap: 8px; 236 - color: @brand; 237 - background: fade(@brand, 8%); 238 - border: 1px solid fade(@brand, 18%); 239 - border-radius: 999px; 240 - padding: 6px 12px; 241 - margin-bottom: 14px; 242 - font-size: 13px; 243 - font-weight: 700; 244 -} 245 - 246 -.hero-actions, 247 -#hero-cta { 248 - display: flex; 249 - gap: 12px; 250 - flex-wrap: wrap; 251 - justify-content: center; 252 - margin-top: 22px; 253 -} 254 - 255 -/* ========== Trust Strip ========== */ 256 - 257 -.trust-strip { 258 - padding: 18px 0; 259 - border-top: 1px solid @line; 260 - background: #fff; 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; 86 + @media (max-width: 640px) { 87 + li + li::before { 88 + content: none; 89 + } 90 + li:nth-child(1)::after, 91 + li:nth-child(3)::after { 92 + content: "•"; 93 + margin: 0 5px; 94 + } 95 + } 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, 99 +/* ===== WHY CHOOSE (cards) ===== */ 292 292 .widgets { 101 + margin-top: 12px; 293 293 display: grid; 294 - grid-gap: 18px; 295 - margin-left: auto; 296 - margin-right: auto; 103 + grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); 104 + 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 { 107 +.widget { 108 + padding: 18px; 333 333 background: #fff; 334 334 border: 1px solid @line; 335 335 border-radius: @radius; 336 336 box-shadow: @shadow-sm; 337 -} 338 - 339 -/* ========== Small Widgets ========== */ 340 - 341 -.widget { 342 - padding: 18px; 113 + transition: transform .18s ease, box-shadow .18s ease; 343 343 display: flex; 344 344 flex-direction: column; 345 345 height: 100%; 346 346 118 + &:hover { 119 + transform: translateY(-2px); 120 + box-shadow: @shadow; 121 + } 122 + 347 347 .icon { 348 348 display: flex; 349 349 align-items: center; 350 350 gap: 10px; 351 - padding-bottom: 8px; 352 - margin-bottom: 10px; 353 - border-bottom: 1px solid fade(@line, 70%); 354 - 355 - i { 356 - color: @brand; 357 - } 358 - 359 - h4 { 360 - margin: 0; 361 - line-height: 1.25; 362 - color: @text; 363 - } 127 + padding-bottom: 6px; 128 + margin-bottom: 8px; 129 + border-bottom: 1px solid fade(@line, 60%); 130 + i { color: @brand; } 131 + h4 { margin: 0; line-height: 1.2; color: @text; } 364 364 } 365 365 366 366 p { ... ... @@ -370,96 +370,31 @@ 370 370 } 371 371 } 372 372 373 -/* ========== Homepage Pathway Cards ========== */ 374 - 375 -.pathway-card { 376 - padding: 24px; 377 - display: flex; 378 - flex-direction: column; 379 - min-height: 100%; 380 - 381 - .card-heading { 141 +/* ===== SERVICES ===== */ 142 +.services { 143 + .services-grid { 144 + margin-top: 20px; 382 382 display: flex; 383 - align-items: center; 384 - gap: 14px; 385 - margin-bottom: 14px; 386 - } 146 + flex-wrap: wrap; 147 + gap: 24px; 387 387 388 - .pathway-icon { 389 - width: 52px; 390 - height: 52px; 391 - border-radius: 50%; 392 - display: flex; 393 - align-items: center; 149 + /* center the whole block under the heading */ 150 + max-width: 960px; 151 + margin-left: auto; 152 + margin-right: auto; 394 394 justify-content: center; 395 - color: @brand; 396 - background: fade(@brand, 10%); 397 - font-size: 19px; 398 - flex-shrink: 0; 399 399 } 400 400 401 - h3 { 402 - margin: 0; 403 - color: @text; 404 - font-size: 22px; 405 - line-height: 1.25; 406 - } 407 - 408 - p { 409 - color: @muted; 410 - line-height: 1.55; 411 - margin: 0 0 16px; 412 - } 413 - 414 - ul { 415 - margin: 0 0 22px; 416 - padding-left: 18px; 417 - color: @muted; 418 - font-size: 14px; 419 - line-height: 1.55; 420 - } 421 - 422 - li { 423 - margin: 6px 0; 424 - } 425 - 426 - .card-link { 427 - margin-top: auto; 428 - padding-top: 4px; 429 - 430 - a { 431 - color: @brand; 432 - font-weight: 700; 433 - text-decoration: underline; 434 - 435 - &:hover, 436 - &:focus { 437 - color: @brand-strong; 438 - } 439 - } 440 - } 441 -} 442 - 443 -/* ========== Services ========== */ 444 - 445 -.services { 446 - .services-grid { 447 - max-width: 1040px; 448 - } 449 - 450 450 .service { 157 + flex: 0 1 calc(50% - 12px); 451 451 display: flex; 452 452 align-items: flex-start; 453 453 gap: 16px; 454 - padding: 22px; 455 - background: #fff; 456 - border: 1px solid @line; 457 - border-radius: @radius; 458 - box-shadow: @shadow-sm; 161 + margin-bottom: 8px; 459 459 460 460 .service-icon { 461 - width: 4 6px;462 - height: 4 6px;164 + width: 42px; 165 + height: 42px; 463 463 border-radius: 50%; 464 464 display: flex; 465 465 align-items: center; ... ... @@ -468,882 +468,67 @@ 468 468 color: @brand; 469 469 background: fade(@brand, 10%); 470 470 flex-shrink: 0; 471 - margin-top: 2px;174 + margin-top: 3px; 472 472 } 473 473 474 474 .service-body { 475 475 h4 { 476 - margin: 0 0 6px; 477 - font-size: 18px; 478 - line-height: 1.25; 179 + margin: 0 0 4px; 180 + font-size: 1.125rem; 479 479 font-weight: 800; 480 - color: @text; 481 481 } 482 - 483 483 p { 484 - margin: 0 0 8px;485 - color: @ muted;184 + margin: 0 0 6px; 185 + color: @text; 486 486 line-height: 1.5; 487 487 } 488 - 489 489 ul { 490 - margin: 9px0 0;491 - padding-left: 1 8px;189 + margin: .45rem 0 0; 190 + padding-left: 1.1rem; 492 492 color: @muted; 493 493 font-size: 13px; 494 - line-height: 1.5; 495 495 } 496 - 497 497 li { 498 - margin: 4px 0; 195 + margin: .25rem 0; 196 + line-height: 1.45; 499 499 } 500 500 } 501 501 } 502 -} 503 503 504 -/* ========== Split / Process Section ========== */ 201 + /* ==== Center last item on its own row while keeping 50% width ==== */ 202 + .service-center { 203 + /* same width as siblings */ 204 + flex: 0 1 calc(55% - 12px); 505 505 506 -.split-section { 507 - background: 508 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%); 509 -} 510 - 511 -.split-grid { 512 - display: grid; 513 - grid-template-columns: 1.1fr .9fr; 514 - grid-gap: 36px; 515 - max-width: 1040px; 516 - margin: 0 auto; 517 - align-items: center; 518 -} 519 - 520 -.split-copy { 521 - h2 { 522 - text-align: left; 523 - margin-top: 0; 206 + /* push to center */ 207 + margin-left: auto; 208 + margin-right: auto; 524 524 } 525 525 526 - p { 527 - color: @muted; 528 - line-height: 1.6; 529 - } 530 -} 531 - 532 -.process-list { 533 - counter-reset: process; 534 - margin: 0; 535 - padding: 0; 536 - list-style: none; 537 - 538 - li { 539 - counter-increment: process; 540 - position: relative; 541 - padding: 16px 16px 16px 58px; 542 - margin-bottom: 12px; 543 - background: #fff; 544 - border: 1px solid @line; 545 - border-radius: @radius; 546 - box-shadow: @shadow-sm; 547 - color: @muted; 548 - line-height: 1.5; 549 - 550 - &:before { 551 - content: counter(process); 552 - position: absolute; 553 - left: 16px; 554 - top: 16px; 555 - width: 28px; 556 - height: 28px; 557 - border-radius: 50%; 558 - background: fade(@brand, 10%); 559 - color: @brand; 560 - display: flex; 561 - align-items: center; 562 - justify-content: center; 563 - font-weight: 800; 211 + /* Mobile: 1 per row */ 212 + @media (max-width: 767px) { 213 + .services-grid { 214 + gap: 16px; 215 + max-width: 100%; 564 564 } 565 565 566 - strong { 567 - display: block; 568 - color: @text; 569 - margin-bottom: 3px; 218 + .service, 219 + .service-center { 220 + flex: 0 1 100%; 221 + margin-left: 0; 222 + margin-right: 0; 570 570 } 571 571 } 572 572 } 573 573 574 -/* ========== Resources ========== */ 575 - 576 -.resource-strip { 577 - background: @brand-bg; 578 -} 579 - 580 -.resource-card { 581 - padding: 20px; 582 - 583 - h4 { 584 - margin: 0 0 8px; 585 - color: @text; 586 - font-size: 18px; 587 - line-height: 1.25; 588 - } 589 - 590 - p { 591 - color: @muted; 592 - margin: 0 0 12px; 593 - line-height: 1.5; 594 - } 595 - 596 - a { 597 - color: @brand; 598 - font-weight: 700; 599 - } 600 -} 601 - 602 -/* ========== Homepage Resource Strip ========== */ 603 - 604 -.homepage-resource-strip { 605 - background: 606 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 70%); 607 - 608 - .resource-grid { 609 - max-width: 1040px; 610 - margin: 22px auto 0; 611 - display: grid; 612 - grid-template-columns: repeat(2, minmax(0, 1fr)); 613 - grid-gap: 22px; 614 - align-items: stretch; 615 - } 616 - 617 - .resource-card { 618 - display: flex; 619 - flex-direction: column; 620 - min-width: 0; 621 - min-height: 100%; 622 - padding: 26px; 623 - } 624 - 625 - .resource-card h4 { 626 - margin: 0 0 10px; 627 - color: @text; 628 - font-size: 21px; 629 - line-height: 1.25; 630 - font-weight: 700; 631 - } 632 - 633 - .resource-card p { 634 - margin: 0 0 18px; 635 - color: @muted; 636 - font-size: 15px; 637 - line-height: 1.6; 638 - } 639 - 640 - .resource-card a { 641 - margin-top: auto; 642 - color: @brand; 643 - font-weight: 700; 644 - text-decoration: underline; 645 - 646 - &:hover, 647 - &:focus { 648 - color: @brand-strong; 649 - } 650 - } 651 -} 652 - 653 -@media (max-width: 980px) { 654 - .homepage-resource-strip { 655 - .resource-grid { 656 - grid-template-columns: 1fr; 657 - } 658 - } 659 -} 660 - 661 -@media (max-width: 640px) { 662 - .homepage-resource-strip { 663 - .resource-card { 664 - padding: 22px; 665 - } 666 - 667 - .resource-card h4 { 668 - font-size: 19px; 669 - } 670 - } 671 -} 672 - 673 -/* ========== CTA ========== */ 674 - 227 +/* ===== CTA ===== */ 675 675 .cta-section { 676 - padding: @section-padding;229 + padding: 24px 0 16px; 677 677 678 678 .contact-inline { 679 679 margin: 0; 680 680 color: @muted; 681 - 682 - a { 683 - color: @brand; 684 - } 234 + a { color: @brand; } 685 685 } 686 686 } 687 687 688 -.cta-panel { 689 - max-width: 860px; 690 - margin: 0 auto; 691 - padding: 32px; 692 - border-radius: @radius; 693 - border: 1px solid fade(@brand, 20%); 694 - background: 695 - radial-gradient(34rem 12rem at 50% 0%, @brand-soft 0%, #fff 70%); 696 - box-shadow: @shadow-sm; 697 - text-align: center; 698 - 699 - h2 { 700 - margin-top: 0; 701 - } 702 - 703 - p { 704 - color: @muted; 705 - line-height: 1.55; 706 - } 707 -} 708 - 709 -.resource-inline-cta { 710 - display: flex; 711 - align-items: center; 712 - justify-content: space-between; 713 - gap: 22px; 714 - margin: 30px 0; 715 - padding: 20px 22px; 716 - border: 1px solid fade(@brand, 22%); 717 - border-radius: @radius; 718 - background: @brand-bg; 719 - box-shadow: @shadow-sm; 720 - 721 - p { 722 - margin: 0; 723 - color: @muted; 724 - line-height: 1.55; 725 - } 726 - 727 - strong { 728 - color: @text; 729 - } 730 - 731 - .btn { 732 - flex-shrink: 0; 733 - } 734 -} 735 - 736 -@media (max-width: 767px) { 737 - .resource-inline-cta { 738 - display: block; 739 - text-align: center; 740 - 741 - p { 742 - margin-bottom: 14px; 743 - } 744 - 745 - .btn { 746 - display: inline-block; 747 - margin-left: auto; 748 - margin-right: auto; 749 - } 750 - } 751 -} 752 - 753 -/* ========== Responsive ========== */ 754 - 755 -@media (max-width: 980px) { 756 - .widgets, 757 - .pathways, 758 - .services-grid, 759 - .resource-grid { 760 - grid-template-columns: repeat(2, minmax(0, 1fr)); 761 - } 762 - 763 - .split-grid { 764 - grid-template-columns: 1fr; 765 - } 766 - 767 - .split-copy h2 { 768 - text-align: center; 769 - } 770 -} 771 - 772 -@media (max-width: 760px) { 773 - section[id] { 774 - scroll-margin-top: 132px; 775 - } 776 - 777 - .header-inner { 778 - min-height: auto; 779 - padding-top: 14px; 780 - padding-bottom: 14px; 781 - flex-direction: column; 782 - align-items: center; 783 - gap: 12px; 784 - } 785 - 786 - .site-nav { 787 - width: 100%; 788 - justify-content: center; 789 - flex-wrap: wrap; 790 - gap: 10px 16px; 791 - font-size: 14px; 792 - 793 - .nav-cta { 794 - padding: 7px 12px; 795 - } 796 - } 797 - 798 - .hero.hero-centered { 799 - min-height: 280px; 800 - } 801 - 802 - .hero.main-page-hero { 803 - background: 804 - linear-gradient( 805 - rgba(244, 252, 250, 0.92), 806 - rgba(255, 255, 255, 0.97) 807 - ), 808 - url('/bin/download/PublicWebSite/WebHome/main-page-hero.png') center center / cover no-repeat; 809 - } 810 - 811 - .hero { 812 - .lead { 813 - font-size: 17px; 814 - } 815 - 816 - .benefits { 817 - gap: 4px 10px; 818 - 819 - li + li::before { 820 - content: none; 821 - } 822 - } 823 - } 824 -} 825 - 826 -@media (max-width: 640px) { 827 - section { 828 - padding: @section-padding-mobile; 829 - } 830 - 831 - .widgets, 832 - .pathways, 833 - .services-grid, 834 - .resource-grid { 835 - grid-template-columns: 1fr; 836 - } 837 - 838 - .pathway-card, 839 - .services .service, 840 - .resource-card, 841 - .widget { 842 - padding: 20px; 843 - } 844 - 845 - .services .service { 846 - gap: 14px; 847 - } 848 - 849 - .cta-panel { 850 - padding: 24px 20px; 851 - } 852 -} 853 - 854 -/* ========== Resource / Article Pages ========== */ 855 - 856 -.resource-page { 857 - padding-top: 0; 858 -} 859 - 860 -.resource-header { 861 - padding: @section-padding; 862 - border-top: none; 863 - background: 864 - radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%), 865 - radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%); 866 - 867 - h1 { 868 - margin: 0 auto 14px; 869 - text-align: center; 870 - line-height: 1.18; 871 - } 872 - 873 - .resource-summary { 874 - max-width: 780px; 875 - margin: 0 auto; 876 - color: @muted; 877 - text-align: center; 878 - font-size: 18px; 879 - line-height: 1.55; 880 - } 881 -} 882 - 883 -.resource-layout { 884 - display: block; 885 - max-width: 1080px; 886 - margin: 0 auto; 887 - padding-top: 28px; 888 -} 889 - 890 -.resource-layout::after { 891 - content: ""; 892 - display: block; 893 - clear: both; 894 -} 895 - 896 -.resource-content { 897 - color: @text; 898 - font-size: 16px; 899 - line-height: 1.68; 900 - 901 - h2 { 902 - text-align: left; 903 - margin: 34px 0 12px; 904 - line-height: 1.28; 905 - } 906 - 907 - h3 { 908 - margin: 24px 0 8px; 909 - line-height: 1.3; 910 - } 911 - 912 - p { 913 - margin: 0 0 16px; 914 - } 915 - 916 - ul, 917 - ol { 918 - margin: 0 0 18px; 919 - padding-left: 22px; 920 - } 921 - 922 - li { 923 - margin: 6px 0; 924 - } 925 - 926 - strong { 927 - color: @text; 928 - } 929 -} 930 - 931 -.resource-note { 932 - border-left: 4px solid @brand; 933 - background: @brand-bg; 934 - padding: 16px 18px; 935 - margin: 22px 0; 936 - border-radius: 0 @radius @radius 0; 937 - 938 - p:last-child { 939 - margin-bottom: 0; 940 - } 941 -} 942 - 943 -.resource-checklist { 944 - margin: 18px 0 24px; 945 - padding: 0; 946 - list-style: none; 947 - 948 - li { 949 - position: relative; 950 - padding: 10px 0 10px 34px; 951 - border-bottom: 1px solid @line; 952 - 953 - &:before { 954 - content: "\f00c"; 955 - font-family: FontAwesome; 956 - position: absolute; 957 - left: 0; 958 - top: 11px; 959 - color: @brand; 960 - } 961 - } 962 -} 963 - 964 -.resource-sidebar { 965 - float: right; 966 - width: 280px; 967 - margin-left: 42px; 968 - margin-bottom: 28px; 969 - position: sticky; 970 - top: 96px; 971 - border: 1px solid @line; 972 - border-radius: @radius; 973 - padding: 18px; 974 - background: #fff; 975 - box-shadow: @shadow-sm; 976 - 977 - h4 { 978 - margin: 0 0 10px; 979 - } 980 - 981 - ul { 982 - margin: 0; 983 - padding-left: 18px; 984 - color: @muted; 985 - } 986 - 987 - li { 988 - margin: 8px 0; 989 - } 990 - 991 - a { 992 - color: @brand; 993 - font-weight: 600; 994 - } 995 -} 996 - 997 -.resource-cta { 998 - display: flex; 999 - flex-direction: column; 1000 - align-items: center; 1001 - text-align: center; 1002 - 1003 - max-width: 820px; 1004 - margin: 42px auto 0; 1005 - padding: 28px 30px; 1006 - border: 1px solid fade(@brand, 20%); 1007 - border-radius: @radius; 1008 - background: @brand-bg; 1009 - 1010 - h3 { 1011 - margin-top: 0; 1012 - margin-bottom: 10px; 1013 - } 1014 - 1015 - p { 1016 - max-width: 680px; 1017 - margin-left: auto; 1018 - margin-right: auto; 1019 - color: @muted; 1020 - } 1021 - 1022 - .btn { 1023 - margin-top: 8px; 1024 - } 1025 -} 1026 - 1027 -.resource-note, 1028 -.resource-checklist, 1029 -.resource-cta { 1030 - display: flow-root; 1031 -} 1032 - 1033 -@media (max-width: 767px) { 1034 - .resource-cta { 1035 - padding: 24px 20px; 1036 - } 1037 -} 1038 - 1039 -@media (max-width: 900px) { 1040 - .resource-layout { 1041 - padding-top: 22px; 1042 - } 1043 - 1044 - .resource-sidebar { 1045 - float: none; 1046 - width: 100%; 1047 - margin-left: 0; 1048 - margin-bottom: 24px; 1049 - position: static; 1050 - } 1051 -} 1052 - 1053 -/* ========== Products / Extensions Pages ========== */ 1054 - 1055 -.product-index-section { 1056 - padding: @section-padding; 1057 - 1058 - h2 { 1059 - margin-bottom: 10px; 1060 - } 1061 -} 1062 - 1063 -.product-card-grid { 1064 - max-width: 840px; 1065 - margin: 22px auto 0; 1066 - display: grid; 1067 - grid-template-columns: 1fr; 1068 - grid-gap: 18px; 1069 -} 1070 - 1071 -.product-card { 1072 - background: #fff; 1073 - border: 1px solid @line; 1074 - border-radius: @radius; 1075 - box-shadow: @shadow-sm; 1076 - padding: 28px; 1077 - display: grid; 1078 - grid-template-columns: 68px 1fr; 1079 - grid-gap: 22px; 1080 - align-items: start; 1081 - 1082 - .product-card-icon { 1083 - width: 58px; 1084 - height: 58px; 1085 - border-radius: 50%; 1086 - background: fade(@brand, 10%); 1087 - border: 1px solid fade(@brand, 20%); 1088 - color: @brand; 1089 - display: flex; 1090 - align-items: center; 1091 - justify-content: center; 1092 - font-size: 22px; 1093 - flex-shrink: 0; 1094 - } 1095 - 1096 - h3 { 1097 - margin: 0 0 10px; 1098 - color: @text; 1099 - font-size: 23px; 1100 - line-height: 1.25; 1101 - font-weight: 800; 1102 - } 1103 - 1104 - p { 1105 - color: @muted; 1106 - line-height: 1.6; 1107 - } 1108 - 1109 - .card-link { 1110 - margin: 0; 1111 - 1112 - a { 1113 - font-weight: 700; 1114 - } 1115 - } 1116 -} 1117 - 1118 -.product-card-kicker { 1119 - margin-bottom: 10px; 1120 - padding: 5px 10px; 1121 - font-size: 12px; 1122 - text-transform: uppercase; 1123 - letter-spacing: .04em; 1124 -} 1125 - 1126 -.product-highlights { 1127 - margin: 14px 0 20px; 1128 - padding-left: 18px; 1129 - color: @muted; 1130 - 1131 - li { 1132 - margin: 6px 0; 1133 - line-height: 1.45; 1134 - } 1135 -} 1136 - 1137 -/* ========== Individual Product Pages ========== */ 1138 - 1139 -.product-layout { 1140 - display: grid; 1141 - grid-template-columns: 1.1fr .9fr; 1142 - grid-gap: 36px; 1143 - max-width: 1040px; 1144 - margin: 0 auto; 1145 - align-items: start; 1146 -} 1147 - 1148 -.product-summary-card, 1149 -.product-info-card, 1150 -.product-gallery-panel { 1151 - background: #fff; 1152 - border: 1px solid @line; 1153 - border-radius: @radius; 1154 - box-shadow: @shadow-sm; 1155 -} 1156 - 1157 -.product-summary-card { 1158 - padding: 26px; 1159 - 1160 - h2 { 1161 - text-align: left; 1162 - margin-top: 0; 1163 - } 1164 - 1165 - p { 1166 - color: @muted; 1167 - line-height: 1.6; 1168 - } 1169 - 1170 - p:last-child { 1171 - margin-bottom: 0; 1172 - } 1173 -} 1174 - 1175 -.product-info-card { 1176 - padding: 22px; 1177 - 1178 - h3 { 1179 - margin-top: 0; 1180 - margin-bottom: 12px; 1181 - } 1182 - 1183 - ul { 1184 - margin: 0; 1185 - padding-left: 20px; 1186 - color: @muted; 1187 - } 1188 - 1189 - li { 1190 - margin: 8px 0; 1191 - line-height: 1.45; 1192 - } 1193 -} 1194 - 1195 -.product-feature-grid { 1196 - display: grid; 1197 - grid-template-columns: repeat(3, minmax(0, 1fr)); 1198 - grid-gap: 18px; 1199 - max-width: 1040px; 1200 - margin: 22px auto 0; 1201 -} 1202 - 1203 -.product-feature { 1204 - background: #fff; 1205 - border: 1px solid @line; 1206 - border-radius: @radius; 1207 - box-shadow: @shadow-sm; 1208 - padding: 22px; 1209 - 1210 - .feature-heading { 1211 - display: flex; 1212 - align-items: center; 1213 - gap: 14px; 1214 - margin-bottom: 14px; 1215 - } 1216 - 1217 - .feature-icon { 1218 - width: 46px; 1219 - height: 46px; 1220 - border-radius: 50%; 1221 - background: fade(@brand, 10%); 1222 - color: @brand; 1223 - display: flex; 1224 - align-items: center; 1225 - justify-content: center; 1226 - font-size: 18px; 1227 - flex-shrink: 0; 1228 - } 1229 - 1230 - h3 { 1231 - margin: 0; 1232 - color: @text; 1233 - font-size: 18px; 1234 - line-height: 1.25; 1235 - } 1236 - 1237 - p { 1238 - margin: 0; 1239 - color: @muted; 1240 - line-height: 1.5; 1241 - } 1242 -} 1243 - 1244 -.product-gallery-panel { 1245 - max-width: 1040px; 1246 - margin: 20px auto 0; 1247 - padding: 26px; 1248 - 1249 - h2 { 1250 - margin-top: 0; 1251 - text-align: center; 1252 - } 1253 - 1254 - .gallery-note { 1255 - max-width: 700px; 1256 - margin: 0 auto 18px; 1257 - color: @muted; 1258 - text-align: center; 1259 - line-height: 1.55; 1260 - } 1261 -} 1262 - 1263 -.product-gallery-placeholder { 1264 - min-height: 260px; 1265 - padding: 28px; 1266 - border: 1px dashed fade(@brand, 40%); 1267 - border-radius: @radius; 1268 - background: fade(@brand, 5%); 1269 - color: @muted; 1270 - text-align: center; 1271 - display: flex; 1272 - align-items: center; 1273 - justify-content: center; 1274 -} 1275 - 1276 -.product-section-muted { 1277 - background: 1278 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%); 1279 -} 1280 - 1281 -@media (max-width: 980px) { 1282 - .product-layout, 1283 - .product-feature-grid { 1284 - grid-template-columns: 1fr; 1285 - } 1286 - 1287 - .product-summary-card h2 { 1288 - text-align: center; 1289 - } 1290 -} 1291 - 1292 -@media (max-width: 640px) { 1293 - .product-card { 1294 - grid-template-columns: 1fr; 1295 - padding: 22px; 1296 - text-align: left; 1297 - 1298 - .product-card-icon { 1299 - margin-bottom: 2px; 1300 - } 1301 - } 1302 - 1303 - .product-summary-card, 1304 - .product-info-card, 1305 - .product-feature, 1306 - .product-gallery-panel { 1307 - padding: 20px; 1308 - } 1309 -} 1310 - 1311 -/* ========== Resources Index ========== */ 1312 - 1313 -.resources-index-page { 1314 - background: #fff; 1315 - 1316 - .services-grid { 1317 - grid-template-columns: repeat(2, minmax(0, 1fr)); 1318 - } 1319 -} 1320 - 1321 -@media (max-width: 980px) { 1322 - .resources-index-page { 1323 - .services-grid { 1324 - grid-template-columns: 1fr; 1325 - } 1326 - } 1327 -} 1328 - 1329 -@media (max-width: 767px) { 1330 - .resources-index-page { 1331 - padding: @section-padding-mobile; 1332 - } 1333 -} 1334 - 1335 -.resource-faq-item { 1336 - border-bottom: 1px solid @line; 1337 - padding: 12px 0; 1338 - 1339 - summary { 1340 - cursor: pointer; 1341 - font-weight: 700; 1342 - color: @text; 1343 - } 1344 - 1345 - p { 1346 - margin: 10px 0 4px; 1347 - color: @muted; 1348 - } 1349 -}
- 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