Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/hhba/mapa76
Browse files Browse the repository at this point in the history
  • Loading branch information
pjnovas committed Nov 13, 2013
2 parents eaf7635 + a67a2fb commit de7f098
Show file tree
Hide file tree
Showing 58 changed files with 12,977 additions and 53 deletions.
42 changes: 42 additions & 0 deletions aphrodite/app/assets/javascripts/home.js
@@ -0,0 +1,42 @@
$(document).ready(function(){
if($('#content-caroufredsel').length) {
$('#content-caroufredsel').carouFredSel({
items : 1,
author : false,
height : 377,
width : 567,
pagination : "#content-caroufredsel-pager",
mousewheel : true,
auto : true,
circular : true,
infinite : true,

scroll: {
items : 1,
duration : 1000,
pauseOnHover : true
}
});
}

if($('#prefooter-caroufredsel').length) {
$('#prefooter-caroufredsel').carouFredSel({
items : 6,
author : false,
height : 63,
width : 845,
circular : true,
prev : '#prev2',
next : '#next2',
mousewheel : true,
auto : false,
infinite : true,

scroll: {
items : 1,
duration : 1000,
pauseOnHover : true
}
});
}
});
5 changes: 5 additions & 0 deletions aphrodite/app/assets/javascripts/pretty.js
@@ -0,0 +1,5 @@
//= require jquery
//= require jquery.placeholder
//= require jquery.carouFredSel-6.2.1

//= require home
1 change: 0 additions & 1 deletion aphrodite/app/assets/stylesheets/application.css.scss
Expand Up @@ -10,7 +10,6 @@
*
*= require_self
*
*= require_tree .
*/

// First import journal variables
Expand Down
5 changes: 5 additions & 0 deletions aphrodite/app/assets/stylesheets/pretty.css.scss
@@ -0,0 +1,5 @@
/*
*= require_self
*/

@import "pretty/global"

0 comments on commit de7f098

Please sign in to comment.