Difference between revisions of "M365/test"

From wiki
Jump to navigation Jump to search
(Replaced content with "A playground, sandbox, test zone for Marc B and Thian. :-) <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-9FPK3M5Y7K"></scr...")
Tag: Replaced
 
(129 intermediate revisions by 4 users not shown)
Line 1: Line 1:
====<u>GC Accessibility Training and Events</u>====
+
A playground, sandbox, test zone for Marc B and Thian. :-)
{| role="presentation" class="wikitable mw-collapsible"
+
<!-- Google tag (gtag.js) -->
| Description
+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9FPK3M5Y7K"></script>
|-
+
<script>
| To help promote upcoming accessibility activities organized by various Government of Canada departments that are open to public service employees.
+
  window.dataLayer = window.dataLayer || [];
|}
+
  function gtag(){dataLayer.push(arguments);}
 +
  gtag('js', new Date());
  
<!-- Columns for GC Accessibility Training and Events -->
+
  gtag('config', 'G-9FPK3M5Y7K');
{| width="100%" cellpadding="10"
+
</script>
|-valign="top"
+
<html>
|width="40%" style="color: black;" |
+
<body>
<!-- COLUMN 1 STARTS: -->
+
<head>
:'''English sessions'''  
 
:[https://www.gcpedia.gc.ca/wiki/GC_Accessibility_Training_and_Events_/_Formation_et_%C3%A9v%C3%A9nements_du_GC_sur_l'accessibilit%C3%A9 GC Accessibility Training and Events]
 
:[https://www.csps-efpc.gc.ca/video/making-documents-accessible-eng.aspx Making Documents Accessible(INC1-V46)]
 
<!-- COLUMN 1 ENDS: -->  
 
|width="50%" style="color: black;" |
 
<!-- COLUMN 2 STARTS: -->  
 
:'''French sessions'''
 
:[https://www.gcpedia.gc.ca/wiki/GC_Accessibility_Training_and_Events_/_Formation_et_%C3%A9v%C3%A9nements_du_GC_sur_l'accessibilit%C3%A9 Formation et événements du GC sur l'accessibilité]
 
:[https://www.csps-efpc.gc.ca/video/making-documents-accessible-fra.aspx Rendre ses documents accessibles (INC1-V46)]
 
<!-- COLUMN 2 ENDS: -->  
 
|}
 
  
<div style="text-align:right;">[[#top|Top of page]]</div>
+
</head>
 +
<h1>My First Heading</h1>
 +
<p>My first paragraph.</p>
 +
 
 +
</body>
 +
</html>

Latest revision as of 10:11, 20 April 2023

A playground, sandbox, test zone for Marc B and Thian. :-) <script async src="https://www.googletagmanager.com/gtag/js?id=G-9FPK3M5Y7K"></script> <script>

 window.dataLayer = window.dataLayer || [];
 function gtag(){dataLayer.push(arguments);}
 gtag('js', new Date());
 gtag('config', 'G-9FPK3M5Y7K');

</script> <html> <body> <head>

</head>

My First Heading

My first paragraph.

</body> </html>