-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfloors_reclam.haml
More file actions
54 lines (50 loc) · 1.73 KB
/
floors_reclam.haml
File metadata and controls
54 lines (50 loc) · 1.73 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
---
layout: default
title:
description:
---
%header.header_dark{ :role => "header" }
%a.header__title{ :href => "/" } {{ site.title }}
%a.menu-main__open{ :href => "javascript:;", :role => "menu-main-open" }
%nav.social__menu{ :role => "social-menu" }
.social__menu__links
%a.social__vk{ :href => "#" }
%a.social__fb{ :href => "#" }
%a.social__in{ :href => "#" }
%a.social__tw{ :href => "#" }
.content-main{ :role => "content" }
.floor-page
.floor-page__button-block
%a.floor-page__button{ :href => "floors_rent.html" } Аренда
%a.floor-page__button.active{ :href => "floors_reclam.html" } Реклама
/ floor plan block
.floor-page__plan
.floor-page__switcher
%a.floor-switcher__select-top{ :href => "floor_3.html" }
.floor-switcher__select-number 2
.floor-switcher__select-text этаж
%a.floor-switcher__select-bottom{ :href => "floor_1.html" }
.floor-page__image
/ svg insert here
%img{ :role => "svg-convert", :src => "assets/pic/plan2.svg" }
.floor-page__nav
%form.floor-page__contect-form
.floor-page__form-title Заявка на реклама
.form-group
%label
Название организации
%input.form-control
.form-group
%label
Контактное лицо
%input.form-control
.form-group
%label
Телефон или e-mail
%input.form-control
.form-group
%label
Комментарий
%textarea.form-control
.form-group
%input.floor-page__submit{ :type => "submit" }