Changes for page Public Web Site
Last modified by Alex Cotiugă on 2026/03/02 20:58
From version 3.26
edited by Alex Cotiugă
on 2025/11/24 10:14
on 2025/11/24 10:14
Change comment:
There is no comment for this version
To version 3.3
edited by Alex Cotiugă
on 2025/11/24 07:19
on 2025/11/24 07:19
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,175 +1,147 @@ 1 1 {{velocity}} 2 -#macro (displayPublicContent) 3 - #set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome')) 4 - {{html clean="false"}} 5 - ## HERO 6 - <section class="hero hero-centered" aria-labelledby="hero-title"> 7 - <div class="container hero-inner"> 8 - <h1 id="hero-title">Professional XWiki solutions, from setup to long-term stability</h1> 9 - <p class="lead">Need your XWiki upgraded, secured, or improved? Let’s make it happen.</p> 10 - <div class="hero-cta"> 11 - <a class="btn btn-primary" href="#contact" aria-label="Request a consultation" > 12 - Request a consultation 13 - </a> 14 - #requestConsultationModal() 15 - ##data-toggle="modal" data-target="#requestConsultationModal" 16 - </div> 17 - <ul class="benefits"> 18 - <li>Smooth upgrades</li> 19 - <li>Reliable support plans</li> 20 - <li>Custom integrations</li> 21 - <li>Secure, optimized platforms</li> 22 - </ul> 2 +#set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome')) 3 +{{html clean="false"}} 4 + ## HERO 5 + <section class="hero hero-centered" aria-labelledby="hero-title"> 6 + <div class="container hero-inner"> 7 + <h1 id="hero-title">Professional XWiki solutions, from setup to long-term stability</h1> 8 + <p class="lead">Need your XWiki upgraded, secured, or improved? Let’s make it happen.</p> 9 + <div class="hero-cta"> 10 + <a class="btn btn-primary" href="#contact" aria-label="Schedule a call with Agnease"> 11 + Request a consultation 12 + </a> 23 23 </div> 24 - </section> 25 - ## WHY CHOOSE 26 - #set ($whySectionData = [{ 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': 'Clean integrations', 36 - 'icon': 'link', 37 - 'content': 'Maintainable SSO, API, and system connections tailored to your environment.' 38 - },{ 39 - 'title': 'Long-term support', 40 - 'icon': 'life-ring', 41 - 'content': 'Guaranteed response times, regular checks, and fast assistance when needed.' 42 - }]) 43 - <section aria-labelledby="why-title"> 44 - <div class="container"> 45 - <h2 id="why-title">Why choose Agnease</h2> 46 - <p class="lead">10+ years of XWiki expertise with structured delivery and lasting collaboration</p> 47 - <div class="widgets"> 48 - #foreach ($entry in $whySectionData) 49 - <article class="widget"> 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> 56 - #end 57 - </div> 14 + <ul class="benefits"> 15 + <li>Smooth upgrades</li> 16 + <li>Reliable support plans</li> 17 + <li>Custom integrations</li> 18 + <li>Secure, optimized platforms</li> 19 + </ul> 20 + </div> 21 + </section> 22 + ## WHY CHOOSE 23 + #set ($whySectionData = [{ 24 + 'title': 'Stability & security', 25 + 'icon': 'shield', 26 + 'content': 'Proven upgrade steps, rollback safety, and proactive hardening keep your wiki reliable.' 27 + },{ 28 + 'title': 'Predictable delivery', 29 + 'icon': 'check-square-o', 30 + 'content': 'Clear scope, defined steps, and documented results to avoid surprises.' 31 + },{ 32 + 'title': 'Clean integrations', 33 + 'icon': 'link', 34 + 'content': 'Maintainable SSO, API, and system connections tailored to your environment.' 35 + },{ 36 + 'title': 'Long-term support', 37 + 'icon': 'life-ring', 38 + 'content': 'Guaranteed response times, regular checks, and fast assistance when needed.' 39 + }]) 40 + <section aria-labelledby="why-title"> 41 + <div class="container"> 42 + <h2 id="why-title">Why choose Agnease</h2> 43 + <p class="lead">10+ years of XWiki expertise with structured delivery and lasting collaboration</p> 44 + <div class="widgets"> 45 + #foreach ($entry in $whySectionData) 46 + <article class="widget"> 47 + <div class="icon" aria-hidden="true"> 48 + <i class="fa fa-$entry.icon"></i> 49 + <h4>$entry.title</h4> 50 + </div> 51 + <p>$entry.content</p> 52 + </article> 53 + #end 58 58 </div> 59 - </section> 60 - ## SERVICES 61 - #set ($servicesSectionData = [{ 62 - 'title': 'Upgrades', 63 - 'icon': 'refresh', 64 - 'content': 'Stay current with the latest XWiki LTS and keep your instance reliable.', 65 - 'items': [ 66 - 'Audit setup, extensions, and configurations', 67 - 'Test upgrades with backups and validation', 68 - 'Safe production rollout with minimal downtime' 69 - ] 70 - },{ 71 - 'title': 'Maintenance, Support & Recovery', 72 - 'icon': 'stethoscope', 73 - 'content': 'Ensure long-term stability and quick response when issues appear.', 74 - 'items': [ 75 - 'Monitoring and performance checks', 76 - 'Security patching, log analysis, triage', 77 - 'Issue recovery, data repair, hardening' 78 - ] 79 - },{ 80 - 'title': 'Development & Integrations', 81 - 'icon': 'cogs', 82 - 'content': 'Extend and connect XWiki to fit your workflow and systems.', 83 - 'items': [ 84 - 'Custom apps, macros, automation', 85 - 'SSO, REST APIs, LDAP, CRM links', 86 - 'Maintainable extensions for long-term use' 87 - ] 88 - },{ 89 - 'title': 'Hosting & Deployment', 90 - 'icon': 'cloud', 91 - 'content': 'Cloud-ready environments designed for reliability and performance.', 92 - 'items': [ 93 - 'Containerized deployment and TLS', 94 - 'Backups, restore strategy, observability', 95 - 'Optimization and load tuning' 96 - ] 97 - },{ 98 - 'title': 'Migrations to XWiki', 99 - 'icon': 'exchange', 100 - 'content': 'Move from Confluence, SharePoint, or MediaWiki to XWiki with full data integrity and structure.', 101 - 'items': [ 102 - 'Preserve hierarchy, attachments, and permissions', 103 - 'Convert macros, categories, and metadata for XWiki', 104 - 'Redirect old URLs and maintain SEO consistency' 105 - ] 106 - }]) 107 - <section class="services" aria-labelledby="services-title"> 108 - <div class="container"> 109 - <h2 id="services-title">Services</h2> 110 - <p class="lead"> 111 - All the XWiki services you need, delivered with precision and care 112 - </p> 55 + </div> 56 + </section> 57 + ## SERVICES 58 + #set ($servicesSectionData = [{ 59 + 'title': 'Upgrades', 60 + 'icon': 'refresh', 61 + 'content': 'Stay current with the latest XWiki LTS and keep your instance reliable.', 62 + 'items': [ 63 + 'Audit setup, extensions, and configurations', 64 + 'Test upgrades with backups and validation', 65 + 'Safe production rollout with minimal downtime' 66 + ] 67 + },{ 68 + 'title': 'Maintenance, Support & Recovery', 69 + 'icon': 'stethoscope', 70 + 'content': 'Ensure long-term stability and quick response when issues appear.', 71 + 'items': [ 72 + 'Monitoring and performance checks', 73 + 'Security patching, log analysis, triage', 74 + 'Issue recovery, data repair, hardening' 75 + ] 76 + },{ 77 + 'title': 'Development & Integrations', 78 + 'icon': 'cogs', 79 + 'content': 'Extend and connect XWiki to fit your workflow and systems.', 80 + 'items': [ 81 + 'Custom apps, macros, automation', 82 + 'SSO, REST APIs, LDAP, CRM links', 83 + 'Maintainable extensions for long-term use' 84 + ] 85 + },{ 86 + 'title': 'Hosting & Deployment', 87 + 'icon': 'cloud', 88 + 'content': 'Cloud-ready environments designed for reliability and performance.', 89 + 'items': [ 90 + 'Containerized deployment and TLS', 91 + 'Backups, restore strategy, observability', 92 + 'Optimization and load tuning' 93 + ] 94 + },{ 95 + 'title': 'Migrations to XWiki', 96 + 'icon': 'exchange', 97 + 'content': 'Move from Confluence, SharePoint, or MediaWiki to XWiki with full data integrity and structure.', 98 + 'items': [ 99 + 'Preserve hierarchy, attachments, and permissions', 100 + 'Convert macros, categories, and metadata for XWiki', 101 + 'Redirect old URLs and maintain SEO consistency' 102 + ] 103 + }]) 104 + <section class="services" aria-labelledby="services-title"> 105 + <div class="container"> 106 + <h2 id="services-title">Services</h2> 107 + <p class="lead"> 108 + All the XWiki services you need, delivered with precision and care 109 + </p> 113 113 114 - #set ($servicesSize = $servicesSectionData.size()) 115 - <div class="services-grid"> 116 - #foreach ($entry in $servicesSectionData) 117 - #set ($classes = "service") 118 - ## If this is the last item AND the total number is odd, center it 119 - #if ($foreach.count == $servicesSize && ($servicesSize % 2) == 1) 120 - #set ($classes = "service service-center") 121 - #end 122 - 123 - <article class="$classes"> 124 - <div class="service-icon"> 125 - <i class="fa fa-$entry.icon" aria-hidden="true"></i> 126 - </div> 127 - <div class="service-body"> 128 - <h4>$entry.title</h4> 129 - <p>$entry.content</p> 130 - <ul> 131 - #foreach ($item in $entry.items) 132 - <li>$item</li> 133 - #end 134 - </ul> 135 - </div> 136 - </article> 111 + #set ($servicesSize = $servicesSectionData.size()) 112 + <div class="services-grid"> 113 + #foreach ($entry in $servicesSectionData) 114 + #set ($classes = "service") 115 + ## If this is the last item AND the total number is odd, center it 116 + #if ($foreach.count == $servicesSize && ($servicesSize % 2) == 1) 117 + #set ($classes = "service service-center") 137 137 #end 138 - </div> 139 - </div> 140 - </section> 141 - ## CTA INLINE 142 - <section id="contact" class="cta-section"> 143 - <div class="container"> 144 - <p class="text-center contact-inline"> 145 - Need help with your XWiki? <a href="mailto:alex@agnease.com">Contact Agnease</a>. 146 - </p> 147 - </div> 148 - </section> 149 - {{/html}} 150 -#end 151 151 152 -#macro(requestConsultationModal) 153 - <div class="modal fade" id="requestConsultation" tabindex="-1" role="dialog"> 154 - <div class="modal-dialog"> 155 - <div class="modal-content"> 156 - <div class="modal-header"> 157 - <button type="button" class="close" data-dismiss="modal">&times;</button> 158 - <h4 class="modal-title">Request a consultation</h4> 159 - </div> 160 - <div class="modal-body"> 161 - <div> 162 - $services.localization.render('blog.modal.checkCategorySelection.body') 163 - </div> 164 - </div> 165 - <div class="modal-footer"> 166 - <input id="continueCategorySelection" type="button" class="btn btn-default" data-dismiss="modal" 167 - value="$escapetool.xml($services.localization.render('yesno_1'))"> 168 - <input type="button" class="btn btn-danger" data-dismiss="modal" 169 - value="$escapetool.xml($services.localization.render('blog.modal.checkCategorySelection.footer.no'))"> 170 - </div> 120 + <article class="$classes"> 121 + <div class="service-icon"> 122 + <i class="fa fa-$entry.icon" aria-hidden="true"></i> 123 + </div> 124 + <div class="service-body"> 125 + <h4>$entry.title</h4> 126 + <p>$entry.content</p> 127 + <ul> 128 + #foreach ($item in $entry.items) 129 + <li>$item</li> 130 + #end 131 + </ul> 132 + </div> 133 + </article> 134 + #end 171 171 </div> 172 172 </div> 173 - </div> 174 -#end 137 + </section> 138 + ## CTA INLINE 139 + <section id="contact" class="cta-section"> 140 + <div class="container"> 141 + <p class="text-center contact-inline"> 142 + Need help with your XWiki? <a href="mailto:alex@agnease.com">Contact Agnease</a>. 143 + </p> 144 + </div> 145 + </section> 146 +{{/html}} 175 175 {{/velocity}}