Changes for page Products

Last modified by Alex Cotiuga on 2026/07/27 08:15

From version 13.2
edited by Alex Cotiuga
on 2026/07/27 08:00
Change comment: There is no comment for this version
To version 11.5
edited by Alex Cotiuga
on 2026/06/24 15:37
Change comment: There is no comment for this version

Summary

Details

Page properties
Default language
... ... @@ -1,0 +1,1 @@
1 +en
Hidden
... ... @@ -1,1 +1,1 @@
1 -true
1 +false
Content
... ... @@ -15,20 +15,6 @@
15 15   'Useful for XWiki security, MFA rollout and compliance readiness'
16 16   ],
17 17   'linkLabel': 'View extension'
18 -},{
19 - 'title': 'XWiki Color Theme Collection',
20 - 'category': 'Free color themes',
21 - 'icon': 'paint-brush',
22 - 'url': 'products.xwiki-color-themes',
23 - 'content': 'Explore five Agnease color themes for XWiki, designed as light and dark alternatives to the default Iceberg theme while preserving the familiar XWiki interface and platform experience.',
24 - 'items': [
25 - 'Includes Alpine Day, Ember Night, Ivory Ledger, Polar Night and Verdant Office',
26 - 'Provides light and dark visual alternatives for XWiki',
27 - 'Compatible with XWiki 17.10.10 LTS, 18.4.2 Intermediate LTS and 18.5.0 Stable',
28 - 'Designed with WCAG-conscious color contrast',
29 - 'Custom color-theme customization available on request'
30 - ],
31 - 'linkLabel': 'View collection'
32 32  }])
33 33  
34 34  {{html clean="false"}}
... ... @@ -50,7 +50,6 @@
50 50  
51 51   <div class="hero-actions">
52 52   <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Request a product consultation</a>
53 - <a class="btn btn-secondary" href="$xwiki.getURL('pricing.WebHome')#common-packages">View installation pricing</a>
54 54   </div>
55 55   </div>
56 56   </section>
... ... @@ -58,13 +58,6 @@
58 58   ## PRODUCT CARDS
59 59   <section class="product-index-section" aria-labelledby="products-title">
60 60   <div class="container">
61 - <h2 id="products-title">Available XWiki products</h2>
62 -
63 - <p class="section-intro">
64 - Ready-to-use extensions and applications that can be installed, configured and adapted
65 - to your XWiki environment.
66 - </p>
67 -
68 68   <div class="product-card-grid">
69 69   #foreach ($entry in $productItems)
70 70   <article class="product-card">
... ... @@ -92,7 +92,7 @@
92 92   <a class="btn btn-secondary" href="$xwiki.getURL($entry.url)">
93 93   $entry.linkLabel
94 94   </a>
95 - <a class="btn btn-secondary" href="$xwiki.getURL('contact.WebHome')">
73 + <a class="product-card-contact" href="$xwiki.getURL('contact.WebHome')">
96 96   Ask about installation
97 97   </a>
98 98   </div>