Changes

1,014 bytes removed ,  15:49, 15 March 2023
no edit summary
Line 1: Line 1: −
{{#CSS:
+
{{DISPLAYTITLE:<span style="position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);">{{FULLPAGENAME}}</span>}}
 +
<multilang>
   −
<meta name="viewport" content="width=device-width, initial-scale=1">
+
<!-- English section starts here -->
<style>
+
@en|
* {
+
<!-- English template -->
  box-sizing: border-box;
+
[[Image:MS365_Banner_-_Training_Materials.png|900px|alt="M366 Home"|M365 Home]]
}
+
{{Home1}}
   −
.row {
+
<!-- French section starts here -->
  display: flex;
+
@fr|
}
+
<!-- French template -->
 +
[[Image:MS365_Banner_-_Matériel_de_formation_et_événements.png|alt="Accueil M365"|Accueil M365|900px|link=https://wiki.gccollab.ca/M365/Accueil]]
 +
{{Accueil1}}
 +
</multilang>
   −
/* Create two equal columns that sits next to each other */
+
<!-- Templates used on this page -->
.column {
+
<!-- English: https://wiki.gccollab.ca/Template:Home1 -->
  flex: 50%;
+
<!-- French: https://wiki.gccollab.ca/Template:Accueil1 --->
  padding: 10px;
  −
  height: 300px; /* Should be removed. Only for demonstration */
  −
}
  −
</style>
  −
}}
  −
 
  −
<h2>Two Equal Columns</h2>
  −
 
  −
<div class="row">
  −
  <div class="column" style="background-color:#aaa;">
  −
    <h2>Column 1</h2>
  −
    <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
  −
  </div>
  −
  <div class="column" style="background-color:#bbb;">
  −
    <h2>Column 2</h2>
  −
    <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
  −
  </div>
  −
</div>