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 -1.0 MB - 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,213 +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; 170 - position: relative; 41 + background-repeat: no-repeat; 42 + background-attachment: scroll; 171 171 172 172 &.hero-centered { 173 173 text-align: center; 174 174 background: 175 - radial-gradient(50rem 18rem at 50% -10%, @brand-soft0%, transparent 60%),47 + radial-gradient(50rem 18rem at 50% -10%, #E7FFF8 0%, transparent 60%), 176 176 radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%); 177 177 display: flex; 178 178 align-items: center; 179 179 justify-content: center; 180 - min-height: 3 30px;52 + min-height: 300px; 181 181 } 182 182 183 - &.main-page-hero { 184 - background: 185 - linear-gradient( 186 - rgba(244, 252, 250, 0.40), 187 - rgba(255, 255, 255, 0.50) 188 - ), 189 - url('/bin/download/PublicWebSite/WebHome/main-page-hero.png') center center / cover no-repeat; 190 - 191 - &::before, 192 - &::after { 193 - content: ""; 194 - position: absolute; 195 - pointer-events: none; 196 - z-index: 1; 197 - } 198 - 199 - /* Fade left and right image edges into the page background */ 200 - &::before { 201 - inset: 0; 202 - background: 203 - linear-gradient( 204 - 90deg, 205 - #fff 0%, 206 - rgba(255, 255, 255, 0) 13%, 207 - rgba(255, 255, 255, 0) 87%, 208 - #fff 100% 209 - ); 210 - } 211 - 212 - /* Fade bottom edge into white before the next section */ 213 - &::after { 214 - left: 0; 215 - right: 0; 216 - bottom: 0; 217 - height: 90px; 218 - background: linear-gradient( 219 - 180deg, 220 - rgba(255, 255, 255, 0) 0%, 221 - #fff 100% 222 - ); 223 - } 224 - 225 - .hero-inner { 226 - position: relative; 227 - z-index: 2; 228 - } 229 - } 230 - 231 231 .hero-inner { 232 - max-width: 8 60px;56 + max-width: 850px; 233 233 margin: 0 auto; 234 234 display: flex; 235 235 flex-direction: column; ... ... @@ -236,20 +236,14 @@ 236 236 align-items: center; 237 237 } 238 238 239 - h1 { 240 - max-width: 790px; 241 - margin-left: auto; 242 - margin-right: auto; 243 - 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; 244 244 } 245 245 246 - .lead { 247 - max-width: 820px; 248 - font-size: 19px; 249 - line-height: 1.55; 250 - margin-top: 12px; 251 - } 252 - 253 253 .benefits { 254 254 display: flex; 255 255 flex-wrap: wrap; ... ... @@ -256,149 +256,61 @@ 256 256 justify-content: center; 257 257 list-style: none; 258 258 padding: 0; 259 - margin: 14px0 0;77 + margin: 0.8rem 0 0; 260 260 color: @muted; 261 261 font-size: 14px; 262 262 263 263 li + li::before { 264 264 content: "•"; 265 - margin: 0 6px;83 + margin: 0 5px; 266 266 } 267 - } 268 -} 269 269 270 -.hero-kicker { 271 - display: inline-flex; 272 - align-items: center; 273 - gap: 8px; 274 - color: @brand; 275 - background: fade(@brand, 8%); 276 - border: 1px solid fade(@brand, 18%); 277 - border-radius: 999px; 278 - padding: 6px 12px; 279 - margin-bottom: 14px; 280 - font-size: 13px; 281 - font-weight: 700; 282 -} 283 - 284 -.hero-actions, 285 -#hero-cta { 286 - display: flex; 287 - gap: 12px; 288 - flex-wrap: wrap; 289 - justify-content: center; 290 - margin-top: 22px; 291 -} 292 - 293 -/* ========== Trust Strip ========== */ 294 - 295 -.trust-strip { 296 - padding: 18px 0; 297 - border-top: 1px solid @line; 298 - background: #fff; 299 - 300 - ul { 301 - max-width: 960px; 302 - margin: 0 auto; 303 - padding: 0; 304 - list-style: none; 305 - display: flex; 306 - justify-content: center; 307 - gap: 22px; 308 - flex-wrap: wrap; 309 - color: @muted; 310 - 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 + } 311 311 } 312 - 313 - li { 314 - display: flex; 315 - align-items: center; 316 - gap: 7px; 317 - } 318 - 319 - i { 320 - color: @brand; 321 - } 322 322 } 323 323 324 -/* ========== Reusable Grids ========== */ 325 - 326 -.card-grid, 327 -.pathways, 328 -.services-grid, 329 -.resource-grid, 99 +/* ===== WHY CHOOSE (cards) ===== */ 330 330 .widgets { 101 + margin-top: 12px; 331 331 display: grid; 332 - grid-gap: 18px; 333 - margin-left: auto; 334 - margin-right: auto; 103 + grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); 104 + grid-gap: 16px; 335 335 } 336 336 337 -.card-grid, 338 -.pathways, 339 -.services-grid { 340 - grid-template-columns: repeat(3, minmax(0, 1fr)); 341 - max-width: 1040px; 342 - margin-top: 22px; 343 -} 344 - 345 -.resource-grid { 346 - grid-template-columns: repeat(2, minmax(0, 1fr)); 347 - max-width: 1040px; 348 - margin-top: 22px; 349 -} 350 - 351 -.widgets { 352 - grid-template-columns: repeat(4, minmax(0, 1fr)); 353 - max-width: 1040px; 354 - margin-top: 20px; 355 -} 356 - 357 -.card-grid > *, 358 -.pathways > *, 359 -.services-grid > *, 360 -.resource-grid > *, 361 -.widgets > * { 362 - min-width: 0; 363 -} 364 - 365 -/* ========== Shared Card Style ========== */ 366 - 367 -.widget, 368 -.pathway-card, 369 -.service-card, 370 -.resource-card { 107 +.widget { 108 + padding: 18px; 371 371 background: #fff; 372 372 border: 1px solid @line; 373 373 border-radius: @radius; 374 374 box-shadow: @shadow-sm; 375 -} 376 - 377 -/* ========== Small Widgets ========== */ 378 - 379 -.widget { 380 - padding: 18px; 113 + transition: transform .18s ease, box-shadow .18s ease; 381 381 display: flex; 382 382 flex-direction: column; 383 383 height: 100%; 384 384 118 + &:hover { 119 + transform: translateY(-2px); 120 + box-shadow: @shadow; 121 + } 122 + 385 385 .icon { 386 386 display: flex; 387 387 align-items: center; 388 388 gap: 10px; 389 - padding-bottom: 8px; 390 - margin-bottom: 10px; 391 - border-bottom: 1px solid fade(@line, 70%); 392 - 393 - i { 394 - color: @brand; 395 - } 396 - 397 - h4 { 398 - margin: 0; 399 - line-height: 1.25; 400 - color: @text; 401 - } 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; } 402 402 } 403 403 404 404 p { ... ... @@ -408,96 +408,31 @@ 408 408 } 409 409 } 410 410 411 -/* ========== Homepage Pathway Cards ========== */ 412 - 413 -.pathway-card { 414 - padding: 24px; 415 - display: flex; 416 - flex-direction: column; 417 - min-height: 100%; 418 - 419 - .card-heading { 141 +/* ===== SERVICES ===== */ 142 +.services { 143 + .services-grid { 144 + margin-top: 20px; 420 420 display: flex; 421 - align-items: center; 422 - gap: 14px; 423 - margin-bottom: 14px; 424 - } 146 + flex-wrap: wrap; 147 + gap: 24px; 425 425 426 - .pathway-icon { 427 - width: 52px; 428 - height: 52px; 429 - border-radius: 50%; 430 - display: flex; 431 - align-items: center; 149 + /* center the whole block under the heading */ 150 + max-width: 960px; 151 + margin-left: auto; 152 + margin-right: auto; 432 432 justify-content: center; 433 - color: @brand; 434 - background: fade(@brand, 10%); 435 - font-size: 19px; 436 - flex-shrink: 0; 437 437 } 438 438 439 - h3 { 440 - margin: 0; 441 - color: @text; 442 - font-size: 22px; 443 - line-height: 1.25; 444 - } 445 - 446 - p { 447 - color: @muted; 448 - line-height: 1.55; 449 - margin: 0 0 16px; 450 - } 451 - 452 - ul { 453 - margin: 0 0 22px; 454 - padding-left: 18px; 455 - color: @muted; 456 - font-size: 14px; 457 - line-height: 1.55; 458 - } 459 - 460 - li { 461 - margin: 6px 0; 462 - } 463 - 464 - .card-link { 465 - margin-top: auto; 466 - padding-top: 4px; 467 - 468 - a { 469 - color: @brand; 470 - font-weight: 700; 471 - text-decoration: underline; 472 - 473 - &:hover, 474 - &:focus { 475 - color: @brand-strong; 476 - } 477 - } 478 - } 479 -} 480 - 481 -/* ========== Services ========== */ 482 - 483 -.services { 484 - .services-grid { 485 - max-width: 1040px; 486 - } 487 - 488 488 .service { 157 + flex: 0 1 calc(50% - 12px); 489 489 display: flex; 490 490 align-items: flex-start; 491 491 gap: 16px; 492 - padding: 22px; 493 - background: #fff; 494 - border: 1px solid @line; 495 - border-radius: @radius; 496 - box-shadow: @shadow-sm; 161 + margin-bottom: 8px; 497 497 498 498 .service-icon { 499 - width: 4 6px;500 - height: 4 6px;164 + width: 42px; 165 + height: 42px; 501 501 border-radius: 50%; 502 502 display: flex; 503 503 align-items: center; ... ... @@ -506,882 +506,66 @@ 506 506 color: @brand; 507 507 background: fade(@brand, 10%); 508 508 flex-shrink: 0; 509 - margin-top: 2px;174 + margin-top: 3px; 510 510 } 511 511 512 512 .service-body { 513 513 h4 { 514 - margin: 0 0 6px; 515 - font-size: 18px; 516 - line-height: 1.25; 179 + margin: 0 0 4px; 180 + font-size: 1.125rem; 517 517 font-weight: 800; 518 - color: @text; 519 519 } 520 - 521 521 p { 522 - margin: 0 0 8px;523 - color: @ muted;184 + margin: 0 0 6px; 185 + color: @text; 524 524 line-height: 1.5; 525 525 } 526 - 527 527 ul { 528 - margin: 9px0 0;529 - padding-left: 1 8px;189 + margin: .45rem 0 0; 190 + padding-left: 1.1rem; 530 530 color: @muted; 531 531 font-size: 13px; 532 - line-height: 1.5; 533 533 } 534 - 535 535 li { 536 - margin: 4px 0; 195 + margin: .25rem 0; 196 + line-height: 1.45; 537 537 } 538 538 } 539 539 } 540 -} 541 541 542 -/* ========== 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); 543 543 544 -.split-section { 545 - background: 546 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%); 547 -} 548 - 549 -.split-grid { 550 - display: grid; 551 - grid-template-columns: 1.1fr .9fr; 552 - grid-gap: 36px; 553 - max-width: 1040px; 554 - margin: 0 auto; 555 - align-items: center; 556 -} 557 - 558 -.split-copy { 559 - h2 { 560 - text-align: left; 561 - margin-top: 0; 206 + /* push to center */ 207 + margin-left: auto; 208 + margin-right: auto; 562 562 } 563 563 564 - p { 565 - color: @muted; 566 - line-height: 1.6; 567 - } 568 -} 569 - 570 -.process-list { 571 - counter-reset: process; 572 - margin: 0; 573 - padding: 0; 574 - list-style: none; 575 - 576 - li { 577 - counter-increment: process; 578 - position: relative; 579 - padding: 16px 16px 16px 58px; 580 - margin-bottom: 12px; 581 - background: #fff; 582 - border: 1px solid @line; 583 - border-radius: @radius; 584 - box-shadow: @shadow-sm; 585 - color: @muted; 586 - line-height: 1.5; 587 - 588 - &:before { 589 - content: counter(process); 590 - position: absolute; 591 - left: 16px; 592 - top: 16px; 593 - width: 28px; 594 - height: 28px; 595 - border-radius: 50%; 596 - background: fade(@brand, 10%); 597 - color: @brand; 598 - display: flex; 599 - align-items: center; 600 - justify-content: center; 601 - font-weight: 800; 211 + /* Mobile: 1 per row */ 212 + @media (max-width: 767px) { 213 + .services-grid { 214 + gap: 16px; 215 + max-width: 100%; 602 602 } 603 603 604 - strong { 605 - display: block; 606 - color: @text; 607 - margin-bottom: 3px; 218 + .service, 219 + .service-center { 220 + flex: 0 1 100%; 221 + margin-left: 0; 222 + margin-right: 0; 608 608 } 609 609 } 610 610 } 611 611 612 -/* ========== Resources ========== */ 613 - 614 -.resource-strip { 615 - background: @brand-bg; 616 -} 617 - 618 -.resource-card { 619 - padding: 20px; 620 - 621 - h4 { 622 - margin: 0 0 8px; 623 - color: @text; 624 - font-size: 18px; 625 - line-height: 1.25; 626 - } 627 - 628 - p { 629 - color: @muted; 630 - margin: 0 0 12px; 631 - line-height: 1.5; 632 - } 633 - 634 - a { 635 - color: @brand; 636 - font-weight: 700; 637 - } 638 -} 639 - 640 -/* ========== Homepage Resource Strip ========== */ 641 - 642 -.homepage-resource-strip { 643 - background: 644 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 70%); 645 - 646 - .resource-grid { 647 - max-width: 1040px; 648 - margin: 22px auto 0; 649 - display: grid; 650 - grid-template-columns: repeat(2, minmax(0, 1fr)); 651 - grid-gap: 22px; 652 - align-items: stretch; 653 - } 654 - 655 - .resource-card { 656 - display: flex; 657 - flex-direction: column; 658 - min-width: 0; 659 - min-height: 100%; 660 - padding: 26px; 661 - } 662 - 663 - .resource-card h4 { 664 - margin: 0 0 10px; 665 - color: @text; 666 - font-size: 21px; 667 - line-height: 1.25; 668 - font-weight: 700; 669 - } 670 - 671 - .resource-card p { 672 - margin: 0 0 18px; 673 - color: @muted; 674 - font-size: 15px; 675 - line-height: 1.6; 676 - } 677 - 678 - .resource-card a { 679 - margin-top: auto; 680 - color: @brand; 681 - font-weight: 700; 682 - text-decoration: underline; 683 - 684 - &:hover, 685 - &:focus { 686 - color: @brand-strong; 687 - } 688 - } 689 -} 690 - 691 -@media (max-width: 980px) { 692 - .homepage-resource-strip { 693 - .resource-grid { 694 - grid-template-columns: 1fr; 695 - } 696 - } 697 -} 698 - 699 -@media (max-width: 640px) { 700 - .homepage-resource-strip { 701 - .resource-card { 702 - padding: 22px; 703 - } 704 - 705 - .resource-card h4 { 706 - font-size: 19px; 707 - } 708 - } 709 -} 710 - 711 -/* ========== CTA ========== */ 712 - 227 +/* ===== CTA ===== */ 713 713 .cta-section { 714 - padding: @section-padding;229 + padding: 24px 0 16px; 715 715 716 716 .contact-inline { 717 717 margin: 0; 718 718 color: @muted; 719 - 720 - a { 721 - color: @brand; 722 - } 234 + a { color: @brand; } 723 723 } 724 724 } 725 - 726 -.cta-panel { 727 - max-width: 860px; 728 - margin: 0 auto; 729 - padding: 32px; 730 - border-radius: @radius; 731 - border: 1px solid fade(@brand, 20%); 732 - background: 733 - radial-gradient(34rem 12rem at 50% 0%, @brand-soft 0%, #fff 70%); 734 - box-shadow: @shadow-sm; 735 - text-align: center; 736 - 737 - h2 { 738 - margin-top: 0; 739 - } 740 - 741 - p { 742 - color: @muted; 743 - line-height: 1.55; 744 - } 745 -} 746 - 747 -.resource-inline-cta { 748 - display: flex; 749 - align-items: center; 750 - justify-content: space-between; 751 - gap: 22px; 752 - margin: 30px 0; 753 - padding: 20px 22px; 754 - border: 1px solid fade(@brand, 22%); 755 - border-radius: @radius; 756 - background: @brand-bg; 757 - box-shadow: @shadow-sm; 758 - 759 - p { 760 - margin: 0; 761 - color: @muted; 762 - line-height: 1.55; 763 - } 764 - 765 - strong { 766 - color: @text; 767 - } 768 - 769 - .btn { 770 - flex-shrink: 0; 771 - } 772 -} 773 - 774 -@media (max-width: 767px) { 775 - .resource-inline-cta { 776 - display: block; 777 - text-align: center; 778 - 779 - p { 780 - margin-bottom: 14px; 781 - } 782 - 783 - .btn { 784 - display: inline-block; 785 - margin-left: auto; 786 - margin-right: auto; 787 - } 788 - } 789 -} 790 - 791 -/* ========== Responsive ========== */ 792 - 793 -@media (max-width: 980px) { 794 - .widgets, 795 - .pathways, 796 - .services-grid, 797 - .resource-grid { 798 - grid-template-columns: repeat(2, minmax(0, 1fr)); 799 - } 800 - 801 - .split-grid { 802 - grid-template-columns: 1fr; 803 - } 804 - 805 - .split-copy h2 { 806 - text-align: center; 807 - } 808 -} 809 - 810 -@media (max-width: 760px) { 811 - section[id] { 812 - scroll-margin-top: 132px; 813 - } 814 - 815 - .header-inner { 816 - min-height: auto; 817 - padding-top: 14px; 818 - padding-bottom: 14px; 819 - flex-direction: column; 820 - align-items: center; 821 - gap: 12px; 822 - } 823 - 824 - .site-nav { 825 - width: 100%; 826 - justify-content: center; 827 - flex-wrap: wrap; 828 - gap: 10px 16px; 829 - font-size: 14px; 830 - 831 - .nav-cta { 832 - padding: 7px 12px; 833 - } 834 - } 835 - 836 - .hero.hero-centered { 837 - min-height: 280px; 838 - } 839 - 840 - .hero.main-page-hero { 841 - background: 842 - linear-gradient( 843 - rgba(244, 252, 250, 0.92), 844 - rgba(255, 255, 255, 0.97) 845 - ), 846 - url('/bin/download/PublicWebSite/WebHome/main-page-hero.png') center center / cover no-repeat; 847 - } 848 - 849 - .hero { 850 - .lead { 851 - font-size: 17px; 852 - } 853 - 854 - .benefits { 855 - gap: 4px 10px; 856 - 857 - li + li::before { 858 - content: none; 859 - } 860 - } 861 - } 862 -} 863 - 864 -@media (max-width: 640px) { 865 - section { 866 - padding: @section-padding-mobile; 867 - } 868 - 869 - .widgets, 870 - .pathways, 871 - .services-grid, 872 - .resource-grid { 873 - grid-template-columns: 1fr; 874 - } 875 - 876 - .pathway-card, 877 - .services .service, 878 - .resource-card, 879 - .widget { 880 - padding: 20px; 881 - } 882 - 883 - .services .service { 884 - gap: 14px; 885 - } 886 - 887 - .cta-panel { 888 - padding: 24px 20px; 889 - } 890 -} 891 - 892 -/* ========== Resource / Article Pages ========== */ 893 - 894 -.resource-page { 895 - padding-top: 0; 896 -} 897 - 898 -.resource-header { 899 - padding: @section-padding; 900 - border-top: none; 901 - background: 902 - radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%), 903 - radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%); 904 - 905 - h1 { 906 - margin: 0 auto 14px; 907 - text-align: center; 908 - line-height: 1.18; 909 - } 910 - 911 - .resource-summary { 912 - max-width: 780px; 913 - margin: 0 auto; 914 - color: @muted; 915 - text-align: center; 916 - font-size: 18px; 917 - line-height: 1.55; 918 - } 919 -} 920 - 921 -.resource-layout { 922 - display: block; 923 - max-width: 1080px; 924 - margin: 0 auto; 925 - padding-top: 28px; 926 -} 927 - 928 -.resource-layout::after { 929 - content: ""; 930 - display: block; 931 - clear: both; 932 -} 933 - 934 -.resource-content { 935 - color: @text; 936 - font-size: 16px; 937 - line-height: 1.68; 938 - 939 - h2 { 940 - text-align: left; 941 - margin: 34px 0 12px; 942 - line-height: 1.28; 943 - } 944 - 945 - h3 { 946 - margin: 24px 0 8px; 947 - line-height: 1.3; 948 - } 949 - 950 - p { 951 - margin: 0 0 16px; 952 - } 953 - 954 - ul, 955 - ol { 956 - margin: 0 0 18px; 957 - padding-left: 22px; 958 - } 959 - 960 - li { 961 - margin: 6px 0; 962 - } 963 - 964 - strong { 965 - color: @text; 966 - } 967 -} 968 - 969 -.resource-note { 970 - border-left: 4px solid @brand; 971 - background: @brand-bg; 972 - padding: 16px 18px; 973 - margin: 22px 0; 974 - border-radius: 0 @radius @radius 0; 975 - 976 - p:last-child { 977 - margin-bottom: 0; 978 - } 979 -} 980 - 981 -.resource-checklist { 982 - margin: 18px 0 24px; 983 - padding: 0; 984 - list-style: none; 985 - 986 - li { 987 - position: relative; 988 - padding: 10px 0 10px 34px; 989 - border-bottom: 1px solid @line; 990 - 991 - &:before { 992 - content: "\f00c"; 993 - font-family: FontAwesome; 994 - position: absolute; 995 - left: 0; 996 - top: 11px; 997 - color: @brand; 998 - } 999 - } 1000 -} 1001 - 1002 -.resource-sidebar { 1003 - float: right; 1004 - width: 280px; 1005 - margin-left: 42px; 1006 - margin-bottom: 28px; 1007 - position: sticky; 1008 - top: 96px; 1009 - border: 1px solid @line; 1010 - border-radius: @radius; 1011 - padding: 18px; 1012 - background: #fff; 1013 - box-shadow: @shadow-sm; 1014 - 1015 - h4 { 1016 - margin: 0 0 10px; 1017 - } 1018 - 1019 - ul { 1020 - margin: 0; 1021 - padding-left: 18px; 1022 - color: @muted; 1023 - } 1024 - 1025 - li { 1026 - margin: 8px 0; 1027 - } 1028 - 1029 - a { 1030 - color: @brand; 1031 - font-weight: 600; 1032 - } 1033 -} 1034 - 1035 -.resource-cta { 1036 - display: flex; 1037 - flex-direction: column; 1038 - align-items: center; 1039 - text-align: center; 1040 - 1041 - max-width: 820px; 1042 - margin: 42px auto 0; 1043 - padding: 28px 30px; 1044 - border: 1px solid fade(@brand, 20%); 1045 - border-radius: @radius; 1046 - background: @brand-bg; 1047 - 1048 - h3 { 1049 - margin-top: 0; 1050 - margin-bottom: 10px; 1051 - } 1052 - 1053 - p { 1054 - max-width: 680px; 1055 - margin-left: auto; 1056 - margin-right: auto; 1057 - color: @muted; 1058 - } 1059 - 1060 - .btn { 1061 - margin-top: 8px; 1062 - } 1063 -} 1064 - 1065 -.resource-note, 1066 -.resource-checklist, 1067 -.resource-cta { 1068 - display: flow-root; 1069 -} 1070 - 1071 -@media (max-width: 767px) { 1072 - .resource-cta { 1073 - padding: 24px 20px; 1074 - } 1075 -} 1076 - 1077 -@media (max-width: 900px) { 1078 - .resource-layout { 1079 - padding-top: 22px; 1080 - } 1081 - 1082 - .resource-sidebar { 1083 - float: none; 1084 - width: 100%; 1085 - margin-left: 0; 1086 - margin-bottom: 24px; 1087 - position: static; 1088 - } 1089 -} 1090 - 1091 -/* ========== Products / Extensions Pages ========== */ 1092 - 1093 -.product-index-section { 1094 - padding: @section-padding; 1095 - 1096 - h2 { 1097 - margin-bottom: 10px; 1098 - } 1099 -} 1100 - 1101 -.product-card-grid { 1102 - max-width: 840px; 1103 - margin: 22px auto 0; 1104 - display: grid; 1105 - grid-template-columns: 1fr; 1106 - grid-gap: 18px; 1107 -} 1108 - 1109 -.product-card { 1110 - background: #fff; 1111 - border: 1px solid @line; 1112 - border-radius: @radius; 1113 - box-shadow: @shadow-sm; 1114 - padding: 28px; 1115 - display: grid; 1116 - grid-template-columns: 68px 1fr; 1117 - grid-gap: 22px; 1118 - align-items: start; 1119 - 1120 - .product-card-icon { 1121 - width: 58px; 1122 - height: 58px; 1123 - border-radius: 50%; 1124 - background: fade(@brand, 10%); 1125 - border: 1px solid fade(@brand, 20%); 1126 - color: @brand; 1127 - display: flex; 1128 - align-items: center; 1129 - justify-content: center; 1130 - font-size: 22px; 1131 - flex-shrink: 0; 1132 - } 1133 - 1134 - h3 { 1135 - margin: 0 0 10px; 1136 - color: @text; 1137 - font-size: 23px; 1138 - line-height: 1.25; 1139 - font-weight: 800; 1140 - } 1141 - 1142 - p { 1143 - color: @muted; 1144 - line-height: 1.6; 1145 - } 1146 - 1147 - .card-link { 1148 - margin: 0; 1149 - 1150 - a { 1151 - font-weight: 700; 1152 - } 1153 - } 1154 -} 1155 - 1156 -.product-card-kicker { 1157 - margin-bottom: 10px; 1158 - padding: 5px 10px; 1159 - font-size: 12px; 1160 - text-transform: uppercase; 1161 - letter-spacing: .04em; 1162 -} 1163 - 1164 -.product-highlights { 1165 - margin: 14px 0 20px; 1166 - padding-left: 18px; 1167 - color: @muted; 1168 - 1169 - li { 1170 - margin: 6px 0; 1171 - line-height: 1.45; 1172 - } 1173 -} 1174 - 1175 -/* ========== Individual Product Pages ========== */ 1176 - 1177 -.product-layout { 1178 - display: grid; 1179 - grid-template-columns: 1.1fr .9fr; 1180 - grid-gap: 36px; 1181 - max-width: 1040px; 1182 - margin: 0 auto; 1183 - align-items: start; 1184 -} 1185 - 1186 -.product-summary-card, 1187 -.product-info-card, 1188 -.product-gallery-panel { 1189 - background: #fff; 1190 - border: 1px solid @line; 1191 - border-radius: @radius; 1192 - box-shadow: @shadow-sm; 1193 -} 1194 - 1195 -.product-summary-card { 1196 - padding: 26px; 1197 - 1198 - h2 { 1199 - text-align: left; 1200 - margin-top: 0; 1201 - } 1202 - 1203 - p { 1204 - color: @muted; 1205 - line-height: 1.6; 1206 - } 1207 - 1208 - p:last-child { 1209 - margin-bottom: 0; 1210 - } 1211 -} 1212 - 1213 -.product-info-card { 1214 - padding: 22px; 1215 - 1216 - h3 { 1217 - margin-top: 0; 1218 - margin-bottom: 12px; 1219 - } 1220 - 1221 - ul { 1222 - margin: 0; 1223 - padding-left: 20px; 1224 - color: @muted; 1225 - } 1226 - 1227 - li { 1228 - margin: 8px 0; 1229 - line-height: 1.45; 1230 - } 1231 -} 1232 - 1233 -.product-feature-grid { 1234 - display: grid; 1235 - grid-template-columns: repeat(3, minmax(0, 1fr)); 1236 - grid-gap: 18px; 1237 - max-width: 1040px; 1238 - margin: 22px auto 0; 1239 -} 1240 - 1241 -.product-feature { 1242 - background: #fff; 1243 - border: 1px solid @line; 1244 - border-radius: @radius; 1245 - box-shadow: @shadow-sm; 1246 - padding: 22px; 1247 - 1248 - .feature-heading { 1249 - display: flex; 1250 - align-items: center; 1251 - gap: 14px; 1252 - margin-bottom: 14px; 1253 - } 1254 - 1255 - .feature-icon { 1256 - width: 46px; 1257 - height: 46px; 1258 - border-radius: 50%; 1259 - background: fade(@brand, 10%); 1260 - color: @brand; 1261 - display: flex; 1262 - align-items: center; 1263 - justify-content: center; 1264 - font-size: 18px; 1265 - flex-shrink: 0; 1266 - } 1267 - 1268 - h3 { 1269 - margin: 0; 1270 - color: @text; 1271 - font-size: 18px; 1272 - line-height: 1.25; 1273 - } 1274 - 1275 - p { 1276 - margin: 0; 1277 - color: @muted; 1278 - line-height: 1.5; 1279 - } 1280 -} 1281 - 1282 -.product-gallery-panel { 1283 - max-width: 1040px; 1284 - margin: 20px auto 0; 1285 - padding: 26px; 1286 - 1287 - h2 { 1288 - margin-top: 0; 1289 - text-align: center; 1290 - } 1291 - 1292 - .gallery-note { 1293 - max-width: 700px; 1294 - margin: 0 auto 18px; 1295 - color: @muted; 1296 - text-align: center; 1297 - line-height: 1.55; 1298 - } 1299 -} 1300 - 1301 -.product-gallery-placeholder { 1302 - min-height: 260px; 1303 - padding: 28px; 1304 - border: 1px dashed fade(@brand, 40%); 1305 - border-radius: @radius; 1306 - background: fade(@brand, 5%); 1307 - color: @muted; 1308 - text-align: center; 1309 - display: flex; 1310 - align-items: center; 1311 - justify-content: center; 1312 -} 1313 - 1314 -.product-section-muted { 1315 - background: 1316 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%); 1317 -} 1318 - 1319 -@media (max-width: 980px) { 1320 - .product-layout, 1321 - .product-feature-grid { 1322 - grid-template-columns: 1fr; 1323 - } 1324 - 1325 - .product-summary-card h2 { 1326 - text-align: center; 1327 - } 1328 -} 1329 - 1330 -@media (max-width: 640px) { 1331 - .product-card { 1332 - grid-template-columns: 1fr; 1333 - padding: 22px; 1334 - text-align: left; 1335 - 1336 - .product-card-icon { 1337 - margin-bottom: 2px; 1338 - } 1339 - } 1340 - 1341 - .product-summary-card, 1342 - .product-info-card, 1343 - .product-feature, 1344 - .product-gallery-panel { 1345 - padding: 20px; 1346 - } 1347 -} 1348 - 1349 -/* ========== Resources Index ========== */ 1350 - 1351 -.resources-index-page { 1352 - background: #fff; 1353 - 1354 - .services-grid { 1355 - grid-template-columns: repeat(2, minmax(0, 1fr)); 1356 - } 1357 -} 1358 - 1359 -@media (max-width: 980px) { 1360 - .resources-index-page { 1361 - .services-grid { 1362 - grid-template-columns: 1fr; 1363 - } 1364 - } 1365 -} 1366 - 1367 -@media (max-width: 767px) { 1368 - .resources-index-page { 1369 - padding: @section-padding-mobile; 1370 - } 1371 -} 1372 - 1373 -.resource-faq-item { 1374 - border-bottom: 1px solid @line; 1375 - padding: 12px 0; 1376 - 1377 - summary { 1378 - cursor: pointer; 1379 - font-weight: 700; 1380 - color: @text; 1381 - } 1382 - 1383 - p { 1384 - margin: 10px 0 4px; 1385 - color: @muted; 1386 - } 1387 -}
- 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