Can't find any mistake

can’t find any mistake in the code, still unable to complete user story 8,10 and11
help plezzzzzzzzz
html code:

<!-- start nav bar -->
<header id="header"> 
  
  <img
   src="https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.shutterstock.com%2Fsearch%2Fad%2Blogo&psig=AOvVaw36e8RjznoZk3Se-ZUixzem&ust=1603110976510000&source=images&cd=vfe&ved=0CAIQjRxqFwoTCNDK3_STvuwCFQAAAAAdAAAAABAD" 
       alt="ad_logo" id="AD_logo" width="300px"> 

  <nav id="navbar">
    
<h3>aditya singh shekhawat
 &nbsp; &nbsp; &nbsp;
      
  <a class="nav-link" href="#welcome-section"> Hello </a>
   <a class="nav-link" href="#projects"> portfolio </a>
    <a class="nav-link" href="#skills"> skills</a>
    <a class="nav-link" href="#contacts"> contacts  </a>
    </h3>
  </nav>
</header>

<!-- end nav bar -->

css code:

#welcome-section
{
  width: 100%
  height: 100vh;
  
  position: absolute;
  top: 10vw;
  left: 0vw;
  z-index: 2;
}
#welcome-section h1{
  text-align: left;
  font-size: 3vw;
  color: silver;
  
  position: absolute;
  top: 5vw;
  left: 7vw;
}
#welcome-section h2 {
  text-align: left;
  font-size: 4vw;
  color: white;
  
  position: absolute;
  top: 10vw;
  left: 7vw;
}
header {
  position: fixed;
  top: 0px:
  width: 100%;
  
  height: 19px;
  padding: 25px 0px;
  
  display: flex:
  justify-content: space-between;
  align-item: center;
  
  background-color: black;
  opacity: 0.7;
  z-index: 5;
}
header a{
  margin-right: 2rem;
  color: gray;
  
  text-decoration: none;
  z-index: 5
}
header a:hover{
 margin-right: 2rem;
 color: white;
  
}

html code is


<header id="header"> 
  
  <img
   src="https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.shutterstock.com%2Fsearch%2Fad%2Blogo&psig=AOvVaw36e8RjznoZk3Se-ZUixzem&ust=1603110976510000&source=images&cd=vfe&ved=0CAIQjRxqFwoTCNDK3_STvuwCFQAAAAAdAAAAABAD" 
       alt="ad_logo" id="AD_logo" width="300px"> 

  <nav id="navbar">
    
<h3>aditya singh shekhawat
 &nbsp; &nbsp; &nbsp;
      
  <a class="nav-link" href="#welcome-section"> Hello </a>
   <a class="nav-link" href="#projects"> portfolio </a>
    <a class="nav-link" href="#skills"> skills</a>
    <a class="nav-link" href="#contacts"> contacts  </a>
    </h3>
  </nav>
</header>

<!-- end nav bar -->
      
      
 <!-- start welcome section -->
<section id="welcome-section">
  <h1>aditya singh shekhawat</h1>
  <h2>data scientist</h2>
  </section>
<section id="projects">
  <h3>portfolio</h3>
 
 <div class="projects-grid">
<nav id="projectsbar">
<a id="youtube_redxsaand" class="project-tile" target="_blank" heref="https://www.youtube.com/channel/UCF1zbTDZX1UhdsD8lU7x33A?view_as=subscriber">
         YouTube </a>
 <a id="CodePen_adityasinghshekhawat" class="project-tile" target="_blank" href="
@fcc9ad18dc7-c6fd-4d3b-b029-10a2aef34900">CodePen</>
  </div>

what project are you doing? what kind of help do you need? can you give the link to your project?


I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

i am working on a personal portfolio web page

the usser stories i have to complete

if you look at the error messages in the test suite, you should be able to figure one pretty soon

1 Like

can’t can you tell me where to look

for the error messages? open the test suire result pressing the number of passed tests

1 Like

an other thing you should look at is the “Analyze CSS” and “Analyze HTML” tools

you mean somthing like this?

  1. The height of the welcome section should be equal to the height of the viewport.
    The height of #welcome-section is not equal to the height of the viewport : expected 0 to be close to 345 +/- 0
    AssertionError: The height of #welcome-section is not equal to the height of the viewport : expected 0 to be close to 345 +/- 0
    at Proxy.T (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:549:12413)
    at Proxy.l (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:431:130)
    at Function.n.approximately (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:574:8045)
    at a. (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:657:125523)
    at https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:598:38668
    at i.g.run (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:598:38963)
    at N.runTest (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:598:45686)
    at https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:598:46651
    at o (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:598:45075)
    at https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:598:45145

yes, but the layout errors may require a bit of work,

  1. My portfolio should have a link with an id of “profile-link”, which opens my GitHub or FCC profile in a new tab.

this one you should be able to fix pretty soon

also you should fix the errors from the analyzers

or even, for HTML you could use a tool like this: The W3C Markup Validation Service (copying from codepen you can ignore the first three things, as those are given by codepen boilerplate)

this is the code which should complete user story 8

<a id="CodePen_adityasinghshekhawat" class="project-tile" target="_blank" href="https://codepen.io/adi27">CodePen</>
  </div>

the number of the tests do not necessary match the number of user stories

that piece of code you have posted (please format it correctly!) does not have a link with that id for your github or FCC profile

bro if you click this https://codepen.io/adi27 you will directly get to my profile

isn’t this link https://www.freecodecamp.org/adi27 take you to my profile

you don’t have to show it to me, you have to put it in the project

completed my responsive web design course and got a certificate. thankss
can you tell me what are the uses of this certificate.

they are milestones in learning the curriculum - but if you ever have to show what you learned, present the projects you completed, it’s more effective