Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 857 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 857 Bytes

namdinhtravel

Just a simple travel blog using UIKit Framework

https://dcstyle.github.io/namdinhtravel/

CSS Styles

All the layouts are based on default UIkit styles to keeps things clean and simple, but some layouts may use some custom css code.

The css styles are the minified latest version of UIKit 3 ( latest ) 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 ( latest ) from the cdn.

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