Changes for page Public Web Site

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

From version 17.1
edited by Agnease
on 2026/05/28 10:29
Change comment: Deleted image "main-page-hero.png"
To version 12.25
edited by Agnease
on 2026/05/23 18:46
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,11 +3,9 @@
1 -{{include reference="PublicWebSite.MacrosAndVariables" /}}
2 -
3 3  {{velocity}}
4 4  #macro (displayPublicContent)
5 5   #set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome'))
6 6   {{html clean="false"}}
7 7  
8 - <section class="hero hero-centered main-page-hero" aria-labelledby="hero-title">
6 + <section class="hero hero-centered" aria-labelledby="hero-title">
9 9   <div class="container hero-inner">
10 10   <h1 id="hero-title">Professional XWiki consulting and engineering</h1>
11 11  
... ... @@ -22,8 +22,7 @@
22 22   </ul>
23 23  
24 24   <div class="hero-actions">
25 - <a class="btn btn-primary" href="$freeXWikiReviewCallURL">$freeXWikiReviewCallLabel</a>
26 - ##<a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Request a consultation</a>
23 + <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Request a consultation</a>
27 27   <a class="btn btn-secondary" href="$xwiki.getURL('services.WebHome')">View XWiki services</a>
28 28   </div>
29 29   </div>
... ... @@ -51,12 +51,10 @@
51 51  
52 52   <div class="pathways">
53 53   <article class="pathway-card">
54 - <div class="card-heading">
55 - <div class="pathway-icon">
56 - <i class="fa fa-refresh" aria-hidden="true"></i>
57 - </div>
58 - <h3>Upgrade XWiki safely</h3>
51 + <div class="pathway-icon">
52 + <i class="fa fa-refresh" aria-hidden="true"></i>
59 59   </div>
54 + <h3>Upgrade XWiki safely</h3>
60 60   <p>
61 61   Plan and execute XWiki LTS upgrades with compatibility checks, staging validation and rollback planning.
62 62   </p>
... ... @@ -71,12 +71,10 @@
71 71   </article>
72 72  
73 73   <article class="pathway-card">
74 - <div class="card-heading">
75 - <div class="pathway-icon">
76 - <i class="fa fa-life-ring" aria-hidden="true"></i>
77 - </div>
78 - <h3>Maintain XWiki reliably</h3>
69 + <div class="pathway-icon">
70 + <i class="fa fa-life-ring" aria-hidden="true"></i>
79 79   </div>
72 + <h3>Maintain XWiki reliably</h3>
80 80   <p>
81 81   Keep production XWiki instances stable with troubleshooting, maintenance planning, recovery support and security-aware care.
82 82   </p>
... ... @@ -91,12 +91,10 @@
91 91   </article>
92 92  
93 93   <article class="pathway-card">
94 - <div class="card-heading">
95 - <div class="pathway-icon">
96 - <i class="fa fa-cogs" aria-hidden="true"></i>
97 - </div>
98 - <h3>Extend XWiki for your processes</h3>
87 + <div class="pathway-icon">
88 + <i class="fa fa-cogs" aria-hidden="true"></i>
99 99   </div>
90 + <h3>Extend XWiki for your processes</h3>
100 100   <p>
101 101   Build custom XWiki applications, workflows, dashboards and integrations around real business needs.
102 102   </p>
Agnease.Code.SEODetailsClass[0]
metaDescription
... ... @@ -1,1 +1,0 @@
1 -Agnease provides professional XWiki consulting, LTS upgrades, maintenance, custom development, migrations, integrations and security-aware support for production XWiki platforms.
metaTitle
... ... @@ -1,1 +1,0 @@
1 -Professional XWiki Consulting, Upgrades and Development | Agnease
XWiki.StyleSheetExtension[0]
code
... ... @@ -167,9 +167,9 @@
167 167  
168 168  .hero {
169 169   overflow: hidden;
170 + background-repeat: no-repeat;
171 + background-attachment: scroll;
170 170  
171 - overflow: hidden;
172 -
173 173   &.hero-centered {
174 174   text-align: center;
175 175   background:
... ... @@ -181,15 +181,6 @@
181 181   min-height: 330px;
182 182   }
183 183  
184 - &.main-page-hero {
185 - background:
186 - linear-gradient(
187 - rgba(244, 252, 250, 0.74),
188 - rgba(255, 255, 255, 0.86)
189 - ),
190 - url('/bin/download/PublicWebSite/WebHome/main-page-hero.png') center center / cover no-repeat;
191 - }
192 -
193 193   .hero-inner {
194 194   max-width: 860px;
195 195   margin: 0 auto;
... ... @@ -378,13 +378,6 @@
378 378   flex-direction: column;
379 379   min-height: 100%;
380 380  
381 - .card-heading {
382 - display: flex;
383 - align-items: center;
384 - gap: 14px;
385 - margin-bottom: 14px;
386 - }
387 -
388 388   .pathway-icon {
389 389   width: 52px;
390 390   height: 52px;
... ... @@ -394,12 +394,12 @@
394 394   justify-content: center;
395 395   color: @brand;
396 396   background: fade(@brand, 10%);
381 + margin-bottom: 18px;
397 397   font-size: 19px;
398 - flex-shrink: 0;
399 399   }
400 400  
401 401   h3 {
402 - margin: 0;
386 + margin: 0 0 10px;
403 403   color: @text;
404 404   font-size: 22px;
405 405   line-height: 1.25;
... ... @@ -599,6 +599,31 @@
599 599   }
600 600  }
601 601  
586 +.resource-content {
587 + order: 1;
588 +}
589 +
590 +.resource-sidebar {
591 + order: 2;
592 +}
593 +
594 +@media (max-width: 767px) {
595 + .resource-layout {
596 + display: flex;
597 + flex-direction: column;
598 + }
599 +
600 + .resource-sidebar {
601 + order: 0;
602 + position: static;
603 + width: 100%;
604 + }
605 +
606 + .resource-content {
607 + order: 1;
608 + }
609 +}
610 +
602 602  /* ========== Homepage Resource Strip ========== */
603 603  
604 604  .homepage-resource-strip {
... ... @@ -706,50 +706,6 @@
706 706   }
707 707  }
708 708  
709 -.resource-inline-cta {
710 - display: flex;
711 - align-items: center;
712 - justify-content: space-between;
713 - gap: 22px;
714 - margin: 30px 0;
715 - padding: 20px 22px;
716 - border: 1px solid fade(@brand, 22%);
717 - border-radius: @radius;
718 - background: @brand-bg;
719 - box-shadow: @shadow-sm;
720 -
721 - p {
722 - margin: 0;
723 - color: @muted;
724 - line-height: 1.55;
725 - }
726 -
727 - strong {
728 - color: @text;
729 - }
730 -
731 - .btn {
732 - flex-shrink: 0;
733 - }
734 -}
735 -
736 -@media (max-width: 767px) {
737 - .resource-inline-cta {
738 - display: block;
739 - text-align: center;
740 -
741 - p {
742 - margin-bottom: 14px;
743 - }
744 -
745 - .btn {
746 - display: inline-block;
747 - margin-left: auto;
748 - margin-right: auto;
749 - }
750 - }
751 -}
752 -
753 753  /* ========== Responsive ========== */
754 754  
755 755  @media (max-width: 980px) {
... ... @@ -799,15 +799,6 @@
799 799   min-height: 280px;
800 800   }
801 801  
802 - .hero.main-page-hero {
803 - background:
804 - linear-gradient(
805 - rgba(244, 252, 250, 0.92),
806 - rgba(255, 255, 255, 0.97)
807 - ),
808 - url('/bin/download/PublicWebSite/WebHome/main-page-hero.png') center center / cover no-repeat;
809 - }
810 -
811 811   .hero {
812 812   .lead {
813 813   font-size: 17px;
... ... @@ -881,18 +881,15 @@
881 881  }
882 882  
883 883  .resource-layout {
884 - display: block;
840 + display: grid;
841 + grid-template-columns: minmax(0, 760px) 280px;
842 + gap: 42px;
885 885   max-width: 1080px;
886 886   margin: 0 auto;
887 887   padding-top: 28px;
846 + align-items: start;
888 888  }
889 889  
890 -.resource-layout::after {
891 - content: "";
892 - display: block;
893 - clear: both;
894 -}
895 -
896 896  .resource-content {
897 897   color: @text;
898 898   font-size: 16px;
... ... @@ -962,10 +962,6 @@
962 962  }
963 963  
964 964  .resource-sidebar {
965 - float: right;
966 - width: 280px;
967 - margin-left: 42px;
968 - margin-bottom: 28px;
969 969   position: sticky;
970 970   top: 96px;
971 971   border: 1px solid @line;
... ... @@ -995,14 +995,8 @@
995 995  }
996 996  
997 997  .resource-cta {
998 - display: flex;
999 - flex-direction: column;
1000 - align-items: center;
1001 - text-align: center;
1002 -
1003 - max-width: 820px;
1004 - margin: 42px auto 0;
1005 - padding: 28px 30px;
947 + margin-top: 36px;
948 + padding: 22px;
1006 1006   border: 1px solid fade(@brand, 20%);
1007 1007   border-radius: @radius;
1008 1008   background: @brand-bg;
... ... @@ -1009,43 +1009,20 @@
1009 1009  
1010 1010   h3 {
1011 1011   margin-top: 0;
1012 - margin-bottom: 10px;
1013 1013   }
1014 1014  
1015 1015   p {
1016 - max-width: 680px;
1017 - margin-left: auto;
1018 - margin-right: auto;
1019 1019   color: @muted;
1020 1020   }
1021 -
1022 - .btn {
1023 - margin-top: 8px;
1024 - }
1025 1025  }
1026 1026  
1027 -.resource-note,
1028 -.resource-checklist,
1029 -.resource-cta {
1030 - display: flow-root;
1031 -}
1032 -
1033 -@media (max-width: 767px) {
1034 - .resource-cta {
1035 - padding: 24px 20px;
1036 - }
1037 -}
1038 -
1039 1039  @media (max-width: 900px) {
1040 1040   .resource-layout {
964 + grid-template-columns: 1fr;
1041 1041   padding-top: 22px;
1042 1042   }
1043 1043  
1044 1044   .resource-sidebar {
1045 - float: none;
1046 - width: 100%;
1047 - margin-left: 0;
1048 - margin-bottom: 24px;
1049 1049   position: static;
1050 1050   }
1051 1051  }
... ... @@ -1331,19 +1331,3 @@
1331 1331   padding: @section-padding-mobile;
1332 1332   }
1333 1333  }
1334 -
1335 -.resource-faq-item {
1336 - border-bottom: 1px solid @line;
1337 - padding: 12px 0;
1338 -
1339 - summary {
1340 - cursor: pointer;
1341 - font-weight: 700;
1342 - color: @text;
1343 - }
1344 -
1345 - p {
1346 - margin: 10px 0 4px;
1347 - color: @muted;
1348 - }
1349 -}
XWiki.XWikiRights[0]
allow
... ... @@ -1,0 +1,1 @@
1 +Allow
groups
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiAllGroup
levels
... ... @@ -1,0 +1,1 @@
1 +view
users
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiGuest