jobs-board icon indicating copy to clipboard operation
jobs-board copied to clipboard

Minimalist jobs board implementation

Results 5 jobs-board issues
Sort by recently updated
recently updated
newest added

The type is resized .section { font-weight: bold; margin-bottom: 0.5rem; padding-top: 1rem; } /* adjusting styles based on screen width */ @media screen and (max-width: 600px) { .section { display:...

Currently, the jobs board is actually showing up as empty on https://jobs.numfocus.org/ ![Screenshot_20230207_163735](https://user-images.githubusercontent.com/3949932/217347926-8b9d4da7-f9ec-4b57-bbf0-a44d0cdc50c7.png) The console is showing a couple of errors: ![Screenshot_20230207_163819](https://user-images.githubusercontent.com/3949932/217347872-b452aa02-66b7-404b-abd8-cc68a8b1e0e6.png)

In [the board](https://jobs.numfocus.org/), the description for arviz is shown in the nvidia card (and arviz has description about the spyder grant, which I'm guessing was the previous card):

Jobs are correctly de-listed from the jobs homepage after expiring, but the individual page remain hosted afterwards. The listing does include the deadline, but many people are not reading it...

**gatsby-node.esm.js** import jobs from "./src/jobs"; import path from "path"; export const createPages = async ({ graphql, actions }) => { const { createPage } = actions; jobs.map((job) => createPage({ path:...