Commented out background images from about page

This commit is contained in:
Aaron Lidman 2013-11-05 17:16:28 -08:00
parent 0187d20fb5
commit 0f6ee7407c
3 changed files with 6 additions and 5 deletions

View file

@ -7,9 +7,9 @@
if (!isNaN(parseInt(h[1], 10))) num = h[1];
}
$(document).ready(function () {
$('#content').attr('class', 'photo-' + num);
});
// $(document).ready(function () {
// $('#content').attr('class', 'photo-' + num);
// });
$(document).on('click', '#next-photo', function () {
num = (num + 1) % 6;

View file

@ -2445,7 +2445,8 @@ a.button {
}
.site-about #content {
background-color: #000;
//background-color: #000;
background-color: #ccc;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;

View file

@ -36,4 +36,4 @@
</div>
<% end %>
<a class='next' id='next-photo' href='#'><%= t "about_page.next" %></a>
<!-- <a class='next' id='next-photo' href='#'><%= t "about_page.next" %></a> -->