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

Трубецких Евгений #61

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

Conversation

alidus
Copy link

@alidus alidus commented Oct 23, 2017

Added some rules for linter
Посмотреть решение

@honest-hrundel honest-hrundel changed the title Евгений Трубецких Трубецких Евгений Oct 23, 2017
@honest-hrundel
Copy link

🍅 Не пройден линтинг или базовые тесты

@honest-hrundel
Copy link

🍅 Не пройден линтинг или базовые тесты

@honest-hrundel
Copy link

🍅 Не пройден линтинг или базовые тесты

@honest-hrundel
Copy link

🍏 Пройден линтинг и базовые тесты

Copy link
Member

@evilj0e evilj0e left a comment

Choose a reason for hiding this comment

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

Поправь бордер и форматирование. Хорошая работа, молодец

"extends": "stylelint-config-hrundel"
}
"extends": "stylelint-config-hrundel",
"rules": {
Copy link
Member

Choose a reason for hiding this comment

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

Не делай так на будущее.

index.css Outdated
font-family: 'Eczar', serif;
width: 100%;
height: 25px;
border: 5px solid;
Copy link
Member

Choose a reason for hiding this comment

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

Можешь написать правила для бордера короче?

index.css Outdated

body main {
overflow: auto;
overflow-y: hidden;
Copy link
Member

Choose a reason for hiding this comment

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

Без оверфлоу нельзя?

index.css Outdated

body main .article-container .articles-group-title {
text-align: center;
border: 3px solid;
Copy link
Member

Choose a reason for hiding this comment

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

Здесь тоже

index.css Outdated
}

body .margin-right {
margin-right: 40px;
Copy link
Member

Choose a reason for hiding this comment

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

Форматирование уехало

index.css Outdated
}

body .margin-top {
margin-top: 20px;
Copy link
Member

Choose a reason for hiding this comment

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

И тут

index.html Outdated
<div class="header-text-separator">
Lysva, Tuesday, October 25, 2016
</div>

Copy link
Member

Choose a reason for hiding this comment

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

Лишний перенос

index.html Outdated
<div class="main-article-title">
Catalan MPs to discuss response to Spanish move towards direct rule
</div>
<img class="main-article-img" src="https://goo.gl/Z2hzDN" alt="">
Copy link
Member

Choose a reason for hiding this comment

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

Указывай альт, если пишешь

index.html Outdated
Catalan MPs to discuss response to Spanish move towards direct rule
</div>
<img class="main-article-img" src="https://goo.gl/Z2hzDN" alt="">
<p lang="en">
Copy link
Member

Choose a reason for hiding this comment

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

Для чего ланг?

@honest-hrundel
Copy link

🍏 Пройден линтинг и базовые тесты

border-left: none;
border-right: none;
padding: 5px;
font-family: 'Satisfy', cursive;
Copy link
Member

Choose a reason for hiding this comment

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

В будущем добавляй больше шрифтов для деградации

float: right;
box-sizing: border-box;
width: 300px;
height: 100px;
Copy link
Member

Choose a reason for hiding this comment

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

При выборе шрифтов тексты выезжает за границы блока. Поставь минимальную высоту, вместе фиксированной в 100px

goes awry.
</span>
<span class="advert">Buy our new bicycles for only 100$!
<br>Call us now: 8-800-555-35-35</span>
Copy link
Member

Choose a reason for hiding this comment

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

Для телефонов есть своя разметка

<head>
<meta charset="utf-8">
<title>Задача «DeLorean DMC-12»</title>
<link rel="stylesheet" href="index.css" type="text/css">
Copy link
Member

Choose a reason for hiding this comment

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

Свои стили лучше подключать после шрифтов

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

Successfully merging this pull request may close these issues.

3 participants