Changes

2,219 bytes added ,  15:17, 30 July 2021
no edit summary
Line 1: Line 1: −
placeholder
+
{{#css:
 +
 
 +
<!--All CSS effects are used to add style to the base of the HTML code-->
 +
 
 +
<!--Style to the links to master pages-->
 +
 
 +
div.ImportantPages{
 +
text-align: right;
 +
font: Tw Cen Mt;
 +
}
 +
 
 +
<!--Style to the links to the information pages-->
 +
 
 +
div.informationList{
 +
text-align: left;
 +
font-size: 24px;
 +
font: Tw Cen Mt;
 +
color:#228176;
 +
border-style: double;
 +
border-padding: 50px;
 +
border-width: thick;
 +
border-radius:25px;
 +
width: 30%;
 +
}
 +
 
 +
<!--Hover effect for listed information-->
 +
 
 +
li:hover {
 +
background-color: #FF9500;
 +
opacity:1.0;
 +
border-radius: 10px;
 +
box-shadow: inset 0 0 0 0 #FF9500;
 +
transition: 1.0;
 +
outline: none;
 +
}
 +
 
 +
<!--style to contact section-->
 +
 
 +
div.ContactUs{
 +
font-size: 18px;
 +
font:Tw Cen;
 +
color:#228176;
 +
}
 +
}}
 +
 
 +
<!--Links to other master pages-->
 +
 
 +
<div class="ImportantPages">
 +
<h3><strong>[https://wiki.gccollab.ca/ESDC_Workplace_%26_You ESDC Workplace & You]</strong></h3>
 +
<h3><strong>[https://wiki.gccollab.ca/My_ESDC_Workplace My ESDC Workplace]</strong></h3>
 +
</div>
 +
 
 +
<!--Links to other information pages-->
 +
 
 +
<div class="informationList">
 +
<ul>
 +
<li>[https://www.busrides-trajetsenbus.ca/ Busrides]</li>
 +
<li>[https://wiki.gccollab.ca/ESDC_Workplace_%26_You_-_Why_are_we_changing%3F Why Change]</li>
 +
<li>[https://wiki.gccollab.ca/ESDC_Workplace_%26_You_-_What%27s_changing_for_you%3F What's Changing for you]</li>
 +
<li>[https://wiki.gccollab.ca/ESDC_Workplace_%26_You_-_How_we_support_you How we Support you]</li>
 +
<li>[https://wiki.gccollab.ca/ESDC_Workplace_%26_You_-_Be_Part_of_the_Success Be part of the success]</li>
 +
<li>[https://wiki.gccollab.ca/ESDC_Workplace_%26_You_-_Share_your_story Share your story]</li>
 +
<li>[https://wiki.gccollab.ca/ESDC_Workplace_%26_You_-_Employee_Blog Employee Blog]</li>
 +
<li>[https://wiki.gccollab.ca/ESDC_Workplace_%26_You_-_Your_ESDC_Workplace,_Your_voice! Your ESDC Workplace, your voice!]</li>
 +
<li>[https://wiki.gccollab.ca/ESDC_Workplace_%26_You_-_Your_First_Time_at_ESDC_Workplace Your First time at ESDC Workplace]</li>
 +
<li>[https://wiki.gccollab.ca/ESDC_Workplace_%26_You_-_Master_your_ESDC_Workplace Master your ESDC Workplace]</li>
 +
</ul>
 +
</div>
 +
 
 +
<!--Contact and email-->
 +
 
 +
<div class="ContactUs">
 +
<h3>Contact Us</h3>
 +
<strong>EDSC.NC.CFOB-DGDPF-CM-GC.ESDC@hrsdc-rhdcc.gc.ca</strong>
 +
</div>
430

edits