Changes for page MS Teams Home Page:

Last modified by Chris Workman on 2026/08/21 22:35

From version 11.1
edited by Chris Workman
on 2026/07/27 18:39
Change comment: There is no comment for this version
To version 19.1
edited by Chris Workman
on 2026/07/27 20:10
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,14 +1,38 @@
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">
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 +-->
9 9  <style>
10 - body { margin: 0; padding: 28px 20px 40px; background: #ffffff; }
30 +@import url('https://fonts.googleapis.com/css2?family=Host+Grotesk:wght@300;400;600;800&display=swap');
11 11  
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 +
12 12   /* ---- FirstDigital brand tokens (Brand Guide 2025, p.11) ---- */
13 13   .fd-hub {
14 14   --fd-navy: #003366; /* headlines, backgrounds, icons */
... ... @@ -266,8 +266,6 @@
266 266   }
267 267  
268 268  </style>
269 -</head>
270 -<body>
271 271  <div class="fd-hub">
272 272  
273 273   <div class="fd-masthead">
... ... @@ -342,5 +342,4 @@
342 342   </div>
343 343  
344 344  </div>
345 -</body>
346 346  {{/html}}