Skip to content

Commit

Permalink
Add product lead role
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Oct 31, 2023
1 parent 74b9045 commit c5c5ae2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
8 changes: 4 additions & 4 deletions content/jobs/2023/product-operations-lead.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
authors = ["Chris Holdgraf"]
title = "Product Operations Lead"
work_description = [
"Define and own the product vision and strategy assuming ‘the voice of the user’, and doing so collaboratively and inclusively with our team and key stakeholders.",
"Create a clear product roadmap that guides the engineering and partnerships teams and ensures alignment with the organizational vision.",
"Collaborate closely with our engineers and users in partner organizations (researchers, educators etc.) to translate the product roadmap into actionable plans and tasks, managing a structured product backlog and sign-off of completed deliverables."
"Define and own the product vision and strategy assuming ‘the voice of the user’, and doing so collaboratively and inclusively.",
"Create a clear product roadmap that guides the engineering and partnerships teams.",
"Collaborate closely with our engineers and users in partner organizations to translate the product roadmap into actionable plans and tasks."
]
salary_range = "$95,000-125,000"
location = "Remote, preference for working hours that maximizes overlap in time zones with the existing team (currently distributed from UTC-7 through UTC+3)"
date = "2023-10-29"
url_apply = "TODO"
url_apply = "https://boards.greenhouse.io/codeforsciencesociety/jobs/4122980007?gh_jid=4122980007"
deadline = "We will begin reviewing applications around **November 5th**, and will accept them on a rolling basis until the position is filled."
open = true
show_date = true
Expand Down
9 changes: 7 additions & 2 deletions layouts/shortcodes/open_jobs.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@
{{ $jobs := where $jobs.Pages "Params.open" true }}

{{ if $jobs }}
<div class="card-group job-cards mb-5">
<style>
.card-title + ul {
padding-left: .5em;
}
</style>
<div class="card-group job-cards mb-5 flex-wrap">

{{/* Create a card for each job. */}}
{{ range $jobs }}
<div class="card mx-3 col-11 col-lg-6 p-0">
<div class="card mx-2 col-11 col-lg-11 p-0">
<div class="card-body text-left p-4 mb-0">
<h5 class="card-title mb-3 mt-0">{{ .Name }}</h5>
<ul>
Expand Down

0 comments on commit c5c5ae2

Please sign in to comment.