Changes for page Public Web Site

Last modified by Agnease on 2026/06/08 18:27

From version 6.21
edited by Agnease
on 2026/05/02 12:05
Change comment: There is no comment for this version
To version 16.2
edited by Agnease
on 2026/05/28 10:14
Change comment: There is no comment for this version

Summary

Details

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