Open peterdtitan opened 2 years ago
Line 49 includes the images in the headline section
<section>
<img class="header-shapes" src="assets/bg.png" alt="header-shapes">
<img class="header-background" src="assets/header-background-mobile.svg" alt="background-image">
</section>
Avoid using div inside li tag
<li class="tag-html">>
<p>html</p>
</li>
<li class="tag-css">
<p>css</p>
</li>
<li class="tag-js">
<p>javaScript</p>
</li>
use section for the headline, works, about
use nav in the header, your logo have to be a link
<header>
<a href="">
<span>My Logo</span>
</a>
<nav>
<img class="burger" src="assets/burger.svg" alt="Menu icon.">
</nav>
</header>
Yunus Linters - Excessive divs. Nav bar - Header
Include nav for the nav bar on the header. Use section for homepage, projects, and about me section The logo must be a link
I suggest a few changes be made to your HTML code. The following can be considered:
[optional]