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

From version 9.1
edited by Aaron Blackburn
on 2026/07/17 14:19
Change comment: Uploaded new attachment "FirstDigital-Logo.png", version {1}
To version 27.1
edited by Aaron Blackburn
on 2026/07/22 20:27
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,48 +1,169 @@
1 -(% style="text-align: right" %)
2 -[[~[~[image:FirstDigital-Logo.png~]~]>>https://learn.firstdigital.com/bin/view/Main/?oidc.skipped=true]]
1 +<div class="modern-menu-container">
2 + <div class="row">
3 + <!-- Card 1: Webex -->
4 + <a href="TARGET_URL_FOR_WEBEX" class="col-xs-12 col-sm-6 menu-card-link">
5 + <div class="menu-card">
6 + <div class="menu-icon-container">
7 + <img src="$xwiki.getURL('Main.WebHome','download','filepath=webexbycisco-3d-vertical-color-black-text.png')" alt="Webex" class="menu-icon webex-icon" />
8 + </div>
9 + <div class="menu-text">
10 + <div class="menu-title">Cloud Connected PSTN (CCP)</div>
11 + <div class="menu-subtitle">Webex Integration</div>
12 + </div>
13 + </div>
14 + </a>
3 3  
4 -(% style="text-align: right" %)
5 -[[~[~[image:Microsoft_Azure-Logo.wine.png~|~|height="50" width="75"~]~]>>https://learn.firstdigital.com/bin/view/Main/?oidc.skipped=false]]
16 + <!-- Card 2: MS Teams -->
17 + <a href="TARGET_URL_FOR_TEAMS" class="col-xs-12 col-sm-6 menu-card-link">
18 + <div class="menu-card">
19 + <div class="menu-icon-container">
20 + <img src="$xwiki.getURL('Main.WebHome','download','filepath=MS teams.webp')" alt="MS Teams" class="menu-icon teams-icon" />
21 + </div>
22 + <div class="menu-text">
23 + <div class="menu-title"><strong>MS Teams</strong></div>
24 + <div class="menu-subtitle">Direct Routing</div>
25 + </div>
26 + </div>
27 + </a>
28 + </div>
6 6  
7 -== Welcome to your wiki ==
30 + <div class="row">
31 + <!-- Card 3: FirstDigital -->
32 + <a href="TARGET_URL_FOR_SIP" class="col-xs-12 col-sm-6 menu-card-link">
33 + <div class="menu-card">
34 + <div class="menu-icon-container">
35 + <img src="$xwiki.getURL('Main.WebHome','download','filepath=1784751540742-511.png')" alt="SIP Trunk" class="menu-icon sip-icon" />
36 + </div>
37 + <div class="menu-text">
38 + <div class="menu-title"><strong>FirstDigital SIP trunk</strong></div>
39 + <div class="menu-subtitle">Voice Connectivity</div>
40 + </div>
41 + </div>
42 + </a>
8 8  
9 -XWiki is the best tool to organize your knowledge. A //wiki// is organized in a hierarchy of //pages//. You can create multiple wikis, each with its own set of pages.
44 + <!-- Card 4: Support -->
45 + <a href="TARGET_URL_FOR_SUPPORT" class="col-xs-12 col-sm-6 menu-card-link">
46 + <div class="menu-card">
47 + <div class="menu-icon-container">
48 + <img src="$xwiki.getURL('Main.WebHome','download','filepath=1784751495894-847.png')" alt="Support" class="menu-icon support-icon" />
49 + </div>
50 + <div class="menu-text">
51 + <div class="menu-title"><strong>Support</strong></div>
52 + <div class="menu-subtitle">Knowledge Base & Tickets</div>
53 + </div>
54 + </div>
55 + </a>
56 + </div>
10 10  
11 -XWiki can be used as a knowledge base (support, documentation, sales, etc.), for collaborative workspaces or even as a complete intranet.
58 + <!-- Partner Footer Links -->
59 + <div class="row partner-footer">
60 + <div class="col-xs-6 text-center">
61 + <a href="https://learn.firstdigital.com/bin/view/Main/?oidc.skipped=true">
62 + <img src="$xwiki.getURL('Main.WebHome','download','filepath=FirstDigital-Logo.png')" alt="FirstDigital" style="max-height:34px;" />
63 + </a>
64 + </div>
65 + <div class="col-xs-6 text-center">
66 + <a href="https://learn.firstdigital.com/bin/view/Main/?oidc.skipped=false">
67 + <img src="$xwiki.getURL('Main.WebHome','download','filepath=Microsoft_Azure-Logo.wine.png')" alt="Azure" style="max-height:50px;" />
68 + </a>
69 + </div>
70 + </div>
71 +</div>
12 12  
13 -== The basics ==
73 +<!-- CSS Styles for the Modern Look -->
74 +<style>
75 + /* Container setup */
76 + .modern-menu-container {
77 + max-width: 960px;
78 + margin: 0 auto;
79 + padding: 20px;
80 + }
14 14  
15 -To make the most out of your wiki, log-in and:
82 + /* General row spacing */
83 + .modern-menu-container .row {
84 + margin-bottom: 20px;
85 + }
16 16  
17 -Use the {{displayIcon name="pencil"/}} button above to //edit// this page and start customizing your wiki to your needs.
87 + /* Card styling */
88 + .menu-card {
89 + background: #ffffff;
90 + border-radius: 12px;
91 + padding: 15px;
92 + display: flex;
93 + align-items: center;
94 + box-shadow: 0 4px 6px rgba(0,0,0,0.1);
95 + transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
96 + border: 1px solid #e0e0e0;
97 + text-decoration: none; /* Remove underline from link */
98 + color: #333; /* Ensure text color is consistent */
99 + height: 100%; /* Ensure cards in same row match height */
100 + }
18 18  
19 -Use the {{displayIcon name="add"/}} button above to //add// more pages to your wiki and create the //hierarchy// that best organizes your content.
102 + /* Hover effect for cards */
103 + .menu-card-link:hover .menu-card {
104 + transform: translateY(-5px);
105 + box-shadow: 0 6px 12px rgba(0,0,0,0.15);
106 + }
20 20  
21 -Use the {{displayIcon name="home"/}} breadcrumbs located above the title to //navigate// inside your pages. It's easy to get lost in a big wiki without them.
108 + /* Icon container: creates the white circle */
109 + .menu-icon-container {
110 + flex: 0 0 60px; /* Fixed size for icon area */
111 + height: 60px;
112 + background-color: #f8f9fa;
113 + border-radius: 50%;
114 + display: flex;
115 + align-items: center;
116 + justify-content: center;
117 + margin-right: 15px;
118 + border: 1px solid #eaeaea;
119 + }
22 22  
23 -You can also use the [[Sandbox>>Sandbox.WebHome]] for more demo content and generally a place to experiment with your wiki's features.
121 + /* Generic icon scaling within the container */
122 + .menu-icon {
123 + max-width: 80%;
124 + max-height: 80%;
125 + object-fit: contain;
126 + }
24 24  
25 - {{box}}Learn more on how to use XWiki with the [[Getting Started Guide>>https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/GettingStarted/WebHome]].{{/box}}
128 + /* Specific icon tweaks if needed */
129 + .webex-icon { max-width: 90%; } /* Webex logo is wide */
26 26  
27 -(% class="row" %)
28 -(((
29 -(% class="col-xs-12 col-sm-6" %)
30 -(((
31 -== Extend your wiki ==
131 + /* Text area */
132 + .menu-text {
133 + flex: 1;
134 + display: flex;
135 + flex-direction: column;
136 + }
32 32  
33 -To extend the power and functionalities of your wiki with the features that //you// need, head over to the [[Extension Manager>>XWiki.XWikiPreferences||queryString="editor=globaladmin&section=XWiki.Extensions"]] where you can search for and install extensions.
138 + .menu-title {
139 + font-size: 16px;
140 + line-height: 1.4;
141 + font-weight: 600;
142 + }
34 34  
35 -To browse through the 900+ community contributed extensions available for XWiki, head over to the [[Extensions Repository>>https://extensions.xwiki.org]].
36 -)))
144 + .menu-subtitle {
145 + font-size: 13px;
146 + color: #666;
147 + margin-top: 4px;
148 + }
37 37  
38 -(% class="col-xs-12 col-sm-6" %)
39 -(((
40 -== Create your application ==
150 + /* Partner footer adjustments */
151 + .partner-footer {
152 + margin-top: 40px;
153 + padding-top: 20px;
154 + border-top: 1px solid #eee;
155 + opacity: 0.8;
156 + }
157 + .partner-footer:hover { opacity: 1; }
158 +
159 + .partner-footer .text-center {
160 + display: flex;
161 + justify-content: center;
162 + align-items: center;
163 + }
41 41  
42 -Go beyond the available extensions and define the //structure// of your data based on //your// needs, creating //your// own applications with [[App Within Minutes>>AppWithinMinutes]] (AWM).
43 -
44 -AWM will take care of making it easy for you and your users to create and manage the data.
45 -)))
46 -)))
47 -
48 -[[Local Login>>https://learn.firstdigital.com/bin/view/Main/?oidc.skipped=true]]
165 + /* Responsive breakpoints (adjust as needed) */
166 + @media (max-width: 767px) {
167 + .menu-card { margin-bottom: 15px; } /* Spacing on mobile */
168 + }
169 +</style>
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