- [ ] Create JobPosting model on CMS - [ ] Create job listing react template - [ ] fetch job postings from CMS using Gatsby Graphql Plugin ## Job Posting Model - title (string) - type (enum) "Full-Time", "Part-Time" - company (string) - remote (bool) - content (string) - link (string) - zipCode (string) [Github Jobs](https://jobs.github.com/positions?description=&location=chicago) has a nice example: **Job Listing** <img width="962" alt="image" src="https://user-images.githubusercontent.com/1211905/46576881-a8912b00-c99b-11e8-98e7-ab846e43d15d.png"> **Job Detail** <img width="953" alt="image" src="https://user-images.githubusercontent.com/1211905/46576884-b0e96600-c99b-11e8-8686-266d1eeccf9c.png">