diff --git a/public/assets/pure-0.6.0/HISTORY.md b/public/assets/pure-0.6.0/HISTORY.md
new file mode 100755
index 0000000..d01e4ae
--- /dev/null
+++ b/public/assets/pure-0.6.0/HISTORY.md
@@ -0,0 +1,439 @@
+Pure Change History
+===================
+
+0.6.0 (2015-02-07)
+------------------
+
+* Upgraded Normalize.css to 3.0.2.
+* Dropped IE7 support.
+* Refactored Menus.
+* Numerous minor bug fixes.
+
+### Menus
+
+* Implemented flatter, low-specificity selectors, not attached to HTML elements,
+ for easier customization.
+* Removed pure-menu-open class.
+* Added pure-menu-scrollable capability, to allow for scrollable menus when
+ restricted by width or height.
+* Added pure-menu-allow-hover to reveal dropdowns on hover.
+* Removed various default styling properties, making menus a bit more bare-bones,
+a bit less opinionated, a bit easier to customize on top.
+* Broke Menu up into files for core, horizontal, dropdowns, scrollable, and skin,
+ again for improved optimization and ease of customization: take only what you
+ need.
+* Removed Paginator.
+* While not part of the Pure repo itself, the accompanying Pure website now
+ features additional menu examples and an example script for enabling dropdowns
+ and improved accessiblity.
+
+0.5.0 (2014-05-27)
+------------------
+
+### Base
+
+* Added the `.pure-img` class name for make images scale with the viewport in
+ fluid layouts.
+
+### Grids
+
+* __[!]__ Removed `.pure-g-r` from core, in favor of a mobile-first responsive
+ grid system. ([#24][], [#267][])
+
+ To use the mobile-first grid system, you need to pull in `pure.css`, along
+ with `grids-responsive.css`. We also have `grids-responsive-old-ie.css` that
+ you can serve to IE < 9 users so that they can view a desktop-version of your
+ website:
+
+ ```html
+
+
+
+
+
+
+ ```
+
+ Find out more about the new grid system at .
+
+### Tables
+
+* Switched cell padding in Tables from `px` to `em` units, and also increased
+ the amount of padding to `padding: 0.5em 1em`.
+
+
+[#24]: https://github.com/yahoo/pure/issues/24
+[#267]: https://github.com/yahoo/pure/pull/267
+
+
+0.4.2 (2014-02-13)
+------------------
+
+* Added `main` to Pure's `bower.json` file to allow easier integration with
+ build processes and tooling. ([#286][] @stevenvachon)
+
+### Forms
+
+* Improved how `` elements look in Chrome by fixing
+ paddings. ([#283][] @jpetto)
+
+* Removed `font-size` rules from ``, `