Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create the basic outline of a web app without any challenges (#1) * Start a readme file * Fix headers because how do I header? * Add a simple application that runs * Add a session * Add a public folder * Basic template * Add a header / footer * Add a blank level 1 * Add some basic level templates * Add bootstrap.js * Add a navbar * Lots of cleanups to the web code * Add header/footer I forgot * Basic challenges written and styled (#2) * Implement level 1 * Add level 2 * Formatting fix * Add level 3 * Add level 4 * Add skeleton files for 5/6/7 * Started to develop Level 5 * Add A challenge/solution for level 5 * Extracted level 5's code into a module to make it re-useable for level 6 and 7 * Add level 6, start workign on level 7 * Finish level 7 walkthrough * Lots of refactoring and cleanup * Add a dockerfile + rackup configuration (#3) * Add solution files I missed earlier (#4) * Add persistent sessions * Remove old Rakefile * Update and fix the makefile * Updated the links to point to the new presentation * Add a Makefile for docker * Feature/hints (#8) * Add some helpful advice for tools * Add hints, and clean up some of the crypto code * Fix some bugs, clean up some code * Beta 4
- Loading branch information