pythonjobs / template

The user interface and template for the static site
http://pythonjobs.github.io/
4 stars 8 forks source link

Add an online Editor for creating job submissions #29

Closed stestagg closed 6 years ago

stestagg commented 6 years ago

@salimfadhley / @lordmauve thoughts?

2018-04-25 17 29 56

Change the main site layout to use flex-flow for putting the footer at the bottom of the page. This doesn't work in IE11, but just means that the footer floats up a bit on short pages (we don't have many) Also update map button styling, because google changed the look-and-feel of their buttons

the preview template is (largely) auto generated from the job.j2 jinja template by using nunjucks(https://mozilla.github.io/nunjucks/) with some minor tweaks. Editor code is pretty quick-and-dirty, but seems to work well in chrome. Also direct linking to pre-filled github PR, including filename generation (it's just a slug, so might collide with existing) Inline real-time checks of the meta (to complement, not replace the PR tests)

lordmauve commented 6 years ago

I like it a lot!

stestagg commented 6 years ago

cool :D, I'll merge it, and after the next build, can think about updating docs

salimfadhley commented 6 years ago

Amazing work!