Created a tribute page

Would like to know what do you think of the page i’ve created…
Thanks
…Click On The Link Below:-

Hi

This code is not correct (doucment):

$('doucment').ready(function() {  // error here
  $('img').addClass('animated shake');
  $('.btn-success').click(function(){
    alert('Thanks, really appreciate it.')
  });
  $('.btn-danger').click(function(){
    alert("Sorry, if you didn't like it.")
  });
});

alt is not a valid attribute of the “a” element

<a class="btn btn-primary" href="https://en.wikipedia.org/wiki/Steve_Jobs" alt="Steve Jobs Wikipedia" target="_blank">Click Me</a>

Cheers and happy coding :slight_smile:

thanks alot… @Diego_Perez

1 Like