Skip to content

Initial commit#2725

Open
Qbusik wants to merge 18 commits intomate-academy:masterfrom
Qbusik:develop
Open

Initial commit#2725
Qbusik wants to merge 18 commits intomate-academy:masterfrom
Qbusik:develop

Conversation

@Qbusik
Copy link

@Qbusik Qbusik commented Dec 24, 2025

Copy link

@natalia-klonowska natalia-klonowska left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • ensure that no elements are on the same layer as menu as they remain visible during section navigation
image
  • phone and burger icons should be bigger on tablet and desktop versions (24px instead of 18px)
image

index.html Outdated

<h2 class="about__title-2">The Met Fifth Avenue</h2>

<div class="about__item about__open-time">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you only use about__open-time together with about__item so it would be better to make about__open-time a modifier of about__item e.g. about__item--open-time

Comment on lines +35 to +43
<a href="tel:+1 212-923-3700" class="phone">
<div class="phone__label">
<p>The Met Fifth Avenue</p>
<p>+1 212-535-7710</p>
<p>The Met Cloisters</p>
<p>+1 212-923-3700</p>
</div>
<div class="header__phone"></div>
</a>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BEM: header__phone is nested inside phone block so it should use phone__ prefix instead of header__

index.html Outdated
<img
src="src/images/icons/close.svg"
alt="close"
class="menu__close">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BEM: menu__close is nested inside navigation block so it should use navigation__ prefix instead of menu__

Copy link

@natalia-klonowska natalia-klonowska left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants