Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
Add senior delivery manager to roles
Browse files Browse the repository at this point in the history
  • Loading branch information
cdccollins committed Mar 22, 2021
1 parent 19037af commit 50f0af2
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/jobs.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ roles:
name: Mid product (UX) designer
text: "We are on the lookout for a Mid Product (UX) Designer who loves working with teams to turn designs into digital products that make a meaningful impact."
link: /jobs/product-ux-designer
- title: Senior delivery manager
name: Senior delivery manager
text: "We're looking for a London-based Senior Delivery Manager, who lives by and loves agile principles with broad experience, has strong communication skills and who wants to make a meaningful impact in the world, by helping our teams deliver valuable solutions."
link: /jobs/senior-delivery-manager
- title: Senior developer
name: Senior developer
text: "We are on the lookout for Senior Ruby on Rails Developers to join us. As a core part of our team, our developers are responsible for building scalable, sustainable systems from project inception right through to production."
Expand Down
154 changes: 154 additions & 0 deletions source/jobs/senior-delivery-manager.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,154 @@
---
title: "Join Us - Senior Delivery Manager - Join our team as a senior delivery manager"

header:
title: "Join us"
subtitle: "Senior Delivery Manager"

introduction:
title: "Senior Delivery Manager"
text_1: "Salary range: £65k - £80k"

role_purpose:
title: "Role Purpose"
text_1: "As part of the Unboxed team, the Senior Delivery Manager is someone who lives by and loves agile principles
with broad experience, has strong communication skills and who wants to make a meaningful impact in the world, by helping our teams deliver valuable solutions."
text_2: "Their role is to:"
activities:
- Champion and coach agile working
- Facilitate effective communication
- Ensure successful delivery of a wide variety of projects
- Coach our team and clients in pragmatic agile ways of working

developers_image:
image: "/jobs/images/developers-1.jpg"
image_description: "Developers presenting code"

description:
title: "Responsibilities and Activities"
content:
- Servant leadership of Unboxed teams across multiple customer projects
- Coaching through doing, helping our customers adopt agile practices while delivering their projects
- Pragmatically adapting your style to suit different customers and project types
- Working as part of a multi-disciplinary team of user researchers, designers and developers
- Working with a variety of customers, stakeholders and Product Owners
- Communicating with skill, knowing when to challenge a situation and when to adapt to it
- Growing and shielding our people and our teams
- Keeping an eye on the big picture of a project and managing project spend, to ensure we deliver the best possible result, on budget
- Working on a broad range of projects, from Discovery and Alpha phases, through to Scrum-based build projects
- Proactively helping both individual project teams and the wider company improve process and practice
- Identifying and managing project risks collaboratively with our clients and teams
- Forming strong and strategic relationships with our clients to ensure we continue to be seen as a partner of choice

requirements:
title: "Key Skills and Experience"
intro: "These are the types of skills that we’d expect an Unboxed Senior Delivery Manager to have (but if there's anything you can't do yet, we will help you learn):"
content:
- A leadership style that employs a highly collaborative approach
- Excellent communication skills enabling growth and maintenance of effective relationships
- Able to establish credibility with people very quickly
- Facilitation of participatory decision-making and conflict resolution
- Experience delivering a wide range of projects using agile principles
- A people-centric approach
- Highly organised
- Experience working in changeable environments

other_requirements:
title: "Nice-to-have"
content:
- Mentoring skills that demonstrate the agile values and principles in every thought and action
- Experience of working on Discovery, Alpha and Beta phases, following the GDS Service Manual
- Active in the agile community
- Ability to fail fast, learn quickly, and adapt to new challenges
image: "/jobs/images/user-stories.jpg"
image_description: "Creating user stories"

benefits:
title: "Benefits of working with us"
content:
- 25 holiday days per year, on top of the bank holiday allowance
- '10 "Innovation Days" per year to explore your own ideas'
- Holiday flexibility and loyalty bonus benefits
- Maternity and Shared Parental Leave policies
- A company-wide peer-to-peer mentoring programme
- A generous conference budget
- Salary reviews twice a year
- Flexible working hours and location
- An informal culture of growth
- Monthly "Linkers and Thinkers" idea-exploring lunches
- Weekly reflection at "Whines & Cheers", our Friday company retrospective
- A 'Bike To Work' scheme

developer_quote:
quote: "I feel very lucky to be part of Unboxed where you are welcomed to be yourself, you're encouraged to grow and there are plenty of challenges to help you become your very best. You're given great freedom and you've got creative and passionate co-workers that are always keen to get involved in the community, tinker with new ideas and find solutions to complex problems."
source: "Elena Tanasoiu, Ruby on Rails Developer"
image: "/assets/images/people/elena-tanasoiu.png"

related:
title: "Related"
articles:
- title: "Unboxed Hackathon #2 - All in an innovation day’s work"
type: "blog"
link: "/blog/unboxed-hackathon-2-all-in-an-innovation-day-s-work"

- title: "RubyConf Portugal 2016"
type: "blog"
link: "/blog/rubyconf-portugal-2016"

- title: "Faster than Lightning: November's Developer Event"
type: "blog"
link: "/blog/faster-than-lightning-november-s-developer-event"
---

<%= partial 'jobs/job_header' %>

<div class="container" data-header-waypoint>
<section class="component--full-page">
<div class="text-tile--full-width">
<h2 class="text-tile__title">
<%= current_page.data.introduction.title %>
</h2>

<p class="text-tile__paragraph--with-spacing">
<%= current_page.data.introduction.text_1 %>
</p>
<br>
<br>
<br>
<h2 class="text-tile__title">
<%= current_page.data.role_purpose.title %>
</h2>

<p class="text-tile__paragraph--with-spacing">
<%= current_page.data.role_purpose.text_1 %>
</p>
<p class="text-tile__paragraph--with-spacing">
<%= current_page.data.role_purpose.text_2 %>
</p>

<ul class="text-tile__list">
<% current_page.data.role_purpose.activities.each do |requirement| %>
<li class="text-tile__list-item">
<%= requirement %>
</li>
<% end %>
</ul>
</div>
</section>

<%= partial 'shared/full_image', locals: current_page.data.developers_image %>

<%= partial 'shared/full_width_text_tile', locals: current_page.data.description %>

<%= partial 'shared/full_width_text_tile', locals: current_page.data.requirements %>

<%= partial 'shared/text_tile', locals: current_page.data.other_requirements %>

<%= partial 'shared/full_width_text_tile', locals: current_page.data.benefits %>

<%= partial 'shared/quote_caricature', locals: current_page.data.developer_quote %>

<%= partial 'jobs/contact_us' %>

<%= partial 'shared/related_tiles' %>
</div>

0 comments on commit 50f0af2

Please sign in to comment.