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
2 changed files
with
112 additions
and
12 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 |
---|---|---|
|
@@ -128,14 +128,14 @@ <h3 class="card__title"> | |
<h2 class="about__title">Об аукционе</h2> | ||
</div> | ||
<div class="about__text"> | ||
<p> | ||
<p style="line-height: 23px"> | ||
Здесь вы не встретите очередное пафосное собрание невероятно | ||
дорогого антиквариата. Наши лоты вообще не должны были попасть ни на | ||
один аукцион. Потому что кому нужен дневник девочки-подростка или | ||
картина, которую может нарисовать даже ребёнок? Кому нужны все эти | ||
странные вещи, созданные любителями? | ||
</p> | ||
<p> | ||
<p style="line-height: 23px"> | ||
Слишком сложные или, наоборот, слишком простые. Опережающие своё | ||
время. В пух и прах растерзанные критиками. Непринятые и непонятые. | ||
Когда-то они казались просто неудачными. Но, несмотря на критику, | ||
|
@@ -146,6 +146,51 @@ <h2 class="about__title">Об аукционе</h2> | |
</div> | ||
</section> | ||
</main> | ||
<footer></footer> | ||
<footer class="footer"> | ||
<address class="footer__address address"> | ||
<a href="tel:+70000000">+9 999 555 5555</a> | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
<p>наб. Принсенграхт 263-265, Амстердам</p> | ||
</address> | ||
<nav class="footer__menu"> | ||
<ul class="footer__menu-list"> | ||
<li class="footer__menu-list-item"> | ||
<a class="footer__menu-link footer__menu-link_active">главная</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"> | ||
<li class="footer__social-list-item"> | ||
<a class="footer__social-link" target="_blank" href="#0"></a> | ||
<img | ||
class="footer__social-icon" | ||
src="./images/yt.svg" | ||
alt="Иконка ссылка на Yootube" | ||
/> | ||
</li> | ||
<li class="footer__social-list-item"> | ||
<a class="footer__social-link" target="_blank" href="#0"></a> | ||
<img | ||
class="footer__social-icon" | ||
src="./images/vk.svg" | ||
alt="Иконка ссылка на ВКонтакте" | ||
/> | ||
</li> | ||
<li class="footer__social-list-item"> | ||
<a class="footer__social-link" target="_blank" href="#0"></a> | ||
<img | ||
class="footer__social-icon" | ||
src="./images/pinterest.svg" | ||
alt="Иконка ссылка на Pinterest" | ||
/> | ||
</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