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

From version 48.1
edited by Aaron Blackburn
on 2026/07/22 21:00
Change comment: There is no comment for this version
To version 25.2
edited by Aaron Blackburn
on 2026/07/22 20:26
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,12 +1,12 @@
1 -{{html clean="false"}}
1 +== ==
2 +
2 2  <div class="modern-menu-container">
3 - <div class="menu-grid">
4 -
4 + <div class="row">
5 5   <!-- Card 1: Webex -->
6 - <a href="https://learn.firstdigital.com/bin/view/CCP/" class="menu-card-link">
6 + <a href="TARGET_URL_FOR_WEBEX" class="col-xs-12 col-sm-6 menu-card-link">
7 7   <div class="menu-card">
8 8   <div class="menu-icon-container">
9 - <img src="https://learn.firstdigital.com/bin/download/Main/WebHome/Webex-Symbol.png?rev=1.1" alt="Webex" class="menu-icon webex-logo" />
9 + <img src="$xwiki.getURL('Main.WebHome','download','filepath=webexbycisco-3d-vertical-color-black-text.png')" alt="Webex" class="menu-icon webex-icon" />
10 10   </div>
11 11   <div class="menu-text">
12 12   <div class="menu-title">Cloud Connected PSTN (CCP)</div>
... ... @@ -16,10 +16,10 @@
16 16   </a>
17 17  
18 18   <!-- Card 2: MS Teams -->
19 - <a href="https://learn.firstdigital.com/bin/view/Teams/" class="menu-card-link">
19 + <a href="TARGET_URL_FOR_TEAMS" class="col-xs-12 col-sm-6 menu-card-link">
20 20   <div class="menu-card">
21 21   <div class="menu-icon-container">
22 - <img src="https://learn.firstdigital.com/bin/download/Main/WebHome/MS%20teams.webp?rev=1.1" alt="MS Teams" class="menu-icon teams-logo" />
22 + <img src="$xwiki.getURL('Main.WebHome','download','filepath=MS teams.webp')" alt="MS Teams" class="menu-icon teams-icon" />
23 23   </div>
24 24   <div class="menu-text">
25 25   <div class="menu-title"><strong>MS Teams</strong></div>
... ... @@ -27,12 +27,14 @@
27 27   </div>
28 28   </div>
29 29   </a>
30 + </div>
30 30  
31 - <!-- Card 3: FirstDigital SIP Trunk -->
32 - <a href="https://learn.firstdigital.com/bin/view/SIP/" class="menu-card-link">
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 33   <div class="menu-card">
34 34   <div class="menu-icon-container">
35 - <img src="https://learn.firstdigital.com/bin/download/Main/WebHome/FirstDigital-Logo.png?rev=1.3" alt="FirstDigital" class="menu-icon firstdigital-logo" />
37 + <img src="$xwiki.getURL('Main.WebHome','download','filepath=1784751540742-511.png')" alt="SIP Trunk" class="menu-icon sip-icon" />
36 36   </div>
37 37   <div class="menu-text">
38 38   <div class="menu-title"><strong>FirstDigital SIP trunk</strong></div>
... ... @@ -42,115 +42,97 @@
42 42   </a>
43 43  
44 44   <!-- Card 4: Support -->
45 - <a href="https://learn.firstdigital.com/bin/view/Support/" class="menu-card-link">
47 + <a href="TARGET_URL_FOR_SUPPORT" class="col-xs-12 col-sm-6 menu-card-link">
46 46   <div class="menu-card">
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>
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" />
49 49   </div>
50 50   <div class="menu-text">
51 51   <div class="menu-title"><strong>Support</strong></div>
52 - <div class="menu-subtitle">Resources and contact information.</div>
54 + <div class="menu-subtitle">Knowledge Base & Tickets</div>
53 53   </div>
54 54   </div>
55 55   </a>
56 -
57 57   </div>
58 58  
59 59   <!-- Partner Footer Links -->
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>
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>
68 68   </div>
69 69  </div>
70 70  
75 +<!-- CSS Styles for the Modern Look -->
71 71  <style>
77 + /* Container setup */
72 72   .modern-menu-container {
73 - max-width: 1000px;
79 + max-width: 960px;
74 74   margin: 0 auto;
75 75   padding: 20px;
76 - box-sizing: border-box;
77 77   }
78 78  
79 - .menu-grid {
80 - display: grid;
81 - grid-template-columns: repeat(2, 1fr);
82 - gap: 20px;
83 - width: 100%;
84 + /* General row spacing */
85 + .modern-menu-container .row {
86 + margin-bottom: 20px;
84 84   }
85 85  
86 - .menu-card-link {
87 - text-decoration: none !important;
88 - display: block;
89 - height: 100%;
90 - }
91 -
89 + /* Card styling */
92 92   .menu-card {
93 93   background: #ffffff;
94 94   border-radius: 12px;
95 - padding: 20px;
93 + padding: 15px;
96 96   display: flex;
97 97   align-items: center;
98 - box-shadow: 0 4px 6px rgba(0,0,0,0.05);
96 + box-shadow: 0 4px 6px rgba(0,0,0,0.1);
99 99   transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
100 - border: 1px solid #eaeaea;
101 - color: #333;
102 - height: 100%;
103 - box-sizing: border-box;
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 */
104 104   }
105 105  
104 + /* Hover effect for cards */
106 106   .menu-card-link:hover .menu-card {
107 - transform: translateY(-3px);
108 - box-shadow: 0 6px 12px rgba(0,0,0,0.1);
109 - border-color: #c1c1c1;
106 + transform: translateY(-5px);
107 + box-shadow: 0 6px 12px rgba(0,0,0,0.15);
110 110   }
111 111  
110 + /* Icon container: creates the white circle */
112 112   .menu-icon-container {
113 - flex: 0 0 56px;
114 - height: 56px;
115 - background-color: #f4f6f8;
112 + flex: 0 0 60px; /* Fixed size for icon area */
113 + height: 60px;
114 + background-color: #f8f9fa;
116 116   border-radius: 50%;
117 117   display: flex;
118 118   align-items: center;
119 119   justify-content: center;
120 - margin-right: 16px;
121 - overflow: hidden;
122 - border: 1px solid #e0e0e0;
119 + margin-right: 15px;
120 + border: 1px solid #eaeaea;
123 123   }
124 -
122 +
123 + /* Generic icon scaling within the container */
125 125   .menu-icon {
125 + max-width: 80%;
126 + max-height: 80%;
126 126   object-fit: contain;
127 127   }
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 143  
144 - .support-icon {
145 - width: 60%;
146 - height: 60%;
147 - }
130 + /* Specific icon tweaks if needed */
131 + .webex-icon { max-width: 90%; } /* Webex logo is wide */
148 148  
133 + /* Text area */
149 149   .menu-text {
150 150   flex: 1;
151 151   display: flex;
152 152   flex-direction: column;
153 - justify-content: center;
154 154   }
155 155  
156 156   .menu-title {
... ... @@ -157,7 +157,6 @@
157 157   font-size: 16px;
158 158   line-height: 1.4;
159 159   font-weight: 600;
160 - color: #1a1a1a;
161 161   }
162 162  
163 163   .menu-subtitle {
... ... @@ -164,46 +164,25 @@
164 164   font-size: 13px;
165 165   color: #666;
166 166   margin-top: 4px;
167 - font-weight: 400;
168 168   }
169 169  
152 + /* Partner footer adjustments */
170 170   .partner-footer {
171 171   margin-top: 40px;
172 172   padding-top: 20px;
173 173   border-top: 1px solid #eee;
174 - display: flex;
175 - justify-content: center;
176 - align-items: center;
177 - gap: 15px;
178 - font-family: Arial, sans-serif;
157 + opacity: 0.8;
179 179   }
180 -
181 - .footer-brand {
182 - font-weight: 700;
183 - font-size: 14px;
184 - color: #0060ff;
185 - text-decoration: none !important;
159 + .partner-footer:hover { opacity: 1; }
160 +
161 + .partner-footer .text-center {
162 + display: flex;
163 + justify-content: center;
164 + align-items: center;
186 186   }
187 187  
188 - .azure-brand {
189 - color: #0078d4;
167 + /* Responsive breakpoints (adjust as needed) */
168 + @media (max-width: 767px) {
169 + .menu-card { margin-bottom: 15px; } /* Spacing on mobile */
190 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;
200 - }
201 - .modern-menu-container {
202 - padding: 10px;
203 - }
204 - .menu-card {
205 - padding: 15px;
206 - }
207 - }
208 208  </style>
209 -{{/html}}
FirstDigital-Logo.png
Size
... ... @@ -1,1 +1,1 @@
1 -14.5 KB
1 +14.3 KB
Content
MS teams.webp
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.aaronblackburnfirstdigitalcom
Size
... ... @@ -1,1 +1,0 @@
1 -26.7 KB
Content
Webex-Symbol.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.aaronblackburnfirstdigitalcom
Size
... ... @@ -1,1 +1,0 @@
1 -671.0 KB
Content
1784740620667-179.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.aaronblackburnfirstdigitalcom
Size
... ... @@ -1,0 +1,1 @@
1 +5.3 KB
Content
1784741189563-764.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.aaronblackburnfirstdigitalcom
Size
... ... @@ -1,0 +1,1 @@
1 +164.0 KB
Content
1784741289632-457.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.aaronblackburnfirstdigitalcom
Size
... ... @@ -1,0 +1,1 @@
1 +85.0 KB
Content
1784741546269-324.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.aaronblackburnfirstdigitalcom
Size
... ... @@ -1,0 +1,1 @@
1 +20.2 KB
Content
1784751495894-847.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.aaronblackburnfirstdigitalcom
Size
... ... @@ -1,0 +1,1 @@
1 +82.0 KB
Content
1784751540742-511.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.aaronblackburnfirstdigitalcom
Size
... ... @@ -1,0 +1,1 @@
1 +5.3 KB
Content
55da30a8-a01a-4c4b-a486-a95baf3bc33b
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.aaronblackburnfirstdigitalcom
Size
... ... @@ -1,0 +1,1 @@
1 +294.4 KB
Content
MS%20teams.webp
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.aaronblackburnfirstdigitalcom
Size
... ... @@ -1,0 +1,1 @@
1 +20.2 KB
Content
firstdigitalhome_logo
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.aaronblackburnfirstdigitalcom
Size
... ... @@ -1,0 +1,1 @@
1 +12.4 KB
Content
webexbycisco-3d-vertical-color-black-text.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.aaronblackburnfirstdigitalcom
Size
... ... @@ -1,0 +1,1 @@
1 +1.2 MB
Content