Skip to content

Commit

Permalink
add links
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaTkachuk committed Nov 8, 2024
1 parent 8c3b587 commit 716e815
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,31 +38,31 @@
<li class="nav__item">
<a
class="nav__link is-active"
href="index.html"
href="https://www.apple.com/"
>
Apple
</a>
</li>
<li class="nav__item">
<a
class="nav__link"
href="index.html"
href="https://www.samsung.com/"
>
Samsung
</a>
</li>
<li class="nav__item">
<a
class="nav__link"
href="index.html"
href="https://www.apple.com/it/iphone-16/"
>
Smartphones
</a>
</li>
<li class="nav__item">
<a
class="nav__link"
href="index.html"
href="https://www.apple.com/it/mac/"
data-qa="nav-hover"
>
Laptops & Computers
Expand All @@ -71,31 +71,31 @@
<li class="nav__item">
<a
class="nav__link"
href="index.html"
href="https://www.apple.com/it/airpods/"
>
Gadgets
</a>
</li>
<li class="nav__item">
<a
class="nav__link"
href="index.html"
href="https://www.apple.com/it/ipad/"
>
Tablets
</a>
</li>
<li class="nav__item">
<a
class="nav__link"
href="index.html"
href="https://www.nikonstore.it/"
>
Photo
</a>
</li>
<li class="nav__item">
<a
class="nav__link"
href="index.html"
href="https://www.apple.com/it/apple-tv-4k/"
>
Video
</a>
Expand Down Expand Up @@ -243,7 +243,7 @@

<div class="card__price">
<div class="card__price_title">Price:</div>
<div class="card__price_sum"></div>
<div class="card__price_sum"> </div>
</div>

<a class="card__button">Buy</a>
Expand Down

0 comments on commit 716e815

Please sign in to comment.