Skip to content

Develop Miami (MYBIKE)#2728

Open
botqqku wants to merge 91 commits intomate-academy:masterfrom
botqqku:develop
Open

Develop Miami (MYBIKE)#2728
botqqku wants to merge 91 commits intomate-academy:masterfrom
botqqku:develop

Conversation

@botqqku
Copy link

@botqqku botqqku commented Jan 13, 2026

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.

background image is not displayed. check if file path is correct
image

Choose a reason for hiding this comment

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

use only full versions for better quality. This applies to all images so make sure to update all of them
image

index.html Outdated
<link rel="preconnect" href="https://fonts.gstatic.com"
crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/css/styles.css">

Choose a reason for hiding this comment

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

you are allowed to link *.scss files directly in HTML tags using href attribute. This is possible because we use the Parcel library to bundle your solution's source code

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.

image

Here you can find a comparison between fixed and responsive layouts and here you can see example of responsive layout with breakpoints

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 good job so far. Here are some things that caught my eye.

Some decisions are questionable and hard to maintain.
For example:

  • Here you have two separate text and you are using that main grid to position them
Image Image Image

Instead you could just create some wrapper and position them with flex and then put some margin on that wrapper instead of some mix of padding and margin on childs.

  • Also, there’s a mix of margin-bottom, padding-top, and grid-gap calculations involved, so it’ll be a pain to revisit and adjust later.

That bg on hover is awful, lets just stick with that size increase.

Image
  • This phone number should no break into new line
Image
  • That bike in the background of hero doesnt match what figma is showing. Its to big. Maybe you can create some smaller versions of this image. Also it would be good to to compress the image to lower its size https://tinypng.com/
Image

@botqqku botqqku requested a review from Zibi95 January 31, 2026 23:29
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.

Content is getting to big at bigger screens and images starts to look ugly. Apply some max-width for the content on figma i saw that its around 1020px for content plus that padding 120px on left and right. You can apply those and just center it with margin: 0 auto;

@botqqku botqqku requested a review from Zibi95 February 5, 2026 13:12
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.

That width resctrication also should apply to the nav

Image and here to that title Image

Missing spacing here

Image

@botqqku botqqku requested a review from Zibi95 February 9, 2026 13:03
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.

dobra 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