Commented out background images from about page
This commit is contained in:
parent
0187d20fb5
commit
0f6ee7407c
3 changed files with 6 additions and 5 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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> -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue