0 Votes

Changes for page Home

Last modified by Alex Cotiugă on 2026/01/13 13:12

From version 7.7
edited by Alex Cotiugă
on 2025/11/12 20:01
Change comment: There is no comment for this version
To version 7.50
edited by Alex Cotiugă
on 2025/11/13 12:35
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -8,7 +8,7 @@
8 8   <div class="container">
9 9   <div class="hero-inner">
10 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>
11 + <p class="lead">Need your XWiki upgraded, secured, or improved? Let’s make it happen</p>
12 12   <div class="hero-cta">
13 13   <a class="btn btn-primary" href="#contact" aria-label="Schedule a call with Agnease">Request a consultation</a>
14 14   </div>
... ... @@ -21,141 +21,124 @@
21 21   </div>
22 22   </div>
23 23   </section>
24 -
25 25   <!-- ========= WHY CHOOSE AGNEASE (widgets) ========= -->
26 - #set ($whyArray = [{
27 - 'title': 'Stability & security',
28 - 'icon': 'shield',
29 - 'content': 'Proven upgrade steps, rollback safety, and proactive hardening keep your wiki reliable.'
30 - },{
31 - 'title': 'Predictable delivery',
32 - 'icon': 'check-square-o',
33 - 'content': 'Clear scope, defined steps, and documented results to avoid surprises.'
34 - },{
35 - 'title': 'Stability & security',
36 - 'icon': 'shield',
37 - 'content': 'Proven upgrade steps, rollback safety, and proactive hardening keep your wiki reliable.'
38 - },{
39 - 'title': 'Stability & security',
40 - 'icon': 'shield',
41 - 'content': 'Proven upgrade steps, rollback safety, and proactive hardening keep your wiki reliable.'
42 - }])
25 + #set ($whySectionData = [{
26 + 'title': 'Stability & security',
27 + 'icon': 'shield',
28 + 'content': 'Proven upgrade steps, rollback safety, and proactive hardening keep your wiki reliable.'
29 + },{
30 + 'title': 'Predictable delivery',
31 + 'icon': 'check-square-o',
32 + 'content': 'Clear scope, defined steps, and documented results to avoid surprises.'
33 + },{
34 + 'title': 'Clean integrations',
35 + 'icon': 'link',
36 + 'content': 'Maintainable SSO, API, and system connections tailored to your environment.'
37 + },{
38 + 'title': 'Long-term support',
39 + 'icon': 'life-ring',
40 + 'content': 'Guaranteed response times, regular checks, and fast assistance when needed.'
41 + }])
43 43   <section aria-labelledby="why-title">
44 44   <div class="container">
45 45   <h2 id="why-title">Why choose Agnease</h2>
46 46   <p class="lead">10+ years of XWiki expertise with structured delivery and lasting collaboration</p>
47 47   <div class="widgets" role="list">
48 - #foreach ($entry in $whyArray)
49 - <article class="widget" role="listitem">
50 - <div class="icon" aria-hidden="true">
51 - <i class="fa fa-$entry.icon"></i>
52 - <h4>$entry.title</h4>
53 - </div>
54 - <p>$entry.content</p>
55 - </article>
47 + #foreach ($entry in $whySectionData)
48 + <article class="widget" role="listitem">
49 + <div class="icon" aria-hidden="true">
50 + <i class="fa fa-$entry.icon"></i>
51 + <h4>$entry.title</h4>
52 + </div>
53 + <p>$entry.content</p>
54 + </article>
56 56   #end
57 - <article class="widget" role="listitem">
58 - <div class="icon" aria-hidden="true">
59 - <i class="fa fa-link"></i>
60 - <h4>Clean integrations</h4>
61 - </div>
62 - <p>Maintainable SSO, API, and system connections tailored to your environment.</p>
63 - </article>
64 - <article class="widget" role="listitem">
65 - <div class="icon" aria-hidden="true">
66 - <i class="fa fa-life-ring"></i>
67 - <h4>Long-term support</h4>
68 - </div>
69 - <p>Guaranteed response times, regular checks, and fast assistance when needed.</p>
70 - </article>
71 71   </div>
72 72   </div>
73 73   </section>
74 -
75 75   <!-- ================= SERVICES ================= -->
76 - <section id="services" aria-labelledby="services-title">
60 + #set ($servicesSectionData = [{
61 + 'title': 'Upgrades',
62 + 'icon': 'refresh',
63 + 'content': 'Stay current with the latest XWiki LTS and keep your instance secure and stable.',
64 + 'items': [
65 + 'Audit setup, extensions, and configurations',
66 + 'Test upgrades with backups and validation',
67 + 'Safe production rollout with minimal downtime'
68 + ]
69 + }])
70 + <section class="services" aria-labelledby="services-title">
77 77   <div class="container">
78 78   <h2 id="services-title">Services</h2>
79 - <p class="lead">Everything your XWiki needs, from one expert partner.</p>
80 -
81 - <div class="services">
82 - <article class="card">
83 - <h3>Upgrades &amp; Migrations</h3>
84 - <p>Predictable paths to current LTS with rehearsed steps, backups, and rollback.</p>
85 - <details>
86 - <summary>Details</summary>
73 + <p class="services-sub">All the XWiki services you need, delivered with precision and care</p>
74 + <div class="services-grid">
75 + <!-- Row 1 -->
76 + <article class="service">
77 + <i class="fa fa-refresh" aria-hidden="true"></i>
78 + <div class="body">
79 + <h4>Upgrades</h4>
80 + <p>Stay current with the latest XWiki LTS and keep your instance secure and stable.</p>
87 87   <ul>
88 - <li>Version &amp; extension audit</li>
89 - <li>Pre-production rehearsal</li>
90 - <li>Rollback &amp; backup plan</li>
82 + <li>Audit setup, extensions, and configurations</li>
83 + <li>Test upgrades with backups and validation</li>
84 + <li>Safe production rollout with minimal downtime</li>
91 91   </ul>
92 - </details>
86 + </div>
93 93   </article>
94 94  
95 - <article class="card">
96 - <h3>Maintenance &amp; Support</h3>
97 - <p>Health checks, patching, bug triage, and on-call investigation.</p>
98 - <details>
99 - <summary>Details</summary>
89 + <article class="service">
90 + <i class="fa fa-stethoscope" aria-hidden="true"></i>
91 + <div class="body">
92 + <h3>Maintenance, Support &amp; Recovery</h3>
93 + <p>Ensure long-term stability and quick response when issues appear.</p>
100 100   <ul>
101 - <li>Monthly health report</li>
102 - <li>Security updates applied</li>
103 - <li>Response-time guarantees</li>
95 + <li>Monitoring and performance checks</li>
96 + <li>Security patching, log analysis, triage</li>
97 + <li>Issue recovery, data repair, hardening</li>
104 104   </ul>
105 - </details>
99 + </div>
106 106   </article>
107 107  
108 - <article class="card">
109 - <h3>Custom Development</h3>
110 - <p>Macros, apps, structured data, and workflow automation.</p>
111 - <details>
112 - <summary>Details</summary>
102 + <!-- Row 2 -->
103 + <article class="service">
104 + <i class="fa fa-cogs" aria-hidden="true"></i>
105 + <div class="body">
106 + <h3>Development &amp; Integrations</h3>
107 + <p>Extend and connect XWiki to fit your workflow and systems.</p>
113 113   <ul>
114 - <li>Forms, live tables, reports</li>
115 - <li>Task &amp; review flows</li>
116 - <li>UI/UX enhancements</li>
109 + <li>Custom apps, macros, automation</li>
110 + <li>SSO, REST APIs, LDAP, CRM links</li>
111 + <li>Maintainable extensions for long-term use</li>
117 117   </ul>
118 - </details>
113 + </div>
119 119   </article>
120 120  
121 - <article class="card">
122 - <h3>Integrations</h3>
123 - <p>Connect XWiki to identity and business systems with clean patterns.</p>
124 - <details>
125 - <summary>Details</summary>
116 + <article class="service">
117 + <i class="fa fa-cloud" aria-hidden="true"></i>
118 + <div class="body">
119 + <h3>Hosting &amp; Deployment</h3>
120 + <p>Cloud-ready environments designed for reliability and performance.</p>
126 126   <ul>
127 - <li>SSO / OIDC / SAML</li>
128 - <li>Stripe payments</li>
129 - <li>REST / Webhooks</li>
122 + <li>Containerized deployment and TLS</li>
123 + <li>Backups, restore strategy, observability</li>
124 + <li>Optimization and load tuning</li>
130 130   </ul>
131 - </details>
126 + </div>
132 132   </article>
133 133  
134 - <article class="card">
135 - <h3>Hosting &amp; Deployment</h3>
136 - <p>Cloud-ready setups, backups, observability, and performance tuning.</p>
137 - <details>
138 - <summary>Details</summary>
129 + <!-- Row 3 (single, centered) -->
130 + <article class="service service--center">
131 + <i class="fa fa-exchange" aria-hidden="true"></i>
132 + <div class="body">
133 + <h3>Migrations</h3>
134 + <p>Move from Confluence, SharePoint, or MediaWiki to XWiki with full data integrity and structure.</p>
139 139   <ul>
140 - <li>Architecture guidance</li>
141 - <li>Backup &amp; restore drills</li>
142 - <li>Scaling &amp; caching</li>
136 + <li>Preserve hierarchy, attachments, and permissions</li>
137 + <li>Convert macros, categories, and metadata for XWiki</li>
138 + <li>Redirect old URLs and maintain SEO consistency</li>
143 143   </ul>
144 - </details>
140 + </div>
145 145   </article>
146 -
147 - <article class="card">
148 - <h3>Audit &amp; Recovery</h3>
149 - <p>Stabilize unstable instances, recover features, harden configuration.</p>
150 - <details>
151 - <summary>Details</summary>
152 - <ul>
153 - <li>Root-cause analysis</li>
154 - <li>Hardening checklist</li>
155 - <li>Actionable remediation plan</li>
156 - </ul>
157 - </details>
158 - </article>
159 159   </div>
160 160   </div>
161 161   </section>
XWiki.StyleSheetExtension[0]
Code
... ... @@ -22,7 +22,7 @@
22 22   h2 { font-size: clamp(1.4rem, 1.4vw + .8rem, 2rem); line-height: 1.2; margin: .2rem 0 .4rem; }
23 23   h3 { font-size: 1.12rem; margin: .2rem 0 .25rem; }*/
24 24   .lead { color: @muted; max-width: 72ch; }
25 - .container { max-width: @maxw; margin-top: 5px; padding: 0;}
25 + .container { max-width: @maxw; margin-top: 5px; padding: 0; overflow-x: clip;}
26 26  
27 27   /* Global sections */
28 28   section { padding: 32px 0; border-top: 1px solid @line; }
... ... @@ -105,6 +105,17 @@
105 105   content: "•";
106 106   margin-right: 5px;
107 107   }
108 + /* Mobile: show bullets only between 1–2 and 3–4 */
109 + @media (max-width: 640px) {
110 + /* override the exact selector used above */
111 + li + li::before { content: none; }
112 + /* Add bullet only after item 1 and item 3 */
113 + li:nth-child(1)::after,
114 + li:nth-child(3)::after {
115 + content: "•";
116 + margin-left: 5px;
117 + }
118 + }
108 108   }
109 109   }
110 110   }
... ... @@ -168,22 +168,113 @@
168 168   }
169 169  
170 170   /* SERVICES */
171 - .services {
172 - display: grid; gap: 16px; grid-template-columns: 1fr;
173 - @media (min-width: 920px) { grid-template-columns: repeat(3, 1fr); }
174 - }
175 - .card {
176 - background: #fff; border: 1px solid @line; border-radius: @radius;
177 - padding: 18px; box-shadow: @shadow-sm; transition: transform .18s ease, box-shadow .18s ease;
182 + .services {
183 + h2 {
184 + margin: 0 0 .3rem;
185 + /* rely on global heading sizing */
186 + }
178 178  
179 - &:hover { transform: translateY(-2px); box-shadow: @shadow; }
180 - p { color: @muted; margin: 0; }
181 - details {
182 - margin-top: .6rem; border-top: 1px dashed @line; padding-top: .6rem;
183 - summary { cursor: pointer; font-weight: 650; }
188 + .services-sub {
189 + margin: 0 0 1.75rem;
190 + color: @muted;
184 184   }
185 - }
186 186  
193 + /* Grid: two columns, last item spans both */
194 + .services-grid {
195 + display: grid;
196 + grid-template-columns: repeat(2, minmax(0, 1fr));
197 + column-gap: 36px;
198 + row-gap: 32px;
199 + }
200 +
201 + .service {
202 + display: grid;
203 + grid-template-columns: 48px 1fr;
204 + gap: 16px;
205 + padding: 18px 0;
206 + border-top: 1px solid @line;
207 +
208 + /* first row: no top border */
209 + &:nth-of-type(-n + 2) {
210 + border-top: none;
211 + }
212 +
213 + /* icon badge */
214 + > i {
215 + width: 42px;
216 + height: 42px;
217 + border-radius: 50%;
218 + display: flex;
219 + align-items: center;
220 + justify-content: center;
221 + font-size: 18px;
222 + color: @brand;
223 + background: fade(@brand, 10%);
224 + margin-top: 3px;
225 + }
226 +
227 + .body {
228 + h3 {
229 + margin: 0 0 4px;
230 + font-size: 1.125rem;
231 + font-weight: 800;
232 + }
233 +
234 + p {
235 + margin: 0 0 6px;
236 + color: @text;
237 + line-height: 1.5;
238 + }
239 +
240 + ul {
241 + margin: .45rem 0 0;
242 + padding-left: 1.1rem;
243 + color: @muted;
244 + font-size: .95rem;
245 + }
246 +
247 + li {
248 + margin: .25rem 0;
249 + line-height: 1.45;
250 + }
251 + }
252 +
253 + /* last item (Migrations): centered single row */
254 + &.service--center {
255 + grid-column: 1 / -1;
256 + max-width: 680px;
257 + justify-self: center;
258 + border-top: 1px solid @line; // always show a separator above it
259 + }
260 + }
261 +
262 + /* Responsive */
263 + @media (max-width: 760px) {
264 + .services-grid {
265 + grid-template-columns: 1fr;
266 + row-gap: 20px;
267 + }
268 +
269 + .service {
270 + grid-template-columns: 40px 1fr;
271 +
272 + /* on mobile only the first service has no top border */
273 + &:nth-of-type(1) {
274 + border-top: none;
275 + }
276 +
277 + > i {
278 + width: 36px;
279 + height: 36px;
280 + font-size: 16px;
281 + }
282 +
283 + &.service--center {
284 + max-width: 100%;
285 + }
286 + }
287 + }
288 + }
187 187   /* METRICS */
188 188   .metrics {
189 189   display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr);
... ... @@ -234,12 +234,6 @@
234 234   background-attachment: scroll;
235 235   }
236 236  
237 - /* Fix possible grid or card overshoot */
238 - .container {
239 - max-width: 100%;
240 - overflow-x: clip; /* hides subtle pixel overflow without scroll */
241 - }
242 -
243 243   /* Safety for large paddings/margins that might extend */
244 244   section, .widgets, .services, .metrics, .steps {
245 245   margin-left: auto;