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

Document Object Model #34

Merged
merged 8 commits into from
Aug 10, 2022
Merged

Conversation

Eugene-CG
Copy link
Contributor

Document Object Model

Demo
Code base

The code is submitted in a dedicated feature branch.

Only code files are submitted.

Please, review.

Eugene-CG and others added 2 commits July 31, 2022 16:40
Copy link
Collaborator

@A-Ostrovnyy A-Ostrovnyy left a comment

Choose a reason for hiding this comment

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

Good work!
See my comments below.

submissions/Eugene-CG/DOM/index.html Outdated Show resolved Hide resolved
submissions/Eugene-CG/DOM/index.html Outdated Show resolved Hide resolved
submissions/Eugene-CG/DOM/index.html Outdated Show resolved Hide resolved
submissions/Eugene-CG/DOM/index.html Outdated Show resolved Hide resolved
submissions/Eugene-CG/DOM/index.js Outdated Show resolved Hide resolved
submissions/Eugene-CG/DOM/index.js Outdated Show resolved Hide resolved
submissions/Eugene-CG/DOM/style.css Outdated Show resolved Hide resolved
submissions/Eugene-CG/DOM/style.css Outdated Show resolved Hide resolved
submissions/Eugene-CG/DOM/style.css Outdated Show resolved Hide resolved
@Eugene-CG Eugene-CG closed this Aug 5, 2022
@A-Ostrovnyy
Copy link
Collaborator

@Eugene-CG Why do you close PR?

@Eugene-CG Eugene-CG reopened this Aug 9, 2022
@Eugene-CG Eugene-CG requested a review from A-Ostrovnyy August 9, 2022 14:12
Copy link
Collaborator

@A-Ostrovnyy A-Ostrovnyy left a comment

Choose a reason for hiding this comment

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

Good work!
See my comments below!

submissions/Eugene-CG/DOM/index.html Outdated Show resolved Hide resolved
submissions/Eugene-CG/DOM/index.html Outdated Show resolved Hide resolved
submissions/Eugene-CG/DOM/index.js Outdated Show resolved Hide resolved
submissions/Eugene-CG/DOM/index.js Outdated Show resolved Hide resolved
submissions/Eugene-CG/DOM/index.js Outdated Show resolved Hide resolved
submissions/Eugene-CG/DOM/index.js Outdated Show resolved Hide resolved
submissions/Eugene-CG/DOM/index.js Outdated Show resolved Hide resolved
submissions/Eugene-CG/DOM/style.css Outdated Show resolved Hide resolved
Eugene-CG and others added 2 commits August 10, 2022 13:44
@Eugene-CG Eugene-CG requested a review from A-Ostrovnyy August 10, 2022 10:45
Copy link
Collaborator

@A-Ostrovnyy A-Ostrovnyy left a comment

Choose a reason for hiding this comment

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

Couple small issues left)

submissions/Eugene-CG/DOM/index.js Outdated Show resolved Hide resolved
submissions/Eugene-CG/DOM/index.js Outdated Show resolved Hide resolved
submissions/Eugene-CG/DOM/index.js Show resolved Hide resolved
submissions/Eugene-CG/DOM/index.js Show resolved Hide resolved
@Eugene-CG Eugene-CG requested a review from A-Ostrovnyy August 10, 2022 14:47
@Eugene-CG
Copy link
Contributor Author

Eugene-CG commented Aug 10, 2022

Have a little problem with Logo, few minutes
Or I dont =| Please, click on any menu btn and then click Logo, is this a problem?

@@ -61,7 +61,7 @@ const fillMenuList = (event) => {
menuList.appendChild(li);

const a = document.createElement("A");
a.setAttribute("href", "#");
a.setAttribute("href", "");
Copy link
Collaborator

Choose a reason for hiding this comment

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

For future works better use # instead of the empty href attribute.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Got it!Thanks :3

Copy link
Collaborator

@A-Ostrovnyy A-Ostrovnyy left a comment

Choose a reason for hiding this comment

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

Well done!

@A-Ostrovnyy A-Ostrovnyy merged commit dda41f1 into kottans:main Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants