Open
Conversation
danon321
approved these changes
Nov 9, 2025
danon321
left a comment
There was a problem hiding this comment.
dobrze wszystko wyglada. Bardzo fajny efekt przy odpalaniu menu mobilnego
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.
LINK: https://hiblurryface.github.io/layout_miami/
Projekt MyBike to responsywna strona internetowa prezentująca ofertę nowoczesnych rowerów miejskich. Zawiera sekcje informacyjne o produktach, szczegółach technicznych, dane kontaktowe oraz interaktywny formularz kontaktowy z walidacją danych. Strona została zaprojektowana z myślą o prostocie obsługi i estetycznym wyglądzie, z animacjami i płynnym przewijaniem między sekcjami.
HTML5 – struktura strony i semantyczne znaczniki sekcji
SCSS (Sass) – preprocesor CSS użyty do stylizacji i organizacji arkuszy stylów
JavaScript (ES6) – obsługa interakcji użytkownika (menu, walidacja formularza, komunikaty „toast”)
DOM API – manipulacja elementami strony w czasie rzeczywistym
Responsive Web Design (RWD) – dostosowanie układu do różnych urządzeń
BEM (Block Element Modifier) – konwencja nazewnictwa klas CSS zapewniająca czytelność kodu
Także były zrobione lekkie hover effekty, również zrobioną płynna navigacja po stronie za pomocą js. Formularz "contact us" ma walidacje dzięki której nie da się wysłać pusty formularz. Przy wprowadzeniu niepoprawnych dannych pojawia się pomyłka z wyjaśnieniem, przy naciśnięciu przyciśku "send" wyskakuje wiadomość ( tzw. "toast message" ) z informacją.
Po tym jak wpiszemy dane do formularza i "wyslimy" go dostaniemy w konsoli wszystkie wprowadzone dane w stylu:
{
name: "",
email: "",
message: ""
}