colibris: add new skin, initial commit

Needs further development: responsive, plugins, configuration...
This commit is contained in:
Sebastian Castro 2018-11-08 21:56:14 +01:00
parent 799319882c
commit 6cc499bcce
21 changed files with 1004 additions and 0 deletions

View file

@ -0,0 +1,6 @@
function customStart()
{
//define your javascript here
//jquery is available - except index.js
//you can load extra scripts with $.getScript http://api.jquery.com/jQuery.getScript/
}