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

Hw2 #2

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Hw2 #2

wants to merge 4 commits into from

Conversation

AlexanderKiselyov
Copy link
Collaborator

Названия классов по технологии БЭМ.

Copy link

@aqus aqus left a comment

Choose a reason for hiding this comment

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

1 ДЗ - 9.5 баллов, не хватило семантических тегов, структура хорошая
2 ДЗ - 8.5 баллов, есть ощутимое несоответствие макету и некоторые замечания по стилям.

После исправления замечаний можно получить балл выше, а также мержить

image

index.html Outdated
<link rel="stylesheet" type="text/css" href="styles/style.css">
</head>
<body>
<div class="card__wrapper">
Copy link

Choose a reason for hiding this comment

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

можно было бы добавить пару тройку семантических тегов

styles/style.css Outdated
}

.card__social-link__vk {
left: 144px;
Copy link

Choose a reason for hiding this comment

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

это правило не работает для элементов без position: absolute/fixed

styles/style.css Outdated
.card__social-link {
width: 24px;
height: 24px;
top: 370px;
Copy link

Choose a reason for hiding this comment

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

это правило не работает для элементов без position: absolute/fixed

styles/style.css Outdated
}

.card__social-link__ok {
left: 178px;
Copy link

Choose a reason for hiding this comment

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

это правило не работает для элементов без position: absolute/fixed

styles/style.css Outdated
}

.card__social-link__git {
left: 212px;
Copy link

Choose a reason for hiding this comment

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

это правило не работает для элементов без position: absolute/fixed

styles/style.css Outdated

.card__download-cv-button {
width: 168px;
height: 46px;
Copy link

Choose a reason for hiding this comment

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

не нужно ограничивать размеры, пусть кнопка становится под размер контента. Сейчас, если контента станет больше будет такая картина
image

@AlexanderKiselyov
Copy link
Collaborator Author

AlexanderKiselyov commented Oct 29, 2021

Замечания по 1 и 2 домашнему заданиям были исправлены.

AlexanderKiselyov added a commit that referenced this pull request Dec 17, 2021
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.

2 participants