generated from yandex-praktikum/ono-tebe-nado
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
3 changed files
with
126 additions
and
39 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,7 +68,7 @@ <h2 class="cover__description-text"> | |
|
||
<section class="lots"> | ||
<h2 class="lots__heading heading">Лоты</h2> | ||
<ul class="lots__card-list"> | ||
<ul class="lots__card-list list"> | ||
|
||
<li class="lots__card-list-item"> | ||
<a class="card-link" href="#0"> | ||
|
@@ -123,6 +123,45 @@ <h2 class="about__title heading">Об аукционе</h2> | |
</section> | ||
</main> | ||
|
||
<footer class="footer"></footer> | ||
<footer class="footer"> | ||
<address class="address footer__address"> | ||
<a class="phone-number header__link" href="tel:+99995555555">+9 999 555 5555</a><br /> | ||
<a class="mailto header__link" href="mailto:[email protected]">[email protected]</a><br /> | ||
наб. Принсенграхт 263-<br /> | ||
265, Амстердам | ||
</address> | ||
|
||
<nav class="footer__menu"> | ||
<ul class="footer__menu-list list"> | ||
<li class="footer__menu-list-item"> | ||
<a class="footer__menu-link footer__menu-link_active" href="#0">главная</a> | ||
</li> | ||
<li class="footer__menu-list-item"> | ||
<a class="footer__menu-link" href="#0">посмотреть лоты</a> | ||
</li> | ||
<li class="footer__menu-list-item"> | ||
<a class="footer__menu-link" href="#0">об аукционе</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
|
||
<ul class="footer__social-list list"> | ||
<li class="footer__social-list-item"> | ||
<a class="footer__social-link" href="#0"> | ||
<div class="footer__social-icon yt-icon"></div> | ||
</a> | ||
</li> | ||
<li class="footer__social-list-item"> | ||
<a class="footer__social-link" href="#0"> | ||
<div class="footer__social-icon vk-icon"></div> | ||
</a> | ||
</li> | ||
<li class="footer__social-list-item"> | ||
<a class="footer__social-link" href="#0"> | ||
<div class="footer__social-icon pinterest-icon"></div> | ||
</a> | ||
</li> | ||
</ul> | ||
</footer> | ||
</body> | ||
</html> |
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