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

From version 9.2
edited by Aaron Blackburn
on 2026/07/17 14:20
Change comment: Auto-saved during real-time collaboration
To version 11.1
edited by Aaron Blackburn
on 2026/07/17 22:11
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,9 +7,3 @@
1 -(% style="text-align: right" %)
2 -[[~[~[image:FirstDigital-Logo.png~]~]>>https://learn.firstdigital.com/bin/view/Main/?oidc.skipped=true]]
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]]
6 -
7 7  == Welcome to your wiki ==
8 8  
9 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.
... ... @@ -33,6 +33,17 @@
33 33  
34 34  
35 35  
36 -[[~[~[image:Microsoft_Azure-Logo.wine.png~|~|height="50" width="75"~]~]>>https://learn.firstdigital.com/bin/view/Main/?oidc.skipped=false]][[~[~[image:FirstDigital-Logo.png~]~]>>https://learn.firstdigital.com/bin/view/Main/?oidc.skipped=true]]
30 +{{html}}
31 +<div style="display: flex; justify-content: center; align-items: center; gap: 20px;">
32 + <a href="https://learn.firstdigital.com/bin/view/Main/?oidc.skipped=true">
33 + <img src="FirstDigital-Logo.png" style="height:34px; width:141px;" />
34 + </a>
35 + <a href="https://learn.firstdigital.com/bin/view/Main/?oidc.skipped=false">
36 + <img src="Microsoft_Azure-Logo.wine.png" style="height:50px; width:75px;" />
37 + </a>
38 +</div>
39 +{{/html}}
40 +
41 +
37 37  )))
38 38  )))