Skip to content

Commit

Permalink
fixed links
Browse files Browse the repository at this point in the history
  • Loading branch information
marinatea committed Feb 19, 2024
1 parent 489415a commit 8c4b660
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,22 @@
<a href="#home">
<img class="header__logo" src="/THE%20MET.fc9f6d4c.svg" alt="logo">
</a>
<ul>
<li class="navigation__bar">
<a class="phone navigation__call" type="tel" href="tel:+1 212-535-7710">
<span class="phone__label">The Met Fifth Avenue
<br>
+1 212-535-7710
</span>
<span class="phone__label">
The Met Cloisters
<br>
+1 212-923-3700
</span>
</a>
<a class="navigation__burger" href="#menu">
<span class="navigation__label">Open menu</span>
</a>
</li>
</ul>
<div class="navigation__bar">
<div class="phone">
The Met Fifth Avenue
<br>
<a class="phone__link" type="tel" href="tel:+1 212-535-7710">+1 212-535-7710</a>
<br>
The Met Cloisters
<br>
<a class="phone__link" type="tel" href="tel:+1 212-535-7710">+1 212-923-3700</a>
</div>
<a class="navigation__call" href="#contacts"></a>
<a class="navigation__burger" href="#menu">
<span class="navigation__label">Open menu</span>
</a>
</div>


</nav>

Expand Down

0 comments on commit 8c4b660

Please sign in to comment.