Blame view

public/pug/category.pug 19.3 KB
242debab8   thesolarwind   Первый коммит в п...
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
  doctype html
  
  html(lang="ru")
  
      head
          meta(charset="UTF-8")
          meta(http-equiv="X-UA-Compatible", content="IE=edge")
          meta(name="viewport", content="width=device-width, initial-scale=1.0")
          title RentTorg
          include templates/style.pug
          
      body
  
          .spinner
  
          .wrapper
  
              //- миксины
              include templates/mixin
              //- хедер
              include templates/header
  
              main
  
                  section.hero.hero--modified1
                      .container
  
                          .hero__bg(style="background-image:url('images/category-bg.jpg')")
  
                          .hero__wrap
  
                              .hero__inner
  
                                  .breadcrumbs
                                      ul.breadcrumbs__list
                                          li.breadcrumbs__item
                                              a(href="#").breadcrumbs__link Главная
                                          li.breadcrumbs__item
                                              a(href="#").breadcrumbs__link Каталог
                                          li.breadcrumbs__item
                                              span.breadcrumbs__link Аренда торговых помещений
  
                                  .hero__cnt
                                      h1.hero__title.title-main Аренда торговых помещений
                                      p.hero__descr В Москве, Новой Москве и Подмосковье
  
                                  .hero__bottom
  
                                      .hero__links
                                          a(href="#").hero__link.active Аренда торговых помещениий
                                          a(href="#").hero__link Продажа торговых помещений
                                          a(href="#").hero__link Арендый бизнес
  
                                      .hero-search
  
                                          .hero-search__control
  
                                              .hero-filter.hero-filter--modified1.js_hero_filter
                                                  input(type="hidden").js_hero_filter_input
                                                  .hero-filter__current.js_hero_filter_current Все объекты
                                                  .hero-filter__dropdown.js_hero_filter_dropdown
                                                      ul.hero-filter__list
                                                          li.hero-filter__item(data-val="1") Все объекты
                                                          li.hero-filter__item(data-val="2") ЖК Большое Путилково
                                                          li.hero-filter__item(data-val="3") ЖК Ильменский 17
                                                          li.hero-filter__item(data-val="4") ЖК Первый Московский
                                                          li.hero-filter__item(data-val="5") ЖК Большое Путилково
                                                          li.hero-filter__item(data-val="6") ЖК Ильменский 17
                                                          li.hero-filter__item(data-val="7") ЖК Первый Московский
  
                                              .hero-filter.hero-filter--modified2.js_hero_filter
                                                  input(type="hidden").js_hero_filter_input
                                                  .hero-filter__current.js_hero_filter_current Тип недвижимости
                                                  .hero-filter__dropdown.js_hero_filter_dropdown
                                                      ul.hero-filter__list
                                                          li.hero-filter__item(data-val="1") Выбрать все
                                                          li.hero-filter__item(data-val="2") Индустриальная недвижимость
                                                          li.hero-filter__item(data-val="3") Офисы
                                                          li.hero-filter__item(data-val="4") Торговое помещение
                                                          li.hero-filter__item(data-val="5") Индустриальная недвижимость
                                                          li.hero-filter__item(data-val="6") Офисы
                                                          li.hero-filter__item(data-val="7") Торговое помещение
                                              
                                              .hero-filter.hero-filter--modified3.js_hero_filter
                                                  input(type="hidden").js_hero_filter_input
                                                  .hero-filter__current.js_hero_filter_current Формат недвижимости
                                                  .hero-filter__dropdown.js_hero_filter_dropdown
                                                      ul.hero-filter__list
                                                          li.hero-filter__item(data-val="1") Выбрать все
                                                          li.hero-filter__item(data-val="2") Аптека
                                                          li.hero-filter__item(data-val="3") Супермаркет
                                                          li.hero-filter__item(data-val="4") Барбершоп
                                                          li.hero-filter__item(data-val="5") Аптека
                                                          li.hero-filter__item(data-val="6") Супермаркет
                                                          li.hero-filter__item(data-val="7") Барбершоп
                                              
                                              .hero-filter.hero-filter--modified4.js_hero_filter
                                                  .hero-filter__current.js_hero_filter_current Площадь, м<sup>2</sup>
                                                  .hero-filter__dropdown.js_hero_filter_dropdown
                                                      .hero-filter__fields
                                                          label.hero-filter__field
                                                              span От
                                                              input(type="text" data-min="50" placeholder="50").js_hero_filter_field.js_hero_filter_from
                                                          label.hero-filter__field
                                                              span До
                                                              input(type="text" data-max="125000" placeholder="125 000").js_hero_filter_field.js_hero_filter_to
                                                      button(type="button").hero-filter__reset.js_hero_filter_reset Очистить
                                              
                                              .hero-filter.hero-filter--modified5.js_hero_filter
                                                  .hero-filter__current.js_hero_filter_current Стоимость, ₽
                                                  .hero-filter__dropdown.js_hero_filter_dropdown
                                                      .hero-filter__fields
                                                          label.hero-filter__field
                                                              span От
                                                              input(type="text" data-min="50" placeholder="50").js_hero_filter_field.js_hero_filter_from
                                                          label.hero-filter__field
                                                              span До
                                                              input(type="text" data-max="125000" placeholder="125 000").js_hero_filter_field.js_hero_filter_to
                                                      button(type="button").hero-filter__reset.js_hero_filter_reset Очистить
                                                      
                                              
                                          .hero-search__bottom
  
                                              .hero-search__field
                                                  input(type="text" placeholder="Укажите метро, округ, район, улицу")
                                                  button
                                                      svg(width='20' height='20')
                                                          use(xlink:href='images/sprite.svg#hero-search') 
  
                                              .hero-search__buttons
                                                  button.hero-search__btn.btn.btn--white.js_hero_search_btn Показать на карте
                                                  button.hero-search__btn.btn.btn--main.js_hero_search_btn Поиск
                  
                  section.category
                      .container
  
                          .category__top.top-catalog
  
                              .top-catalog__inner
                                  h2.top-catalog__title.title Аренда торговых помещений
                                  .top-catalog__result Найдено объектов по Вашему запросу: 
                                      span 356
  
                              form.top-catalog__sorts
  
                                  .top-catalog__sort-group.sort-group.js_sort_group
                                      input(type="hidden").js_sort_group_input
                                      .sort-group__current.js_sort_group_current Сначала дешевле
                                      ul.sort-group__list.js_sort_group_list
                                          li.sort-group__item.js_sort_group_item(data-val="1").active Сначала дешевле
                                          li.sort-group__item.js_sort_group_item(data-val="2") Сначала дороже
                                  
                                  .top-catalog__sort-group.sort-group.js_sort_group
                                      input(type="hidden").js_sort_group_input
                                      .sort-group__current.js_sort_group_current Сначала новые
                                      ul.sort-group__list.js_sort_group_list
                                          li.sort-group__item.js_sort_group_item(data-val="1").active Сначала новые
                                          li.sort-group__item.js_sort_group_item(data-val="2") Сначала старые
                                  
                                  .top-catalog__sort-group.sort-group.sort-group--wide.js_sort_group
                                      input(type="hidden").js_sort_group_input
                                      .sort-group__current.js_sort_group_current Сначала с большей площадью
                                      ul.sort-group__list.js_sort_group_list
                                          li.sort-group__item.js_sort_group_item(data-val="1").active Сначала с большей площадью
                                          li.sort-group__item.js_sort_group_item(data-val="2") Сначала с меньшей площадью
  
                          .category__grid
  
                              +card('images/card/card-img-1.jpg', 'Салон красоты', 'ЖК “Новинки 1”', 'Фрунзенская (10 мин., пешком)', 'background-color: #FFC955;', 'ул. Ак. Королева, д. 13, стр. 1, этаж 7, пом. 1, к. 69', '556 м2', '550 256 ₽', '1 000 000 ₽', false, 'Подробнее')
                              +card('images/card/card-img-2.jpg', 'Барбер-шоп', 'ЖК “Новоарбатский”', 'Арбатская (8 мин., пешком)', 'background-color: #0000A0;', 'г. Москва, ул. Дербеневская, д. 1, стр. 6, п. 4, эт. 2, к. 3.1.', '6 556 м2', '5 225 256 ₽', '15 520 900 ₽', true, 'Подробнее об аренде')
                              +card('images/card/card-img-3.jpg', 'Аптека', 'ЖК “Садовые кварталы”', 'Коломенская (2 мин., пешком)', 'background-color: #029B55;', 'ул. Ак. Королева, д. 13, стр. 1, этаж 7, пом. 1, к. 69', '8 626 м2', '550 256 ₽', '5 280 000 ₽', false, 'Подробнее о продаже')
                              +card('images/card/card-img-4.jpg', 'Витрина', 'ЖК “Нахимовский проспект, 46”', 'Парк Победы (5 мин., пешком)', 'background-color: #222964;', 'г. Москва, ул. Дербеневская, д. 1, стр. 6, п. 4, эт. 2, к. 3.1.', '6 856 м2', '25 256 ₽', '2 625 520 ₽', true, 'Подробнее об аренде')
  
                              +card('images/card/card-img-1.jpg', 'Салон красоты', 'ЖК “Новинки 1”', 'Фрунзенская (10 мин., пешком)', 'background-color: #FFC955;', 'ул. Ак. Королева, д. 13, стр. 1, этаж 7, пом. 1, к. 69', '556 м2', '550 256 ₽', '1 000 000 ₽', false, 'Подробнее')
                              +card('images/card/card-img-2.jpg', 'Барбер-шоп', 'ЖК “Новоарбатский”', 'Арбатская (8 мин., пешком)', 'background-color: #0000A0;', 'г. Москва, ул. Дербеневская, д. 1, стр. 6, п. 4, эт. 2, к. 3.1.', '6 556 м2', '5 225 256 ₽', '15 520 900 ₽', true, 'Подробнее об аренде')
                              +card('images/card/card-img-3.jpg', 'Аптека', 'ЖК “Садовые кварталы”', 'Коломенская (2 мин., пешком)', 'background-color: #029B55;', 'ул. Ак. Королева, д. 13, стр. 1, этаж 7, пом. 1, к. 69', '8 626 м2', '550 256 ₽', '5 280 000 ₽', false, 'Подробнее о продаже')
                              +card('images/card/card-img-4.jpg', 'Витрина', 'ЖК “Нахимовский проспект, 46”', 'Парк Победы (5 мин., пешком)', 'background-color: #222964;', 'г. Москва, ул. Дербеневская, д. 1, стр. 6, п. 4, эт. 2, к. 3.1.', '6 856 м2', '25 256 ₽', '2 625 520 ₽', true, 'Подробнее об аренде')
  
                              +card('images/card/card-img-1.jpg', 'Салон красоты', 'ЖК “Новинки 1”', 'Фрунзенская (10 мин., пешком)', 'background-color: #FFC955;', 'ул. Ак. Королева, д. 13, стр. 1, этаж 7, пом. 1, к. 69', '556 м2', '550 256 ₽', '1 000 000 ₽', false, 'Подробнее')
                              +card('images/card/card-img-2.jpg', 'Барбер-шоп', 'ЖК “Новоарбатский”', 'Арбатская (8 мин., пешком)', 'background-color: #0000A0;', 'г. Москва, ул. Дербеневская, д. 1, стр. 6, п. 4, эт. 2, к. 3.1.', '6 556 м2', '5 225 256 ₽', '15 520 900 ₽', true, 'Подробнее об аренде')
                              +card('images/card/card-img-3.jpg', 'Аптека', 'ЖК “Садовые кварталы”', 'Коломенская (2 мин., пешком)', 'background-color: #029B55;', 'ул. Ак. Королева, д. 13, стр. 1, этаж 7, пом. 1, к. 69', '8 626 м2', '550 256 ₽', '5 280 000 ₽', false, 'Подробнее о продаже')
                              +card('images/card/card-img-4.jpg', 'Витрина', 'ЖК “Нахимовский проспект, 46”', 'Парк Победы (5 мин., пешком)', 'background-color: #222964;', 'г. Москва, ул. Дербеневская, д. 1, стр. 6, п. 4, эт. 2, к. 3.1.', '6 856 м2', '25 256 ₽', '2 625 520 ₽', true, 'Подробнее об аренде')
  
                              +card('images/card/card-img-1.jpg', 'Салон красоты', 'ЖК “Новинки 1”', 'Фрунзенская (10 мин., пешком)', 'background-color: #FFC955;', 'ул. Ак. Королева, д. 13, стр. 1, этаж 7, пом. 1, к. 69', '556 м2', '550 256 ₽', '1 000 000 ₽', false, 'Подробнее')
                              +card('images/card/card-img-2.jpg', 'Барбер-шоп', 'ЖК “Новоарбатский”', 'Арбатская (8 мин., пешком)', 'background-color: #0000A0;', 'г. Москва, ул. Дербеневская, д. 1, стр. 6, п. 4, эт. 2, к. 3.1.', '6 556 м2', '5 225 256 ₽', '15 520 900 ₽', true, 'Подробнее об аренде')
                              +card('images/card/card-img-3.jpg', 'Аптека', 'ЖК “Садовые кварталы”', 'Коломенская (2 мин., пешком)', 'background-color: #029B55;', 'ул. Ак. Королева, д. 13, стр. 1, этаж 7, пом. 1, к. 69', '8 626 м2', '550 256 ₽', '5 280 000 ₽', false, 'Подробнее о продаже')
                              +card('images/card/card-img-4.jpg', 'Витрина', 'ЖК “Нахимовский проспект, 46”', 'Парк Победы (5 мин., пешком)', 'background-color: #222964;', 'г. Москва, ул. Дербеневская, д. 1, стр. 6, п. 4, эт. 2, к. 3.1.', '6 856 м2', '25 256 ₽', '2 625 520 ₽', true, 'Подробнее об аренде')
  
                              +card('images/card/card-img-1.jpg', 'Салон красоты', 'ЖК “Новинки 1”', 'Фрунзенская (10 мин., пешком)', 'background-color: #FFC955;', 'ул. Ак. Королева, д. 13, стр. 1, этаж 7, пом. 1, к. 69', '556 м2', '550 256 ₽', '1 000 000 ₽', false, 'Подробнее')
                              +card('images/card/card-img-2.jpg', 'Барбер-шоп', 'ЖК “Новоарбатский”', 'Арбатская (8 мин., пешком)', 'background-color: #0000A0;', 'г. Москва, ул. Дербеневская, д. 1, стр. 6, п. 4, эт. 2, к. 3.1.', '6 556 м2', '5 225 256 ₽', '15 520 900 ₽', true, 'Подробнее об аренде')
                              +card('images/card/card-img-3.jpg', 'Аптека', 'ЖК “Садовые кварталы”', 'Коломенская (2 мин., пешком)', 'background-color: #029B55;', 'ул. Ак. Королева, д. 13, стр. 1, этаж 7, пом. 1, к. 69', '8 626 м2', '550 256 ₽', '5 280 000 ₽', false, 'Подробнее о продаже')
                              +card('images/card/card-img-4.jpg', 'Витрина', 'ЖК “Нахимовский проспект, 46”', 'Парк Победы (5 мин., пешком)', 'background-color: #222964;', 'г. Москва, ул. Дербеневская, д. 1, стр. 6, п. 4, эт. 2, к. 3.1.', '6 856 м2', '25 256 ₽', '2 625 520 ₽', true, 'Подробнее об аренде')
  
                          +pagination
  
              //- футер
              include templates/footer
          
          //- попапы
          +popups
  
          //- подключение скриптов
          include templates/scripts