Important: The GCConnex decommission will not affect GCCollab or GCWiki. Thank you and happy collaborating!

Difference between revisions of "My ESDC Workplace"

From wiki
Jump to navigation Jump to search
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{#css:
 
{{#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{
 
div.informationList{
 +
text-align: left;
 
font-size: 24px;  
 
font-size: 24px;  
 
font: Tw Cen Mt;
 
font: Tw Cen Mt;
 
color:#228176;
 
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/Employee%E2%80%99s_Corner Employee's Corner]</strong></h3>
 +
</div>
 +
 +
<!--Links to other information pages-->
  
 
<div class="informationList">
 
<div class="informationList">
Line 22: Line 64:
 
<li>[https://wiki.gccollab.ca/ESDC_Workplace_%26_You_-_FAQs FAQs]</li>
 
<li>[https://wiki.gccollab.ca/ESDC_Workplace_%26_You_-_FAQs FAQs]</li>
 
</ul>
 
</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>
 
</div>

Latest revision as of 07:18, 2 August 2021