-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5dabc86
commit b4cf3ba
Showing
6 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,11 +21,11 @@ | |
<picture> | ||
<source type="image/svg+xml" media="(min-width: 1440px)" srcset="images/logo-cat-energy-img-desktop.svg" width="70" height="59"> | ||
<source type="image/svg+xml" media="(min-width: 768px)" srcset="images/logo-cat-energy-img-tablet.svg" width="60" height="50"> | ||
<img class="logo-image_picture" src="images/logo-cat-energy-img-mobile.svg" alt="Логотип Cat Energy" width="33" height="38"> | ||
<img class="logo-image__picture" src="images/logo-cat-energy-img-mobile.svg" alt="Логотип Cat Energy" width="33" height="38"> | ||
</picture> | ||
</a> | ||
<a class="header__logo-text logo-text" tabindex="-1" href="index.html"> | ||
<img class="logo-text_picture" src="images/logo-cat-energy-text.svg" alt="Текстовый вариант логотипа Cat Energy" width="101" height="18"> | ||
<img class="logo-text__picture" src="images/logo-cat-energy-text.svg" alt="Текстовый вариант логотипа Cat Energy" width="101" height="18"> | ||
</a> | ||
<button class="header__toggle button-toggle button-toggle--nojs" type="button"> | ||
<span class="visually-hidden">Открыть меню</span> | ||
|
@@ -55,7 +55,7 @@ <h1 class="intro__title">Функциональное питание для ко | |
<source type="image/webp" srcset="images/[email protected] 1x, images/[email protected] 2x" width="280" height="270"> | ||
<source type="image/png" media="(min-width: 1440px)" srcset="images/[email protected] 1x, images/[email protected] 2x" width="552" height="449"> | ||
<source type="image/png" media="(min-width: 768px)" srcset="images/[email protected] 1x, images/[email protected] 2x" width="709" height="609"> | ||
<img class="intro_picture" src="images/[email protected]" srcset="images/[email protected] 2x" alt="Баночка корма Car Energy" width="280" height="270"> | ||
<img class="intro__picture" src="images/[email protected]" srcset="images/[email protected] 2x" alt="Баночка корма Car Energy" width="280" height="270"> | ||
</picture> | ||
<a class="intro__button button button--primary" href="#">Подобрать программу</a> | ||
</div> | ||
|
@@ -155,7 +155,7 @@ <h2 class="address__title">Приглашаем к сотрудничест | |
<footer class="footer" data-test="footer"> | ||
<div class="footer__wrapper wrapper"> | ||
<a class="footer__logo-text logo-text" href="index.html"> | ||
<img class="logo-text_picture" src="images/logo-cat-energy-text.svg" alt="Текстовый вариант логотипа Cat Energy" width="101" height="18"> | ||
<img class="logo-text__picture" src="images/logo-cat-energy-text.svg" alt="Текстовый вариант логотипа Cat Energy" width="128" height="24"> | ||
</a> | ||
<section class="footer__social social"> | ||
<h2 class="visually-hidden">Давайте дружить!</h2> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
text-decoration: none; | ||
} | ||
|
||
.logo-image_picture { | ||
.logo-image__picture { | ||
display: block; | ||
|
||
&:hover, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters