MyBike page#2741
Open
Darmi555 wants to merge 9 commits into
Open
Conversation
natalia-klonowska
suggested changes
Mar 23, 2026
natalia-klonowska
left a comment
There was a problem hiding this comment.
your demo link doesn't work. Please deploy your project using npm run deploy command
natalia-klonowska
suggested changes
Mar 25, 2026
natalia-klonowska
left a comment
There was a problem hiding this comment.
- buttons should have the same font size and resize in the same way when screen width changes
- sometimes a small gap appears between sections so it would be better to set background color for main instead of section
- phone number should be displayed in single line if there is enough space
- Change text color on hover for phone, email and address
- When you click on phone icon or phone number in contacts section, make sure that there is no 404 error, make it a real link to start a call on device
- When clicking on any location / address - prevent errors and make it to open location in Google Maps
- apply validation of the form fields (required, email / tel etc.), then it is clear in what format to enter the data
- Form shouldn't be submitted if some of the fields are not filled
natalia-klonowska
suggested changes
Apr 23, 2026
| <link rel="icon" type="image/png" href="photos/favicon.svg"> | ||
| <link rel="preconnect" href="https://fonts.googleapis.com"> | ||
| <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous"> | ||
| <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap" rel="stylesheet"> |
There was a problem hiding this comment.
you’re still using Roboto font. change it to Poppins
natalia-klonowska
suggested changes
Apr 27, 2026
| <link rel="icon" type="image/png" href="photos/favicon.svg"> | ||
| <link rel="preconnect" href="https://fonts.googleapis.com"> | ||
| <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous"> | ||
| <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap" rel="stylesheet"> |
There was a problem hiding this comment.
you’re still using Roboto font. change it to Poppins
natalia-klonowska
suggested changes
Apr 29, 2026
Author
|
The deploy page didn't work with SCSS in HTML, so I just updated the CSS and left it at that. I'm glad you said 'there is no need to include CSS files' rather than 'you can't include CSS files', right? :D |
natalia-klonowska
approved these changes
Apr 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




DEMO LINK