-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathgoalsetting.html
189 lines (178 loc) · 8.22 KB
/
goalsetting.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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<!DOCTYPE html>
<!--[if lt IE 9]>
<html class="no-js lt-ie9" lang="en" dir="ltr">
<![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-155358177-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-155358177-1');
</script>
<meta charset="utf-8">
<!-- Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)
wet-boew.github.io/wet-boew/License-en.html / wet-boew.github.io/wet-boew/Licence-fr.html -->
<!-- Primary Meta Tags -->
<title>How We Work - Play - Goal-Setting</title>
<meta content="width=device-width,initial-scale=1" name="viewport">
<meta name="title" content="How We Work - Game plan - Goal-Setting">
<meta name="description" content="Go-to techniques for aligning cross-functional product teams, building momentum, and keeping morale high.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://tc-ca.github.io/hww-cnt/gameplans/goalsetting.html">
<meta property="og:title" content="How We Work - Play - Goal-Setting">
<meta property="og:description" content="Go-to techniques for aligning cross-functional product teams, building momentum, and keeping morale high.">
<meta property="og:image" content="https://tc-ca.github.io/hww-cnt/incl/How We Work.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://tc-ca.github.io/hww-cnt/gameplans/goalsetting.html">
<meta property="twitter:title" content="How We Work - Play - Goal-Setting">
<meta property="twitter:description" content="Go-to techniques for aligning cross-functional product teams, building momentum, and keeping morale high.">
<meta property="twitter:image" content="https://tc-ca.github.io/hww-cnt/incl/How We Work.png">
<!--[if gte IE 9 | !IE ]><!-->
<link href="https://wet-boew.github.io/themes-dist/GCWeb/GCWeb/assets/favicon.ico" rel="icon" type="image/x-icon">
<link href="https://getbootstrap.com/docs/4.1/assets/css/docs.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel="stylesheet" href="/hww-cnt/css/theme.min.css" />
<link rel="stylesheet" href="/hww-cnt/css/playbook.css" />
<link rel="stylesheet" href="https://wet-boew.github.io/themes-dist/GCWeb/wet-boew/css/noscript.min.css" />
<script>
function includeHTML() {
var z, i, elmnt, file, xhttp;
/*loop through a collection of all HTML elements:*/
z = document.getElementsByTagName("*");
for (i = 0; i < z.length; i++) {
elmnt = z[i];
/*search for elements with a certain atrribute:*/
file = elmnt.getAttribute("w3-include-html");
if (file) {
/*make an HTTP request using the attribute value as the file name:*/
xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (this.readyState == 4) {
if (this.status == 200) {
elmnt.innerHTML = this.responseText;
}
if (this.status == 404) {
elmnt.innerHTML = "Page not found.";
}
/*remove the attribute, and call this function once more:*/
elmnt.removeAttribute("w3-include-html");
includeHTML();
}
}
xhttp.open("GET", file, true);
xhttp.send();
/*exit the function:*/
return;
}
}
};
</script>
<!--<![endif]-->
<!--[if lt IE 9]>
<link href="https://wet-boew.github.io/themes-dist/GCWeb/GCWeb/assets/favicon.ico" rel="shortcut icon" />
<link rel="stylesheet" href="../GCWeb/css/ie8-theme.min.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.js"></script>
<script src="https://wet-boew.github.io/themes-dist/GCWeb/wet-boew/js/ie8-wet-boew.min.js"></script>
<![endif]-->
<!--[if lte IE 9]>
<![endif]-->
<script>
window.console = window.console || function(t) {};
</script>
<script>
if (document.location.search.match(/type=embed/gi)) {
window.parent.postMessage("resize", "*");
}
</script>
</head>
<body>
<nav>
<ul id="wb-tphp">
<li class="wb-slc">
<a class="wb-sl" href="#wb-cont">Skip to main content</a>
</li>
<li class="wb-slc">
<a class="wb-sl" href="#wb-info">Skip to "About government"</a>
</li>
</ul>
</nav>
<header>
<div id="wb-bnr" class="container">
<section id="wb-lng" class="text-right">
<h2 class="wb-inv">Language selection</h2>
<ul class="list-inline margin-bottom-none">
<li><a lang="fr" hreflang="fr" href="/hww-cnt/plansdematch/objectifs.html">Français</a></li>
</ul>
</section>
<div class="row">
<div class="brand col-xs-5 col-md-4" property="publisher" typeof="GovernmentOrganization">
<a href="https://www.canada.ca/en.html" property="url"><img src="/hww-cnt/images/TC_Transformation.png" alt="" property="logo"><span class="wb-inv" property="name"> Government of Canada / <span
lang="fr">Gouvernement du Canada</span></span>
</a>
<meta property="areaServed" typeof="Country" content="Canada">
<link property="logo" href="https://wet-boew.github.io/themes-dist/GCWeb/GCWeb/assets/wmms-blk.svg">
</div>
</div>
</div>
<div w3-include-html="/hww-cnt/incl/nav.html"></div>
<nav id="wb-bc" property="breadcrumb">
<h2>You are here:</h2>
<div class="container">
<ol class="breadcrumb">
<li><a href="#">Transport Canada</a></li>
<li><a href="/hww-cnt/index-en.html">How We Work</a></li>
<li><a href="/hww-cnt/gameplans.html">Game plans</a></li>
</ol>
</div>
</nav>
</header>
<main property="mainContentOfPage" class="container" typeof="WebPageElement">
<h1 property="name" id="wb-cont">Goal-Setting</h1>
<p class="gc-byline"><strong>Go-to techniques for aligning cross-functional product teams, building momentum, and keeping morale high.</strong></p>
<div class="row">
<div class="col-md-12">
<p>This isn’t your traditional goal-setting framework, it’s a ready-to-action set of plays that will give your team step-by-step instructions to go from “could we?” to “we did it!”</p>
<br />
<p class="lp"><a href="/hww-cnt/plays.html#filter=Goal-setting">Click here to access this game plan's relevant plays.</a></p>
<br />
<p>This work is a derivative of <a href=https://www.atlassian.com/team-playbook/examples/goal-setting>Goal Setting</a> by Atlassian and used under a Creative Commons Attribution 4.0 International Public License <a href=https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode> (CC BY-SA 4.0)</a>.</p>
</div>
</div>
</section>
</div>
</div>
<div class="pagedetails">
<div w3-include-html="/hww-cnt/incl/feedback.html"></div>
<dl id="wb-dtmd">
<dt>Date modified: </dt>
<dd>
<time property="dateModified">2019-11-19</time>
</dd>
</dl>
</div>
<script>
includeHTML();
</script>
</main>
<div w3-include-html="/hww-cnt/incl/footer.html"></div>
<!--[if gte IE 9 | !IE ]><!-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.js"></script>
<script src="https://wet-boew.github.io/themes-dist/GCWeb/wet-boew/js/wet-boew.min.js"></script>
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="../wet-boew/js/ie8-wet-boew2.min.js"></script>
<![endif]-->
<script src="https://wet-boew.github.io/themes-dist/GCWeb/GCWeb/js/theme.min.js"></script>
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<script src="https://unpkg.com/isotope-layout@3/dist/isotope.pkgd.js"></script>
</body>
</html>