Changes for page Home
Last modified by Alex Cotiugă on 2026/01/13 13:12
From version 7.122
edited by Alex Cotiugă
on 2025/11/14 09:10
on 2025/11/14 09:10
Change comment:
There is no comment for this version
To version 7.68
edited by Alex Cotiugă
on 2025/11/13 13:16
on 2025/11/13 13:16
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -6,26 +6,21 @@ 6 6 <!-- ================= HERO ================= --> 7 7 <section class="hero hero-centered" aria-labelledby="hero-title"> 8 8 <div class="container"> 9 - <div class="row"> 10 - <div class="col-sm-12 hero-inner"> 11 - <h1 id="hero-title">Professional XWiki solutions, from setup to long-term stability</h1> 12 - <p class="lead">Need your XWiki upgraded, secured, or improved? Let’s make it happen.</p> 13 - <div class="hero-cta"> 14 - <a class="btn btn-primary" href="#contact" aria-label="Schedule a call with Agnease"> 15 - Request a consultation 16 - </a> 17 - </div> 18 - <ul class="benefits"> 19 - <li>Smooth upgrades</li> 20 - <li>Reliable support plans</li> 21 - <li>Custom integrations</li> 22 - <li>Secure, optimized platforms</li> 23 - </ul> 9 + <div class="hero-inner"> 10 + <h1 id="hero-title">Professional XWiki solutions, from setup to long-term stability</h1> 11 + <p class="lead">Need your XWiki upgraded, secured, or improved? Let’s make it happen</p> 12 + <div class="hero-cta"> 13 + <a class="btn btn-primary" href="#contact" aria-label="Schedule a call with Agnease">Request a consultation</a> 24 24 </div> 15 + <ul class="benefits"> 16 + <li>Smooth upgrades</li> 17 + <li>Reliable support plans</li> 18 + <li>Custom integrations</li> 19 + <li>Secure, optimized platforms</li> 20 + </ul> 25 25 </div> 26 26 </div> 27 27 </section> 28 - 29 29 <!-- ========= WHY CHOOSE AGNEASE (widgets) ========= --> 30 30 #set ($whySectionData = [{ 31 31 'title': 'Stability & security', ... ... @@ -48,16 +48,16 @@ 48 48 <div class="container"> 49 49 <h2 id="why-title">Why choose Agnease</h2> 50 50 <p class="lead">10+ years of XWiki expertise with structured delivery and lasting collaboration</p> 51 - <div class=" rowwidgets">46 + <div class="widgets" role="list"> 52 52 #foreach ($entry in $whySectionData) 53 - < divclass="col-xs-12 col-sm-6 col-md-3widget">48 + <article class="widget" role="listitem"> 54 54 <div class="icon" aria-hidden="true"> 55 55 <i class="fa fa-$entry.icon"></i> 56 56 <h4>$entry.title</h4> 57 57 </div> 58 58 <p>$entry.content</p> 59 - </ div>60 - #end54 + </article> 55 + #end 61 61 </div> 62 62 </div> 63 63 </section> ... ... @@ -65,7 +65,7 @@ 65 65 #set ($servicesSectionData = [{ 66 66 'title': 'Upgrades', 67 67 'icon': 'refresh', 68 - 'content': 'Stay current with the latest XWiki LTS and keep your instance re liable.',63 + 'content': 'Stay current with the latest XWiki LTS and keep your instance secure and stable.', 69 69 'items': [ 70 70 'Audit setup, extensions, and configurations', 71 71 'Test upgrades with backups and validation', ... ... @@ -111,24 +111,12 @@ 111 111 <section class="services" aria-labelledby="services-title"> 112 112 <div class="container"> 113 113 <h2 id="services-title">Services</h2> 114 - <p class="lead"> 115 - All the XWiki services you need, delivered with precision and care 116 - </p> 117 - 118 - #set ($servicesSize = $servicesSectionData.size()) 119 - <div class="row services-grid"> 109 + <p class="services-sub">All the XWiki services you need, delivered with precision and care</p> 110 + <div class="services-grid"> 120 120 #foreach ($entry in $servicesSectionData) 121 - #set ($classes = "service col-xs-12 col-sm-6") 122 - ## If this is the last item and the number of services is odd, 123 - ## center it on its own row on small+ screens 124 - #if ($foreach.count == $servicesSize && ($servicesSize % 2) == 1) 125 - #set ($classes = "$classes col-sm-offset-3") 126 - #end 127 - <div class="$classes"> 128 - <div class="service-icon"> 129 - <i class="fa fa-$entry.icon" aria-hidden="true"></i> 130 - </div> 131 - <div class="service-body"> 112 + <article class="service"> 113 + <i class="fa fa-$entry.icon" aria-hidden="true"></i> 114 + <div class="body"> 132 132 <h4>$entry.title</h4> 133 133 <p>$entry.content</p> 134 134 <ul> ... ... @@ -137,19 +137,12 @@ 137 137 #end 138 138 </ul> 139 139 </div> 140 - </ div>123 + </article> 141 141 #end 142 142 </div> 143 143 </div> 144 144 </section> 145 - <section id="contact" class="cta-section"> 146 - <div class="container"> 147 - <p class="text-center contact-inline"> 148 - Need help with your XWiki? <a href="mailto:alex@agnease.com">Contact Agnease</a>. 149 - </p> 150 - </div> 151 - </section> 152 -#* 128 + 153 153 <!-- ================= METRICS ================= --> 154 154 <section aria-labelledby="metrics-title"> 155 155 <div class="container"> ... ... @@ -216,24 +216,19 @@ 216 216 </details> 217 217 </div> 218 218 </section> 219 - *#220 - #*<!-- ================= CTA ================= -->221 - <section id="contact" aria-labelledby="contact-title" class="cta-section">195 + 196 + <!-- ================= CTA ================= --> 197 + <section id="contact" aria-labelledby="contact-title"> 222 222 <div class="container"> 223 - <div class="row"> 224 - <div class="col-sm-12 text-center"> 225 - <h4 id="contact-title">Need a reliable plan for your XWiki?</h4> 226 - <p class="lead"> 227 - Keep your XWiki running smoothly and safely. Get in touch if you need assistance. 228 - </p> 229 - <a class="btn btn-primary" href="mailto:alex@agnease.com"> 230 - Contact Agnease 231 - </a> 199 + <div class="cta-band"> 200 + <div> 201 + <h3 id="contact-title">Need a reliable plan for your XWiki?</h3> 202 + <p class="lead" style="margin:0">Upgrades, support, and integrations handled with low risk and clear communication.</p> 232 232 </div> 204 + <a class="btn btn-primary" href="mailto:hello@agnease.com">Contact Agnease</a> 233 233 </div> 234 234 </div> 235 235 </section> 236 - *# 237 237 </main> 238 238 {{/html}} 239 239 #*
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -16,87 +16,38 @@ 16 16 /* Base */ 17 17 color: @text; 18 18 font: 16px/1.6 Inter, Segoe UI, Roboto, system-ui, -apple-system, Arial, sans-serif; 19 + a { color: @brand; text-decoration: none; &:hover { color: @brand-strong; text-decoration: underline; } } 20 + img { max-width: 100%; display: block; } 21 + /*h1 { font-size: clamp(1.8rem, 2.5vw + .8rem, 3rem); line-height: 1.15; margin: .2rem 0 .6rem; } 22 + h2 { font-size: clamp(1.4rem, 1.4vw + .8rem, 2rem); line-height: 1.2; margin: .2rem 0 .4rem; } 23 + h3 { font-size: 1.12rem; margin: .2rem 0 .25rem; }*/ 24 + .lead { color: @muted; max-width: 72ch; } 25 + .container { max-width: @maxw; margin-top: 5px; padding: 0; overflow-x: clip;} 19 19 20 - a { 21 - color: @brand; 22 - text-decoration: none; 23 - &:hover { 24 - color: @brand-strong; 25 - text-decoration: underline; 26 - } 27 - } 28 - 29 - img { 30 - max-width: 100%; 31 - display: block; 32 - } 33 - 34 - .lead { 35 - color: @muted; 36 - max-width: 72ch; 37 - } 38 - 39 - /* Use Bootstrap’s container padding to avoid overflow */ 40 - .container { 41 - max-width: @maxw; 42 - margin: 5px auto 0; 43 - padding: 0 15px; 44 - } 45 - 46 46 /* Global sections */ 47 - section { 48 - padding: 32px 0; 49 - border-top: 1px solid @line; 50 - } 51 - section:first-of-type { 52 - border-top: none; 53 - } 28 + section { padding: 32px 0; border-top: 1px solid @line; } 29 + section:first-of-type { border-top: none; } 54 54 55 55 /* Buttons */ 56 56 .btn { 57 - display: inline-flex; 58 - align-items: center; 59 - gap: .55rem; 60 - padding: .85rem 1.1rem; 61 - border-radius: 12px; 62 - border: 2px solid transparent; 63 - font-weight: 650; 64 - letter-spacing: .2px; 65 - cursor: pointer; 66 - box-shadow: @shadow-sm; 33 + display: inline-flex; align-items: center; gap: .55rem; 34 + padding: .85rem 1.1rem; border-radius: 12px; border: 2px solid transparent; 35 + font-weight: 650; letter-spacing: .2px; cursor: pointer; box-shadow: @shadow-sm; 67 67 68 - &:focus-visible { 69 - outline: 3px solid @brand; 70 - outline-offset: 2px; 71 - } 37 + &:focus-visible { outline: 3px solid @brand; outline-offset: 2px; } 72 72 73 73 &-primary { 74 - background: @brand; 75 - color: #fff; 76 - &:hover, 77 - &:focus { 78 - background: @brand-strong; 79 - color: #fff; 80 - } 40 + background: @brand; color: #fff; 41 + &:hover, &:focus { background: @brand-strong; color: #fff; } 81 81 } 82 - 83 83 &-ghost { 84 - background: #fff; 85 - color: @brand; 86 - border-color: @brand; 87 - &:hover { 88 - color: @brand-strong; 89 - border-color: @brand-strong; 90 - } 44 + background: #fff; color: @brand; border-color: @brand; 45 + &:hover { color: @brand-strong; border-color: @brand-strong; } 91 91 } 92 92 } 93 93 94 94 /* HERO (centered) */ 95 95 .hero { 96 - overflow: hidden; /* contain gradients */ 97 - background-repeat: no-repeat; 98 - background-attachment: scroll; 99 - 100 100 &.hero-centered { 101 101 text-align: center; 102 102 background: ... ... @@ -105,9 +105,11 @@ 105 105 display: flex; 106 106 align-items: center; 107 107 justify-content: center; 108 - min-height: 350px; 59 + min-height: 350px; /* reduced height */ 60 + /*padding: 48px 0; /* controlled vertical spacing */ 109 109 110 110 .hero-inner { 63 + /*max-width: 760px;*/ 111 111 margin: auto; 112 112 display: flex; 113 113 flex-direction: column; ... ... @@ -115,8 +115,15 @@ 115 115 gap: 1rem; 116 116 } 117 117 71 + /*h1 { 72 + font-size: clamp(1.9rem, 2.3vw + 1rem, 2.7rem); 73 + line-height: 1.15; 74 + margin: 0.4rem 0 0.5rem; 75 + }*/ 76 + 118 118 .lead { 119 119 color: @muted; 79 + /*max-width: 68ch;*/ 120 120 margin: 0 auto 0.9rem; 121 121 } 122 122 ... ... @@ -138,17 +138,18 @@ 138 138 color: @muted; 139 139 font-size: 14px; 140 140 gap: 5px; 141 - 101 + li { 102 + /*margin-left: 5px;*/ 103 + } 142 142 li + li::before { 143 143 content: "•"; 144 144 margin-right: 5px; 145 145 } 146 - 147 147 /* Mobile: show bullets only between 1–2 and 3–4 */ 148 148 @media (max-width: 640px) { 149 - li+li::before{150 - content: none; 151 - }110 + /* override the exact selector used above */ 111 + li + li::before { content: none; } 112 + /* Add bullet only after item 1 and item 3 */ 152 152 li:nth-child(1)::after, 153 153 li:nth-child(3)::after { 154 154 content: "•"; ... ... @@ -159,122 +159,211 @@ 159 159 } 160 160 } 161 161 162 - /* === WHY CHOOSE (widgets usingflex) === */123 + /* === WHY CHOOSE (widgets with inline icon + title) === */ 163 163 .widgets { 164 - margin-top: 12px; 125 + display: grid; 126 + gap: 16px; 127 + grid-template-columns: 1fr; 165 165 166 - .widget { 167 - height: 100%; 168 - padding: 18px; 169 - background: #fff; 170 - border: 1px solid @line; 171 - border-radius: @radius; 172 - box-shadow: @shadow-sm; 173 - transition: transform .18s ease, box-shadow .18s ease; 129 + @media (min-width: 860px) { 130 + grid-template-columns: repeat(4, 1fr); 131 + } 132 + } 133 + 134 + .widget { 135 + background: #fff; 136 + border: 1px solid @line; 137 + border-radius: @radius; 138 + padding: 18px; 139 + box-shadow: @shadow-sm; 140 + display: flex; 141 + flex-direction: column; 142 + justify-content: flex-start; 143 + gap: 8px; 144 + text-align: left; 145 + transition: transform 0.18s ease, box-shadow 0.18s ease; 146 + 147 + &:hover { 148 + transform: translateY(-2px); 149 + box-shadow: @shadow; 150 + } 151 + 152 + /* The icon + title row */ 153 + .icon { 174 174 display: flex; 175 - flex-direction: column; 155 + align-items: center; 156 + gap: 10px; 157 + padding: 6px 0; 158 + border-bottom: 1px solid fade(@line, 60%); 159 + margin-bottom: 6px; 176 176 177 - &:hover { 178 - transform: translateY(-2px); 179 - box-shadow: @shadow; 161 + i { 162 + color: @brand; 180 180 } 181 181 182 - .icon { 183 - display: flex; 184 - align-items: center; 185 - gap: 10px; 186 - padding-bottom: 6px; 187 - margin-bottom: 8px; 188 - border-bottom: 1px solid fade(@line, 60%); 189 - i { color: @brand; } 190 - h4 { margin: 0; line-height: 1.2; color: @text; } 165 + h4 { 166 + /*font-weight: 700; */ 167 + margin: 0; 168 + color: @text; 169 + line-height: 1.2; 191 191 } 171 + } 192 192 173 + /* Body paragraph */ 174 + p { 175 + color: @muted; 176 + margin: 0; 177 + line-height: 1.45; 178 + } 179 + } 180 + 181 + /* SERVICES */ 182 + .services-grid { 183 + display: grid; 184 + grid-template-columns: repeat(2, minmax(0, 1fr)); 185 + column-gap: 36px; 186 + row-gap: 32px; 187 + } 188 + 189 + .services-grid > article.service { 190 + display: grid; 191 + grid-template-columns: 48px 1fr; 192 + gap: 16px; 193 + padding: 18px 0; 194 + border-top: 1px solid @line; 195 + 196 + /* first row: no top border */ 197 + &:nth-of-type(1) { 198 + border-top: none; 199 + } 200 + 201 + > i { 202 + width: 42px; 203 + height: 42px; 204 + border-radius: 50%; 205 + display: flex; 206 + align-items: center; 207 + justify-content: center; 208 + font-size: 18px; 209 + color: @brand; 210 + background: fade(@brand, 10%); 211 + margin-top: 3px; 212 + } 213 + 214 + .body { 215 + h4 { 216 + margin: 0 0 4px; 217 + font-size: 1.125rem; 218 + font-weight: 800; 219 + } 193 193 p { 194 - margin: 0; 221 + margin: 0 0 6px; 222 + color: @text; 223 + line-height: 1.5; 224 + } 225 + ul { 226 + margin: .45rem 0 0; 227 + padding-left: 1.1rem; 195 195 color: @muted; 229 + font-size: .95rem; 230 + } 231 + li { 232 + margin: .25rem 0; 196 196 line-height: 1.45; 197 197 } 198 198 } 199 199 } 200 200 201 - /* SERVICES */ 202 - .services { 238 + /* If there is an odd number of services, center the last one */ 239 + .services-grid > article.service:nth-last-child(1):nth-child(odd) { 240 + grid-column: 1 / -1; 241 + max-width: 680px; 242 + justify-self: center; 243 + } 244 + 245 + /* Responsive */ 246 + @media (max-width: 760px) { 203 203 .services-grid { 204 - margin-top: 12px; 248 + grid-template-columns: 1fr; 249 + row-gap: 20px; 250 + } 205 205 206 - .service { 207 - margin-bottom: 24px; 208 - display: flex; 209 - align-items: flex-start; 210 - gap: 16px; 252 + .services-grid > article.service { 253 + grid-template-columns: 40px 1fr; 211 211 212 - .service-icon { 213 - width: 42px; 214 - height: 42px; 215 - border-radius: 50%; 216 - display: flex; 217 - align-items: center; 218 - justify-content: center; 219 - font-size: 18px; 220 - color: @brand; 221 - background: fade(@brand, 10%); 222 - margin-top: 3px; 223 - flex-shrink: 0; 224 - } 255 + &:nth-of-type(-n + 1) { 256 + border-top: none; 257 + } 225 225 226 - .service-body{227 - h4{228 - margin:0 0 4px;229 - font-size: 1.125rem;230 - font-weight: 800;231 - }259 + > i { 260 + width: 36px; 261 + height: 36px; 262 + font-size: 16px; 263 + } 264 + } 232 232 233 - p { 234 - margin: 0 0 6px; 235 - color: @text; 236 - line-height: 1.5; 237 - } 266 + /* On mobile, just stack normally */ 267 + .services-grid > article.service:nth-last-child(1):nth-child(odd) { 268 + grid-column: auto; 269 + max-width: 100%; 270 + justify-self: stretch; 271 + } 272 + } 238 238 239 - ul { 240 - margin: .45rem 0 0; 241 - padding-left: 1.1rem; 242 - color: @muted; 243 - font-size: 13px; 244 - } 274 + /* METRICS */ 275 + .metrics { 276 + display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); 277 + @media (min-width: 720px) { grid-template-columns: repeat(4, 1fr); } 278 + .metric { 279 + background: #fff; border: 1px solid @line; border-radius: 14px; padding: 16px; text-align: center; box-shadow: @shadow-sm; 280 + .num { font-size: 1.6rem; font-weight: 800; color: @brand; } 281 + .label { color: @muted; font-size: .92rem; } 282 + } 283 + } 245 245 246 - li {247 - margin:.25rem0;248 - line-height: 1.45;249 - } 250 - }251 - }285 + /* PROCESS */ 286 + .steps { 287 + display: grid; gap: 16px; grid-template-columns: 1fr; 288 + @media (min-width: 860px) { grid-template-columns: repeat(3, 1fr); } 289 + .step { 290 + background: #fff; border: 1px solid @line; border-radius: @radius; padding: 18px; box-shadow: @shadow-sm; 252 252 } 292 + } 253 253 254 - @media (max-width: 767px) { 255 - .services-grid { 256 - .service { 257 - margin-bottom: 20px; 258 - } 294 + /* FAQ */ 295 + .faq { 296 + details { 297 + border: 1px solid @line; border-radius: @radius-sm; padding: .75rem .9rem; background: #fff; margin: .6rem 0; 298 + summary { cursor: pointer; font-weight: 650; } 299 + &[open] { box-shadow: @shadow-sm; } 300 + } 301 + } 259 259 260 - .service-icon {261 - width:36px;262 - height:36px;263 - font-size:16px;264 - }265 - }303 + /* CTA BAND */ 304 + #contact { 305 + .cta-band { 306 + background: #fff; border: 1px solid @line; border-radius: @radius; 307 + padding: 20px; box-shadow: @shadow; 308 + display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; 266 266 } 267 267 } 268 268 269 - /* CTA inline section at the end */ 270 - .cta-section { 271 - padding: 24px 0 16px; 312 + /* ===== Prevent horizontal overflow ===== */ 313 + html, body { 314 + overflow-x: hidden; 315 + } 272 272 273 - .contact-inline{274 - margin:0;275 - color:@muted;276 - a{color:@brand;}277 - }317 + /* Ensure hero gradients don't bleed */ 318 + .hero { 319 + overflow: hidden; /* contain background overflow */ 320 + background-repeat: no-repeat; 321 + background-attachment: scroll; 278 278 } 323 + 324 + /* Safety for large paddings/margins that might extend */ 325 + section, .widgets, .services, .metrics, .steps { 326 + margin-left: auto; 327 + margin-right: auto; 328 + } 279 279 } 280 280