home: new UI

This commit is contained in:
Unknwon
2015-03-07 15:12:13 -05:00
parent 5e763baa12
commit 4b9fb43a70
38 changed files with 3343 additions and 625 deletions
+6
View File
@@ -0,0 +1,6 @@
$(document).ready(function () {
// Semantic UI modules.
$('.dropdown').dropdown({
transition: 'slide up'
});
});