-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Develop #2682
base: master
Are you sure you want to change the base?
Develop #2682
Conversation
Potrzebuję pomocy w wykończeniu strony. Byłam dziś na Q&A o 16 ale nikt nie przyszedł więc wysyłam tutaj, żeby poprosić o pomoc :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Niestety demo link nie działa i dostaje bład 404 :(
Jak cos to pisz na czacie do mentorów a jezeli problem jest bardziej skomplikowany to zapraszamy na QnA
a czym to moze byc spowodowane? wydawaloby sie, ze zrobilam wszystko tak jak zawsze by utworzyc Pull Request? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hej. DEMO LINK nadal nie działa. Czy próbowałaś uruchomić komendę npm run deploy
?
chyba dalej nie działa mimo, że wykonałam kroki 13-18 ponownie. Jak jeszcze mogę to sprobowac naprawic? |
teraz link powinien dzialac |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Przepraszam za tą sytuację :( Zgłosiłam już ten problem dotyczący nie odbycia się Q&A. Daj znać z czym dokładnie potrzebujesz pomocy :) |
No właśnie chciałabym żeby ktoś powiedział co mam źle i jak to naprawić bo walczę z tą stroną i nie udaje mi się jej wykończyć. Normalnie to zaczęłabym od nowa ale szkoda mi pracy jaką w to włożyłam :P więc tu potrzebuję pomocy a przy drugiej stronie już będę mądrzejsza :P |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Jezeli potrzebujesz z kims usiasc na chwile tak zeby ci powiedział co gdzie moze byc zle zapraszamy na QnA :) Ich godziny mozesz znalezc w swoim kalendarzu na platformie mate |
@danon321 coś się chyba nie zgadza bo jak otwieram swoją stronę to wygląda to tak: |
w sensie, ze sa trzy kreseczki w burgerze i obrazek jest lepiej dopasowany |
Czy ktoś widzi moje komentarze tutaj czy muszę wysłać ponownie pull request za kazdym razem jak chcę by to było zobaczone? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
niestety nie dostajemy powiadomień o komentarzach więc jeśli chcesz abyśmy na nie odpowiedzieli musisz poprosić o review albo zadać pytanie przez chat na platformie mate.
- 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
- Pictures in Gallery should increase on hover
- Form shouldn't be submitted if some of the fields are not filled
- Page shouldn't be reloaded on form submit (https://developer.mozilla.org/en-US/docs/Web/API/Event/preventDefault)
- disable page scrolling under the menu:
src/styles/blocks/third-section.scss
Outdated
font-size: 16px; | ||
line-height: 22px; | ||
letter-spacing: 0; | ||
width: 411px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
przez ustawienie tej szerokości pojawia ci się scroll poziomy jeśli szerokość okna jest mniejsza niż 411px
src/styles/blocks/button.scss
Outdated
line-height: 27px; | ||
border-radius: 40px; | ||
border: 3px solid; | ||
width: 324px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ustawienie na sztywno szerokości powoduje pojawienie się scrolla poziomego. zamiast togo postaraj się wykorzystać jednostki procentowe aby element był responsywny
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- disable page scrolling under the menu
- Location-related addresses / links should open google maps in a new tab target="_blank"
- Page shouldn't be reloaded on form submit (https://developer.mozilla.org/en-US/docs/Web/API/Event/preventDefault)
src/styles/blocks/photos.scss
Outdated
&__item:hover { | ||
width: 110%; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
instead of increasing width use scale with smooth transition:
https://css-tricks.com/almanac/properties/s/scale/#aa-transitions-and-animations
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DEMO LINK