Skip to content

mybike solution#2716

Open
AndrzejFront wants to merge 38 commits intomate-academy:masterfrom
AndrzejFront:develop
Open

mybike solution#2716
AndrzejFront wants to merge 38 commits intomate-academy:masterfrom
AndrzejFront:develop

Conversation

@AndrzejFront
Copy link

Copy link

@danon321 danon321 left a comment

Choose a reason for hiding this comment

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

404 demo link

@AndrzejFront AndrzejFront requested a review from danon321 November 4, 2025 11:31
Copy link

@Zibi95 Zibi95 left a comment

Choose a reason for hiding this comment

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

Hey. Can you tell which part have you ended. I can see that desktop layout is completely off. Form after submission shouldn't reload (check CHECKLIST.md). Missing links under contact form with special protocol (mailto:: for example) also link to google maps. Details should be in CHECKLIST.md

@AndrzejFront AndrzejFront requested a review from Zibi95 November 27, 2025 11:13
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.

CHECKLIST:

  • Form shouldn't be submitted if some of the fields are not filled
  • disable page scrolling under the menu
image

Choose a reason for hiding this comment

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

Use only full version of this image (mybike-header-full.jpg) and adjust its position to match figma design. This way the image will scale properly when browser window is resized because right now it looks like this:
image

index.html Outdated
Comment on lines +77 to +78
<div class="pictures__one">
<img src="/src/images/photos/pic-1.jpg" class="pictures__two"

Choose a reason for hiding this comment

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

elements with pictures__one and pictures__two classes should be placed inside element with pictures class

index.html Outdated
Comment on lines +81 to +83
<p class="article__paragraph--bold">Sporty 4</p>
<p class="article__paragraph--normal">The iconic frame brought to a new performance height as a sporty, active ride.</p>
<p class="article__paragraph--price">$ 2 590</p>

Choose a reason for hiding this comment

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

Typical BEM Mistakes: Using a Modifier Without the Belonging Class

index.html Outdated
<textarea id="message" class="form__textarea"
placeholder="Message"></textarea>
</div>
<button class="button--primary">Send</button>

Choose a reason for hiding this comment

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

Typical BEM Mistakes: Using a Modifier Without the Belonging Class

index.html Outdated

<address class="address">
<h4 class="address__label">Phone</h4>
<p class="address__label--content">+1 234 5555-55-55</p>

Choose a reason for hiding this comment

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

Typical BEM Mistakes: Using a Modifier Without the Belonging Class

Copy link

@Zibi95 Zibi95 left a comment

Choose a reason for hiding this comment

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

Hey. Nice progress. Found some issues that we should fix.

  • any logo should be a link to the home page. In header, its fragment link to the header.
  • Pictures in Gallery should increase on hover. There is inconsistency, some are increasing and others are changing border color.
  • email in link in form should use link with ematilto:: protocol
Image - address label above those link don't need any hover effects Image
  • in many places spacing is off. You are using margin bottom and margin top, which complicates things. Just try to use one of those.

  • Almost all hover effects cause Layout shift on the page.

Image

Image

Image

  • Scroll when nav menu is open should be disabled

@AndrzejFront AndrzejFront requested a review from Zibi95 December 4, 2025 07:29
Copy link

@danon321 danon321 left a comment

Choose a reason for hiding this comment

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

Bardzo fajna robota.

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.

4 participants