-
Notifications
You must be signed in to change notification settings - Fork 565
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 #342
base: master
Are you sure you want to change the base?
Develop #342
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.
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! Let's make it perfect:
Consider fixing the validation error
The image looks skewed
Check font styling here
Space between sections should be added
The user should be able to scroll the menu in the landscape mode
The redundant space should be removed
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap" | ||
rel="stylesheet"> |
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.
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap" | |
rel="stylesheet"> | |
<link | |
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap" | |
rel="stylesheet" | |
> |
Consider fixing indentations according to the code style guide
src/index.html
Outdated
<img class="benefits__logo" src="./images/design2.svg" | ||
alt="design2" | ||
> |
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.
<img class="benefits__logo" src="./images/design2.svg" | |
alt="design2" | |
> | |
<img | |
class="benefits__logo" | |
src="./images/design2.svg" | |
alt="design2" | |
> |
src/index.html
Outdated
<img class="benefits__logo" src="./images/design3.svg" | ||
alt="design3" | ||
> |
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.
<img class="benefits__logo" src="./images/design3.svg" | |
alt="design3" | |
> | |
<img | |
class="benefits__logo" | |
src="./images/design3.svg" | |
alt="design3" | |
> |
src/index.html
Outdated
<img class="benefits__logo" src="./images/design4.svg" | ||
alt="design4" | ||
> |
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.
<img class="benefits__logo" src="./images/design4.svg" | |
alt="design4" | |
> | |
<img | |
class="benefits__logo" | |
src="./images/design4.svg" | |
alt="design4" | |
> |
src/index.html
Outdated
<img class="meet-luna__image" src="./images/meetluna.png" | ||
alt="MEETLUNA" | ||
> |
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.
<img class="meet-luna__image" src="./images/meetluna.png" | |
alt="MEETLUNA" | |
> | |
<img | |
class="meet-luna__image" | |
src="./images/meetluna.png" | |
alt="MEETLUNA" | |
> |
src/index.html
Outdated
<img class="footer__link-back-home__image" src="./images/icon/vector.svg" | ||
alt="vect" | ||
> |
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.
<img class="footer__link-back-home__image" src="./images/icon/vector.svg" | |
alt="vect" | |
> | |
<img | |
class="footer__link-back-home__image" | |
src="./images/icon/vector.svg" | |
alt="vect" | |
> |
src/index.html
Outdated
<a class="footer__icon" href="https://www.facebook.com/" | ||
target="_blank" | ||
> |
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.
<a class="footer__icon" href="https://www.facebook.com/" | |
target="_blank" | |
> | |
<a | |
class="footer__icon" | |
href="https://www.facebook.com/" | |
target="_blank" | |
> |
src/index.html
Outdated
<a class="footer__icon" href="https://twitter.com/" | ||
target="_blank" | ||
> |
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.
<a class="footer__icon" href="https://twitter.com/" | |
target="_blank" | |
> | |
<a | |
class="footer__icon" | |
href="https://twitter.com/" | |
target="_blank" | |
> |
src/index.html
Outdated
<a class="footer__icon" href="https://www.instagram.com/" | ||
target="_blank" | ||
> |
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.
<a class="footer__icon" href="https://www.instagram.com/" | |
target="_blank" | |
> | |
<a | |
class="footer__icon" | |
href="https://www.instagram.com/" | |
target="_blank" | |
> |
src/scripts/main.js
Outdated
function showSlide(index) { | ||
slides.forEach((slide, i) => { | ||
// slide.style.display = i === index ? 'block' : 'none'; | ||
}); |
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.
If you don't need this cycle you can delete it
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.
DEMO LINK