forked from htmlacademy/accelerator-project-2
-
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
5 changed files
with
237 additions
and
43 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -938,44 +938,45 @@ <h2 class="form__title">Остались вопросы?</h2> | |
|
||
|
||
<footer class="footer" data-test="footer" id="footer"> | ||
<div class="footer__contact contact" id="contact"> | ||
<h2 class="contact__title title">Контакты</h2> | ||
<p>Свяжитесь с нами любым удобным для вас способом или приходите к нам в гости. Мы будем рады поделиться | ||
увлекательными историями и подобрать для вас тур.</p> | ||
<ul class="contact__list"> | ||
<li class="contact__item contact__item--tel">Телефон | ||
<span> | ||
<a class="contact__link" href="tel:+79837454545">+7 983 745-45-45</a> | ||
</span> | ||
</li> | ||
<li class="contact__item contact__item--mail">Email | ||
<span> | ||
<a class="contact__link" href="mailto:[email protected]">[email protected]</a> | ||
</span> | ||
</li> | ||
<li class="contact__item contact__item--addres">Адрес | ||
<address class="contact__link"> | ||
г. Москва, пр-т Мира,<br>д. 14, офис 101 | ||
</address> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="contact__map"> | ||
<picture> | ||
<source type="image/webp" width="600" height="324" media="(min-width: 1440px)" | ||
srcset="./img/footer/map-desctop.webp 1x, ./img/footer/[email protected] 2x"> | ||
<source type="image/webp" width="768" height="340" media="(min-width: 768px)" | ||
srcset="./img/footer/map-tablet.webp 1x, ./img/footer/[email protected] 2x"> | ||
<source type="image/webp" width="320" height="343" | ||
srcset="./img/footer/map-mobil.webp 1x, ./img/footer/[email protected] 2x"> | ||
|
||
<source type="image/jpeg" width="600" height="324" media="(min-width: 1440px)" | ||
srcset="./img/footer/map-desctop.jpg 1x, ./img/footer/[email protected] 2x"> | ||
<source type="image/jpeg" width="768" height="340" media="(min-width: 768px)" | ||
srcset="./img/footer/map-tablet.jpg 1x, ./img/footer/[email protected] 2x"> | ||
<img class="contact__img" src="./img/footer/map-mobil.jpg" srcset="./img/footer/[email protected]" width="320" | ||
height="343" alt="г.Москва, пр-т Мира, д.14, офис 101."> | ||
</picture> | ||
<div class="footer__conteiner"> | ||
<div class="footer__contact contact" id="contact"> | ||
<h2 class="contact__title title" data-shadow="Контакты">Контакты</h2> | ||
<p>Свяжитесь с нами любым удобным для вас способом или приходите к нам в гости. Мы будем рады поделиться | ||
увлекательными историями и подобрать для вас тур.</p> | ||
<ul class="contact__list"> | ||
<li class="contact__item contact__item--tel">Телефон | ||
<span> | ||
<a class="contact__link" href="tel:+79837454545">+7 983 745-45-45</a> | ||
</span> | ||
</li> | ||
<li class="contact__item contact__item--mail">Email | ||
<span> | ||
<a class="contact__link" href="mailto:[email protected]">[email protected]</a> | ||
</span> | ||
</li> | ||
<li class="contact__item contact__item--addres">Адрес | ||
<address class="contact__link"> | ||
г. Москва, пр-т Мира, <br>д. 14, офис 101 | ||
</address> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="contact__map"> | ||
<picture> | ||
<source type="image/webp" width="600" height="324" media="(min-width: 1440px)" | ||
srcset="./img/footer/map-desctop.webp 1x, ./img/footer/[email protected] 2x"> | ||
<source type="image/webp" width="768" height="340" media="(min-width: 768px)" | ||
srcset="./img/footer/map-tablet.webp 1x, ./img/footer/[email protected] 2x"> | ||
<source type="image/webp" width="320" height="343" | ||
srcset="./img/footer/map-mobil.webp 1x, ./img/footer/[email protected] 2x"> | ||
<source type="image/jpeg" width="600" height="324" media="(min-width: 1440px)" | ||
srcset="./img/footer/map-desctop.jpg 1x, ./img/footer/[email protected] 2x"> | ||
<source type="image/jpeg" width="768" height="340" media="(min-width: 768px)" | ||
srcset="./img/footer/map-tablet.jpg 1x, ./img/footer/[email protected] 2x"> | ||
<img class="contact__img" src="./img/footer/map-mobil.jpg" srcset="./img/footer/[email protected]" width="320" | ||
height="343" alt="г.Москва, пр-т Мира, д.14, офис 101."> | ||
</picture> | ||
</div> | ||
</div> | ||
|
||
|
||
|
@@ -1006,7 +1007,7 @@ <h2 class="contact__title title">Контакты</h2> | |
</ul> | ||
|
||
<div class="footer__tel tel"> | ||
<a class="footer__link tel__link" href="tel:+78000000000">8 800 000-00-00</a> | ||
<a class="footer__link tel__link" href="tel:+78007253232">8 800 725-32-32</a> | ||
</div> | ||
</div> | ||
|
||
|
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
Oops, something went wrong.