Skip to content
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

add moyo header #4862

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Conversation

denis-denis718
Copy link

@denis-denis718 denis-denis718 commented Apr 18, 2024

Copy link

@anastasiiavorobiova anastasiiavorobiova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, deploy your solution and provide a demo link in the PR description

@denis-denis718
Copy link
Author

Please, deploy your solution and provide a demo link in the PR description

I don't understand what happens , when i open the correct version of this work, and mine, they are the same, but tests every time telling me it's not true...

Copy link

@volodymyr-soltys97 volodymyr-soltys97 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, there is no demo link, you need to add the demo link and test report link to the PR description
image

src/index.html Outdated
Comment on lines 38 to 40
</a>
<nav class="nav">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
</a>
<nav class="nav">
</a>
<nav class="nav">

src/index.html Outdated
Comment on lines 48 to 51
</li>
<li class="nav__item">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add the blank line between the links

Suggested change
</li>
<li class="nav__item">
</li>
<li class="nav__item">

src/index.html Outdated
Comment on lines 111 to 118
<!-- <body>
<header class="navigation">
<div class="navigation__wrapper">
<div class="navigation__logo">
<img
src="./images/logo.png"
alt="moyo_icon"
class="navbar-icon"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove comments

src/style.css Outdated

padding: 0 50px;

background: #fff;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The default color

Suggested change
background: #fff;

src/style.css Outdated
}

.nav__link:hover {
color: #00acdc;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Create a variable for repeated color and use it everywhere

src/style.css Outdated
Comment on lines 77 to 85
/* body {
--primary-color: #00acdc;

margin: 0;
font-family: Roboto, sans-serif;
}

header {
display: block;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The same, remove all comments

@denis-denis718
Copy link
Author

Copy link

@etojeDenys etojeDenys left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Comment on lines +59 to +65
.nav__link:hover {
color: var(--main-color);
}

.nav__link.is-active {
color: var(--main-color);
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.nav__link:hover {
color: var(--main-color);
}
.nav__link.is-active {
color: var(--main-color);
}
.nav__link:hover,
.nav__link.is-active {
color: var(--main-color);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants