This repository has been archived by the owner on Jul 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
138 lines (118 loc) · 7.95 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Code for Canada and the Public Service Commission</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark static-top">
<div class="container">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="#">English
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./fr/index.html">French</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Page Content -->
<div class="container">
<div class="row justify-content-md-center">
<div class="col-md-10 text-center">
<div class="jumbotron">
<div class="">
<img src="./images/cfc-web-logo.png" alt="Code for Canada Logo" class="img-thumbnail" width=258>
<img src="./images/psc-web-logo.jpg" alt="Public Service Commission Logo" class="img-thumbnail" width=200>
</div>
<br />
<h1 class="display-4">Call for Participants</h1>
<p class="lead">
Code for Canada, in collaboration with the <a href="https://www.canada.ca/en/public-service-commission.html">Public Service Commission’s Personnel Psychology Centre</a>, are looking employees in the federal government to participate in one-on-one interviews to discuss their job experience in the federal public service. This will take approximately 1 hour.</p>
<p class="lead">
We are also looking to recruit public servants in managerial roles to participate in observational field studies to better understand your work environment. This will take approximately 3 hours, where you will be shadowed by a Code for Canada researcher.
</p>
<p class="lead">
These studies will guide the product direction for building a more modern, accessible digital tool for assessing managerial candidates.
</p>
<hr class="my-4">
<p>
<a href="https://codefor.ca/">Code for Canada</a> is a national nonprofit that connects government innovators with the tech and design community. Our programs enable governments to deliver better digital public services and empower communities to solve civic challenges using technology and design.
</p>
</div>
<div class="row">
<div class="col-md-12">
<h2 class="text-center">Privacy Notice</h2>
<br />
</div>
</div>
<p>
The Public Service Commission of Canada (PSC) is committed to protecting the privacy rights of individuals.
<br />
<br />
<a class="btn btn-dark" data-toggle="collapse" href="#collapseExample" role="button" aria-expanded="false" aria-controls="collapseExample">
Expand
</a>
</p>
<div class="collapse" id="collapseExample">
<div class="card card-body" style="text-align: left;">
<p>The Public Service Commission of Canada (PSC) is committed to protecting the privacy rights of individuals.</p>
<p>The definition of “personal information” is any information, in any form, about an identifiable individual. Refer to section 3 of the <a href="http://laws-lois.justice.gc.ca/eng/acts/P-21/">Privacy Act</a> for further details regarding personal information.</p>
<p>The personal information you provide will be used by the Personnel Psychology Centre for research and development purposes; and is collected under the authority of section 11 of the Public Service Employment Act. Provision of your information is voluntary, and will not be used to make any administrative decisions about you.</p>
<p>Personal information is collected and used as described in the Treasury Board Secretariat’s Standard Personal Information Bank <a href="https://www.canada.ca/en/treasury-board-secretariat/services/access-information-privacy/access-information/information-about-programs-information-holdings/standard-personal-information-banks.html#psu938">Outreach Activities (PSU 938)</a></p>
<p>Individuals have the right to file a complaint with the <a href="https://www.priv.gc.ca/index_e.asp">Privacy Commissioner of Canada</a> regarding the department’s handling of their personal information.</p>
</div>
</div>
<br />
<br />
<div class="row">
<div class="col-md-12">
<h2 class="text-center">Participate</h2>
<br />
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="card">
<div class="card-body">
<h5 class="card-title">Are you a manager?</h5>
<p class="card-text">Please click if you have undergone a managerial application process and currently occupy a manager position.</p>
<a href="./volunteer-mgr.html" class="btn btn-info">I want to participate</a>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="card">
<div class="card-body">
<h5 class="card-title">Are you a supervisor or team leader who hopes to become a manager?</h5>
<p class="card-text">Please click if you are considering a management position / on the path to management.</p>
<a href="./volunteer-mgr.html" class="btn btn-info">I want to participate</a>
</div>
</div>
</div>
</div>
<br />
<br />
</div>
</div>
</div>
<!-- Bootstrap core JavaScript -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
</body>
</html>