28 Matching Annotations
  1. Nov 2022
    1. recent-projects__item

      a comment might help the reviewer understand the naming conventions that you'd follow for the project. while there seems to be careful thought put into the naming style, a comment would help understand what to follow or how to follow.

    2. h1, h2, h3, h4, h5, h1 { margin: 0; font-weight: 600; }

      I totally understand the readability of this code but maybe formatting elements in a way that they are on the same line instead of a new line for each would help. there actually could be a lot more than 6 elements.

    1. <span class="copyright" >Copyright &copy; 2022. All rights reserved North Island College DIGITAL Design + Development</span >

      This line of code can be formatted more appropriately.

  2. Oct 2022
    1. </li> <li>Use the 60-30-10 rule to balance the three colours.</li>

      You might want to consider consistency in formatting. In the first one the closing tag of list item is placed on a new line and in the next one it is placed right after the content.

    1. 'Plan C' rumours grow; Downing Street Christmas party cancelled; warning Scotlands's R number could rise above 2 | COVID latest

      there no space between content and tags

    2. <link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,400;0,600;1,200;1,400;1,600&display=swap" rel="stylesheet">

      suggestion : could have href on the same line as link

  3. Sep 2022
    1. <p>Honestly, I didn't have web experience until this year, the last term I worked on <b>WordPress</b> Projects but it was basic and this semester I am being introduce in how to build a websites with <b>HTML/CSS</b>.

      the formatting here makes it difficult to identify where the paragraph tag closes.

    1. <footer>copyright @ sunny</footer>

      suggesting to start a block level element on a new line since it might not have any relation to the horizontal line that is being used for demarcation

    1. alt="Claire Guiot"

      It is always better to have 'alt text' for an image describe what the image is as it is best for accessibility and when the image isn't available.