I need help with user story 12, I don't know what I am doing wrong

Tell us what’s happening:

<nav id="navbar">
  <header>BloomHeight Business Plan</header>
  <ul>
    <li><a class="nav-link" href="#Executive_Summary">Executive Summary</a>
    </li>

    <li><a href="#Product_Overview" class="nav-link">Product Overview</a>
    </li>

    <li><a href="#Positioning" class="nav-link">Positioning</a>
    </li>

    <li><a href="#Target_Audience" class="nav-link">Target Audience</a>
    </li>

    <li><a href="#Marketing" class="nav-link">Marketing</a>
    </li>

  </ul>
</nav>
Executive Summary

Bloomheight banga paste is a new innovation that was created to ease the stress of long cooking time while still ensuring the best quality.

Our product is the best of its kind because we added no preservatives and its production was hygenically done.

<section class="main-section" id="Product_Overview">
  <header>Product Overview</header>
  <article>

   <p> Bloomheight banga paste comes in a 900g packaging. The content is made with only <code>natural</code> products. </p>
   <p> Our product is made from one hundred percent palm fruit paste, with no added preservatives. </p>
   </article>
   </section>

<section class="main-section" id="positioning">
  <header>Positioning</header>
  <article>
    <p> We have positioned our brand as a go-to alternative for tomatoes. We have acres of land with palm plantation, this has made our product to be <code>available</code> at all times.</p>
    <p> Due to the availability of our products both in season and out of season, people consistently buy especially during tomato scarcity. Also, the affordability of our product has put us out as the best of its kind. </p>
  </article>
  </section>


<section class="main-section" id="Target_Audience">
  <header>Target Audience</header>
  <article>
    <p> Our target audience is <code>everybody that owns cooking utensils and can cook.</code></p>
    <p> Everybody is our potential client. Our brand caters for both males and females who likes stress-free cooking. </p>
  </article>
  </section>

<section class="main-section" id="Marketing">
  <header>Marketing</header>
  <article>
    <p> Our major method of marketing our brand and product has been <code>social media.</code></p>
   <p> Word of mouth is also another way we market our product. </p>
  
  
    <ul>
      <li>Bloomheight palm fruit paste is 100% natural</li>
      <li>It is made with no preservatives</li>
      <li>Our pricing is very affordable</li>
      <li>Our packaging is neat</li>
      <li>Our production process is hygenically done</li>
    </ul>
  </article>
  </section>

Your code so far

WARNING

The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.

You will need to take an additional step here so the code you wrote presents in an easy to read format.

Please copy/paste all the editor code showing in the challenge from where you just linked.

Replace these two sentences with your copied code.
Please leave the ``` line above and the ``` line below,
because they allow your code to properly format in the post.

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36

Challenge: Build a Technical Documentation Page

Link to the challenge:

1 Like

Hi @Abbyswitz

I think you just need to do something like this:

<nav>
   <a href="#JavaScript_and_Java">JavaScript and Java</a>
</nav>

I am not in this project it would be something like that. You need to target your section, in this example called JavaScript and Java and with an id ="JavaScript_and_Java", in my example.
In the link below you have better explanations and more examples:

I hope that helps. Happy coding!

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