Difference between revisions of "ESDC Onboarding"

From wiki
Jump to navigation Jump to search
m (changed font family)
 
(48 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#css:
+
Visit [https://www.canada.ca/en/employment-social-development/corporate/employees/onboarding.html ESDC Onboarding on Canada.ca]
.row{
 
display:flex;
 
        flex-wrap: wrap;
 
        margin-right: -15px;
 
        margin-left: -15px;
 
        max-width: 100%;
 
}
 
.greybg{
 
  background-color:#F5F5F5;
 
}
 
  
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
+
Visitez [https://www.canada.ca/fr/emploi-developpement-social/ministere/employees/integration.html Accueil et intégration à EDSC en Canada.ca]
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
 
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
 
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
 
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
 
.col-xl-auto {
 
  position: relative;
 
  width: 100%;
 
  min-height: 1px;
 
  padding-right: 15px;
 
  padding-left: 15px;
 
}
 
@media (max-width: 576px) {
 
  .col-sm-12 {
 
    flex: 0 0 100%;
 
    max-width: 100%; }
 
  .primary-btn.lang{
 
    display:none;
 
  }
 
  .btn-backtotop{
 
  display:none;
 
  }
 
  .section{
 
  padding: 10px 0 20px 0;
 
  }
 
}
 
@media screen and (min-width: 576px) {
 
  .col-md-6 {
 
    flex: 0 0 450%;
 
    max-width: 45%;
 
  }
 
  .col-md-4 {
 
    flex: 0 0 30%;
 
    max-width: 30%; }
 
  .section{
 
  padding: 10px 0 20px 20px;
 
  }
 
    .col-md-8{
 
    flex: 0 0 66%;
 
    max-width:66%;
 
  }
 
}
 
@media screen and (min-width: 992px) {
 
  .col-lg {
 
    flex-basis: 0;
 
    flex-grow: 1;
 
    max-width: 100%; }
 
  .col-lg-4 {
 
    flex: 0 0 30%;
 
    max-width: 30%; }
 
  .col-lg-2{
 
    flex: 0 0 15%;
 
    max-width: 15%;
 
  }
 
  .col-lg-8{
 
    flex: 0 0 66%;
 
    max-width:66%;
 
  }
 
}
 
h1,h2{
 
  font-family: 'Helvetica', sans-serif !important;
 
}
 
h2{
 
  font-weight: 700;
 
  border-bottom:none;
 
}
 
.secondary{
 
  list-style-type:circle !important;
 
}
 
.checkbox{
 
  display:inline-block;
 
  width: 1rem;
 
  height: 1rem !important;
 
  border: solid 1px black;
 
  margin-right: 5px;
 
}
 
.floatR{
 
  float:right;
 
}
 
.floatL{
 
  float:left;
 
}
 
.nav{
 
  padding-top: 10px;
 
}
 
.navMenu{
 
  list-style:none;
 
}
 
.navContainer{
 
  overflow: auto;
 
  width: 100%;
 
  white-space:nowrap;
 
  background-color: #F5F5F5;
 
  border-bottom: 5px solid #AF3C43;
 
}
 
.navContainer::-webkit-scrollbar{
 
  width:0;
 
}
 
.navMenu li{
 
  border: solid 1px #002D42;
 
  display: inline-block;
 
  margin: 8px;
 
  border-radius: 10px;
 
  padding: 8px;
 
}
 
.navMenu li a{
 
  text-decoration: none;
 
}
 
.navMenu li:hover:not(.active){
 
  background-color: #CECECE;
 
  border-radius:10px;
 
}
 
.navMenu .active, .primary-btn {
 
  background-color: #002D42;
 
}
 
.navMenu .active a, .primary-btn a, .btn-info a, .arrow.up:hover {
 
  color: white;
 
  text-decoration:none;
 
}
 
.primary-btn{
 
  padding:8px 24px;
 
  border-radius: 10px 10px 0 0;
 
}
 
.primary-btn.separator{
 
  margin-left: 12px;
 
}
 
.card {
 
  position: relative;
 
  display: flex;
 
  flex-direction: column;
 
  min-width: 0;
 
  word-wrap: break-word;
 
  background-clip: border-box;
 
  border: 1px solid rgba(0, 0, 0, 0.125);
 
  border-radius: 0.35rem;
 
  margin:16px;
 
  padding-left: 1rem;
 
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.125);
 
  border-left: 5px solid #AF3C43;
 
}
 
.card-body {
 
  flex: 1 1 auto;
 
  padding: 12px; }
 
.card-img{
 
  align:center;
 
}
 
.btn-backtotop {
 
  border: 1px solid #CECECE;
 
  border-radius: 1.5rem;
 
  background-color: #F5F5F5;
 
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
 
  color: #666666;
 
  font-weight: 600; }
 
  .btn-backtotop .icon {
 
    margin-right: 5px; }
 
 
 
.btn-backtotop:hover{
 
  color: white;
 
  background-color: #002D42; }
 
.btn-backtotop a:hover{
 
  color: white;
 
  text-decoration: none;
 
}
 
 
 
.btn {
 
  display: inline-block;
 
  font-weight: 400;
 
  text-align: center;
 
  white-space: nowrap;
 
  vertical-align: middle;
 
  user-select: none;
 
  border: 1px solid transparent;
 
  padding: 0.375rem 0.75rem;
 
  font-size: 1rem;
 
  line-height: 1.5;
 
  border-radius: 0.35rem;
 
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
 
.btn-info {
 
  color: #fff;
 
  background-color: #26374A;
 
  border-color: #26374A;
 
  box-shadow: none; }
 
  .btn-info:hover {
 
    color: #fff;
 
    background-color: #00131c;
 
    border-color: #00131c; }
 
  .btn-info:focus, .btn-info.focus {
 
    box-shadow: none, 0 0 0 0.2rem rgba(38, 154, 188, 0.5); }
 
.btn-info.disabled, .btn-info:disabled {
 
    color: #333000;
 
    background-color: #F5F5F5;
 
    border-color: #F5F5F5;
 
    margin-bottom: 12px;
 
}
 
.fixed{
 
  position:fixed;
 
  bottom:5px;
 
  right:5px;
 
}
 
.arrow {
 
  border: solid black;
 
  border-width: 0 3px 3px 0;
 
  display: inline-block;
 
  padding: 3px;
 
}
 
.up {
 
  transform: rotate(-135deg);
 
  -webkit-transform: rotate(-135deg);
 
}
 
}}
 
<div class="nav" role="navigation">
 
<div class="floatL primary-btn active"> [[ESDC_Onboarding|Home]]</div>
 
<div class="floatL primary-btn separator">[https://www.canada.ca/en/employment-social-development.html <span style="color:white">'''Help Desk'''</span>] </div>
 
<div class="floatR primary-btn lang" id="top">  [[Accueil_et_intégration_EDSC|FR]] </div>
 
<div class="navContainer">
 
  <ul class="navMenu">
 
      <span><strong> I Am A </span></strong>
 
      <li> [[ESDC_Onboarding_Executive|Executive]] </li>
 
      <li> [[Title of the wiki page|Student]]</li>
 
      <li> [[Title of the wiki page|Other Onboarding Expansion Pack]]</li>
 
  </ul>
 
</div>
 
</div>
 
 
 
<div><h2><big style="color:red">Under Construction </big></h2></div>
 
<div class="section">
 
== What to expect as a new ESDC employee ==
 
<div class="row">
 
<div class="col-sm-12 col-md-8">
 
<p>[https://www.canada.ca/en/employment-social-development.html Employment and Social Development Canada (ESDC)], the fourth-largest department within the Government of Canada, has four ministers and over 36,000 public service employees who work to improve the standard of living and quality of life for all Canadians by supporting the development of a highly skilled labour force and promoting an efficient and inclusive labour market.</p>
 
 
 
<p>Whether you have been offered a position with ESDC or are curious about joining the department, this website explains what to expect and how to prepare for your new role.</p>
 
 
 
<p style="padding-top:10px;"><strong><em>We can’t wait for you to join our team!</em></strong></p>
 
</div>
 
</div>
 
</div>
 
 
 
<div class="section greybg">
 
== What is Onboarding? ==
 
<div class="row">
 
<div class="col-sm-12 col-lg-8">
 
<p>Onboarding is the process of integrating new employees into the workplace, beginning with the acceptance of the initial job offer and continuing through the first 6 to 12 months of employment. It includes activities such as training and mentoring, as well as providing all pertinent information on internal policies, work processes and established cultural norms.</p>
 
 
 
<p>While most onboarding activities take place after you begin working, the Pre-Arrival Checklist outlines several important steps you can follow leading up to your first day.</p>
 
</div>
 
</div>
 
</div>
 
 
 
<div class="section">
 
== <span valign="top">Pre-Arrival Checklist - Are you ready for your first day? </span>==
 
<div class="row">
 
<div class="col-sm-12 col-lg-8">
 
<p>Our pre-arrival onboarding content contains general guidance that applies to most employees’ working arrangements as well as specialized sections, such as information for incoming Executives. We are actively developing new content for other segments of our workforce. Be sure to check back regularly.</p>
 
 
 
 
 
<div class="card">
 
=== <span class="checkbox"></span>Discuss with your Hiring Manager ===
 
<div class="mw-collapsible mw-collapsed">
 
<div class="card-body">
 
 
 
<p>Your hiring manager (or equivalent liaison) has likely already contacted you to communicate the preliminary job offer and arrange a start date. This person will be the primary resource assigned to support your pre-arrival onboarding activities.</p>
 
 
 
*<strong>Talk to the hiring manager about the details of your work arrangement</strong>, such as hours of work and work location. Find out if you will be working remotely, in-person or through a hybrid model.
 
*<strong>Stay in regular contact with your manager</strong> if there is a long period between the job offer and the start date.
 
*It may be too early to know <strong>if you need workplace accommodation</strong> but take the time to speak to your new manager about the workplace and any potential workplace accommodation.
 
*Workspace setups will vary on a case-by-case basis, but if you foresee the need for <strong>special equipment to carry out your duties</strong>, please discuss it with your hiring manager as soon as possible.
 
*Before <strong>your first day</strong>, make sure you have clear instructions about what to do and have the required contact information for your arrival should it be virtual or in-person.
 
*For any <strong>other questions or concerns</strong> not covered on this site, do not hesitate to contact your hiring manager.
 
</div>
 
</div>
 
</div>
 
 
 
<div class="card">
 
=== <span class="checkbox"></span> Monitor your e-mail for official documents ===
 
<div class="mw-collapsible mw-collapsed">
 
<div class="card-body">
 
 
 
<p>At some point during your hiring process, you should have provided your ESDC contact with a primary e-mail address. Monitor this e-mail regularly for important messages.</p>
 
 
 
<p>The following list includes some examples of communications and documents you should receive before your arrival. Depending on your physical work arrangement, some of these items may not apply to you. When in doubt, <strong>ask your hiring manager</strong>.</p>
 
 
 
*Letter of offer package from your manager
 
*Instructions for obtaining your IT equipment from your manager or a delegated IT technician
 
*Network access information
 
*Reference materials related to your role and organization:
 
**Phone list
 
**Organizational chart with titles
 
**Staff lists and/or other contact lists
 
**Voicemail and email instructions
 
**Job description
 
</div>
 
</div>
 
</div>
 
 
 
<div class="card">
 
=== <span class="checkbox"></span>Review this specific information if it applies to you ===
 
<div class="mw-collapsible">
 
<div class="card-body">
 
<div class="row">
 
<div class="col-sm-12 col-lg-4">
 
<p><strong>Currently available information</strong></p>
 
<div class="btn btn-info">[[ESDC_Onboarding_Executive|I Am An Executive]]</div>
 
</div>
 
<div class="col-sm-12 col-lg-4">
 
<p><strong>Information still in development</strong></p>
 
<div class="btn btn-info disabled">Are You A Student?</div>
 
<div class="btn btn-info disabled">Other Groups</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
 
 
<div class="card">
 
=== <span class="checkbox"></span>Getting your technology (IT) equipment and network access ===
 
<div class="mw-collapsible mw-collapsed">
 
<div class="card-body">
 
 
 
<p>Whether you will be working remotely, in-person or through a hybrid model, your hiring manager (or equivalent liaison) will coordinate with you to ensure you receive the tools and equipment you need to carry out your work.</p>
 
 
 
<p>If you foresee the need for special equipment, or any other circumstance that may affect your ability to carry out your regular duties, please discuss it with your hiring manager as soon as possible.</p>
 
 
 
<p>Once you obtain your IT equipment, follow the enclosed instructions to finish setting up your computer and access the ESDC corporate network. Ensure you have a stable internet connection if accessing the network remotely.</p>
 
 
 
==== Technical support ====
 
 
 
<p>If you are having trouble setting up your workstation or logging onto the network, contact your hiring manager. They may open a service ticket on your behalf or ask you to contact the National Service Desk directly.</p>
 
 
 
<p>In the event you already have your computer, the National Service Desk toll-free number is on the login screen. Service times may vary depending on request volume so ensure your hiring manager is aware of the technical issue(s). They may be able to support you directly.</p>
 
 
 
==== Personal external storage devices are not permitted ====
 
 
 
<p>Please be advised that you should <strong>never connect personal external data storage devices</strong> such as USB keys, mobile phones, or any other external storage device to your ESDC workstation computers or laptops, even for charging purposes. Your hiring manager may direct you to additional resources on our corporate IT security policy.</p>
 
</div>
 
</div>
 
</div>
 
 
 
<div class="card">
 
=== <span class="checkbox"></span>Get to know ESDC and other aspects of your employment ===
 
<div class="mw-collapsible mw-collapsed">
 
<div class="card-body">
 
 
 
==== Departmental Information ====
 
 
 
*[https://www.canada.ca/en/employment-social-development/corporate/portfolio.html Employment and Social Development]
 
**[https://www.canada.ca/en/employment-social-development/corporate/portfolio/labour.html Labour Program]
 
**[https://www.canada.ca/en/employment-social-development/corporate/portfolio/service-canada.html Service Canada]
 
**[https://www.canada.ca/en/employment-social-development/corporate/portfolio.html Read more about the portfolios and programs]
 
*[https://www.canada.ca/en/employment-social-development/corporate/reports/departmental-results/2017-2018/mandate-role.html Mandate]
 
*[https://www.canada.ca/en/employment-social-development/corporate/reports/departmental-plan.html Departmental Plans]
 
*[https://www.canada.ca/en/employment-social-development/corporate/organizational-structure.html Read about our Leaders]
 
 
 
==== Diversity & Inclusion ====
 
 
 
<p>The Department is [https://www.canada.ca/en/government/publicservice/wellness-inclusion-diversity-public-service/diversity-inclusion-public-service2.html committed to having a skilled, inclusive and diversified workforce], which is representative of the population we serve.</p>
 
 
 
<p>We encourage all employees to <strong>complete or review their self-identification form</strong> in myEMS (PeopleSoft) and to voluntarily identify, as applicable, to one or more of the four (4) employment equity designated groups (i.e. visible minorities, Indigenous peoples, persons with disabilities and women and/or the LGBTQ2+ community, a group that is not currently part of the Employment Equity Act). This form will be available <strong>once you have your ESDC network access</strong>.</p>
 
 
 
<p>At ESDC, we believe that everyone deserves the same opportunities, chance at success, and ability to participate fully in society without barriers. We look forward to working with you to achieve this vision and to ensure all our employees and our executives reach their full potential.</p>
 
 
 
==== Accessibility ====
 
 
 
<p>In June 2019, the [https://www.canada.ca/en/employment-social-development/programs/accessible-people-disabilities/act-infographic.html#section0 Accessible Canada Act] received Royal Assent. The Act establishes a framework to create a barrier-free Canada by proactively identifying, removing and preventing barriers to accessibility. It will also ensure that people with disabilities will no longer need to fight barriers to accessibility on an individual basis. With this legislation in place, millions of Canadians with disabilities can rely on the Government of Canada to remove the barriers that hinder their full participation in society. Learn more about [https://www.canada.ca/en/employment-social-development/programs/accessible-people-disabilities.html accessibility at ESDC].</p>
 
 
 
==== Compensation & Benefits ====
 
<div class="row">
 
<div class="col-sm-12 col-md-4 col-lg-4">
 
<p><strong>Collective Agreements</strong></p>
 
*[https://www.tbs-sct.gc.ca/agreements-conventions/index-eng.aspx Collective Agreements]
 
<p><strong>Pensions</strong></p>
 
*[https://www.canada.ca/en/treasury-board-secretariat/topics/pension-plan.html Public service pension plan]
 
<p><strong>Leave and Vacation</strong></p>
 
*[https://www.tpsgc-pwgsc.gc.ca/remuneration-compensation/services-paye-pay-services/paye-information-pay/vie-life/vie-conge-life-leave/index-eng.html Taking leave]
 
*[https://www.tpsgc-pwgsc.gc.ca/remuneration-compensation/services-paye-pay-services/paye-information-pay/vie-life/vie-conge-life-leave/conge-paye-holiday-pay-eng.html Statutory holiday pay]
 
</div>
 
<div class="col-sm-12 col-md-4 col-lg-4">
 
<p><strong>Pay</strong></p>
 
*[https://www.canada.ca/en/treasury-board-secretariat/topics/pay.html Pay for the public service]
 
*[https://www.tpsgc-pwgsc.gc.ca/remuneration-compensation/services-paye-pay-services/paye-information-pay/paye-talon-stub-pay-eng.html How public service pay works]
 
*[https://www.tbs-sct.gc.ca/pubs_pol/hrpubs/coll_agre/rates-taux-eng.asp Rates of pay for public service employees]
 
*[https://www.canada.ca/en/treasury-board-secretariat/services/collective-agreements/occupational-groups.html Occupational groups]
 
*[https://www.tpsgc-pwgsc.gc.ca/remuneration-compensation/services-paye-pay-services/paye-information-pay/calendrierpaye-paycalendar-eng.html Pay dates]
 
</div>
 
<div class="col-sm-12 col-md-4 col-lg-4">
 
<p><strong>Benefits</strong></p>
 
*[https://www.canada.ca/en/treasury-board-secretariat/topics/benefit-plans/plans/disability-insurance-plan.html Disability Insurance Plan]
 
*[https://www.canada.ca/en/treasury-board-secretariat/topics/benefit-plans/plans/dental-care-plan.html Public Service Dental Care Plan]
 
*[https://www.canada.ca/en/treasury-board-secretariat/topics/benefit-plans/plans/health-care-plan.html Public Service Health Care Plan]
 
*[https://www.canada.ca/en/treasury-board-secretariat/topics/benefit-plans/plans/management-insurance-plan.html Public Service Management Insurance Plan] (*Only applies to Executives, excluded, and unrepresented employees)
 
*[https://www.canada.ca/en/treasury-board-secretariat/topics/pension-plan.html Public Service Pension Plan, including the Supplementary Death Benefit]
 
</div>
 
</div>
 
 
 
==== Other Resources ====
 
 
 
*[https://www.canada.ca/en/government/publicservice/wellness-inclusion-diversity-public-service/health-wellness-public-servants/mental-health-workplace/resources-employees-mental-health-workplace.html Mental Health]
 
*[https://www.canada.ca/en/government/publicservice/covid-19.html COVID 19]
 
*[https://www.tbs-sct.gc.ca/pol/doc-eng.aspx?id=25049 Values & Ethics]
 
 
 
==== Download the MyESDC mobile app ====
 
 
 
<p>The MyESDC App provides important Government of Canada information to public servants, members of the public who may be interested in working for Employment and Social Development Canada (ESDC), or anyone who is interested in knowing more about the department in general.</p>
 
 
 
<p>The app can be downloaded from the [https://play.google.com/store/apps/details?id%com.esdc_emg&hl%en_CA&gl%US Google Play Store] and the [https://apps.apple.com/ca/app/myesdc-monedsc/id1567270052 Apple App Store] for Android and Apple mobile devices respectively.</p>
 
</div>
 
</div>
 
</div>
 
 
 
<div class="card">
 
=== <span class="checkbox"></span>Explore (and join!) our networks and communities ===
 
<div class="mw-collapsible mw-collapsed">
 
<div class="card-body">
 
 
 
<p>Here is a list of ESDC employee networks you can join when you begin working. While not all networks have an external web presence, you can find more information about each of them on our internal department site (iService) once you have access to the system. A comprehensive list with each network’s contact information is also available.</p>
 
 
 
<div class="row">
 
<div class="col-sm-12 col-md-4">
 
==== National Networks ====
 
 
 
*[https://apex.gc.ca/ Association of Professional Executives]
 
*Black Engagement and Advancement Team
 
*Employee Pride Network
 
*Employees with Disabilities Network
 
*ESDC Speakers Bureau
 
*ESDC Visible Minorities Network
 
*Indigenous Employees’ Circle (IEC)
 
*[https://wiki.gccollab.ca/Le_r%C3%A9seau_des_%C3%A9tudiants_%C3%A0_EDSC_-_The_Student_Network_at_ESDC The Student Network]
 
*Transformation Engagement Team
 
*Youth Mandate for Greater Involvement (YMAGIN)
 
</div>
 
 
 
<div class="col-sm-12 col-md-4">
 
==== Regional Networks ====
 
 
 
*Administrative Professionals Network (APN)
 
*EDSC Managers' Community
 
*<xxx$$$xxxx>Team Leader Community of Practice
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
 
 
<div class="card">
 
=== <span class="checkbox"></span>Our social media presence and employee conduct ===
 
<div class="mw-collapsible mw-collapsed">
 
<div class="card-body">
 
 
 
<p>Our department has a vibrant presence on social media. We encourage you to follow and connect with us!</p>
 
 
 
<p><strong>As public servants, when using social media during our personal time we should:</strong></p>
 
 
 
*Not criticize the Government of Canada, ESDC or its policies.
 
*Uphold the political neutrality and impartiality of the federal public service.
 
*Respect confidentiality and privacy.
 
*Never sign your personal messages with your departmental title.
 
 
 
<p>Refer to [https://www.tbs-sct.gc.ca/pol/doc-eng.aspx?id%27907#secF.1 Guideline on Acceptable Network and Device Use] for more information on social media usage guidelines for public servants.</p>
 
 
 
<div class="row">
 
<div class="col-sm-12 col-md-4 col-lg-2">
 
<strong><p>Twitter</p></strong>
 
*[https://twitter.com/ESDC_GC @ESDC_GC]
 
*[https://twitter.com/ServiceCanada_E @ServiceCanada_E]
 
*[https://twitter.com/AccessibleGC @AccessibleGC]
 
*[https://twitter.com/stp_pts?lang%en @STP_PTS]
 
</div>
 
<div class="col-sm-12 col-md-4 col-lg-2">
 
<strong><p>Facebook</p></strong>
 
*[https://www.facebook.com/ESDC.GC/ Employment and Social Development Canada]
 
*[https://facebook.com/AccessibleGC/ Accessible Canada]
 
*[https://www.facebook.com/LeadersToday/ Leaders Today]
 
*[https://www.facebook.com/pages/Seniors-in-Canada-A%C3%AEn%C3%A9s-au-Canada/1471831713076413?ref%hl Seniors in Canada]
 
</div>
 
<div class="col-sm-12 col-md-4 col-lg-2">
 
<strong><p>YouTube</p></strong>
 
*[https://www.youtube.com/user/HRSDCanada ESDC]
 
*[https://www.youtube.com/user/ServiceCanadaE/videos Service Canada]
 
</div>
 
<div class="col-sm-12 col-md-4 col-lg-2">
 
<strong><p>LinkedIn</p></strong>
 
*[http://ow.ly/XBs2R ESDC]
 
*[http://ow.ly/XBs7d Service Canada]
 
</div>
 
<div class="col-sm-12 col-md-4 col-lg-2">
 
<strong><p>Instagram</p></strong>
 
*[https://www.instagram.com/esdc.edsc/ ESDC]
 
*[https://www.instagram.com/leaderstoday/ Leaders Today (@leaderstoday)]
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
 
 
<!-- Back to top buttons (desktop vs mobile) -->
 
 
 
[[ESDC_Onboarding#top|<div class="btn btn-backtotop fixed"><span class="arrow up"></span></div>]]
 
<!-- <div class="btn btn-backtotop fixed">[[ESDC_Onboarding#top|Back to top]]</div> -->
 
[[fr:Accueil_et_intégration_EDSC]]
 
__NOEDITSECTION__
 

Latest revision as of 16:44, 9 December 2021