Skip to content

Commit

Permalink
Merge pull request #939 from flowforge/job-fe-dev
Browse files Browse the repository at this point in the history
Add social-friendly URL for Front End role
  • Loading branch information
joepavitt authored Jul 6, 2023
2 parents 599fe4e + f60ed5c commit 45ea4e2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/_data/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"jobBoard": "https://boards.greenhouse.io/flowforge",
"openings": {
"sales": "https://boards.greenhouse.io/flowforge/jobs/4843566004",
"devadvocate": "https://boards.greenhouse.io/flowforge/jobs/4843566004"
"devadvocate": "https://boards.greenhouse.io/flowforge/jobs/4843566004",
"frontenddash": "https://boards.greenhouse.io/flowforge/jobs/4911532004"
}
}
Binary file added src/images/careers/opening-front-end.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions src/jobs/frontend-dashboard.njk
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
layout: "nohero"
title: Job Opening - Front-End Developer
description: We are searching for a highly skilled Contract Front-End Developer to help develop the successor to the Node-RED Dashboard
skipIndex: true
image: /images/careers/opening-front-end.jpg
---

You will be re-directed to the job posting

<script>
window.location.replace("{{ site.openings.frontenddash }}");
</script>

0 comments on commit 45ea4e2

Please sign in to comment.