Changes for page Sandbox Test Page 3
Last modified by Jareth Carpenter on 2026/08/20 22:29
From version 52.1
edited by Jareth Carpenter
on 2026/08/17 22:47
on 2026/08/17 22:47
Change comment:
There is no comment for this version
To version 51.1
edited by Jareth Carpenter
on 2026/08/17 22:43
on 2026/08/17 22:43
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,9 +1,34 @@ 1 1 {{html clean="false"}} 2 -<!-- Here is where the FirstDigital guid goes 2 +<!-- 3 + ============================================================ 4 + FirstDigital - Learning Center Menu (XWiki fragment) 5 + ============================================================ 6 + HOW TO USE 7 + 1. Edit the wiki page in SOURCE / WIKI mode (never WYSIWYG). 8 + 2. Select all existing page content and delete it. 9 + 3. Paste: 10 + ...everything in this file... 11 + 4. Save & View. 12 + IMPORTANT 13 + - This file is a FRAGMENT. It deliberately contains no DOCTYPE 14 + declaration and no html / head / body elements. Everything is 15 + scoped inside .fdm-hub so it cannot leak into the wiki theme. 16 + - After saving, only ever re-edit this page in SOURCE mode. 17 + Opening it in the WYSIWYG editor and saving can duplicate the 18 + content, because XWiki may expand the macro output into the page 19 + body while also keeping the macro itself. 20 + - All six links are unchanged from your original page, including 21 + the ?oidc.skipped= parameters on the two footer links. 22 + - Product logos still load from your wiki. The five photographs 23 + are embedded (base64) from the Brand Guide 2025, p.13, so they 24 + need no hosting. To swap one for a hosted image instead, replace 25 + that img's src="data:image/jpeg;base64,..." with a URL. 26 + ============================================================ 3 3 --> 4 4 <style> 5 - @import url('https://fonts.googleapies/css2?family=Host+Grotesk:wght@300;400;600800&display=swap'); 6 - /* Saftey net comment */ 29 +@import url('https://fonts.googleapis.com/css2?family=Host+Grotesk:wght@300;400;600;800&display=swap'); 30 + /* Safety net: if the wiki ever renders this block twice, 31 + show only the first copy. */ 7 7 .fdm-hub ~ .fdm-hub { display: none !important; } 8 8 /* ---- FirstDigital brand tokens (Brand Guide 2025, p.11) ---- */ 9 9 .fdm-hub { ... ... @@ -268,7 +268,7 @@ 268 268 @media (prefers-reduced-motion: reduce) { 269 269 .fdm-card, .fdm-cta svg { transition: none; } 270 270 } 271 - </style>296 +</style> 272 272 <div class="fdm-hub"> 273 273 <div class="fdm-masthead"> 274 274 <img src="https://learn.firstdigital.com/bin/download/Main/WebHome/FirstDigital-Logo.png?rev=1.3" alt="FirstDigital">