Building a portfolio help me pls

im so stuck this is a horrendous attempt and im struggling but i have two points left and the errors are

  1. The projects section should contain at least one element with a class of “project-tile” to hold a project.
    expected 0 to be above 0
    AssertionError: expected 0 to be above 0
    at Proxy.f (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:525:2957)
    at Proxy.u (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:407:130)
    at Function.n.isAbove (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:550:960)
    at n. (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:584:104281)
    at https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:569:259477
    at ny.Dg.run (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:569:259772)
    at r.Qg.runTest (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:569:274680)
    at https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:569:275616
    at o (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:569:274033)
    at https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:569:274103
  2. The projects section should contain at least one link to a project.
    expected 0 to be above 0
    AssertionError: expected 0 to be above 0
    at Proxy.f (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:525:2957)
    at Proxy.u (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:407:130)
    at Function.n.isAbove (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:550:960)
    at n. (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:584:104456)
    at https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:569:259477
    at ny.Dg.run (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:569:259772)
    at r.Qg.runTest (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:569:274680)
    at https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:569:275616
    at o (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:569:274033)
    at https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:569:274103

this is a link to my program

please help

I’m going to look at this for you, though it may take a few hours for my response…

  1. The .project-section section element start tag is not closed correctly.

  2. The last .project-grid element starting div tag has a stray / in it.

  3. You are not closing any of the .project-grid elements or the <a> elements inside them. None of them have closing end tags.


OMG thank you so much

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.