An implementation of zensational design components in vanilla Bash, CSS, JavaScript 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.
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
We are happy to accept and review pull requests for new functionality.
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.
© The zensational authors, 2019. Licensed under an Apache 2 license.