From f8d2364f8d10f5bbb11809c93cdab6659703463d Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Mon, 5 Jun 2017 14:04:58 +0300 Subject: [PATCH] Updated landing page Documentation update to give the front page of mini.css a little bit of a facelift. Icons were replaced with svg icons, making it look a lot more modern and fancy. --- docs/icons/bacteria.svg | 79 +++++++++++++++++++++++++++++++++++++++++ docs/icons/meteor.svg | 74 ++++++++++++++++++++++++++++++++++++++ docs/icons/wings.svg | 51 ++++++++++++++++++++++++++ docs/index.html | 12 ++++--- docs/v2/DEVLOG.md | 10 ++++++ 5 files changed, 222 insertions(+), 4 deletions(-) create mode 100644 docs/icons/bacteria.svg create mode 100644 docs/icons/meteor.svg create mode 100644 docs/icons/wings.svg diff --git a/docs/icons/bacteria.svg b/docs/icons/bacteria.svg new file mode 100644 index 0000000..126f619 --- /dev/null +++ b/docs/icons/bacteria.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/icons/meteor.svg b/docs/icons/meteor.svg new file mode 100644 index 0000000..c9ddf0c --- /dev/null +++ b/docs/icons/meteor.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/icons/wings.svg b/docs/icons/wings.svg new file mode 100644 index 0000000..7285f7c --- /dev/null +++ b/docs/icons/wings.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/index.html b/docs/index.html index 8240e7d..1ecee04 100644 --- a/docs/index.html +++ b/docs/index.html @@ -81,7 +81,8 @@
-

MinimalSize matters!




+

MinimalSize matters!


+

mini.css aims to provide as much functionality as possible in less than 7KB gzipped. This very small footprint means that your websites and web applications will load faster, while still looking great utilising the modern components we provide!


@@ -89,7 +90,8 @@
-

ResponsiveThink mobile!




+

ResponsiveThink mobile!


+

mini.css is crafted with both desktops and mobile devices in mind. All of its components are well-tested on different devices and will respond to any changes in the viewport, allowing for an experience tailored to each user's device!


@@ -97,7 +99,8 @@
-

Style-agnosticInfinitely customizable!




+

Style-agnosticInfinitely customizable!


+

mini.css provides you with a customizable flavor system, allowing you to be a designer without all the hard work. This way you can create your own custom design and personalize your websites any way you want!


@@ -185,6 +188,7 @@
- + diff --git a/docs/v2/DEVLOG.md b/docs/v2/DEVLOG.md index eee1ae0..a50860f 100644 --- a/docs/v2/DEVLOG.md +++ b/docs/v2/DEVLOG.md @@ -1186,3 +1186,13 @@ - Fixed a typo in `tab`. - Fixed a typo in `table`. - Fixed a typo in `input_control`. + +# v2.3.0 Development Log + +## 20170605 + +- Updated packaging information etc. (structural updates for next release) +- Spent a long while, but found the icons to replace the front page's style: + - http://www.flaticon.com/free-icon/wings_262678 (Feather) + - http://www.flaticon.com/free-icon/bacteria_191004 (Bacteria) + - http://www.flaticon.com/free-icon/meteor_433944 (Meteor)