Changes for page FirstDigital Products Home Page:
Last modified by Chris Workman on 2026/08/20 21:50
From version 32.1
edited by Aaron Blackburn
on 2026/07/22 20:29
on 2026/07/22 20:29
Change comment:
Deleted image "firstdigitalhome_logo"
To version 47.1
edited by Aaron Blackburn
on 2026/07/22 20:51
on 2026/07/22 20:51
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (1 modified, 2 added, 6 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,11 +1,12 @@ 1 -{{html}} 1 +{{html clean="false"}} 2 2 <div class="modern-menu-container"> 3 - <div class="row"> 3 + <div class="menu-grid"> 4 + 4 4 <!-- Card 1: Webex --> 5 - <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"> 6 6 <div class="menu-card"> 7 7 <div class="menu-icon-container"> 8 - <img src="$xwiki.getURL('Main.WebHome','download','file path=webexbycisco-3d-vertical-color-black-text.png')" alt="Webex" class="menu-icon webex-icon" />9 + <img src="$xwiki.getURL('Main.WebHome', 'download', 'filename=Webex-Symbol.jpg')" alt="Webex" class="menu-icon webex-logo" /> 9 9 </div> 10 10 <div class="menu-text"> 11 11 <div class="menu-title">Cloud Connected PSTN (CCP)</div> ... ... @@ -15,10 +15,10 @@ 15 15 </a> 16 16 17 17 <!-- Card 2: MS Teams --> 18 - <a href="TARGET_URL_FOR_TEAMS" class=" col-xs-12 col-sm-6 menu-card-link">19 + <a href="TARGET_URL_FOR_TEAMS" class="menu-card-link"> 19 19 <div class="menu-card"> 20 20 <div class="menu-icon-container"> 21 - <img src="$xwiki.getURL('Main.WebHome','download','file path=MS teams.webp')" alt="MS Teams" class="menu-icon teams-icon" />22 + <img src="$xwiki.getURL('Main.WebHome', 'download', 'filename=MS teams.webp')" alt="MS Teams" class="menu-icon teams-logo" /> 22 22 </div> 23 23 <div class="menu-text"> 24 24 <div class="menu-title"><strong>MS Teams</strong></div> ... ... @@ -26,14 +26,12 @@ 26 26 </div> 27 27 </div> 28 28 </a> 29 - </div> 30 30 31 - <div class="row"> 32 - <!-- Card 3: FirstDigital --> 33 - <a href="TARGET_URL_FOR_SIP" class="col-xs-12 col-sm-6 menu-card-link"> 31 + <!-- Card 3: FirstDigital SIP Trunk --> 32 + <a href="TARGET_URL_FOR_SIP" class="menu-card-link"> 34 34 <div class="menu-card"> 35 35 <div class="menu-icon-container"> 36 - <img src="$xwiki.getURL('Main.WebHome','download','file path=1784751540742-511.png')" alt="SIP Trunk" class="menu-icon sip-icon" />35 + <img src="$xwiki.getURL('Main.WebHome', 'download', 'filename=FirstDigital-Logo.png')" alt="FirstDigital" class="menu-icon firstdigital-logo" /> 37 37 </div> 38 38 <div class="menu-text"> 39 39 <div class="menu-title"><strong>FirstDigital SIP trunk</strong></div> ... ... @@ -43,10 +43,10 @@ 43 43 </a> 44 44 45 45 <!-- Card 4: Support --> 46 - <a href="TARGET_URL_FOR_SUPPORT" class=" col-xs-12 col-sm-6 menu-card-link">45 + <a href="TARGET_URL_FOR_SUPPORT" class="menu-card-link"> 47 47 <div class="menu-card"> 48 - <div class="menu-icon-container"> 49 - < img src="$xwiki.getURL('Main.WebHome','download','filepath=1784751495894-847.png')"alt="Support"class="menu-iconsupport-icon"/>47 + <div class="menu-icon-container icon-only-bg"> 48 + <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> 50 50 </div> 51 51 <div class="menu-text"> 52 52 <div class="menu-title"><strong>Support</strong></div> ... ... @@ -54,107 +54,157 @@ 54 54 </div> 55 55 </div> 56 56 </a> 56 + 57 57 </div> 58 58 59 59 <!-- Partner Footer Links --> 60 - <div class="row partner-footer"> 61 - <div class="col-xs-6 text-center"> 62 - <a href="https://learn.firstdigital.com/bin/view/Main/?oidc.skipped=true"> 63 - <img src="$xwiki.getURL('Main.WebHome','download','filepath=FirstDigital-Logo.png')" alt="FirstDigital" style="max-height:34px;" /> 64 - </a> 65 - </div> 66 - <div class="col-xs-6 text-center"> 67 - <a href="https://learn.firstdigital.com/bin/view/Main/?oidc.skipped=false"> 68 - <img src="$xwiki.getURL('Main.WebHome','download','filepath=Microsoft_Azure-Logo.wine.png')" alt="Azure" style="max-height:50px;" /> 69 - </a> 70 - </div> 60 + <div class="partner-footer"> 61 + <a href="https://learn.firstdigital.com/bin/view/Main/?oidc.skipped=true" class="footer-brand"> 62 + First<span style="color:#004080;">Digital</span> 63 + </a> 64 + <span class="footer-divider">|</span> 65 + <a href="https://learn.firstdigital.com/bin/view/Main/?oidc.skipped=false" class="footer-brand azure-brand"> 66 + Microsoft Azure 67 + </a> 71 71 </div> 72 72 </div> 73 73 74 74 <style> 75 75 .modern-menu-container { 76 - max-width: 960px;73 + max-width: 1000px; 77 77 margin: 0 auto; 78 78 padding: 20px; 76 + box-sizing: border-box; 79 79 } 80 - .modern-menu-container .row { 81 - display: flex; 82 - flex-wrap: wrap; 83 - margin-bottom: 20px; 78 + 79 + .menu-grid { 80 + display: grid; 81 + grid-template-columns: repeat(2, 1fr); 82 + gap: 20px; 83 + width: 100%; 84 84 } 85 + 85 85 .menu-card-link { 87 + text-decoration: none !important; 86 86 display: block; 87 - text-decoration: none; 88 - margin-bottom: 15px; 89 + height: 100%; 89 89 } 91 + 90 90 .menu-card { 91 91 background: #ffffff; 92 92 border-radius: 12px; 93 - padding: 15px;95 + padding: 20px; 94 94 display: flex; 95 95 align-items: center; 96 - box-shadow: 0 4px 6px rgba(0,0,0,0. 1);98 + 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 #e 0e0e0;100 + border: 1px solid #eaeaea; 99 99 color: #333; 100 100 height: 100%; 101 101 box-sizing: border-box; 102 102 } 105 + 103 103 .menu-card-link:hover .menu-card { 104 - transform: translateY(-5px); 105 - box-shadow: 0 6px 12px rgba(0,0,0,0.15); 107 + transform: translateY(-3px); 108 + box-shadow: 0 6px 12px rgba(0,0,0,0.1); 109 + border-color: #c1c1c1; 106 106 } 111 + 107 107 .menu-icon-container { 108 - flex: 0 0 6 0px;109 - height: 6 0px;110 - background-color: #f 8f9fa;113 + flex: 0 0 56px; 114 + height: 56px; 115 + background-color: #f4f6f8; 111 111 border-radius: 50%; 112 112 display: flex; 113 113 align-items: center; 114 114 justify-content: center; 115 - margin-right: 15px; 116 - border: 1px solid #eaeaea; 120 + margin-right: 16px; 121 + overflow: hidden; 122 + border: 1px solid #e0e0e0; 117 117 } 124 + 118 118 .menu-icon { 119 - max-width: 80%; 120 - max-height: 80%; 121 121 object-fit: contain; 122 122 } 123 - .webex-icon { max-width: 90%; } 128 + 129 + .webex-logo { 130 + width: 85%; 131 + height: auto; 132 + } 133 + 134 + .teams-logo { 135 + width: 75%; 136 + height: auto; 137 + } 138 + 139 + .firstdigital-logo { 140 + width: 90%; 141 + height: auto; 142 + } 143 + 144 + .support-icon { 145 + width: 60%; 146 + height: 60%; 147 + } 148 + 124 124 .menu-text { 125 125 flex: 1; 126 126 display: flex; 127 127 flex-direction: column; 153 + justify-content: center; 128 128 } 155 + 129 129 .menu-title { 130 130 font-size: 16px; 131 131 line-height: 1.4; 132 132 font-weight: 600; 160 + color: #1a1a1a; 133 133 } 162 + 134 134 .menu-subtitle { 135 135 font-size: 13px; 136 136 color: #666; 137 137 margin-top: 4px; 167 + font-weight: 400; 138 138 } 169 + 139 139 .partner-footer { 140 140 margin-top: 40px; 141 141 padding-top: 20px; 142 142 border-top: 1px solid #eee; 143 - justify-content: center; 144 - } 145 - .partner-footer .text-center { 146 - flex: 1; 147 147 display: flex; 148 148 justify-content: center; 149 149 align-items: center; 177 + gap: 15px; 178 + font-family: Arial, sans-serif; 150 150 } 151 - @media (min-width: 768px) { 152 - .menu-card-link { 153 - flex: 0 0 50%; 154 - max-width: 50%; 155 - padding: 0 10px; 156 - box-sizing: border-box; 180 + 181 + .footer-brand { 182 + font-weight: 700; 183 + font-size: 14px; 184 + color: #0060ff; 185 + text-decoration: none !important; 186 + } 187 + 188 + .azure-brand { 189 + color: #0078d4; 190 + } 191 + 192 + .footer-divider { 193 + color: #ccc; 194 + font-weight: 300; 195 + } 196 + 197 + @media (max-width: 768px) { 198 + .menu-grid { 199 + grid-template-columns: 1fr; 157 157 } 201 + .modern-menu-container { 202 + padding: 10px; 203 + } 204 + .menu-card { 205 + padding: 15px; 206 + } 158 158 } 159 159 </style> 160 160 {{/html}}
- 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
- 1784751495894-847.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.aaronblackburnfirstdigitalcom - Size
-
... ... @@ -1,1 +1,0 @@ 1 -82.0 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
- FirstDigital-Logo.png
-
- Size
-
... ... @@ -1,1 +1,1 @@ 1 -14. 3KB1 +14.5 KB - Content
- MS%20teams.webp
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.aaronblackburnfirstdigitalcom - Size
-
... ... @@ -1,1 +1,0 @@ 1 -20.2 KB - Content
- webexbycisco-3d-vertical-color-black-text.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.aaronblackburnfirstdigitalcom - Size
-
... ... @@ -1,1 +1,0 @@ 1 -1.2 MB - Content
- MS teams.webp
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.aaronblackburnfirstdigitalcom - Size
-
... ... @@ -1,0 +1,1 @@ 1 +26.7 KB - Content
- Webex-Symbol.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.aaronblackburnfirstdigitalcom - Size
-
... ... @@ -1,0 +1,1 @@ 1 +671.0 KB - Content