From 159e8bd0d96f619fd8a7bbcee7a134d8d86d267d Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Fri, 28 Apr 2017 12:55:03 +0300 Subject: [PATCH] Added login form template Created a new codepen for login forms and added to the template list. --- docs/templates.html | 5 +++++ docs/v2/DEVLOG.md | 1 + 2 files changed, 6 insertions(+) diff --git a/docs/templates.html b/docs/templates.html index 8a939d2..6a9587d 100644 --- a/docs/templates.html +++ b/docs/templates.html @@ -56,6 +56,11 @@

See the Pen Card Showcase Template (mini.css) by Angelos Chalaris (@chalarangelo) on CodePen.

Card showcase template

Card-based website layout templates are another common need, as many websites utilize a tile system to display lots of smaller pieces of content. Using the card and grid modules of mini.css, along with a couple of navigational elements, it's really easy to create a responsive website with lots of cards containing small pieces of content, such as a showcase for a website, a photo album or an article browser.

+
+
  • +

    See the Pen Login Form Template (mini.css) by Angelos Chalaris (@chalarangelo) on CodePen.

    +

    Login form template

    +

    Login forms are one of the most commonly used elements in any website design. Using the input_control and grid modules of mini.css, along with a couple of navigational elements and a couple of optional tricks, it's really easy to create a responsive login form with the required fields and buttons.


  • See the Pen Android App Template (mini.css) by Angelos Chalaris (@chalarangelo) on CodePen.

    diff --git a/docs/v2/DEVLOG.md b/docs/v2/DEVLOG.md index 00320b8..d3d8a28 100644 --- a/docs/v2/DEVLOG.md +++ b/docs/v2/DEVLOG.md @@ -1055,3 +1055,4 @@ - Removed version from `README.md`, the npm shield has it listed, so no need to list it again! - Updated `mini-lite` to use the latest ruleset and colors from `mini-default`. - Added sidebar navigation for `\customization` pages, updated them all. +- Added template for login forms.