Changes for page MS Teams Home Page:
Last modified by Chris Workman on 2026/08/21 22:35
From version 19.1
edited by Chris Workman
on 2026/07/27 20:10
on 2026/07/27 20:10
Change comment:
There is no comment for this version
To version 11.1
edited by Chris Workman
on 2026/07/27 18:39
on 2026/07/27 18:39
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,38 +1,14 @@ 1 -{{html clean="false"}} 2 -<!-- 3 - ============================================================ 4 - FirstDigital - Microsoft Teams Resource Hub (XWiki fragment) 5 - ============================================================ 6 - 7 - HOW TO USE 8 - 1. Edit the wiki page in SOURCE / WIKI mode (never WYSIWYG). 9 - 2. Select all existing page content and delete it. 10 - 3. Paste: 11 - 12 - {{html clean="false"}} 13 - ...everything in this file... 14 - {{/html}} 15 - 16 - 4. Save & View. 17 - 18 - IMPORTANT 19 - - This file is a FRAGMENT. It deliberately contains no DOCTYPE 20 - declaration and no html / head / body elements. If the first 21 - line of what you paste begins with an exclamation-mark DOCTYPE 22 - declaration, you have grabbed the standalone file by mistake. 23 - - After saving, only ever re-edit this page in SOURCE mode. 24 - Opening it in the WYSIWYG editor and saving can duplicate the 25 - content, because XWiki may expand the macro output into the page 26 - body while also keeping the macro itself. 27 - ============================================================ 28 ---> 1 +{{html}} 2 +<head> 3 +<meta charset="UTF-8"> 4 +<meta name="viewport" content="width=device-width, initial-scale=1.0"> 5 +<title>Microsoft Teams Resource Hub | FirstDigital</title> 6 +<link rel="preconnect" href="https://fonts.googleapis.com"> 7 +<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> 8 +<link href="https://fonts.googleapis.com/css2?family=Host+Grotesk:wght@300;400;600;800&display=swap" rel="stylesheet"> 29 29 <style> 30 - @importurl('https://fonts.googleapis.com/css2?family=Host+Grotesk:wght@300;400;600;800&display=swap');10 + body { margin: 0; padding: 28px 20px 40px; background: #ffffff; } 31 31 32 - /* Safety net: if the wiki ever renders this block twice, 33 - show only the first copy. */ 34 - .fd-hub ~ .fd-hub { display: none !important; } 35 - 36 36 /* ---- FirstDigital brand tokens (Brand Guide 2025, p.11) ---- */ 37 37 .fd-hub { 38 38 --fd-navy: #003366; /* headlines, backgrounds, icons */ ... ... @@ -290,6 +290,8 @@ 290 290 } 291 291 292 292 </style> 269 +</head> 270 +<body> 293 293 <div class="fd-hub"> 294 294 295 295 <div class="fd-masthead"> ... ... @@ -364,4 +364,5 @@ 364 364 </div> 365 365 366 366 </div> 345 +</body> 367 367 {{/html}}