Changes for page Public Web Site

Last modified by Agnease on 2026/05/30 16:24

From version 6.31
edited by Agnease
on 2026/05/12 12:23
Change comment: There is no comment for this version
To version 6.38
edited by Agnease
on 2026/05/12 13:17
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -7,7 +7,7 @@
7 7   <div class="container hero-inner">
8 8   <div class="hero-kicker">
9 9   <i class="fa fa-shield" aria-hidden="true"></i>
10 - XWiki consulting, upgrades and long-term support
10 + Your trusted partner for professional XWiki services
11 11   </div>
12 12  
13 13   <h1 id="hero-title">Reliable XWiki engineering for organizations that depend on their knowledge platform</h1>
... ... @@ -70,7 +70,7 @@
70 70   <li>Production rollout validation</li>
71 71   </ul>
72 72   <p class="card-link">
73 - <a href="/services/xwiki-upgrades">View upgrade services</a>
73 + <a href="$xwiki.getURL('services.xwiki-upgrades')">View upgrade services</a>
74 74   </p>
75 75   </article>
76 76  
... ... @@ -88,7 +88,7 @@
88 88   <li>Security-aware maintenance</li>
89 89   </ul>
90 90   <p class="card-link">
91 - <a href="/services/xwiki-maintenance-support">View support services</a>
91 + <a href="$xwiki.getURL('services.xwiki-maintenance-support')">View support services</a>
92 92   </p>
93 93   </article>
94 94  
... ... @@ -106,7 +106,7 @@
106 106   <li>SSO, LDAP, APIs and integrations</li>
107 107   </ul>
108 108   <p class="card-link">
109 - <a href="/services/xwiki-development-integrations">View development services</a>
109 + <a href="$xwiki.getURL('services.xwiki-development-integrations')">View development services</a>
110 110   </p>
111 111   </article>
112 112   </div>
XWiki.StyleSheetExtension[1]
cache
... ... @@ -1,0 +1,1 @@
1 +long
code
... ... @@ -1,0 +1,105 @@
1 +/* ========== Agnease Public Top Menu ========== */
2 +
3 +@brand: #00937D;
4 +@brand-strong: #007B6A;
5 +@text: #2D3A34;
6 +@muted: #5B6B64;
7 +@line: #E4ECE9;
8 +@brand-bg: #F4FCFA;
9 +
10 +.agnease-services-menu {
11 + .dropdown-toggle {
12 + font-weight: 600;
13 + }
14 +
15 + &.open > .dropdown-toggle,
16 + .dropdown-toggle:hover,
17 + .dropdown-toggle:focus {
18 + color: @brand;
19 + background: transparent;
20 + }
21 +}
22 +
23 +.agnease-services-dropdown {
24 + min-width: 360px;
25 + padding: 10px;
26 + border: 1px solid @line;
27 + border-radius: 12px;
28 + box-shadow: 0 12px 36px rgba(0, 0, 0, .10);
29 +
30 + > li > a {
31 + display: flex;
32 + align-items: flex-start;
33 + gap: 12px;
34 + padding: 10px 12px;
35 + border-radius: 10px;
36 + color: @text;
37 + white-space: normal;
38 +
39 + &:hover,
40 + &:focus {
41 + color: @text;
42 + background: @brand-bg;
43 + text-decoration: none;
44 +
45 + .menu-icon {
46 + color: #fff;
47 + background: @brand;
48 + }
49 +
50 + strong {
51 + color: @brand-strong;
52 + }
53 + }
54 + }
55 +
56 + .divider {
57 + margin: 8px 0;
58 + background-color: @line;
59 + }
60 +
61 + .menu-icon {
62 + width: 34px;
63 + height: 34px;
64 + border-radius: 50%;
65 + background: fade(@brand, 10%);
66 + color: @brand;
67 + display: flex;
68 + align-items: center;
69 + justify-content: center;
70 + flex-shrink: 0;
71 + transition: color .15s ease, background .15s ease;
72 + }
73 +
74 + .menu-text {
75 + display: flex;
76 + flex-direction: column;
77 + line-height: 1.25;
78 +
79 + strong {
80 + color: @text;
81 + font-size: 14px;
82 + font-weight: 700;
83 + }
84 +
85 + small {
86 + color: @muted;
87 + font-size: 12px;
88 + margin-top: 2px;
89 + }
90 + }
91 +}
92 +
93 +@media (max-width: 767px) {
94 + .agnease-services-dropdown {
95 + min-width: 0;
96 + width: 100%;
97 + padding: 6px;
98 + border-radius: 0;
99 + box-shadow: none;
100 +
101 + > li > a {
102 + padding: 10px;
103 + }
104 + }
105 +}
name
... ... @@ -1,0 +1,1 @@
1 +Menu
use
... ... @@ -1,0 +1,1 @@
1 +onDemand