If you are still here after reading this far, we will assume you are interested or at least curious. Based on that assumption, here are a few links to help get you started:
For a quick guide on getting started, you might wanna take a look at the available modules list and the tutorials provided for each one!
+
To get you started even faster, we have created a handful of templates that might fit your needs!
If you are familiar with mini.css and want a cheat sheet or quick reference guide, check the quick reference page!
mini.css comes with a few nice pre-built customizable flavors. See which one of them better suits your needs!
If you are more experienced or demanding, you can always take a look at the customization section to cook up a flavor of your own custom-tailored to your needs!
Getting started with mini.css is reasonably easy, however sometimes you need a couple of examples or templates to figure out the optimal way to design your website or app. To help you get started, we maintain a handful of templates that can help you quickstart your projects without having to read the full documentation.
The most basic layout template for a blog or website consists of a sticky header, one column used to display content and a footer at the bottom of the page. This template uses the grid system of mini.css, along with its navigational elements to provide a simple responsive website design, that you can use to display content across devices without the need for any changes in the layout.
Another common layout template for blogs and websites consists of a sticky header, a footer and two columns for displaying content. Like in most templates, the grid system of mini.css is used to provide an easy way to create columns and make them responsive across multiple screen sizes and devices.
Last but not least, the three-column website layout template is better used in websites with a lot of content. The grid system of mini.css provides an easy solution to handling lots of content on multiple screen sizes and devices, making the content responsive. Finally, as in most templates, navigational elements such as sticky headers and foooters are used to complete the 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.
Web application layout templates are pretty popular these days, especially ones that look and feel like native Android apps. Utilizing some clever CSS tricks, the grid module and navigational elements from mini.css, we created a pretty simple app template, complete with a call-to-action button and header bar, making it look quite similar to a native Android app and display properly across multiple devices.
A single page application layout template can be built using many things, but tabbed web applications are one of our favorites. Utilizing the tab module of mini.css and some CSS tricks, we created a simple single page app template with three tabs, containing different content. The template will switch to a stacked view on smaller devices, although if you add more than three tabs, you will have to alter a couple of values to make sure that everything fits nicely on the screen.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/utility.html b/docs/utility.html
index 0faeb79..fa802b1 100644
--- a/docs/utility.html
+++ b/docs/utility.html
@@ -28,7 +28,7 @@
mIntroductionModules
- FlavorsCustomization
+ FlavorsTemplatesCustomizationQuick Reference Github
diff --git a/docs/v2/DEVLOG.md b/docs/v2/DEVLOG.md
index 5851e10..058b65b 100644
--- a/docs/v2/DEVLOG.md
+++ b/docs/v2/DEVLOG.md
@@ -992,3 +992,11 @@
- Updated all doc pages to use a `mini-default.min.css` copy placed inside the `docs` folder.
- Added secondary `header` in `modules` page, based on my use-case (I spent a lot of time scrolling while browsing the pages).
- Updated framework sizes and version for front page.
+
+
+## 20170419
+
+- Added new contributor to README.
+- Have **hugging cat** a hug, seemed excited.
+- Created templates (6 of them), built `templates` page for showcasing them and added links to it from everywhere.
+- Added a list bullet in the `index` page to help people get to the templates more easily.