Last modified by Chris Workman on 2026/08/20 21:50

From version 27.1
edited by Aaron Blackburn
on 2026/07/22 20:27
Change comment: There is no comment for this version
To version 39.1
edited by Aaron Blackburn
on 2026/07/22 20:45
Change comment: Deleted image "1784741189563-764.png"

Summary

Details

Page properties
Content
... ... @@ -1,10 +1,13 @@
1 +{{html clean="false"}}
1 1  <div class="modern-menu-container">
2 - <div class="row">
3 + <div class="menu-grid">
4 +
3 3   <!-- Card 1: Webex -->
4 - <a href="TARGET_URL_FOR_WEBEX" class="col-xs-12 col-sm-6 menu-card-link">
6 + <a href="TARGET_URL_FOR_WEBEX" class="menu-card-link">
5 5   <div class="menu-card">
6 6   <div class="menu-icon-container">
7 - <img src="$xwiki.getURL('Main.WebHome','download','filepath=webexbycisco-3d-vertical-color-black-text.png')" alt="Webex" class="menu-icon webex-icon" />
9 + <!-- Ensure 'Webex-Symbol.jpg' is attached to this page -->
10 + <img src="$xwiki.getURL('current','download','filepath=Webex-Symbol.jpg')" alt="Webex" class="menu-icon webex-logo" />
8 8   </div>
9 9   <div class="menu-text">
10 10   <div class="menu-title">Cloud Connected PSTN (CCP)</div>
... ... @@ -14,10 +14,11 @@
14 14   </a>
15 15  
16 16   <!-- Card 2: MS Teams -->
17 - <a href="TARGET_URL_FOR_TEAMS" class="col-xs-12 col-sm-6 menu-card-link">
20 + <a href="TARGET_URL_FOR_TEAMS" class="menu-card-link">
18 18   <div class="menu-card">
19 19   <div class="menu-icon-container">
20 - <img src="$xwiki.getURL('Main.WebHome','download','filepath=MS teams.webp')" alt="MS Teams" class="menu-icon teams-icon" />
23 + <!-- Ensure 'MS teams.webp' is attached to this page -->
24 + <img src="$xwiki.getURL('current','download','filepath=MS teams.webp')" alt="MS Teams" class="menu-icon teams-logo" />
21 21   </div>
22 22   <div class="menu-text">
23 23   <div class="menu-title"><strong>MS Teams</strong></div>
... ... @@ -25,14 +25,13 @@
25 25   </div>
26 26   </div>
27 27   </a>
28 - </div>
29 29  
30 - <div class="row">
31 - <!-- Card 3: FirstDigital -->
32 - <a href="TARGET_URL_FOR_SIP" class="col-xs-12 col-sm-6 menu-card-link">
33 + <!-- Card 3: FirstDigital SIP Trunk -->
34 + <a href="TARGET_URL_FOR_SIP" class="menu-card-link">
33 33   <div class="menu-card">
34 34   <div class="menu-icon-container">
35 - <img src="$xwiki.getURL('Main.WebHome','download','filepath=1784751540742-511.png')" alt="SIP Trunk" class="menu-icon sip-icon" />
37 + <!-- Ensure 'image_29.png' is attached to this page -->
38 + <img src="$xwiki.getURL('current','download','filepath=image_29.png')" alt="FirstDigital" class="menu-icon firstdigital-logo" />
36 36   </div>
37 37   <div class="menu-text">
38 38   <div class="menu-title"><strong>FirstDigital SIP trunk</strong></div>
... ... @@ -42,10 +42,11 @@
42 42   </a>
43 43  
44 44   <!-- Card 4: Support -->
45 - <a href="TARGET_URL_FOR_SUPPORT" class="col-xs-12 col-sm-6 menu-card-link">
48 + <a href="TARGET_URL_FOR_SUPPORT" class="menu-card-link">
46 46   <div class="menu-card">
47 - <div class="menu-icon-container">
48 - <img src="$xwiki.getURL('Main.WebHome','download','filepath=1784751495894-847.png')" alt="Support" class="menu-icon support-icon" />
50 + <div class="menu-icon-container icon-only-bg">
51 + <!-- Support Icon (using a clean vector equivalent) -->
52 + <svg class="menu-icon support-icon" viewBox="0 0 24 24" width="24" height="24" stroke="#0060FF" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path><line x1="12" y1="17" x2="12.01" y2="17"></line></svg>
49 49   </div>
50 50   <div class="menu-text">
51 51   <div class="menu-title"><strong>Support</strong></div>
... ... @@ -53,86 +53,115 @@
53 53   </div>
54 54   </div>
55 55   </a>
60 +
56 56   </div>
57 57  
58 58   <!-- Partner Footer Links -->
59 - <div class="row partner-footer">
60 - <div class="col-xs-6 text-center">
61 - <a href="https://learn.firstdigital.com/bin/view/Main/?oidc.skipped=true">
62 - <img src="$xwiki.getURL('Main.WebHome','download','filepath=FirstDigital-Logo.png')" alt="FirstDigital" style="max-height:34px;" />
63 - </a>
64 - </div>
65 - <div class="col-xs-6 text-center">
66 - <a href="https://learn.firstdigital.com/bin/view/Main/?oidc.skipped=false">
67 - <img src="$xwiki.getURL('Main.WebHome','download','filepath=Microsoft_Azure-Logo.wine.png')" alt="Azure" style="max-height:50px;" />
68 - </a>
69 - </div>
64 + <div class="partner-footer">
65 + <a href="https://learn.firstdigital.com/bin/view/Main/?oidc.skipped=true" class="footer-brand">
66 + First<span style="color:#004080;">Digital</span>
67 + </a>
68 + <span class="footer-divider">|</span>
69 + <a href="https://learn.firstdigital.com/bin/view/Main/?oidc.skipped=false" class="footer-brand azure-brand">
70 + Microsoft Azure
71 + </a>
70 70   </div>
71 71  </div>
72 72  
73 -<!-- CSS Styles for the Modern Look -->
74 74  <style>
75 75   /* Container setup */
76 76   .modern-menu-container {
77 - max-width: 960px;
78 + max-width: 1000px;
78 78   margin: 0 auto;
79 79   padding: 20px;
81 + box-sizing: border-box;
80 80   }
81 81  
82 - /* General row spacing */
83 - .modern-menu-container .row {
84 - margin-bottom: 20px;
84 + /* CSS Grid Setup: 2 columns, equal width */
85 + .menu-grid {
86 + display: grid;
87 + grid-template-columns: repeat(2, 1fr);
88 + gap: 20px;
89 + width: 100%;
85 85   }
86 86  
87 - /* Card styling */
92 + /* General Reset for links */
93 + .menu-card-link {
94 + text-decoration: none !important;
95 + display: block;
96 + height: 100%;
97 + }
98 +
99 + /* Card Styling */
88 88   .menu-card {
89 89   background: #ffffff;
90 90   border-radius: 12px;
91 - padding: 15px;
103 + padding: 20px;
92 92   display: flex;
93 93   align-items: center;
94 - box-shadow: 0 4px 6px rgba(0,0,0,0.1);
106 + box-shadow: 0 4px 6px rgba(0,0,0,0.05);
95 95   transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
96 - border: 1px solid #e0e0e0;
97 - text-decoration: none; /* Remove underline from link */
98 - color: #333; /* Ensure text color is consistent */
99 - height: 100%; /* Ensure cards in same row match height */
108 + border: 1px solid #eaeaea;
109 + color: #333;
110 + height: 100%; /* Ensures cards in same row stretch to same height */
111 + box-sizing: border-box;
100 100   }
101 101  
102 - /* Hover effect for cards */
103 103   .menu-card-link:hover .menu-card {
104 - transform: translateY(-5px);
105 - box-shadow: 0 6px 12px rgba(0,0,0,0.15);
115 + transform: translateY(-3px);
116 + box-shadow: 0 6px 12px rgba(0,0,0,0.1);
117 + border-color: #c1c1c1;
106 106   }
107 107  
108 - /* Icon container: creates the white circle */
120 + /* Icon Container: Uniform circle for all icons */
109 109   .menu-icon-container {
110 - flex: 0 0 60px; /* Fixed size for icon area */
111 - height: 60px;
112 - background-color: #f8f9fa;
122 + flex: 0 0 56px; /* Fixed size for icon circle */
123 + height: 56px;
124 + background-color: #f4f6f8; /* Light grey background from original support icon */
113 113   border-radius: 50%;
114 114   display: flex;
115 115   align-items: center;
116 116   justify-content: center;
117 - margin-right: 15px;
118 - border: 1px solid #eaeaea;
129 + margin-right: 16px;
130 + overflow: hidden; /* Keeps logos within circle */
131 + border: 1px solid #e0e0e0;
119 119   }
120 -
121 - /* Generic icon scaling within the container */
133 +
134 + /* Specific Logo Scaling */
122 122   .menu-icon {
123 - max-width: 80%;
124 - max-height: 80%;
125 125   object-fit: contain;
126 126   }
138 +
139 + /* Webex (Logo is wide, fits best at 85% width) */
140 + .webex-logo {
141 + width: 85%;
142 + height: auto;
143 + }
144 +
145 + /* MS Teams (Icon is square, fits best at 75% width) */
146 + .teams-logo {
147 + width: 75%;
148 + height: auto;
149 + }
150 +
151 + /* FirstDigital (Logo is wide, fits best at 90% width) */
152 + .firstdigital-logo {
153 + width: 90%;
154 + height: auto;
155 + }
127 127  
128 - /* Specific icon tweaks if needed */
129 - .webex-icon { max-width: 90%; } /* Webex logo is wide */
157 + /* Support Icon (SVG styling) */
158 + .support-icon {
159 + width: 60%;
160 + height: 60%;
161 + }
130 130  
131 - /* Text area */
163 + /* Text Area */
132 132   .menu-text {
133 133   flex: 1;
134 134   display: flex;
135 135   flex-direction: column;
168 + justify-content: center;
136 136   }
137 137  
138 138   .menu-title {
... ... @@ -139,6 +139,7 @@
139 139   font-size: 16px;
140 140   line-height: 1.4;
141 141   font-weight: 600;
175 + color: #1a1a1a;
142 142   }
143 143  
144 144   .menu-subtitle {
... ... @@ -145,6 +145,7 @@
145 145   font-size: 13px;
146 146   color: #666;
147 147   margin-top: 4px;
182 + font-weight: 400;
148 148   }
149 149  
150 150   /* Partner footer adjustments */
... ... @@ -152,18 +152,40 @@
152 152   margin-top: 40px;
153 153   padding-top: 20px;
154 154   border-top: 1px solid #eee;
155 - opacity: 0.8;
190 + display: flex;
191 + justify-content: center;
192 + align-items: center;
193 + gap: 15px;
194 + font-family: Arial, sans-serif;
156 156   }
157 - .partner-footer:hover { opacity: 1; }
158 -
159 - .partner-footer .text-center {
160 - display: flex;
161 - justify-content: center;
162 - align-items: center;
196 +
197 + .footer-brand {
198 + font-weight: 700;
199 + font-size: 14px;
200 + color: #0060ff; /* Primary brand blue */
201 + text-decoration: none !important;
163 163   }
164 164  
165 - /* Responsive breakpoints (adjust as needed) */
166 - @media (max-width: 767px) {
167 - .menu-card { margin-bottom: 15px; } /* Spacing on mobile */
204 + .azure-brand {
205 + color: #0078d4; /* Azure blue */
168 168   }
207 +
208 + .footer-divider {
209 + color: #ccc;
210 + font-weight: 300;
211 + }
212 +
213 + /* Responsive Breakpoints: Mobile */
214 + @media (max-width: 768px) {
215 + .menu-grid {
216 + grid-template-columns: 1fr; /* Stack to 1 column on mobile */
217 + }
218 + .modern-menu-container {
219 + padding: 10px;
220 + }
221 + .menu-card {
222 + padding: 15px;
223 + }
224 + }
169 169  </style>
226 +{{/html}}
1784740620667-179.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.aaronblackburnfirstdigitalcom
Size
... ... @@ -1,1 +1,0 @@
1 -5.3 KB
Content
1784741189563-764.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.aaronblackburnfirstdigitalcom
Size
... ... @@ -1,1 +1,0 @@
1 -164.0 KB
Content
1784741289632-457.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.aaronblackburnfirstdigitalcom
Size
... ... @@ -1,1 +1,0 @@
1 -85.0 KB
Content
1784741546269-324.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.aaronblackburnfirstdigitalcom
Size
... ... @@ -1,1 +1,0 @@
1 -20.2 KB
Content
1784751540742-511.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.aaronblackburnfirstdigitalcom
Size
... ... @@ -1,1 +1,0 @@
1 -5.3 KB
Content
55da30a8-a01a-4c4b-a486-a95baf3bc33b
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.aaronblackburnfirstdigitalcom
Size
... ... @@ -1,1 +1,0 @@
1 -294.4 KB
Content
firstdigitalhome_logo
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.aaronblackburnfirstdigitalcom
Size
... ... @@ -1,1 +1,0 @@
1 -12.4 KB
Content