You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/careers/company-culture/progression.html
+8-10Lines changed: 8 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -266,6 +266,10 @@ <h2>Leveling framework</h2>
266
266
</div>
267
267
</div>
268
268
</div>
269
+
{% set overview_diagram = image(url="https://assets.ubuntu.com/v1/bf595fd1-diagram_1.jpg", alt="A diagram illustrating career paths starting from graduate level, branching into the depth, drive, and plan leadership tracks", width="3696", height="1540", hi_def=True, loading="lazy") %}
270
+
{% set depth_diagram = image(url="https://assets.ubuntu.com/v1/cdd1acd3-diagram_2.jpg", alt="A diagram highlighting the depth track, for technical specialists, within Canonical's career paths", width="3696", height="1540", hi_def=True, loading="lazy") %}
271
+
{% set drive_diagram = image(url="https://assets.ubuntu.com/v1/5cbbf37f-diagram_3.jpg", alt="A diagram highlighting the drive track, for staff and principals, within Canonical's career paths", width="3696", height="1540", hi_def=True, loading="lazy") %}
272
+
{% set plan_diagram = image(url="https://assets.ubuntu.com/v1/c672f014-diagram_4.jpg", alt="A diagram highlighting the plan track, for management roles like director and VP, within Canonical's career paths", width="3696", height="1540", hi_def=True, loading="lazy") %}
269
273
<divclass="grid-row">
270
274
<divclass="grid-col-8 grid-col-start-large-1">
271
275
{{ vf_tabs(list={
@@ -280,7 +284,7 @@ <h2>Leveling framework</h2>
280
284
<p>
281
285
Early careers team members may join us at Graduate or Associate level before achieving Prof I and beyond. Following Prof II, team members have the option to focus on one of three tracks: Depth, Drive, and Plan.
282
286
</p>
283
-
'
287
+
' ~ overview_diagram
284
288
},
285
289
{
286
290
"name": "depth",
@@ -289,7 +293,7 @@ <h2>Leveling framework</h2>
289
293
<p>
290
294
Our “Depth” track, progressing from Specialist to Fellow, is ideal for technical experts who want to gain a deep understanding of complex challenges and deliver meaningful value. From forging greater security for Ubuntu Desktop to advancing our commercial systems, Depth track members focus on mastery and innovation in their discipline.
291
295
</p>
292
-
'
296
+
' ~ depth_diagram
293
297
},
294
298
{
295
299
"name": "drive",
@@ -298,7 +302,7 @@ <h2>Leveling framework</h2>
298
302
<p>
299
303
For those who excel at balancing cross-team coordination with strategic insight, our “Drive” track offers the opportunity to shape Canonical’s landscape and get things done cross-functionally. This track contains the levels of Senior to Principal, all of which help to realize the processes, teams, and products that define Canonical.
300
304
</p>
301
-
'
305
+
' ~ drive_diagram
302
306
},
303
307
{
304
308
"name": "plan",
@@ -307,20 +311,14 @@ <h2>Leveling framework</h2>
307
311
<p>
308
312
Our “Plan” track encompasses career levels from Manager to VP, and combines a passion for excellence with a passion for people. Their primary focus is on strategizing the future of Canonical: defining and orchestrating data-driven collaboration, and enhancing their teams’ high quality output.
{{ image(url="https://assets.ubuntu.com/v1/8c7d2b68-diagram.jpg", alt="A diagram illustrating career paths starting from graduate level. It branches into three leadership tracks: depth for technical specialists, drive for staff and principals, and plan for management roles like director and VP", width="3696", height="1540", hi_def=True, loading="lazy" ) | safe }}
0 commit comments