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

From version 35.1
edited by Aaron Blackburn
on 2026/07/22 20:35
Change comment: There is no comment for this version
To version 44.1
edited by Aaron Blackburn
on 2026/07/22 20:46
Change comment: Upload new image "Webex-Symbol.png", version 1.1

Summary

Details

Page properties
Content
... ... @@ -1,11 +1,13 @@
1 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 5   <a href="TARGET_URL_FOR_WEBEX" class="menu-card-link">
6 6   <div class="menu-card">
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>
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" />
9 9   </div>
10 10   <div class="menu-text">
11 11   <div class="menu-title">Cloud Connected PSTN (CCP)</div>
... ... @@ -17,8 +17,9 @@
17 17   <!-- Card 2: MS Teams -->
18 18   <a href="TARGET_URL_FOR_TEAMS" class="menu-card-link">
19 19   <div class="menu-card">
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>
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" />
22 22   </div>
23 23   <div class="menu-text">
24 24   <div class="menu-title"><strong>MS Teams</strong></div>
... ... @@ -30,8 +30,9 @@
30 30   <!-- Card 3: FirstDigital SIP Trunk -->
31 31   <a href="TARGET_URL_FOR_SIP" class="menu-card-link">
32 32   <div class="menu-card">
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>
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" />
35 35   </div>
36 36   <div class="menu-text">
37 37   <div class="menu-title"><strong>FirstDigital SIP trunk</strong></div>
... ... @@ -43,8 +43,9 @@
43 43   <!-- Card 4: Support -->
44 44   <a href="TARGET_URL_FOR_SUPPORT" class="menu-card-link">
45 45   <div class="menu-card">
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>
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>
48 48   </div>
49 49   <div class="menu-text">
50 50   <div class="menu-title"><strong>Support</strong></div>
... ... @@ -52,6 +52,7 @@
52 52   </div>
53 53   </div>
54 54   </a>
60 +
55 55   </div>
56 56  
57 57   <!-- Partner Footer Links -->
... ... @@ -67,85 +67,154 @@
67 67  </div>
68 68  
69 69  <style>
76 + /* Container setup */
70 70   .modern-menu-container {
71 - max-width: 960px;
78 + max-width: 1000px;
72 72   margin: 0 auto;
73 73   padding: 20px;
81 + box-sizing: border-box;
74 74   }
75 - .modern-menu-container .row {
83 +
84 + /* CSS Grid Setup: 2 columns, equal width */
85 + .menu-grid {
76 76   display: grid;
77 - grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
78 - gap: 16px;
79 - margin-bottom: 20px;
87 + grid-template-columns: repeat(2, 1fr);
88 + gap: 20px;
89 + width: 100%;
80 80   }
91 +
92 + /* General Reset for links */
81 81   .menu-card-link {
82 - display: block;
83 83   text-decoration: none !important;
95 + display: block;
96 + height: 100%;
84 84   }
98 +
99 + /* Card Styling */
85 85   .menu-card {
86 86   background: #ffffff;
87 87   border-radius: 12px;
88 - padding: 18px;
103 + padding: 20px;
89 89   display: flex;
90 90   align-items: center;
91 - box-shadow: 0 4px 6px rgba(0,0,0,0.04);
106 + box-shadow: 0 4px 6px rgba(0,0,0,0.05);
92 92   transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
93 93   border: 1px solid #eaeaea;
94 94   color: #333;
95 - height: 100%;
110 + height: 100%; /* Ensures cards in same row stretch to same height */
96 96   box-sizing: border-box;
97 97   }
113 +
98 98   .menu-card-link:hover .menu-card {
99 99   transform: translateY(-3px);
100 - box-shadow: 0 8px 15px rgba(0,0,0,0.08);
101 - border-color: #d0d7de;
116 + box-shadow: 0 6px 12px rgba(0,0,0,0.1);
117 + border-color: #c1c1c1;
102 102   }
119 +
120 + /* Icon Container: Uniform circle for all icons */
103 103   .menu-icon-container {
104 - flex: 0 0 52px;
105 - height: 52px;
106 - background-color: #f4f6f8;
122 + flex: 0 0 56px; /* Fixed size for icon circle */
123 + height: 56px;
124 + background-color: #f4f6f8; /* Light grey background from original support icon */
107 107   border-radius: 50%;
108 108   display: flex;
109 109   align-items: center;
110 110   justify-content: center;
111 111   margin-right: 16px;
130 + overflow: hidden; /* Keeps logos within circle */
131 + border: 1px solid #e0e0e0;
112 112   }
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 */
113 113   .menu-text {
114 114   flex: 1;
115 115   display: flex;
116 116   flex-direction: column;
168 + justify-content: center;
117 117   }
170 +
118 118   .menu-title {
119 - font-size: 15px;
120 - line-height: 1.3;
172 + font-size: 16px;
173 + line-height: 1.4;
121 121   font-weight: 600;
122 - color: #1f2328;
175 + color: #1a1a1a;
123 123   }
177 +
124 124   .menu-subtitle {
125 - font-size: 12px;
126 - color: #656d76;
127 - margin-top: 3px;
179 + font-size: 13px;
180 + color: #666;
181 + margin-top: 4px;
182 + font-weight: 400;
128 128   }
184 +
185 + /* Partner footer adjustments */
129 129   .partner-footer {
130 - margin-top: 30px;
187 + margin-top: 40px;
131 131   padding-top: 20px;
132 - border-top: 1px solid #eaeaea;
189 + border-top: 1px solid #eee;
133 133   display: flex;
134 134   justify-content: center;
135 135   align-items: center;
136 136   gap: 15px;
194 + font-family: Arial, sans-serif;
137 137   }
196 +
138 138   .footer-brand {
139 139   font-weight: 700;
140 140   font-size: 14px;
141 - color: #0060ff;
200 + color: #0060ff; /* Primary brand blue */
142 142   text-decoration: none !important;
143 143   }
203 +
144 144   .azure-brand {
145 - color: #0078d4;
205 + color: #0078d4; /* Azure blue */
146 146   }
207 +
147 147   .footer-divider {
148 - color: #d0d7de;
209 + color: #ccc;
210 + font-weight: 300;
149 149   }
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 + }
150 150  </style>
151 151  {{/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
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