Conversation
src/styles/blocks/footer.scss
Outdated
| .footer { | ||
| width: 100%; | ||
| height: 200px; | ||
| background-image: url(../../images/footer\ pic.jpg); |
There was a problem hiding this comment.
- popraw ścieżkę do obrazka i usuń dodawanie go za pomocą img aby nie duplikować
| background-image: url(../../images/footer\ pic.jpg); | |
| background-image: url(../images/footer\ pic.jpg); |
| </section> | ||
| <footer class="footer"> | ||
| <img src="./src/images/footer pic.jpg" alt="footer bike"> | ||
| </footer> | ||
| </main> |
There was a problem hiding this comment.
to img ci poszerzało layout bo nie ustawiłeś mu konkretnej szerokości. możesz usunąć img bo i tak dodajesz ten obraz jako background image a footer lepiej mieć poza kontenerem main aby na background image nie wpływał padding
| </section> | |
| <footer class="footer"> | |
| <img src="./src/images/footer pic.jpg" alt="footer bike"> | |
| </footer> | |
| </main> | |
| </section> | |
| </main> | |
| <footer class="footer"></footer> |
natalia-klonowska
left a comment
There was a problem hiding this comment.
- deploy your project using npm run deploy command and add link to demo in pr description
- adjust background image position so it matches design
- phone number should be visible only when hovering over phone icon
- navigation has too much horizontal spacing because two paddings are applied (one on header and one on navigation)
- burger menu icon is too small
- title is positioned slightly too low
- close icon should be positioned on the right
- list of links starts too low
- spacing between links is too large
- the last two links shouldn't be on the same line and should be positioned higher
natalia-klonowska
left a comment
There was a problem hiding this comment.
deploy your project using npm run deploy command and add demo link to pr description
natalia-klonowska
left a comment
There was a problem hiding this comment.
- logo oraz ikony menu powinny być na tej samej wysokości aby dało się bez zmiany położenia kursora otwierać i zamykać menu
- musisz dodać jeszcze breakpointy oraz stylowanie dla wersji tabletowej
pamiętaj o CHECKLIST:
- Add a favicon
- 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
- Pictures in Gallery should increase on hover
- Location-related addresses / links should open google maps in a new tab target="_blank"
- Form shouldn't be submitted if some of the fields are not filled
- disable page scrolling under the menu
src/styles/blocks/footer.scss
Outdated
| .footer { | ||
| width: 100%; | ||
| height: 200px; | ||
| background-image: url(../images/footer\ pic.jpg); |
There was a problem hiding this comment.
zmień nazwę pliku z tej ścieżki pozbywając się spacji bo zdjęcie ci się nie pokazuje
natalia-klonowska
left a comment
There was a problem hiding this comment.
za każdym razem gdy commitujesz zmiany musisz zaktualizować demo link poprzez ponowne odpalenie komendy npm run deploy
src/styles/blocks/header.scss
Outdated
| background-size: cover; | ||
| background-position: 90%; | ||
| min-height: 100vh; | ||
| padding: 0 20px 80px; |
There was a problem hiding this comment.
you already have margin bottom for title
| padding: 0 20px 80px; | |
| padding: 0 20px; |
src/styles/blocks/main.scss
Outdated
| &__title { | ||
| margin-right: 24px; | ||
| margin-bottom: 32px; |
There was a problem hiding this comment.
title shouldn't be centered and have all this additional margins
| &__title { | |
| margin-right: 24px; | |
| margin-bottom: 32px; | |
| &__title { | |
| justify-self: flex-start; | |
| padding-bottom: 32px; |
src/styles/blocks/main.scss
Outdated
| font-size: 23px; | ||
| line-height: 140%; | ||
| letter-spacing: 0; | ||
| margin-bottom: 92px; |
There was a problem hiding this comment.
you already have padding for section
| margin-bottom: 92px; |
src/styles/blocks/title.scss
Outdated
| font-weight: 500; | ||
| font-style: Medium; | ||
| font-size: 32px; | ||
| padding-bottom: NONE; |
There was a problem hiding this comment.
invalid value
| padding-bottom: NONE; | |
| padding-bottom: 0; |
| @@ -0,0 +1,31 @@ | |||
| .model { | |||
| &__photo { | |||
There was a problem hiding this comment.
add margin
| &__photo { | |
| &__photo { | |
| margin-bottom: 32px; |
src/styles/blocks/footer.scss
Outdated
| .footer { | ||
| width: 100%; | ||
| height: 200px; | ||
| background-image: url(../images/footer\ pic.jpg); |
src/styles/blocks/main.scss
Outdated
| margin-bottom: 32px; | ||
| grid-column: 1 / 3; | ||
|
|
||
| @include mixins.desktop { |
There was a problem hiding this comment.
| @include mixins.desktop { | |
| @include mixins.desktop { | |
| padding: 120px 120px 0; |
src/styles/blocks/contact.scss
Outdated
|
|
||
| @include desktop { | ||
| &__form { | ||
| grid-column: 1 / 7; |
There was a problem hiding this comment.
| grid-column: 1 / 7; | |
| grid-column: 1 / 6; |
| &__description { | ||
| font-family: Poppins, sans-serif; | ||
| font-weight: 400; | ||
| font-style: Regular; | ||
| font-size: 16px; | ||
| line-height: 140%; | ||
| letter-spacing: 0; | ||
| margin-bottom: 16px; | ||
| } |
There was a problem hiding this comment.
| &__description { | |
| font-family: Poppins, sans-serif; | |
| font-weight: 400; | |
| font-style: Regular; | |
| font-size: 16px; | |
| line-height: 140%; | |
| letter-spacing: 0; | |
| margin-bottom: 16px; | |
| } | |
| &__description { | |
| font-family: Poppins, sans-serif; | |
| font-weight: 400; | |
| font-style: Regular; | |
| font-size: 16px; | |
| line-height: 140%; | |
| letter-spacing: 0; | |
| margin-bottom: 16px; | |
| @include desktop { | |
| width: 70%; | |
| } | |
| } |
| .header { | ||
| background-color: rgb(0, 0, 0); | ||
| background-image: url(../images/Cover_photo.jpg); | ||
| background-repeat: no-repeat; | ||
| background-size: cover; | ||
| background-position: 90%; | ||
| min-height: 100vh; | ||
| padding: 0 20px 80px; | ||
| box-sizing: border-box; | ||
|
|
||
| grid-template-rows: 1fr 1fr; |
There was a problem hiding this comment.
lepiej jest centrować tło dla wersji desktop
| .header { | |
| background-color: rgb(0, 0, 0); | |
| background-image: url(../images/Cover_photo.jpg); | |
| background-repeat: no-repeat; | |
| background-size: cover; | |
| background-position: 90%; | |
| min-height: 100vh; | |
| padding: 0 20px 80px; | |
| box-sizing: border-box; | |
| grid-template-rows: 1fr 1fr; | |
| .header { | |
| background-color: rgb(0, 0, 0); | |
| background-image: url(../images/Cover_photo.jpg); | |
| background-repeat: no-repeat; | |
| background-size: cover; | |
| background-position: 90%; | |
| min-height: 100vh; | |
| padding: 0 20px 80px; | |
| box-sizing: border-box; | |
| grid-template-rows: 1fr 1fr; | |
| @include desktop { | |
| background-position: center; | |
| } |
natalia-klonowska
left a comment
There was a problem hiding this comment.
- element ma podwójny padding ponieważ na header nadajesz padding z wersji tabletowej a na nawigacji pozostaje nadal padding z wersji mobilnej:
- podobny problem z podwójnym paddingiem dla tytułu tyle że żaden z nich nie jest tym prawidłowym z wersji tabletowej:
- padding boczny dla main powinien być taki sam co w headerze dla wersji tabletowej
- sekcja compare bikes powinna mieć dodatkowe wcięcie w wersji tabletowej
- zdjęcia powinny mieć inne proporcje w wersji tabletowej
- zmiana układu dla sekcji contact us
- usuń domyślny border dla inputów w formularzu
- zdjęcie z footera nie jest wyświetlane. zmień nazwę używanego zdjęcia w taki sposób aby nie było tam spacji

No description provided.