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

Разметка #3

Merged
merged 3 commits into from
Nov 15, 2024
Merged

Conversation

KershDKas
Copy link
Contributor

@KershDKas KershDKas commented Oct 30, 2024

@keksobot keksobot changed the title Реализация разметки сайта Разметка Oct 30, 2024
keksobot pushed a commit that referenced this pull request Oct 31, 2024
@keksobot
Copy link
Contributor

♻️ Я собрал ваш пулреквест. Посмотреть можно здесь.

Comment on lines 11 to 12
<p class="site__logo-title-bold">CAT</p>
<p class="site__logo-title-default">ENERGY</p>

Choose a reason for hiding this comment

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

текст тоже изобраение, лучше объедини все в 1но целую картинку.
Это нужно с точки зрения эстетики, типо чтоб пока шрифт грузиться не портил логотип

<section class="programs">
<div class="programs__wrapper">
<header class="programs__header">
<h2 class="programs__title">Функциональное питание для котов</h2>

Choose a reason for hiding this comment

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

можно visually-hidden убрать и это оставить h1

<header class="programs__header">
<h2 class="programs__title">Функциональное питание для котов</h2>
<p class="programs__slogan">Занялся собой? Займись котом!</p>
<button class="programs__button">Подобрать программу</button>
Copy link

@Director099 Director099 Oct 31, 2024

Choose a reason for hiding this comment

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

  1. это ссылка на страницу подбор программы
  2. рекомендую добавить класс button

Comment on lines 111 to 116
Борис сбросил 5 кг за 2 месяца, просто<br>
заменив свой обычный корм на Cat Energy<br>
Slim. Отличный результат без изнуряющих<br>
тренировок! При этом он не менял своих<br>
привычек и по-прежнему спит по 16 часов<br>
в день.

Choose a reason for hiding this comment

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

смело удаляй br)))
у нас теперь адаптив и текст будет переноситься

Конюшенная, д. 19/8<br>
Санкт-Петербург
</p>
<img src="img/location.png" width="320px" height="362px" alt="Расположение офиса CAT ENERGY">

Choose a reason for hiding this comment

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

точку можно убрать, твоя задача поставить карту через ifraime

@keksobot
Copy link
Contributor

keksobot commented Nov 8, 2024

♻️ Я собрал ваш пулреквест. Посмотреть можно здесь.

keksobot pushed a commit that referenced this pull request Nov 8, 2024
Copy link

@Director099 Director099 left a comment

Choose a reason for hiding this comment

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

https://yoksel.github.io/html-tree/ сервис по проверки БЭМ нотации

Comment on lines 47 to 60
<div class="card__description">
<div class="card__definition">
<p class="card__definition-name">Масса</p>
<p class="card__definition-value">500 г</p>
</div>
<div class="card__definition">
<p class="card__definition-name">Вкус</p>
<p class="card__definition-value">Курица</p>
</div>
<div class="card__definition">
<p class="card__definition-name">Цена</p>
<p class="card__definition-value">700 ₽</p>
</div>
</div>

Choose a reason for hiding this comment

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

более семантично было бы через table

</head>
<body class="page__body">
<header class="main-header">
<a class="site__logo">

Choose a reason for hiding this comment

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

блок site потерялся)

тут можно просто .logo написать

<nav class="main-nav">
<button class="main-nav__toggle" type="button"><span class="visually-hidden">Открыть меню</span></button>
<div class="main-nav__wrapper">
<ul class="main-nav__list secondary-nav__list">

Choose a reason for hiding this comment

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

блок secondary-nav потерен

думаю данный элемент вообще можно будет удалить и модифиактор secondary-nav__item--active

</header>

<main class="main-container">
<h1 class="catalog__title">Каталог продукции</h1>

Choose a reason for hiding this comment

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

блок catalog ниже, а элемент не может выходить из блока

<p class="additional-goods-card__description-name">1 литр</p>
<p class="additional-goods-card__description-price">100 ₽</p>
</div>
<a class="button card__link">Заказать</a>

Choose a reason for hiding this comment

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

блок card потерян

source/form.html Outdated
<div class="form__additional control">
<h2 class="control__title">Дополнительно</h2>
<ul class="control__list">
<li class="additional-info__item">

Choose a reason for hiding this comment

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

additional-info потерян

@keksobot
Copy link
Contributor

♻️ Я собрал ваш пулреквест. Посмотреть можно здесь.

keksobot pushed a commit that referenced this pull request Nov 15, 2024
@keksobot
Copy link
Contributor

♻️ Я собрал ваш пулреквест. Посмотреть можно здесь.

keksobot pushed a commit that referenced this pull request Nov 15, 2024
@keksobot keksobot merged commit d872b80 into htmlacademy-adaptive:master Nov 15, 2024
1 check failed
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.

3 participants