Changes for page Public Web Site
Last modified by Agnease on 2026/05/30 16:24
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -20,7 +20,8 @@ 20 20 </ul> 21 21 22 22 <div class="hero-actions"> 23 - <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Request a consultation</a> 23 + <a class="btn btn-primary" href="https://calendly.com/alex-agnease/30min?back=1&month=2026-06">Book a free discussion</a> 24 + ##<a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Request a consultation</a> 24 24 <a class="btn btn-secondary" href="$xwiki.getURL('services.WebHome')">View XWiki services</a> 25 25 </div> 26 26 </div>
- XWiki.StyleSheetExtension[0]
-
- code
-
... ... @@ -727,19 +727,16 @@ 727 727 @media (max-width: 767px) { 728 728 .resource-inline-cta { 729 729 display: block; 730 + text-align: center; 730 730 731 731 p { 732 732 margin-bottom: 14px; 733 733 } 734 - } 735 -} 736 736 737 -@media (max-width: 767px) { 738 - .resource-inline-cta { 739 - display: block; 740 - 741 - p { 742 - margin-bottom: 14px; 736 + .btn { 737 + display: inline-block; 738 + margin-left: auto; 739 + margin-right: auto; 743 743 } 744 744 } 745 745 } ... ... @@ -980,8 +980,14 @@ 980 980 } 981 981 982 982 .resource-cta { 983 - margin-top: 36px; 984 - padding: 22px; 980 + display: flex; 981 + flex-direction: column; 982 + align-items: center; 983 + text-align: center; 984 + 985 + max-width: 820px; 986 + margin: 42px auto 0; 987 + padding: 28px 30px; 985 985 border: 1px solid fade(@brand, 20%); 986 986 border-radius: @radius; 987 987 background: @brand-bg; ... ... @@ -988,11 +988,19 @@ 988 988 989 989 h3 { 990 990 margin-top: 0; 994 + margin-bottom: 10px; 991 991 } 992 992 993 993 p { 998 + max-width: 680px; 999 + margin-left: auto; 1000 + margin-right: auto; 994 994 color: @muted; 995 995 } 1003 + 1004 + .btn { 1005 + margin-top: 8px; 1006 + } 996 996 } 997 997 998 998 .resource-note, ... ... @@ -1001,6 +1001,12 @@ 1001 1001 display: flow-root; 1002 1002 } 1003 1003 1015 +@media (max-width: 767px) { 1016 + .resource-cta { 1017 + padding: 24px 20px; 1018 + } 1019 +} 1020 + 1004 1004 @media (max-width: 900px) { 1005 1005 .resource-layout { 1006 1006 padding-top: 22px;
- XWiki.StyleSheetExtension[1]
-
- code
-
... ... @@ -1,6 +1,7 @@ 1 1 /* ========== Agnease Public Top Menu ========== */ 2 2 /* Top-level menu items */ 3 3 4 + 4 4 #menuview .agnease-menu-item, 5 5 #menuview .agnease-menu-link { 6 6 > a,