diff --git a/README.md b/README.md index 3805df5..85de9fd 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ The team behind **mini.css** is as follows: Special thanks to these fine folks for helping in the development of **mini.css**: - Angeliki Daskalakis ([@angiedaskalakis](https://github.com/AngieDaskalakis)) - Author of the [Sucroa](https://github.com/Chalarangelo/mini.css/blob/master/dist/mini-sucroa.css) flavor - [@tphecca](https://github.com/tphecca) - Author of the [Nord](https://github.com/Chalarangelo/mini.css/blob/master/dist/mini-nord.css) flavor +- [Per Harald Borgen](https://scrimba.com/perborgen) - Introductory video creator - Rory Primrose ([@roryprimrose](https://github.com/roryprimrose)) - Code restructure - Sandro Magi ([@naasking](https://github.com/naasking)) - [Multiple](https://github.com/Chalarangelo/mini.css/issues?q=is%3Aissue+author%3Anaasking) suggestions, ideas, bug reports diff --git a/docs/index.html b/docs/index.html index 161dd79..44d62f3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -133,7 +133,8 @@

Quick overview

-

Take a couple of minutes to explore what makes mini.css different from all those other CSS frameworks and UI toolkits.


+

Take a couple of minutes to explore what makes mini.css different from all those other CSS frameworks and UI toolkits.

+
Intro to mini.css by Per Harald Borgen

Why should I use mini.css?

mini.css is a lot lighter than a lot of other full-featured CSS frameworks (e.g. Bootstrap, Semantic UI), but it is not a micro framework (e.g. Milligram, Pure.CSS). Instead, mini.css blurs the line between full-featured and micro frameworks by providing lots of modules and components in a very small file. All the things you expect to find in a CSS framework, such as grids, styling for common elements and typography, along with some more complex components such as tabs or cards are all present in mini.css.


diff --git a/docs/v2/DEVLOG.md b/docs/v2/DEVLOG.md index 42128c7..32ca91c 100644 --- a/docs/v2/DEVLOG.md +++ b/docs/v2/DEVLOG.md @@ -1099,3 +1099,10 @@ - After some quick tests, `@media print` styling will not be developed for now and might actually not be developed at all, as no requests have been made for it. I might add print styling to the requested modules list, so that someone else can implement it in the future. - Last release failed, re-released as 2.1.5! + +# v2.2.0 Development Log + +## 20170508 + +- Embedded the intro that Pen Harald Borgen built for the framework in the front page (`index.html`) under the `Quick overview` heading (I think it fits quite nicely). +- Added Pen Harald Borgen to the list of contributors to show my gratitude.