aboutsummaryrefslogtreecommitdiffstats
path: root/static/resources.json (follow)
Commit message (Collapse)AuthorAgeLines
* Added books and courses (#59)Gravatar Leon Sandøy2018-04-27-190/+374
| | | | | | * Added books and courses * Alphabetized all the things, but maintained groupings of free, optional, paid within each section, and still have Tutorials on the top, since it's probably the most relevant category.
* Update resources page with new icons and formatting.Gravatar Gareth Coles2018-04-11-18/+115
| | | | NOTE: This does change the JSON!
* Added Python 3 cheat sheet to resources.jsonGravatar Jeremiah Boby2018-04-09-0/+6
|
* Added git guide to resources.jsonGravatar Jeremiah Boby2018-04-09-0/+6
| | | | | | | | | | ```json "A Simple Guide to Git": { "description": "A simple, no-nonsense guide to the basics of using Git.", "url": "http://rogerdudler.github.io/git-guide/", "payment": "free", "payment_description": null }, ```
* Adding atom (#49)Gravatar Henrik Böving2018-03-31-3/+9
| | | | | | | | | * adding atom * alphabetic order improving description * more alphabetic order
* Reorder resources.jsonGravatar Gareth Coles2018-03-28-6/+6
|
* Added the Flask Mega-Tutorial to resourcesGravatar Jeremiah Boby2018-03-28-0/+6
|
* Add payment info for resources, and two more resourcesGravatar Gareth Coles2018-03-14-8/+34
| | | | | * Code Combat * Corey Schafer's Python tutorials playlist
* Info pages #13xan #13xak (#36)Gravatar Gareth Coles2018-03-04-0/+45
* Info pages and templates * Info pages and templates * Info pages and templates * Update navigation and fix up HTML * Navigation HTML spacing for readability * Fix error views not using `self.render()` * `render()` method should accept Any for context values * Change header linking CSS to a dedicated class * Rules page * Basic resources page setup * Fix headers for new CSS class * Resource categories and initial resource data * Add link to JSON file on GH - won't work until the branch is merged * Remove info overview page and redirect info root url to resources * Flake8 * Add some tests * Line lengths