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

From version 26.1
edited by Aaron Blackburn
on 2026/07/22 20:26
Change comment: There is no comment for this version
To version 36.1
edited by Aaron Blackburn
on 2026/07/22 20:42
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,12 +1,13 @@
1 -== ==
2 -
1 +{{html clean="false"}}
3 3  <div class="modern-menu-container">
4 - <div class="row">
3 + <div class="menu-grid">
4 +
5 5   <!-- Card 1: Webex -->
6 - <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">
7 7   <div class="menu-card">
8 8   <div class="menu-icon-container">
9 - <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" />
10 10   </div>
11 11   <div class="menu-text">
12 12   <div class="menu-title">Cloud Connected PSTN (CCP)</div>
... ... @@ -16,10 +16,11 @@
16 16   </a>
17 17  
18 18   <!-- Card 2: MS Teams -->
19 - <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">
20 20   <div class="menu-card">
21 21   <div class="menu-icon-container">
22 - <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" />
23 23   </div>
24 24   <div class="menu-text">
25 25   <div class="menu-title"><strong>MS Teams</strong></div>
... ... @@ -27,14 +27,13 @@
27 27   </div>
28 28   </div>
29 29   </a>
30 - </div>
31 31  
32 - <div class="row">
33 - <!-- Card 3: FirstDigital -->
34 - <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">
35 35   <div class="menu-card">
36 36   <div class="menu-icon-container">
37 - <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" />
38 38   </div>
39 39   <div class="menu-text">
40 40   <div class="menu-title"><strong>FirstDigital SIP trunk</strong></div>
... ... @@ -44,10 +44,11 @@
44 44   </a>
45 45  
46 46   <!-- Card 4: Support -->
47 - <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">
48 48   <div class="menu-card">
49 - <div class="menu-icon-container">
50 - <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>
51 51   </div>
52 52   <div class="menu-text">
53 53   <div class="menu-title"><strong>Support</strong></div>
... ... @@ -55,86 +55,115 @@
55 55   </div>
56 56   </div>
57 57   </a>
60 +
58 58   </div>
59 59  
60 60   <!-- Partner Footer Links -->
61 - <div class="row partner-footer">
62 - <div class="col-xs-6 text-center">
63 - <a href="https://learn.firstdigital.com/bin/view/Main/?oidc.skipped=true">
64 - <img src="$xwiki.getURL('Main.WebHome','download','filepath=FirstDigital-Logo.png')" alt="FirstDigital" style="max-height:34px;" />
65 - </a>
66 - </div>
67 - <div class="col-xs-6 text-center">
68 - <a href="https://learn.firstdigital.com/bin/view/Main/?oidc.skipped=false">
69 - <img src="$xwiki.getURL('Main.WebHome','download','filepath=Microsoft_Azure-Logo.wine.png')" alt="Azure" style="max-height:50px;" />
70 - </a>
71 - </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>
72 72   </div>
73 73  </div>
74 74  
75 -<!-- CSS Styles for the Modern Look -->
76 76  <style>
77 77   /* Container setup */
78 78   .modern-menu-container {
79 - max-width: 960px;
78 + max-width: 1000px;
80 80   margin: 0 auto;
81 81   padding: 20px;
81 + box-sizing: border-box;
82 82   }
83 83  
84 - /* General row spacing */
85 - .modern-menu-container .row {
86 - 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%;
87 87   }
88 88  
89 - /* 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 */
90 90   .menu-card {
91 91   background: #ffffff;
92 92   border-radius: 12px;
93 - padding: 15px;
103 + padding: 20px;
94 94   display: flex;
95 95   align-items: center;
96 - box-shadow: 0 4px 6px rgba(0,0,0,0.1);
106 + box-shadow: 0 4px 6px rgba(0,0,0,0.05);
97 97   transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
98 - border: 1px solid #e0e0e0;
99 - text-decoration: none; /* Remove underline from link */
100 - color: #333; /* Ensure text color is consistent */
101 - 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;
102 102   }
103 103  
104 - /* Hover effect for cards */
105 105   .menu-card-link:hover .menu-card {
106 - transform: translateY(-5px);
107 - 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;
108 108   }
109 109  
110 - /* Icon container: creates the white circle */
120 + /* Icon Container: Uniform circle for all icons */
111 111   .menu-icon-container {
112 - flex: 0 0 60px; /* Fixed size for icon area */
113 - height: 60px;
114 - 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 */
115 115   border-radius: 50%;
116 116   display: flex;
117 117   align-items: center;
118 118   justify-content: center;
119 - margin-right: 15px;
120 - border: 1px solid #eaeaea;
129 + margin-right: 16px;
130 + overflow: hidden; /* Keeps logos within circle */
131 + border: 1px solid #e0e0e0;
121 121   }
122 -
123 - /* Generic icon scaling within the container */
133 +
134 + /* Specific Logo Scaling */
124 124   .menu-icon {
125 - max-width: 80%;
126 - max-height: 80%;
127 127   object-fit: contain;
128 128   }
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 + }
129 129  
130 - /* Specific icon tweaks if needed */
131 - .webex-icon { max-width: 90%; } /* Webex logo is wide */
157 + /* Support Icon (SVG styling) */
158 + .support-icon {
159 + width: 60%;
160 + height: 60%;
161 + }
132 132  
133 - /* Text area */
163 + /* Text Area */
134 134   .menu-text {
135 135   flex: 1;
136 136   display: flex;
137 137   flex-direction: column;
168 + justify-content: center;
138 138   }
139 139  
140 140   .menu-title {
... ... @@ -141,6 +141,7 @@
141 141   font-size: 16px;
142 142   line-height: 1.4;
143 143   font-weight: 600;
175 + color: #1a1a1a;
144 144   }
145 145  
146 146   .menu-subtitle {
... ... @@ -147,6 +147,7 @@
147 147   font-size: 13px;
148 148   color: #666;
149 149   margin-top: 4px;
182 + font-weight: 400;
150 150   }
151 151  
152 152   /* Partner footer adjustments */
... ... @@ -154,18 +154,125 @@
154 154   margin-top: 40px;
155 155   padding-top: 20px;
156 156   border-top: 1px solid #eee;
157 - opacity: 0.8;
190 + display: flex;
191 + justify-content: center;
192 + align-items: center;
193 + gap: 15px;
194 + font-family: Arial, sans-serif;
158 158   }
159 - .partner-footer:hover { opacity: 1; }
160 -
161 - .partner-footer .text-center {
162 - display: flex;
163 - justify-content: center;
164 - 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;
165 165   }
166 166  
167 - /* Responsive breakpoints (adjust as needed) */
168 - @media (max-width: 767px) {
169 - .menu-card { margin-bottom: 15px; } /* Spacing on mobile */
204 + .azure-brand {
205 + color: #0078d4; /* Azure blue */
170 170   }
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 + }
171 171  </style>
226 +{{/html}} </div>
227 +</div>
228 +
229 +<style>
230 + .modern-menu-container {
231 + max-width: 960px;
232 + margin: 0 auto;
233 + padding: 20px;
234 + }
235 + .modern-menu-container .row {
236 + display: grid;
237 + grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
238 + gap: 16px;
239 + margin-bottom: 20px;
240 + }
241 + .menu-card-link {
242 + display: block;
243 + text-decoration: none !important;
244 + }
245 + .menu-card {
246 + background: #ffffff;
247 + border-radius: 12px;
248 + padding: 18px;
249 + display: flex;
250 + align-items: center;
251 + box-shadow: 0 4px 6px rgba(0,0,0,0.04);
252 + transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
253 + border: 1px solid #eaeaea;
254 + color: #333;
255 + height: 100%;
256 + box-sizing: border-box;
257 + }
258 + .menu-card-link:hover .menu-card {
259 + transform: translateY(-3px);
260 + box-shadow: 0 8px 15px rgba(0,0,0,0.08);
261 + border-color: #d0d7de;
262 + }
263 + .menu-icon-container {
264 + flex: 0 0 52px;
265 + height: 52px;
266 + background-color: #f4f6f8;
267 + border-radius: 50%;
268 + display: flex;
269 + align-items: center;
270 + justify-content: center;
271 + margin-right: 16px;
272 + }
273 + .menu-text {
274 + flex: 1;
275 + display: flex;
276 + flex-direction: column;
277 + }
278 + .menu-title {
279 + font-size: 15px;
280 + line-height: 1.3;
281 + font-weight: 600;
282 + color: #1f2328;
283 + }
284 + .menu-subtitle {
285 + font-size: 12px;
286 + color: #656d76;
287 + margin-top: 3px;
288 + }
289 + .partner-footer {
290 + margin-top: 30px;
291 + padding-top: 20px;
292 + border-top: 1px solid #eaeaea;
293 + display: flex;
294 + justify-content: center;
295 + align-items: center;
296 + gap: 15px;
297 + }
298 + .footer-brand {
299 + font-weight: 700;
300 + font-size: 14px;
301 + color: #0060ff;
302 + text-decoration: none !important;
303 + }
304 + .azure-brand {
305 + color: #0078d4;
306 + }
307 + .footer-divider {
308 + color: #d0d7de;
309 + }
310 +</style>
311 +{{/html}}
1784740620667-179.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.aaronblackburnfirstdigitalcom
Size
... ... @@ -1,1 +1,0 @@
1 -5.3 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