-
Notifications
You must be signed in to change notification settings - Fork 1.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
new task #777
base: master
Are you sure you want to change the base?
new task #777
Conversation
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.
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.
Great work! https://www.loom.com/share/d8edc2aa7d7a4714a6291408482674a9?sid=334e35fc-be2b-4492-8432-d51329544f72 Please, watch my comments here
And try to fix validation errors
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.
- you should add some container to fix strange behaviour on big screens
- When you try to send the form there is no 405 error and the form is automatically cleared after submit and is scrolled to the top of the page or the page is reloaded
- The form shouldn’t submit empty
- When a user clicks on Address Google Maps is opened in a new tab
- In the PROCESS section add a hover effect to cards (for example, let them increase in size a little)
src/index.html
Outdated
<h1>Dia</h1> | ||
<header class="header"> | ||
<div class="top-bar"> | ||
<wrap class="wrap"> |
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.
still not fixed comment with wrap
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.
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.
@mixin contentPaddingInline() { | ||
padding-inline: 20px; | ||
|
||
@include onTablet { | ||
padding-inline: 41px; | ||
} | ||
|
||
@include onDesktop { | ||
padding-inline: 54px; | ||
} | ||
|
||
@include onBiggestDesk { | ||
padding-inline: 227px; | ||
} | ||
|
||
@include onLargestScreen { | ||
padding-inline: 707px; | ||
} |
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.
easier way its set max-width
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.
@include onLargestScreen { | ||
padding-inline: 707px; | ||
} |
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.
it's really not good idea :(
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.
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.
try to re-deploy your site, cause nothing changed
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.
still can reproduce the comments, feel fee to ask for some help in chat
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.
good job
https://Vovchukkul.github.io/layout_dia/