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'
});
});
File diff suppressed because one or more lines are too long
+1
View File
@@ -0,0 +1 @@
$(document).ready(function(){$(".dropdown").dropdown({transition:"slide up"})});
Vendored Executable
+17
View File
File diff suppressed because one or more lines are too long