Skip to content

Develop#2724

Open
Patryk91sz wants to merge 27 commits intomate-academy:masterfrom
Patryk91sz:develop
Open

Develop#2724
Patryk91sz wants to merge 27 commits intomate-academy:masterfrom
Patryk91sz:develop

Conversation

@Patryk91sz
Copy link

@Patryk91sz Patryk91sz commented Dec 14, 2025

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 z linku do demu

@Patryk91sz Patryk91sz requested a review from danon321 December 18, 2025 12:58
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.

  • center or scale images because current layout leaves too much empty space and look unbalanced
image
  • same problem with images and you're missing margin between first and second article
image

Choose a reason for hiding this comment

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

mobile version should use full image to ensure proper scaling on screen resize
image

Choose a reason for hiding this comment

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

mobile version should use full image to ensure proper scaling on screen resize image

  • delete this version of image and use only full size version

Choose a reason for hiding this comment

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

mobile version should use full image to ensure proper scaling on screen resize image

  • delete this version of image and use only full size version

index.html Outdated
<h3 class="details__tittle">The details</h3>

<article class="details__detail">
<div class="details__detail__photos">

Choose a reason for hiding this comment

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

Typical BEM Mistakes: in BEM you never use __ multiple times

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.

delete all src copies and zip files. deploy your project once again and make sure that your demo link works

index.html Outdated
<link
rel="stylesheet"
href="src/styles/main.scss"
href="src/styles/main.css"

Choose a reason for hiding this comment

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

you don't have main.css file. use main.scss

index.html Outdated
<header class="header" id="home">
<nav class="header__nav">

<h1 class="header__nav--logo">MyBiKE</h1>

Choose a reason for hiding this comment

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

-- is used for modifiers not elements and modifiers should always be used together with their belonging class

you can apply one of the following conventions:

  • replace all -- with -
Suggested change
<h1 class="header__nav--logo">MyBiKE</h1>
<h1 class="header__nav-logo">MyBiKE</h1>
  • keep only the part after --
Suggested change
<h1 class="header__nav--logo">MyBiKE</h1>
<h1 class="header__logo">MyBiKE</h1>
  • create separate nav block
Suggested change
<h1 class="header__nav--logo">MyBiKE</h1>
<header class="header" id="home">
<nav class="header__nav nav">
<h1 class="nav__logo">MyBiKE</h1>

index.html Outdated
</section>

<section class="compare">
<h3 class="h3-title">Compare bikes</h3>

Choose a reason for hiding this comment

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

remember that you're using BEM methodology so for consistency you should treat h3-title and h4-title as blocks and create separate files for their styles.
or you can create title block with modifiers title--h3 and title--h4

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.

image

Tutaj na mobile cos sie poprzesuwało. I tez nie powinno byc tak ze tekst wylatuje ci za linie grafiki. Wyglada to nieestetycznie.

image

Contact us tak samo leci do lewej

Desktop

Na szerszych monitorach jak desktop czy laptop twoj kontent jest bardzi scisniety do srodka. Przypatrz sie na figmie ze jest on rozciągniety do 1020px

@Patryk91sz Patryk91sz requested a review from danon321 January 3, 2026 11:43
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.

No i teraz wyglada pieknie

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.

3 participants