| Line 1: |
Line 1: |
| − | [[File:Engagement Activity.pdf|thumb]]
| |
| | {{#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{ | | div.ImportantPages{ |
| Line 6: |
Line 9: |
| | font: Tw Cen Mt; | | font: Tw Cen Mt; |
| | } | | } |
| | + | |
| | + | <!--Style to the links to the information pages--> |
| | | | |
| | div.informationList{ | | div.informationList{ |
| Line 16: |
Line 21: |
| | border-width: thick; | | border-width: thick; |
| | border-radius:25px; | | border-radius:25px; |
| − | width: 40%; | + | width: 30%; |
| | } | | } |
| | + | |
| | + | <!--Hover effect for listed information--> |
| | | | |
| | li:hover { | | li:hover { |
| Line 27: |
Line 34: |
| | outline: none; | | outline: none; |
| | } | | } |
| | + | |
| | + | <!--style to contact section--> |
| | | | |
| | div.ContactUs{ | | div.ContactUs{ |
| Line 33: |
Line 42: |
| | color:#228176; | | color:#228176; |
| | }} | | }} |
| | + | |
| | + | <!--Links to other master pages --> |
| | | | |
| | <div class="ImportantPages"> | | <div class="ImportantPages"> |
| Line 38: |
Line 49: |
| | <h3><strong>[https://wiki.gccollab.ca/My_ESDC_Workplace My ESDC Workplace]</strong></h3> | | <h3><strong>[https://wiki.gccollab.ca/My_ESDC_Workplace My ESDC Workplace]</strong></h3> |
| | </div> | | </div> |
| | + | |
| | + | <!--Links to other information pages--> |
| | | | |
| | <div class="informationList"> | | <div class="informationList"> |
| Line 45: |
Line 58: |
| | <li>[https://wiki.gccollab.ca/ESDC_Workplace_%26_You_-_Project_Sites_and_Timelines Project Sites and Timelines]</li> | | <li>[https://wiki.gccollab.ca/ESDC_Workplace_%26_You_-_Project_Sites_and_Timelines Project Sites and Timelines]</li> |
| | <li>[https://wiki.gccollab.ca/ESDC_Workplace_%26_You_-_ESDC_Reservation_System ESDC Reservation System]</li> | | <li>[https://wiki.gccollab.ca/ESDC_Workplace_%26_You_-_ESDC_Reservation_System ESDC Reservation System]</li> |
| − | <li>[http://mlapesd4287/archibus/schema/ab-products/essential/workplace/index.html ESDC Reservation System]</li>
| |
| | </ul> | | </ul> |
| | </div> | | </div> |
| | + | |
| | + | <!--Contact with email--> |
| | | | |
| | <div class ="ContactUs"> | | <div class ="ContactUs"> |
| − | <h3>Welcome Desk(Contact Us)</h3> | + | <h3>Contact Us</h3> |
| − | EDSC.NC.CFOB-DGDPF-CM-GC.ESDC@hrsdc-rhdcc.gc.ca | + | <strong>EDSC.NC.CFOB-DGDPF-CM-GC.ESDC@hrsdc-rhdcc.gc.ca</strong> |
| | </div> | | </div> |