-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontacts.html
More file actions
35 lines (23 loc) · 1.21 KB
/
contacts.html
File metadata and controls
35 lines (23 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!--#set var="title" value="Контакты" -->
<!--#set var="page" value="contacts" -->
<!--#include file="_header.shtml"-->
<main class="main img-cover content-flex-center" data-img="img/contacts.jpg">
<article class="center clr center--sm">
<div class="contacts__address pull-right xs-float-none">
<h1 class="h2">Контакты</h1>
<ul>
<li><i class="ico ico__geo"></i>117246, г.Москва, Дмитриевское шоссе, 157</li>
<li><i class="ico ico__tel"></i><a href="tel:88001234567">8 (800) 12-345-67</a></li>
<li><i class="ico ico__time"></i>с 8:00 до 21:00 по московскому времени</li>
</ul>
</div>
<form class="contacts__form pull-left xs-float-none">
<h2 class="h4">Форма обратно связи</h2>
<input class="input" placeholder="Ваше имя">
<input class="input mask" placeholder="+ 375 ( __ ) - ___ - __ - __" data-mask="+ 375 ( 99 ) - 999 - 99 - 99" type="tel">
<textarea class="input" placeholder="Сообщение"></textarea>
<label class="btn">Связаться с нами<input type="submit"></label>
</form>
</article>
</main>
<!--#include file="_footer.shtml"-->