-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontacts.haml
More file actions
executable file
·61 lines (54 loc) · 1.61 KB
/
Copy pathcontacts.haml
File metadata and controls
executable file
·61 lines (54 loc) · 1.61 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
layout: default
title: Контакты
class: contacts-page
---
%script{:src => "http://api-maps.yandex.ru/2.0/?coordorder=longlat&load=package.full&wizard=constructor&lang=ru-RU&onload=fid_134207103620382262664"}
%script{:src => "/assets/js/yandex-map.js"}
.max-width
%article.page-article.clearfix
%hgroup>
%h1.page-title>
Контакты
.contacts-box
%ul.contacts-list.middle-block.right
%li.phone
%span.icon-mobile-alt
%i
+7 (909) 535-00-73
%li.email
%span.icon-mail-1
%a{:href => 'mailto:aloha@7bits.it'}
%i
aloha@7bits.it
%li.skype
%span.icon-skype
%a{:href => 'skype:anna_tarasenko?chat'}
%i
anna_tarasenko
%li.address
%span.icon-flag
%i
Омск, Учебная 83, офис 212
.map.middle-block.left
.map-wrap
#ymaps-map-id_134207103620382262664.map-box
/ .contact-form-box
/ .contact-form-wrap
/ / %h2
/ / Есть вопрос?
/ / %form.contacts-form{:action => '#'}
/ / %label
/ / %span
/ / Ваш e-mail:
/ / %input{:type => 'email'}
/ / %label
/ / %span
/ / Как к Вам обращаться?
/ / %input{:type => 'text'}
/ / %label
/ / %span
/ / Ваш вопрос:
/ / %textarea
/ / %p.submit-button
/ / %input{:type => 'submit', :value => 'Отправить'}