Changes for page FirstDigital Products Home Page:
Last modified by Chris Workman on 2026/08/20 21:50
From version 36.1
edited by Aaron Blackburn
on 2026/07/22 20:42
on 2026/07/22 20:42
Change comment:
There is no comment for this version
To version 34.1
edited by Aaron Blackburn
on 2026/07/22 20:34
on 2026/07/22 20:34
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,13 +1,11 @@ 1 -{{html clean="false"}}1 +{{html}} 2 2 <div class="modern-menu-container"> 3 - <div class="menu-grid"> 4 - 3 + <div class="row"> 5 5 <!-- Card 1: Webex --> 6 6 <a href="TARGET_URL_FOR_WEBEX" class="menu-card-link"> 7 7 <div class="menu-card"> 8 - <div class="menu-icon-container"> 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" /> 7 + <div class="menu-icon-container" style="color: #0060ff;"> 8 + <svg viewBox="0 0 24 24" width="28" height="28" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"><path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="9" cy="7" r="4"></circle><path d="M23 21v-2a4 4 0 0 0-3-3.87"></path><path d="M16 3.13a4 4 0 0 1 0 7.75"></path></svg> 11 11 </div> 12 12 <div class="menu-text"> 13 13 <div class="menu-title">Cloud Connected PSTN (CCP)</div> ... ... @@ -19,9 +19,8 @@ 19 19 <!-- Card 2: MS Teams --> 20 20 <a href="TARGET_URL_FOR_TEAMS" class="menu-card-link"> 21 21 <div class="menu-card"> 22 - <div class="menu-icon-container"> 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" /> 20 + <div class="menu-icon-container" style="color: #464775;"> 21 + <svg viewBox="0 0 24 24" width="28" height="28" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"><path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="9" cy="7" r="4"></circle><path d="M23 21v-2a4 4 0 0 0-3-3.87"></path><path d="M16 3.13a4 4 0 0 1 0 7.75"></path></svg> 25 25 </div> 26 26 <div class="menu-text"> 27 27 <div class="menu-title"><strong>MS Teams</strong></div> ... ... @@ -33,9 +33,8 @@ 33 33 <!-- Card 3: FirstDigital SIP Trunk --> 34 34 <a href="TARGET_URL_FOR_SIP" class="menu-card-link"> 35 35 <div class="menu-card"> 36 - <div class="menu-icon-container"> 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" /> 33 + <div class="menu-icon-container" style="color: #004080;"> 34 + <svg viewBox="0 0 24 24" width="26" height="26" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path></svg> 39 39 </div> 40 40 <div class="menu-text"> 41 41 <div class="menu-title"><strong>FirstDigital SIP trunk</strong></div> ... ... @@ -47,9 +47,8 @@ 47 47 <!-- Card 4: Support --> 48 48 <a href="TARGET_URL_FOR_SUPPORT" class="menu-card-link"> 49 49 <div class="menu-card"> 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> 46 + <div class="menu-icon-container" style="color: #0060ff;"> 47 + <svg viewBox="0 0 24 24" width="26" height="26" stroke="currentColor" 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> 53 53 </div> 54 54 <div class="menu-text"> 55 55 <div class="menu-title"><strong>Support</strong></div> ... ... @@ -57,7 +57,6 @@ 57 57 </div> 58 58 </div> 59 59 </a> 60 - 61 61 </div> 62 62 63 63 <!-- Partner Footer Links --> ... ... @@ -73,157 +73,102 @@ 73 73 </div> 74 74 75 75 <style> 76 - /* Container setup */ 77 77 .modern-menu-container { 78 - max-width: 1000px;71 + max-width: 960px; 79 79 margin: 0 auto; 80 80 padding: 20px; 81 - box-sizing:border-box;74 + font-family: inherit; 82 82 } 83 - 84 - /* CSS Grid Setup: 2 columns, equal width */ 85 - .menu-grid { 76 + .modern-menu-container .row { 86 86 display: grid; 87 - grid-template-columns: repeat(2, 1fr); 88 - gap: 20px;89 - width:100%;78 + grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); 79 + gap: 16px; 80 + margin-bottom: 20px; 90 90 } 91 - 92 - /* General Reset for links */ 93 93 .menu-card-link { 94 - text-decoration: none !important; 95 95 display: block; 96 - height:100%;84 + text-decoration: none !important; 97 97 } 98 - 99 - /* Card Styling */ 100 100 .menu-card { 101 101 background: #ffffff; 102 102 border-radius: 12px; 103 - padding: 20px;89 + padding: 18px; 104 104 display: flex; 105 105 align-items: center; 106 - box-shadow: 0 4px 6px rgba(0,0,0,0.0 5);92 + box-shadow: 0 4px 6px rgba(0,0,0,0.04); 107 107 transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out; 108 108 border: 1px solid #eaeaea; 109 109 color: #333; 110 - height: 100%; /* Ensures cards in same row stretch to same height */96 + height: 100%; 111 111 box-sizing: border-box; 112 112 } 113 - 114 114 .menu-card-link:hover .menu-card { 115 115 transform: translateY(-3px); 116 - box-shadow: 0 6px 12px rgba(0,0,0,0.1);117 - border-color: # c1c1c1;101 + box-shadow: 0 8px 15px rgba(0,0,0,0.08); 102 + border-color: #d0d7de; 118 118 } 119 - 120 - /* Icon Container: Uniform circle for all icons */ 121 121 .menu-icon-container { 122 - flex: 0 0 5 6px;/* Fixed size for icon circle */123 - height: 5 6px;124 - background-color: #f4f6f8; /* Light grey background from original support icon */105 + flex: 0 0 52px; 106 + height: 52px; 107 + background-color: #f4f6f8; 125 125 border-radius: 50%; 126 126 display: flex; 127 127 align-items: center; 128 128 justify-content: center; 129 129 margin-right: 16px; 130 - overflow: hidden; /* Keeps logos within circle */ 131 - border: 1px solid #e0e0e0; 132 132 } 133 - 134 - /* Specific Logo Scaling */ 135 - .menu-icon { 136 - object-fit: contain; 137 - } 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 - } 156 - 157 - /* Support Icon (SVG styling) */ 158 - .support-icon { 159 - width: 60%; 160 - height: 60%; 161 - } 162 - 163 - /* Text Area */ 164 164 .menu-text { 165 165 flex: 1; 166 166 display: flex; 167 167 flex-direction: column; 168 - justify-content: center; 169 169 } 170 - 171 171 .menu-title { 172 - font-size: 1 6px;173 - line-height: 1. 4;120 + font-size: 15px; 121 + line-height: 1.3; 174 174 font-weight: 600; 175 - color: #1 a1a1a;123 + color: #1f2328; 176 176 } 177 - 178 178 .menu-subtitle { 179 - font-size: 13px; 180 - color: #666; 181 - margin-top: 4px; 182 - font-weight: 400; 126 + font-size: 12px; 127 + color: #656d76; 128 + margin-top: 3px; 183 183 } 184 - 185 - /* Partner footer adjustments */ 186 186 .partner-footer { 187 - margin-top: 40px;131 + margin-top: 30px; 188 188 padding-top: 20px; 189 - border-top: 1px solid #eee; 133 + border-top: 1px solid #eaeaea; 190 190 display: flex; 191 191 justify-content: center; 192 192 align-items: center; 193 193 gap: 15px; 194 - font-family: Arial, sans-serif; 195 195 } 196 - 197 197 .footer-brand { 198 198 font-weight: 700; 199 199 font-size: 14px; 200 - color: #0060ff; /* Primary brand blue */142 + color: #0060ff; 201 201 text-decoration: none !important; 202 202 } 203 - 204 204 .azure-brand { 205 - color: #0078d4; /* Azure blue */146 + color: #0078d4; 206 206 } 207 - 208 208 .footer-divider { 209 - color: #ccc; 210 - font-weight: 300; 149 + color: #d0d7de; 211 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 - } 225 225 </style> 226 -{{/html}} </div> 152 +{{/html}} 153 + <!-- Partner Footer Links --> 154 + <div class="row partner-footer"> 155 + <div class="col-xs-6 text-center"> 156 + <a href="https://learn.firstdigital.com/bin/view/Main/?oidc.skipped=true"> 157 + <img src="$xwiki.getURL('Main.WebHome','download','filepath=FirstDigital-Logo.png')" alt="FirstDigital" style="max-height:34px;" /> 158 + </a> 159 + </div> 160 + <div class="col-xs-6 text-center"> 161 + <a href="https://learn.firstdigital.com/bin/view/Main/?oidc.skipped=false"> 162 + <img src="$xwiki.getURL('Main.WebHome','download','filepath=Microsoft_Azure-Logo.wine.png')" alt="Azure" style="max-height:50px;" /> 163 + </a> 164 + </div> 165 + </div> 227 227 </div> 228 228 229 229 <style> ... ... @@ -233,43 +233,49 @@ 233 233 padding: 20px; 234 234 } 235 235 .modern-menu-container .row { 236 - display: grid; 237 - grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); 238 - gap: 16px; 175 + display: flex; 176 + flex-wrap: wrap; 239 239 margin-bottom: 20px; 240 240 } 241 241 .menu-card-link { 242 242 display: block; 243 - text-decoration: none !important; 181 + text-decoration: none; 182 + margin-bottom: 15px; 244 244 } 245 245 .menu-card { 246 246 background: #ffffff; 247 247 border-radius: 12px; 248 - padding: 1 8px;187 + padding: 15px; 249 249 display: flex; 250 250 align-items: center; 251 - box-shadow: 0 4px 6px rgba(0,0,0,0. 04);190 + box-shadow: 0 4px 6px rgba(0,0,0,0.1); 252 252 transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out; 253 - border: 1px solid #e aeaea;192 + border: 1px solid #e0e0e0; 254 254 color: #333; 255 255 height: 100%; 256 256 box-sizing: border-box; 257 257 } 258 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; 198 + transform: translateY(-5px); 199 + box-shadow: 0 6px 12px rgba(0,0,0,0.15); 262 262 } 263 263 .menu-icon-container { 264 - flex: 0 0 52px;265 - height: 52px;266 - background-color: #f 4f6f8;202 + flex: 0 0 60px; 203 + height: 60px; 204 + background-color: #f8f9fa; 267 267 border-radius: 50%; 268 268 display: flex; 269 269 align-items: center; 270 270 justify-content: center; 271 - margin-right: 16px; 209 + margin-right: 15px; 210 + border: 1px solid #eaeaea; 272 272 } 212 + .menu-icon { 213 + max-width: 80%; 214 + max-height: 80%; 215 + object-fit: contain; 216 + } 217 + .webex-icon { max-width: 90%; } 273 273 .menu-text { 274 274 flex: 1; 275 275 display: flex; ... ... @@ -276,36 +276,34 @@ 276 276 flex-direction: column; 277 277 } 278 278 .menu-title { 279 - font-size: 1 5px;280 - line-height: 1. 3;224 + font-size: 16px; 225 + line-height: 1.4; 281 281 font-weight: 600; 282 - color: #1f2328; 283 283 } 284 284 .menu-subtitle { 285 - font-size: 1 2px;286 - color: #6 56d76;287 - margin-top: 3px;229 + font-size: 13px; 230 + color: #666; 231 + margin-top: 4px; 288 288 } 289 289 .partner-footer { 290 - margin-top: 30px;234 + margin-top: 40px; 291 291 padding-top: 20px; 292 - border-top: 1px solid #eaeaea; 236 + border-top: 1px solid #eee; 237 + justify-content: center; 238 + } 239 + .partner-footer .text-center { 240 + flex: 1; 293 293 display: flex; 294 294 justify-content: center; 295 295 align-items: center; 296 - gap: 15px; 297 297 } 298 - .footer-brand { 299 - font-weight: 700; 300 - font-size: 14px; 301 - color: #0060ff; 302 - text-decoration: none !important; 245 + @media (min-width: 768px) { 246 + .menu-card-link { 247 + flex: 0 0 50%; 248 + max-width: 50%; 249 + padding: 0 10px; 250 + box-sizing: border-box; 251 + } 303 303 } 304 - .azure-brand { 305 - color: #0078d4; 306 - } 307 - .footer-divider { 308 - color: #d0d7de; 309 - } 310 310 </style> 311 311 {{/html}}