Skip to content

Commit

Permalink
original index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengum committed Sep 29, 2016
1 parent 305dbf3 commit e078c10
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,13 @@
"<h1 class='name'>" + $("#first_name").val() + " " + $("#last_name").val() + "</h1>" + "<h3 class='toggle'>" + "Click for Description" + "</h3>" + "<h2 class='description'>" + $("#description").val() + "</h2>" + "</div>");
$('#tunes').trigger('play');
setTimeout(function() {setInterval(changeBackground, 100)}, 28500);
return false;
});
$(document).on("click", ".contact_card", function(){
$(this).children().toggle();
$(this).css('background-color', (random_color()));
});


//setInterval(changeBackground, 100); background-color change original


});
</script>
</head>
Expand Down

0 comments on commit e078c10

Please sign in to comment.