My Tribute Page, and My Personal Portfolio, Feedback appreciated

Tribute Page
My Tribute Page is a Tribute to the first band I saw in concert.

Personal Portfolio Page
Any feedback is welcome

Hi

Tribute Page:

HTML:

  • The ‘alt’ attribute is required for <img> elements.
  • The id ‘well2’ appears more than once in the document.

This code is not correct:

<div class="container-fluid">
   <div class="row row-centered">
      <div class="col-xs-offset-1 col-xs-10 well" id="well1">
         <h2 class="text-center" id="head-title">Alison Krauss & Union Station</h2>
         ...
         <h4 class="text-center">The albums of Alison Krauss & Union Station.</h4>

Do not use lower levels to decrease heading font size: use the CSS font-size property instead.
Avoid skipping heading levels: always start from <h1>, next use <h2> and so on.

Cheers and happy coding :slight_smile: