Skip to content

denizhoxha/zensational

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zensational

GitHub version

An implementation of zensational design components in vanilla bash, CSS, JS and HTML.

zensational lets you add a zensational design look and feel to your static content websites. It doesn't rely on any JavaScript frameworks or libraries.

Download / Clone

Clone the repo using Git:

git clone https://github.com/abc-inc/zensational.git

Alternatively you can download this repository.

Windows users, if you have trouble compiling due to line endings then make sure you configure git to checkout the repository with lf (unix) line endings. This can be achieved by setting core.eol.

git config core.eol lf
git config core.autocrlf input
git rm --cached -r .
git reset --hard

Feature requests

We are happy to accept and review pull requests for new functionality.

Want to contribute?

If you found a bug, have any questions or want to contribute. Follow our guidelines, and help improve the zensational. For more information visit our documentation.

License

© The zensational authors, 2018. Licensed under an Apache-2 license.

Packages

No packages published

Languages

  • Shell 41.3%
  • JavaScript 25.9%
  • CSS 24.4%
  • HTML 8.4%