Skip to content

Commit

Permalink
✔️ Сборка #6
Browse files Browse the repository at this point in the history
  • Loading branch information
Keks committed Dec 15, 2024
1 parent 8369c78 commit 37a6e65
Show file tree
Hide file tree
Showing 88 changed files with 3,654 additions and 0 deletions.
524 changes: 524 additions & 0 deletions 6/catalog.html

Large diffs are not rendered by default.

2,600 changes: 2,600 additions & 0 deletions 6/css/style.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions 6/css/style.css.map

Large diffs are not rendered by default.

Binary file added 6/fonts/lato/Lato-Regular.woff
Binary file not shown.
Binary file added 6/fonts/lato/Lato-Regular.woff2
Binary file not shown.
Binary file added 6/fonts/oswald/oswaldmedium.woff
Binary file not shown.
Binary file added 6/fonts/oswald/oswaldmedium.woff2
Binary file not shown.
Binary file added 6/fonts/oswald/oswaldregular.woff
Binary file not shown.
Binary file added 6/fonts/oswald/oswaldregular.woff2
Binary file not shown.
214 changes: 214 additions & 0 deletions 6/form.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,214 @@
<!DOCTYPE html>
<html class="page" lang="ru">
<head>
<meta charset="UTF-8">
<title>Cat Energy</title>
<link rel="stylesheet" href="css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<base href="https://htmlacademy-adaptive.github.io/2428785-cat-energy-1/6/">
</head>
<body class="page__body">
<header class="site-header">
<a class="site-header__link" href="index.html">
<picture>
<source media="(min-width: 1440px)" srcset="img/logo-desktop.svg">
<source media="(min-width: 768px)" srcset="img/logo-tablet.svg">
<img class="site-header__image" src="img/logo-mobile.svg" alt="Логотип «Кэт Энерджи»">
</picture>
</a>
<nav class="site-header__navigation">
<button class="main-header__toggle" type="button">
<span class="visually-hidden">Открыть меню</span>
<img class="site-header__image" src="img/header-toogle.svg" width="24" height="24">
</button>
<ul class="site-header__list">
<li class="site-header__item">
<a class="site-header__link" href="index.html">
Главная
</a>
</li>
<li class="site-header__item">
<a class="site-header__link" href="catalog.html">
Каталог продукции
</a>
</li>
<li class="site-header__item site-header__item--current">
<a class="site-header__link" href="#">
Подбор программы
</a>
</li>
</ul>
</nav>
</header>

<main class="main-container">
<section class="form">
<div class="form__wrapper">
<form class="form__selection" action="https://echo.htmlacademy.ru">
<h1 class="form__title">Подбор программы</h1>
<p class="form__description">Заполните анкету, и мы подберем программу питания для вашего кота</p>
<div class="form__tables">
<div class="form__profile">
<ul class="form__list">
<li class="form__item input-block">
<label class="input-block__label" for="form__phone">Имя:*</label>
<input class="input-block__field" id="form__phone" name="form__phone" placeholder="Барсик">
</li>
<li class="form__item input-block">
<label class="input-block__label" for="form__weight">Вес&nbsp;(кг):*</label>
<input class="input-block__field" id="form__weight" name="form__weight" placeholder="7">
</li>
<li class="form__item input-block">
<label class="input-block__label" for="form__age">Возраст&nbsp;(лет):*</label>
<input class="input-block__field" id="form__age" name="form__age" placeholder="7">
</li>
</ul>
</div>
<div class="form__food">
<ul class="form__list">
<li class="form__item radio-block">
<label class="radio-block__control">
<input class="radio-block__input" type="radio" name="food__program" value="slimming" checked>
<span class="radio-block__label">Похудение</span>
</label>
</li>
<li class="form__item radio-block">
<label class="radio-block__control">
<input class="radio-block__input" type="radio" name="food__program" value="weight">
<span class="radio-block__label">Набор массы</span>
</label>
</li>
<li class="form__item radio-block">
<label class="radio-block__control">
<input class="radio-block__input" type="radio" name="food__program" value="unknown">
<span class="radio-block__label">Не знаю (нужен ваш совет)</span>
</label>
</li>
</ul>
</div>
</div>
</form>
</div>
</section>

<section class="contacts">
<div class="contacts__wrapper">
<h2 class="contacts__title">Контактные данные (владельца кота)</h2>
<ul class="contacts__list">
<li class="contacts__item input-block">
<label class="input-block__label" for="form__email">E-mail:*</label>
<input class="input-block__field" type="email" id="form__email" name="form__email" placeholder="[email protected]">
</li>
<li class="contacts__item input-block">
<label class="input-block__label" for="form__phone">Телефон:*</label>
<input class="input-block__field" type="tel" id="form__phone" name="form__phone" placeholder="8 (960) 900-60-90">
</li>
</ul>
</div>
</section>

<section class="comment">
<div class="comment__wrapper">
<h2 class="comment__title">Комментарий</h2>
<label class="visually-hidden" for="comment__message"></label>
<textarea class="comment__message" id="comment-message" name="commment-message" placeholder="Расскажите обо всех повадках кота" required></textarea>
</div>
</section>

<section class="additionally">
<div class="additionally__wrapper">
<h2 class="additionally__title">Дополнительно</h2>
<ul class="additionally__list">
<li class="additionally__item checkbox-block">
<label class="checkbox-block__control">
<input class="checkbox-block__input" type="checkbox" name="sweetener" checked>
<span class="checkbox-block__label">Сахарозаменитель</span>
</label>
</li>
<li class="additionally__item checkbox-block">
<label class="checkbox-block__control">
<input class="checkbox-block__input" type="checkbox" name="water">
<span class="checkbox-block__label">Питьевая вода</span>
</label>
</li>
<li class="additionally__item checkbox-block">
<label class="checkbox-block__control">
<input class="checkbox-block__input" type="checkbox" name="milk">
<span class="checkbox-block__label">Молоко</span>
</label>
</li>
<li class="additionally__item checkbox-block">
<label class="checkbox-block__control">
<input class="checkbox-block__input" type="checkbox" name="vitamins">
<span class="checkbox-block__label">Витамины</span>
</label>
</li>
</ul>
<div class="additionally__submit">
<button class="additionally__button" type="submit">Отправить заявку</button>
<span class="additionally__important">* — Обязательные поля</span>
</div>
</div>
</section>

<section class="map">
<div class="map__wrapper">
<address class="map__contacts">
<p class="map__invite">
Приглашаем к&nbsp;сотрудничеству дилеров!
</p>
<div class="map__description">
<p class="map__address">
ул. Большая Конюшенная,д.&nbsp;19/8
</p>
<span class="map__city">
Санкт-Петербург
</span>
</div>
</address>
<iframe class="map__iframe" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1998.603625719817!2d30.32047247732077!3d59.938719162093584!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4696310fca145cc1%3A0x42b32648d8238007!2z0JHQvtC70YzRiNCw0Y8g0JrQvtC90Y7RiNC10L3QvdCw0Y8g0YPQuy4sIDE5LzgsINCh0LDQvdC60YIt0J_QtdGC0LXRgNCx0YPRgNCzLCAxOTExODY!5e0!3m2!1sru!2sru!4v1733820038769!5m2!1sru!2sru" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</section>
</main>

<footer class="main-footer">
<div class="main-footer__wrapper">
<div class="main-footer__logotype logotype">
<a class="logotype__link" href="#">
<img class="logotype__image" src="img/logotype.svg" width="128" height="24">
</a>
</div>
<div class="main-footer__social social">
<ul class="social__list">
<li class="social__item">
<a class="social__link social__link--vkontakte" href="#">
<img class="social__image" src="/img/social-vk.svg" width="28" height="22" alt="Иконка вконтакте">
</a>
</li>
<li class="social__item">
<a class="social__link social__link--youtube" href="#">
<img class="social__image" src="/img/social-yt.svg" width="28" height="22" alt="Иконка ютуба">
</a>
</li>
<li class="social__item">
<a class="social__link social__link--telegram" href="#">
<img class="social__image" src="/img/social-tg.svg" width="28" height="22" alt="Иконка телеграмма">
</a>
</li>
</ul>
</div>
<div class="main-footer__copyright copyright">
<a class="copyright__link" href="https://htmlacademy.ru">
HTML Academy
</a>
<a class="copyright__link-image" href="https://htmlacademy.ru">
<picture>
<source media="(min-width: 768px)" srcset="img/copyright-tablet.svg">
<img class="copyright__image" src="img/copyright-mobile.svg">
</picture>
</a>
</div>
</div>
</footer>
</body>
</html>
Binary file added 6/img/big-buckwheat-mobile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 6/img/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 6/img/big-buckwheat-tablet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 6/img/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 6/img/big-chicken-mobile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 6/img/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 6/img/big-chicken-tablet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 6/img/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 6/img/big-fish-mobile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 6/img/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 6/img/big-fish-tablet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 6/img/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions 6/img/button-cat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions 6/img/copyright-mobile.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions 6/img/copyright-tablet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 6/img/example-cat-big-mobile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 6/img/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 6/img/example-cat-big-tablet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 6/img/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 6/img/example-cat-small-mobile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 6/img/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 6/img/example-cat-small-tablet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 6/img/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 6/img/extra-gift-desktop.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 6/img/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 6/img/extra-gift-mobile.jpg
Binary file added 6/img/[email protected]
Binary file added 6/img/extra-gift-tablet.jpg
Binary file added 6/img/[email protected]
1 change: 1 addition & 0 deletions 6/img/food-black-arrow.svg
1 change: 1 addition & 0 deletions 6/img/food-slimming-desktop.svg
Loading

0 comments on commit 37a6e65

Please sign in to comment.