Creative-Srijon / Kick-Off

Quick start for your UIkit 3 project!

Home Page:https://zzseba78.github.io/Kick-Off/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KickOff

Starter layouts for your UIKit 3 project.


Goals

The main goal of KickOff is to quickly get you started on your project with UIkit 3, bringing a solid layout foundation to work upon.

CSS Styles

All the layouts are only using UIkit default styles, no extra css it´s added to keep things clean and simple.

The css styles are the minified latest version of UIKit 3 ( currently 3.0.0-beta.42 ) from the cdn.

HTML

The code try to be as simple as possible, with commented sections, validated and semantic html5 markup.

JS

Since UIkit 3 removed JQuery dependancy, it´s not included. All JS implementations are created by adding data-uk-* attributes to the HTML elements. No additional JS lines are added.

The uikit.min.js file is the minified latest version of UIKit 3 ( currently 3.0.0-beta.42 ) from the cdn.

The data-uk-* syntax it´s used in order to work with every library and get html code validated.

Components

All used components from UIkit 3 used in each layout are listed in order to know what is required.

Images

All used pictures are random images from https://picsum.photos/

Layouts

At the moment this layouts are available ( will be more available soon! ):


Album

Article

Dashboard

Login

Login Dark

News Blog

Price

Copyright and License

Copyright 2018 byHumans under the MIT license.

About

Quick start for your UIkit 3 project!

https://zzseba78.github.io/Kick-Off/

License:MIT License


Languages

Language:HTML 98.7%Language:CSS 1.3%