0 Votes

Changes for page Home

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

From version 4.33
edited by Alex Cotiugă
on 2025/11/12 13:57
Change comment: There is no comment for this version
To version 7.157
edited by Alex Cotiugă
on 2025/11/18 07:57
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,184 +1,146 @@
1 1  {{velocity}}
2 2  {{html clean="false"}}
3 -<div class="agnease-landing">
4 - <!-- HERO -->
5 - <section class="hero">
6 - <div class="container grid grid-2">
7 - <div>
8 - <div class="badges">
9 - <span class="chip">Professional XWiki Services</span>
10 - <span class="chip">Secure &amp; Scalable</span>
11 - </div>
12 - <h1>Engineering reliability in every XWiki environment</h1>
13 - <p class="lead">
14 - Upgrades, maintenance, integrations, and custom development — delivered with clarity and low risk.
15 - Agnease keeps XWiki stable, secure, and ready to grow with your business.
16 - </p>
17 - <div class="hero-cta">
18 - <a class="btn btn-primary" href="#contact">Request a proposal</a>
19 - <a class="btn btn-ghost" href="#services">See services</a>
20 - </div>
21 - </div>
22 - <div>
23 - <!-- Optional illustration/metrics area -->
24 - <div class="card">
25 - <h3>At a glance</h3>
26 - <ul>
27 - <li>Low-downtime LTS upgrades</li>
28 - <li>Support plans with clear SLAs</li>
29 - <li>SSO/OIDC, Stripe, REST integrations</li>
30 - <li>Audits, recovery, performance tuning</li>
31 - </ul>
32 - </div>
33 - </div>
3 +## HERO
4 +<section class="hero hero-centered" aria-labelledby="hero-title">
5 + <div class="container hero-inner">
6 + <h1 id="hero-title">Professional XWiki solutions, from setup to long-term stability</h1>
7 + <p class="lead">Need your XWiki upgraded, secured, or improved? Let’s make it happen.</p>
8 + <div class="hero-cta">
9 + <a class="btn btn-primary" href="#contact" aria-label="Schedule a call with Agnease">
10 + Request a consultation
11 + </a>
34 34   </div>
35 - </section>
36 -
37 - <!-- TRUST BAR -->
38 - <section class="trust">
39 - <div class="container">
40 - <p class="lead">Trusted by teams who rely on XWiki every day</p>
41 - <div class="trust-list">
42 - <div class="trust-item">Client A</div>
43 - <div class="trust-item">Client B</div>
44 - <div class="trust-item">Client C</div>
45 - <div class="trust-item">Client D</div>
46 - <div class="trust-item">Client E</div>
47 - </div>
48 - </div>
49 - </section>
50 -
51 - <!-- SERVICES -->
52 - <section id="services">
53 - <div class="container">
54 - <h2>Services</h2>
55 - <p class="lead">Everything your XWiki needs — from a single expert partner.</p>
56 - <div class="grid grid-3">
57 - <article class="card">
58 - <h3>Upgrades &amp; Migrations</h3>
59 - <p>Predictable paths to current LTS with rehearsed steps, backups, and rollback plans.</p>
60 - <ul>
61 - <li>Version &amp; extension audit</li>
62 - <li>Pre-prod rehearsal</li>
63 - <li>Change log &amp; rollback plan</li>
64 - </ul>
13 + <ul class="benefits">
14 + <li>Smooth upgrades</li>
15 + <li>Reliable support plans</li>
16 + <li>Custom integrations</li>
17 + <li>Secure, optimized platforms</li>
18 + </ul>
19 + </div>
20 +</section>
21 +## WHY CHOOSE
22 +#set ($whySectionData = [{
23 + 'title': 'Stability & security',
24 + 'icon': 'shield',
25 + 'content': 'Proven upgrade steps, rollback safety, and proactive hardening keep your wiki reliable.'
26 +},{
27 + 'title': 'Predictable delivery',
28 + 'icon': 'check-square-o',
29 + 'content': 'Clear scope, defined steps, and documented results to avoid surprises.'
30 +},{
31 + 'title': 'Clean integrations',
32 + 'icon': 'link',
33 + 'content': 'Maintainable SSO, API, and system connections tailored to your environment.'
34 +},{
35 + 'title': 'Long-term support',
36 + 'icon': 'life-ring',
37 + 'content': 'Guaranteed response times, regular checks, and fast assistance when needed.'
38 +}])
39 +<section aria-labelledby="why-title">
40 + <div class="container">
41 + <h2 id="why-title">Why choose Agnease</h2>
42 + <p class="lead">10+ years of XWiki expertise with structured delivery and lasting collaboration</p>
43 + <div class="widgets">
44 + #foreach ($entry in $whySectionData)
45 + <article class="widget">
46 + <div class="icon" aria-hidden="true">
47 + <i class="fa fa-$entry.icon"></i>
48 + <h4>$entry.title</h4>
49 + </div>
50 + <p>$entry.content</p>
65 65   </article>
66 - <article class="card">
67 - <h3>Maintenance &amp; Support</h3>
68 - <p>Health checks, security patches, bug triage, and fast incident investigation.</p>
69 - <ul>
70 - <li>Monthly health report</li>
71 - <li>Security updates applied</li>
72 - <li>Response-time guarantees</li>
73 - </ul>
74 - </article>
75 - <article class="card">
76 - <h3>Custom Development</h3>
77 - <p>Macros, forms, workflows, and structured data to match how your teams work.</p>
78 - <ul>
79 - <li>Task &amp; review workflows</li>
80 - <li>Automation &amp; notifications</li>
81 - <li>UI/UX improvements</li>
82 - </ul>
83 - </article>
84 - <article class="card">
85 - <h3>Integrations</h3>
86 - <p>Connect XWiki with identity and business tools using maintainable patterns.</p>
87 - <ul>
88 - <li>SSO / OIDC / SAML</li>
89 - <li>Stripe payments</li>
90 - <li>REST / Webhooks</li>
91 - </ul>
92 - </article>
93 - <article class="card">
94 - <h3>Hosting &amp; Deployment</h3>
95 - <p>Cloud-ready setups with backups, observability, and performance tuning.</p>
96 - <ul>
97 - <li>Architecture guidance</li>
98 - <li>Backup &amp; restore drills</li>
99 - <li>Scaling &amp; caching</li>
100 - </ul>
101 - </article>
102 - <article class="card">
103 - <h3>Audits &amp; Recovery</h3>
104 - <p>Stabilize failing instances, recover features, and harden configuration.</p>
105 - <ul>
106 - <li>Root-cause analysis</li>
107 - <li>Configuration hardening</li>
108 - <li>Actionable report</li>
109 - </ul>
110 - </article>
111 - </div>
52 + #end
112 112   </div>
113 - </section>
54 + </div>
55 +</section>
56 +## SERVICES
57 +#set ($servicesSectionData = [{
58 + 'title': 'Upgrades',
59 + 'icon': 'refresh',
60 + 'content': 'Stay current with the latest XWiki LTS and keep your instance reliable.',
61 + 'items': [
62 + 'Audit setup, extensions, and configurations',
63 + 'Test upgrades with backups and validation',
64 + 'Safe production rollout with minimal downtime'
65 + ]
66 +},{
67 + 'title': 'Maintenance, Support & Recovery',
68 + 'icon': 'stethoscope',
69 + 'content': 'Ensure long-term stability and quick response when issues appear.',
70 + 'items': [
71 + 'Monitoring and performance checks',
72 + 'Security patching, log analysis, triage',
73 + 'Issue recovery, data repair, hardening'
74 + ]
75 +},{
76 + 'title': 'Development & Integrations',
77 + 'icon': 'cogs',
78 + 'content': 'Extend and connect XWiki to fit your workflow and systems.',
79 + 'items': [
80 + 'Custom apps, macros, automation',
81 + 'SSO, REST APIs, LDAP, CRM links',
82 + 'Maintainable extensions for long-term use'
83 + ]
84 +},{
85 + 'title': 'Hosting & Deployment',
86 + 'icon': 'cloud',
87 + 'content': 'Cloud-ready environments designed for reliability and performance.',
88 + 'items': [
89 + 'Containerized deployment and TLS',
90 + 'Backups, restore strategy, observability',
91 + 'Optimization and load tuning'
92 + ]
93 +},{
94 + 'title': 'Migrations to XWiki',
95 + 'icon': 'exchange',
96 + 'content': 'Move from Confluence, SharePoint, or MediaWiki to XWiki with full data integrity and structure.',
97 + 'items': [
98 + 'Preserve hierarchy, attachments, and permissions',
99 + 'Convert macros, categories, and metadata for XWiki',
100 + 'Redirect old URLs and maintain SEO consistency'
101 + ]
102 +}])
103 +<section class="services" aria-labelledby="services-title">
104 + <div class="container">
105 + <h2 id="services-title">Services</h2>
106 + <p class="lead">
107 + All the XWiki services you need, delivered with precision and care
108 + </p>
114 114  
115 - <!-- PROCESS -->
116 - <section>
117 - <div class="container">
118 - <h2>Process</h2>
119 - <p class="lead">Calm, predictable, and transparent from start to finish.</p>
120 - <div class="steps">
121 - <div class="step">
122 - <h3>1) Assess</h3>
123 - <p>Environment review, requirements, constraints, and risks — no surprises.</p>
124 - </div>
125 - <div class="step">
126 - <h3>2) Plan</h3>
127 - <p>Scope, milestones, downtime windows, and rollback checkpoints agreed upfront.</p>
128 - </div>
129 - <div class="step">
130 - <h3>3) Deliver</h3>
131 - <p>Careful execution, verification, and documentation with a clean handover.</p>
132 - </div>
133 - </div>
134 - </div>
135 - </section>
110 + #set ($servicesSize = $servicesSectionData.size())
111 + <div class="services-grid">
112 + #foreach ($entry in $servicesSectionData)
113 + #set ($classes = "service")
114 + ## If this is the last item AND the total number is odd, center it
115 + #if ($foreach.count == $servicesSize && ($servicesSize % 2) == 1)
116 + #set ($classes = "service service-center")
117 + #end
136 136  
137 - <!-- FINAL CTA -->
138 - <section>
139 - <div class="container">
140 - <div class="cta-band">
141 - <div>
142 - <h3>Need a reliable plan for your XWiki?</h3>
143 - <p class="lead" style="margin:0">Upgrades, support, and integrations handled with low risk and clear communication.</p>
144 - </div>
145 - <a class="btn btn-primary" href="#contact">Contact Agnease</a>
146 - </div>
119 + <article class="$classes">
120 + <div class="service-icon">
121 + <i class="fa fa-$entry.icon" aria-hidden="true"></i>
122 + </div>
123 + <div class="service-body">
124 + <h4>$entry.title</h4>
125 + <p>$entry.content</p>
126 + <ul>
127 + #foreach ($item in $entry.items)
128 + <li>$item</li>
129 + #end
130 + </ul>
131 + </div>
132 + </article>
133 + #end
147 147   </div>
148 - </section>
149 -</div>
150 -
135 + </div>
136 +</section>
137 +## CTA INLINE
138 +<section id="contact" class="cta-section">
139 + <div class="container">
140 + <p class="text-center contact-inline">
141 + Need help with your XWiki? <a href="mailto:alex@agnease.com">Contact Agnease</a>.
142 + </p>
143 + </div>
144 +</section>
151 151  {{/html}}
152 -#*
153 -= XWiki Multi-Factor Authentication (MFA) Application =
154 -
155 -{{display reference="Extension.MFA Application.WebHome"/}}
156 -== Transform Your Business with Our Professional XWiki Solutions ==
157 -
158 -* **XWiki Strategy and Optimization**
159 -Get expert advice on optimizing XWiki for your specific business needs.
160 -Receive tailored solutions to improve collaboration and knowledge management.
161 -
162 -* **Custom Development**
163 -We develop specific features based on your needs.
164 -Customize XWiki to match your unique workflows and processes.
165 -
166 -* **Open Source Development**
167 -We add new features, make improvements, and fix bugs on the XWiki platform.
168 -Contribute to the XWiki community by enhancing the platform’s capabilities.
169 -
170 -* **Installation and Upgrade**
171 -We handle installation and upgrades to ensure everything runs smoothly.
172 -Ensure a seamless transition with minimal disruption to your operations.
173 -
174 -* **Migration Services**
175 -Move from Confluence, MediaWiki, SharePoint, and other tools to XWiki with ease.
176 -Preserve your data integrity and structure during the migration process.
177 -
178 -* **Technical Support and Maintenance**
179 -We provide ongoing support and maintenance for your XWiki solution.
180 -Ensure your XWiki instance is always up-to-date and performing optimally.
181 -
182 -Contact us at [[contact@agnease.com>>mailto:contact@agnease.com]]
183 -*#
184 184  {{/velocity}}
XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,48 +1,279 @@
1 -/* Page: XWiki.AgneaseTheme (SSX) */
2 -#contentcontainer.agnease {
3 - --brand:#00937D; --brand-strong:#007B6A;
4 - --text:#2D3A34; --muted:#5B6B64;
5 - --panel:#F7F9F8; --line:#E4ECE9;
6 - --radius:14px; --radius-sm:10px;
7 - --shadow:0 10px 30px rgba(0,0,0,.08);
8 - color:var(--text); font:16px/1.6 Inter, Segoe UI, Roboto, system-ui, -apple-system, Arial, sans-serif;
1 +/* ========== Agnease Landing (no Bootstrap grid) ========== */
2 +@brand: #00937D;
3 +@brand-strong: #007B6A;
4 +@text: #2D3A34;
5 +@muted: #5B6B64;
6 +@line: #E4ECE9;
7 +@radius: 16px;
8 +@shadow-sm: 0 6px 20px rgba(0,0,0,.06);
9 +@shadow: 0 12px 36px rgba(0,0,0,.08);
10 +@maxw: 1140px;
11 +
12 +#mainContentArea {
13 + padding: 0;
9 9  }
10 10  
11 -/* Headings & links */
12 -#contentcontainer.agnease h1{font-size:clamp(1.8rem,2.5vw + .8rem,3rem);line-height:1.15;margin:.2rem 0 .5rem}
13 -#contentcontainer.agnease h2{font-size:clamp(1.4rem,1.4vw + .8rem,2rem);line-height:1.2;margin:.2rem 0 .4rem}
14 -#contentcontainer.agnease h3{font-size:1.1rem;margin:.2rem 0 .3rem}
15 -#contentcontainer.agnease .lead{color:var(--muted);max-width:72ch;margin:.35rem 0 .7rem}
16 -#contentcontainer.agnease a{color:var(--brand)}
17 -#contentcontainer.agnease a:hover{color:var(--brand-strong);text-decoration:underline}
16 +a {
17 + color: @brand;
18 + text-decoration: none;
19 + &:hover {
20 + color: @brand-strong;
21 + text-decoration: underline;
22 + }
23 +}
18 18  
19 -/* Sections & grid */
20 -#contentcontainer.agnease section{padding:64px 0;border-top:1px solid var(--line)}
21 -#contentcontainer.agnease section:first-child{border-top:none}
22 -#contentcontainer.agnease .container{max-width:1140px;margin:auto;padding:0 20px}
23 -#contentcontainer.agnease .grid{display:grid;gap:18px}
24 -#contentcontainer.agnease .grid-2{grid-template-columns:1fr}
25 -#contentcontainer.agnease .grid-3{grid-template-columns:1fr}
26 -@media (min-width:840px){
27 - #contentcontainer.agnease .grid-2{grid-template-columns:1.1fr .9fr}
28 - #contentcontainer.agnease .grid-3{grid-template-columns:repeat(3,1fr)}
25 +img {
26 + max-width: 100%;
27 + height: auto;
28 + display: block;
29 29  }
30 30  
31 -/* Components (chips, cards, steps, CTA band) */
32 -#contentcontainer.agnease .chip{display:inline-block;background:var(--panel);border:1px solid var(--line);padding:.35rem .65rem;border-radius:999px;font-size:.82rem;color:var(--text)}
33 -#contentcontainer.agnease .card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow);transition:transform .18s ease, box-shadow .18s ease}
34 -#contentcontainer.agnease .card:hover{transform:translateY(-2px)}
35 -#contentcontainer.agnease .card p{color:var(--muted);margin:0}
36 -#contentcontainer.agnease .card ul{margin:.6rem 0 0;padding-left:1.1rem;color:var(--muted)}
37 -#contentcontainer.agnease .steps{display:grid;gap:16px;grid-template-columns:1fr}
38 -@media (min-width:840px){ #contentcontainer.agnease .steps{grid-template-columns:repeat(3,1fr)} }
39 -#contentcontainer.agnease .step{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow)}
40 -#contentcontainer.agnease .cta-band{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}
31 +.container {
32 + max-width: @maxw;
33 +}
41 41  
35 +.lead {
36 + color: @muted;
37 + text-align: center;
38 +}
39 +h2 {
40 + text-align: center;
41 +}
42 +
43 +section {
44 + padding: 32px 0;
45 + border-top: 1px solid @line;
46 +
47 + &:first-of-type {
48 + border-top: none;
49 + }
50 +}
51 +
42 42  /* Buttons */
43 -#contentcontainer.agnease .btn{display:inline-flex;align-items:center;gap:.55rem;padding:.85rem 1.1rem;border-radius:12px;border:2px solid transparent;font-weight:650;letter-spacing:.2px;cursor:pointer;box-shadow:var(--shadow)}
44 -#contentcontainer.agnease .btn-primary{background:var(--brand);color:#fff}
45 -#contentcontainer.agnease .btn-primary:hover{background:var(--brand-strong)}
46 -#contentcontainer.agnease .btn-ghost{background:#fff;color:var(--brand);border-color:var(--brand)}
47 -#contentcontainer.agnease .btn-ghost:hover{color:var(--brand-strong);border-color:var(--brand-strong)}
53 +.btn {
54 + display: inline-flex;
55 + align-items: center;
56 + justify-content: center;
57 + padding: .85rem 1.1rem;
58 + border-radius: 12px;
59 + border: 2px solid transparent;
60 + font-weight: 650;
61 + letter-spacing: .2px;
62 + cursor: pointer;
63 + box-shadow: @shadow-sm;
48 48  
65 + &:focus-visible {
66 + outline: 3px solid @brand;
67 + outline-offset: 2px;
68 + }
69 +
70 + &-primary {
71 + background: @brand;
72 + color: #fff;
73 + &:hover,
74 + &:focus {
75 + background: @brand-strong;
76 + color: #fff;
77 + }
78 + }
79 +}
80 +
81 +/* ===== HERO ===== */
82 +.hero {
83 + overflow: hidden;
84 + background-repeat: no-repeat;
85 + background-attachment: scroll;
86 +
87 + &.hero-centered {
88 + text-align: center;
89 + background:
90 + radial-gradient(50rem 18rem at 50% -10%, #E7FFF8 0%, transparent 60%),
91 + radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%);
92 + display: flex;
93 + align-items: center;
94 + justify-content: center;
95 + min-height: 350px;
96 + }
97 +
98 + .hero-inner {
99 + max-width: 850px;
100 + margin: 0 auto;
101 + display: flex;
102 + flex-direction: column;
103 + align-items: center;
104 + }
105 +
106 + .hero-cta {
107 + display: flex;
108 + gap: 0.8rem;
109 + flex-wrap: wrap;
110 + justify-content: center;
111 + margin-top: 0.3rem;
112 + }
113 +
114 + .benefits {
115 + display: flex;
116 + flex-wrap: wrap;
117 + justify-content: center;
118 + list-style: none;
119 + padding: 0;
120 + margin: 0.8rem 0 0;
121 + color: @muted;
122 + font-size: 14px;
123 +
124 + li + li::before {
125 + content: "•";
126 + margin: 0 5px;
127 + }
128 +
129 + @media (max-width: 640px) {
130 + li + li::before {
131 + content: none;
132 + }
133 + li:nth-child(1)::after,
134 + li:nth-child(3)::after {
135 + content: "•";
136 + margin: 0 5px;
137 + }
138 + }
139 + }
140 +}
141 +
142 +/* ===== WHY CHOOSE (cards) ===== */
143 +.widgets {
144 + margin-top: 12px;
145 + display: grid;
146 + grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
147 + grid-gap: 16px;
148 +}
149 +
150 +.widget {
151 + padding: 18px;
152 + background: #fff;
153 + border: 1px solid @line;
154 + border-radius: @radius;
155 + box-shadow: @shadow-sm;
156 + transition: transform .18s ease, box-shadow .18s ease;
157 + display: flex;
158 + flex-direction: column;
159 + height: 100%;
160 +
161 + &:hover {
162 + transform: translateY(-2px);
163 + box-shadow: @shadow;
164 + }
165 +
166 + .icon {
167 + display: flex;
168 + align-items: center;
169 + gap: 10px;
170 + padding-bottom: 6px;
171 + margin-bottom: 8px;
172 + border-bottom: 1px solid fade(@line, 60%);
173 + i { color: @brand; }
174 + h4 { margin: 0; line-height: 1.2; color: @text; }
175 + }
176 +
177 + p {
178 + margin: 0;
179 + color: @muted;
180 + line-height: 1.45;
181 + }
182 +}
183 +
184 +/* ===== SERVICES ===== */
185 +.services {
186 + .services-grid {
187 + margin-top: 20px;
188 + display: flex;
189 + flex-wrap: wrap;
190 + gap: 24px;
191 +
192 + /* center the whole block under the heading */
193 + max-width: 960px;
194 + margin-left: auto;
195 + margin-right: auto;
196 + justify-content: center;
197 + }
198 +
199 + .service {
200 + flex: 0 1 calc(50% - 12px);
201 + display: flex;
202 + align-items: flex-start;
203 + gap: 16px;
204 + margin-bottom: 8px;
205 +
206 + .service-icon {
207 + width: 42px;
208 + height: 42px;
209 + border-radius: 50%;
210 + display: flex;
211 + align-items: center;
212 + justify-content: center;
213 + font-size: 18px;
214 + color: @brand;
215 + background: fade(@brand, 10%);
216 + flex-shrink: 0;
217 + margin-top: 3px;
218 + }
219 +
220 + .service-body {
221 + h4 {
222 + margin: 0 0 4px;
223 + font-size: 1.125rem;
224 + font-weight: 800;
225 + }
226 + p {
227 + margin: 0 0 6px;
228 + color: @text;
229 + line-height: 1.5;
230 + }
231 + ul {
232 + margin: .45rem 0 0;
233 + padding-left: 1.1rem;
234 + color: @muted;
235 + font-size: 13px;
236 + }
237 + li {
238 + margin: .25rem 0;
239 + line-height: 1.45;
240 + }
241 + }
242 + }
243 +
244 + /* ==== Center last item on its own row while keeping 50% width ==== */
245 + .service-center {
246 + /* same width as siblings */
247 + flex: 0 1 calc(55% - 12px);
248 +
249 + /* push to center */
250 + margin-left: auto;
251 + margin-right: auto;
252 + }
253 +
254 + /* Mobile: 1 per row */
255 + @media (max-width: 767px) {
256 + .services-grid {
257 + gap: 16px;
258 + max-width: 100%;
259 + }
260 +
261 + .service,
262 + .service-center {
263 + flex: 0 1 100%;
264 + margin-left: 0;
265 + margin-right: 0;
266 + }
267 + }
268 +}
269 +
270 +/* ===== CTA ===== */
271 +.cta-section {
272 + padding: 24px 0 16px;
273 +
274 + .contact-inline {
275 + margin: 0;
276 + color: @muted;
277 + a { color: @brand; }
278 + }
279 +}
Content Type
... ... @@ -1,1 +1,1 @@
1 -CSS
1 +LESS