78d55ffe
Eugeny Galkovskiy
first commit
|
1
2
3
4
|
<?php
/* @var $this yii\web\View */
|
4eafb167
Eugeny Galkovskiy
карта2
|
5
6
7
8
9
10
|
use common\models\Settings;
use frontend\assets\MapAsset;
use yii\web\View;
MapAsset::register($this);
$settings = Settings::getInstance();
|
78d55ffe
Eugeny Galkovskiy
first commit
|
11
|
$this->title = 'My Yii Application';
|
4eafb167
Eugeny Galkovskiy
карта2
|
12
13
14
15
16
17
18
|
$js = <<< JS
window.lat = {$settings->lat};
window.lon = {$settings->lon};
JS;
$this->registerJs($js, View::POS_END);
|
78d55ffe
Eugeny Galkovskiy
first commit
|
19
20
21
22
23
24
25
|
?>
<section class="no-mb">
<div class="container">
<div class="row">
<div class="col-md-12">
|
78d55ffe
Eugeny Galkovskiy
first commit
|
26
|
<div class="heading">
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
27
|
<h2><?= Yii::t('app', 'title1') ?></h2>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
28
|
</div>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
29
30
|
</div>
</div>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
31
32
|
<div class="row">
<div class="col-md-7">
|
d488d0da
Eugeny Galkovskiy
правки текста
|
33
|
|
d488d0da
Eugeny Galkovskiy
правки текста
|
34
|
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
35
|
<p class="lead"><?= Yii::t('app', 'text1') ?></p>
|
d488d0da
Eugeny Galkovskiy
правки текста
|
36
|
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
37
38
39
40
41
42
43
44
45
46
47
48
|
</div>
<div class="col-md-5">
<div class="main_video_fb">
<iframe src="https://www.facebook.com/plugins/video.php?href=https%3A%2F%2Fwww.facebook.com%2FKBEnergy.UA%2Fvideos%2F1171662169609800%2F&show_text=0&width=560" width="100%" height="100%" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true" allowFullScreen="true"></iframe>
</div>
</div>
</div>
<div class="row">
<div style="text-align: center;margin-bottom: 25px;"><a href="#" class="btn button1 icon_phone modaled init-button-consultation" data-title="<?= Yii::t('app', 'modal1') ?>" data-toggle="modal" data-target="#feedback-modal" style="margin: 0 auto;width: 225px;"><?= Yii::t('app', 'modal1_1') ?> <span><?= Yii::t('app', 'modal1_2') ?></span></a></div>
</div>
</div>
</section>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
49
|
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
<section class="bar background-kben ptop30">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="heading text-left">
<h2><?= Yii::t('app', 'title2') ?></h2>
</div>
<div class="row">
<div class="col-md-4">
<img src="../img/accord/acc01.jpg" alt="" class="img-responsive border5">
</div>
<div class="col-md-8">
<p class="lead"><?= Yii::t('app', 'text2') ?></p>
</div>
</div>
</div>
</div>
</div>
</section>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
69
|
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
|
<section class="bar background-white ptop30">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="heading text-left">
<h2><?= Yii::t('app', 'title3') ?></h2>
</div>
<div class="row">
<div class="col-md-8">
<p class="lead"><?= Yii::t('app', 'text3') ?></p>
</div>
<div class="col-md-4">
<img src="../img/accord/acc02.jpg" alt="" class="img-responsive border5">
</div>
</div>
</div>
</div>
</div>
</section>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
89
|
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
<section class="bar background-kben ptop30">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="heading text-left">
<h2><?= Yii::t('app', 'title4') ?></h2>
</div>
<div class="row">
<div class="col-md-4">
<img src="../img/accord/acc03.jpg" alt="" class="img-responsive border5">
</div>
<div class="col-md-8">
<p class="lead"><?= Yii::t('app', 'text4') ?></p>
</div>
</div>
</div>
</div>
</div>
</section>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
109
|
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
|
<section class="bar background-white ptop30">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="heading text-left">
<h2><?= Yii::t('app', 'title5') ?></h2>
</div>
<div class="row">
<div class="col-md-8">
<p class="lead"><?= Yii::t('app', 'text5') ?></p>
</div>
<div class="col-md-4">
<img src="../img/accord/acc07.jpg" alt="" class="img-responsive border5">
</div>
</div>
</div>
</div>
</div>
</section>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
129
|
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
|
<section class="bar background-kben ptop30">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="heading text-left">
<h2><?= Yii::t('app', 'title6') ?></h2>
</div>
<div class="row">
<div class="col-md-4">
<img src="../img/accord/acc08.jpg" alt="" class="img-responsive border5">
</div>
<div class="col-md-8">
<p class="lead"><?= Yii::t('app', 'text6') ?></p>
</div>
</div>
</div>
</div>
</div>
</section>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
149
|
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
150
151
152
153
154
155
156
157
158
159
160
161
162
|
<section class="bar background-white ptop30">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="heading text-left">
<h2><?= Yii::t('app', 'title7') ?></h2>
</div>
<div class="row">
<div class="col-md-8">
<p class="lead"><?= Yii::t('app', 'text7') ?></p>
</div>
<div class="col-md-4">
<img src="../img/accord/acc04.jpg" alt="" class="img-responsive border5">
|
78d55ffe
Eugeny Galkovskiy
first commit
|
163
164
|
</div>
</div>
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
165
166
167
168
|
</div>
</div>
</div>
</section>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
169
|
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
170
171
172
173
174
175
176
177
178
179
|
<section class="bar background-kben ptop30">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="heading text-left">
<h2><?= Yii::t('app', 'title8') ?></h2>
</div>
<div class="row">
<div class="col-md-4">
<img src="../img/accord/acc05.jpg" alt="" class="img-responsive border5">
|
78d55ffe
Eugeny Galkovskiy
first commit
|
180
|
</div>
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
181
182
|
<div class="col-md-8">
<p class="lead"><?= Yii::t('app', 'text8') ?></p>
|
c5faa6ec
Eugeny Galkovskiy
второе видео
|
183
|
</div>
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
|
</div>
</div>
</div>
</div>
</section>
<section class="bar background-white ptop30">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="heading text-left">
<h2><?= Yii::t('app', 'title9') ?></h2>
</div>
<div class="row">
<div class="col-md-8">
<p class="lead"><?= Yii::t('app', 'text9') ?></p>
</div>
<div class="col-md-4">
<img src="../img/accord/acc06.jpg" alt="" class="img-responsive border5">
|
b709bfa8
Eugeny Galkovskiy
кнопки1
|
203
|
</div>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
204
205
|
</div>
</div>
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
206
|
</div>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
207
208
209
|
</div>
</section>
|
7754a925
Eugeny Galkovskiy
Отправка сообщени...
|
210
|
<section class="bar background-kben block-why" id="section1">
|
78d55ffe
Eugeny Galkovskiy
first commit
|
211
212
|
<div class="container">
<div class="col-md-12">
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
213
|
<div class="heading text-left"><h2><?= Yii::t('app', 'title10') ?></h2></div>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
214
215
216
217
|
<div class="row">
<div class="col-md-4">
<div class="box-simple">
<div class="icon icon_why" id="icon01"></div>
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
218
219
|
<h3><?= Yii::t('app', 'sect1_1') ?></h3>
<p><?= Yii::t('app', 'sect1_2') ?></p>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
220
221
222
223
224
|
</div>
</div>
<div class="col-md-4">
<div class="box-simple">
<div class="icon icon_why" id="icon02"></div>
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
225
226
|
<h3><?= Yii::t('app', 'sect1_3') ?></h3>
<p><?= Yii::t('app', 'sect1_4') ?></p>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
227
228
229
230
231
|
</div>
</div>
<div class="col-md-4">
<div class="box-simple">
<div class="icon icon_why" id="icon03"></div>
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
232
233
|
<h3><?= Yii::t('app', 'sect1_5') ?></h3>
<p><?= Yii::t('app', 'sect1_6') ?></p>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
234
235
236
237
|
</div>
</div>
</div>
<div class="row">
|
fe24f476
Eugeny Galkovskiy
Кнопки 1
|
238
|
<div class="col-md-4 col-md-offset-2">
|
78d55ffe
Eugeny Galkovskiy
first commit
|
239
240
|
<div class="box-simple">
<div class="icon icon_why" id="icon04"></div>
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
241
242
|
<h3><?= Yii::t('app', 'sect1_7') ?></h3>
<p><?= Yii::t('app', 'sect1_8') ?></p>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
243
244
|
</div>
</div>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
245
246
247
|
<div class="col-md-4">
<div class="box-simple">
<div class="icon icon_why" id="icon05"></div>
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
248
249
|
<h3><?= Yii::t('app', 'sect1_9') ?></h3>
<p><?= Yii::t('app', 'sect1_10') ?></p>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
250
251
252
|
</div>
</div>
</div>
|
fe24f476
Eugeny Galkovskiy
Кнопки 1
|
253
254
|
<div class="row">
<div class="col-md-12" style="text-align:center;">
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
255
|
<a href="#" class="btn button1 icon_phone modaled init-button-consultation" data-title="<?= Yii::t('app', 'modal1') ?>" data-toggle="modal" data-target="#feedback-modal"><?= Yii::t('app', 'modal1_1') ?> <span><?= Yii::t('app', 'modal1_2') ?></span></a>
|
fe24f476
Eugeny Galkovskiy
Кнопки 1
|
256
257
|
</div>
</div>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
258
259
260
261
|
</div>
</div>
</section>
|
7754a925
Eugeny Galkovskiy
Отправка сообщени...
|
262
|
<section class="bar background-white" id="section2">
|
78d55ffe
Eugeny Galkovskiy
first commit
|
263
264
265
|
<div class="container">
<div class="col-md-12">
<div class="heading text-left">
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
266
|
<h2><?= Yii::t('app', 'title11') ?></h2>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
267
268
|
</div>
<div class="row">
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
269
270
271
|
<div class="col-md-12">
<p style="margin-top:25px;" class="lead"><?= Yii::t('app', 'sect2_1') ?><br /></p>
<p class="lead">
|
78d55ffe
Eugeny Galkovskiy
first commit
|
272
|
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
273
|
<?= Yii::t('app', 'sect2_2') ?><br />
|
78d55ffe
Eugeny Galkovskiy
first commit
|
274
|
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
275
|
- <?= Yii::t('app', 'sect2_3') ?><br />
|
78d55ffe
Eugeny Galkovskiy
first commit
|
276
|
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
277
|
- <?= Yii::t('app', 'sect2_4') ?><br />
|
78d55ffe
Eugeny Galkovskiy
first commit
|
278
|
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
279
280
281
|
- <?= Yii::t('app', 'sect2_5') ?>
</p>
<a href="http://fb.com/KBEnergy.UA/" class="button1 more-projects" target="_blank"><?= Yii::t('app', 'sect2_6') ?></a>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
282
|
</div>
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
|
</div>
<div class="row portfolio">
<div class="col-sm-3">
<div class="box-image">
<div class="image">
<div class="image_link_wr">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/HymA-lcE14c" style="border:none;overflow:hidden;width: 100%;" allowfullscreen=""></iframe>
</div>
<p class="pr_title2"><a href="https://youtu.be/HymA-lcE14c" target="_blank"><?= Yii::t('app', 'sect2_7') ?></a></p>
</div>
</div>
<!-- /.box-image -->
</div>
<div class="col-sm-3">
<div class="box-image">
<div class="image">
<div class="image_link_wr">
<a href="#" class="image_link open_gal" id="gal02" style="background-image:url('/img/pic01.jpg');"></a>
</div>
<p class="pr_title2"><a href="#" class="open_gal" id="gal02"><?= Yii::t('app', 'sect2_8') ?></a></p>
|
b709bfa8
Eugeny Galkovskiy
кнопки1
|
303
|
</div>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
304
|
</div>
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
305
306
307
308
309
310
311
312
313
|
<!-- /.box-image -->
</div>
<div class="col-sm-3">
<div class="box-image">
<div class="image">
<div class="image_link_wr">
<a href="#" class="image_link open_gal" id="gal01" style="background-image:url('/img/pic02.jpg');"></a>
</div>
<p class="pr_title2"><a href="#" class="open_gal" id="gal01"><?= Yii::t('app', 'sect2_9') ?></a></p>
|
b709bfa8
Eugeny Galkovskiy
кнопки1
|
314
|
</div>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
315
|
</div>
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
316
317
318
319
320
321
322
323
324
|
<!-- /.box-image -->
</div>
<div class="col-sm-3">
<div class="box-image">
<div class="image">
<div class="image_link_wr">
<a href="#" class="image_link open_gal" id="gal03" style="background-image:url('/img/pic03.jpg');"></a>
</div>
<p class="pr_title2"><a href="#" class="open_gal" id="gal03"><?= Yii::t('app', 'sect2_10') ?></a></p>
|
b709bfa8
Eugeny Galkovskiy
кнопки1
|
325
|
</div>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
326
|
</div>
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
327
328
329
330
331
332
|
<!-- /.box-image -->
</div>
</div>
<div class="row">
<div class="col-md-12" style="text-align:center;margin-top: 20px;margin-bottom: -35px;">
<a href="#" class="btn button1 icon_phone modaled init-button-consultation" data-title="<?= Yii::t('app', 'modal1') ?>" data-toggle="modal" data-target="#feedback-modal"><?= Yii::t('app', 'modal1_1') ?> <span><?= Yii::t('app', 'modal1_2') ?></span></a>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
333
334
335
336
337
338
|
</div>
</div>
</div>
</div>
</section>
|
d58de2a6
Eugeny Galkovskiy
якоря
|
339
|
<section class="bar background-kben no-mb">
|
fe24f476
Eugeny Galkovskiy
Кнопки 1
|
340
341
342
343
344
345
|
<div class="container">
<div class="row showcase">
<div class="col-md-3 col-sm-6">
<div class="item">
<h4><span class="counter">58</span><br>
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
346
|
<?= Yii::t('app', 'sect22_1') ?></h4>
|
fe24f476
Eugeny Galkovskiy
Кнопки 1
|
347
348
349
350
351
352
|
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="item">
<h4><span class="counter">117</span><br>
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
353
|
<?= Yii::t('app', 'sect22_2') ?></h4>
|
fe24f476
Eugeny Galkovskiy
Кнопки 1
|
354
355
356
357
358
359
|
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="item">
<h4><span class="counter">193</span><br>
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
360
|
<?= Yii::t('app', 'sect22_3') ?></h4>
|
fe24f476
Eugeny Galkovskiy
Кнопки 1
|
361
362
363
364
365
366
|
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="item">
<h4><span class="counter">303</span><br>
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
367
|
<?= Yii::t('app', 'sect22_4') ?></h4>
|
fe24f476
Eugeny Galkovskiy
Кнопки 1
|
368
369
370
371
372
373
374
375
|
</div>
</div>
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
|
d58de2a6
Eugeny Galkovskiy
якоря
|
376
|
<section class="bar background-white" id="section3">
|
78d55ffe
Eugeny Galkovskiy
first commit
|
377
378
379
|
<div class="container">
<div class="col-md-12">
<div class="heading text-left">
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
380
|
<h2><?= Yii::t('app', 'title12') ?></h2>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
381
382
383
384
385
386
|
</div>
<div class="row">
<div class="col-md-4">
<div class="box-simple">
<div class="icon icon_en" id="icon01"></div>
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
387
388
|
<h3><?= Yii::t('app', 'sect3_1') ?></h3>
<p><?= Yii::t('app', 'sect3_2') ?></p>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
389
390
391
392
393
|
</div>
</div>
<div class="col-md-4">
<div class="box-simple">
<div class="icon icon_en" id="icon02"></div>
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
394
395
|
<h3><?= Yii::t('app', 'sect3_3') ?></h3>
<p><?= Yii::t('app', 'sect3_4') ?></p>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
396
397
398
399
400
|
</div>
</div>
<div class="col-md-4">
<div class="box-simple">
<div class="icon icon_en" id="icon03"></div>
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
401
402
|
<h3><?= Yii::t('app', 'sect3_5') ?></h3>
<p><?= Yii::t('app', 'sect3_6') ?></p>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
403
404
405
406
407
408
409
410
|
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="box-simple">
<div class="icon icon_en" id="icon04"></div>
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
411
412
|
<h3><?= Yii::t('app', 'sect3_7') ?></h3>
<p><?= Yii::t('app', 'sect3_8') ?></p>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
413
414
415
416
417
|
</div>
</div>
<div class="col-md-4">
<div class="box-simple">
<div class="icon icon_en" id="icon05"></div>
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
418
419
|
<h3><?= Yii::t('app', 'sect3_9') ?></h3>
<p><?= Yii::t('app', 'sect3_10') ?></p>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
420
421
422
423
424
|
</div>
</div>
<div class="col-md-4">
<div class="box-simple">
<div class="icon icon_en" id="icon06"></div>
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
425
426
|
<h3><?= Yii::t('app', 'sect3_11') ?></h3>
<p><?= Yii::t('app', 'sect3_12') ?></p>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
427
428
429
430
431
432
433
434
|
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="box-simple">
<div class="icon icon_en" id="icon07"></div>
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
435
436
|
<h3><?= Yii::t('app', 'sect3_13') ?></h3>
<p><?= Yii::t('app', 'sect3_14') ?></p>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
437
438
439
440
441
|
</div>
</div>
<div class="col-md-4">
<div class="box-simple">
<div class="icon icon_en" id="icon08"></div>
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
442
443
|
<h3><?= Yii::t('app', 'sect3_15') ?></h3>
<p><?= Yii::t('app', 'sect3_16') ?></p>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
444
445
446
447
448
|
</div>
</div>
<div class="col-md-4">
<div class="box-simple">
<div class="icon icon_en" id="icon09"></div>
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
449
450
|
<h3><?= Yii::t('app', 'sect3_17') ?></h3>
<p><?= Yii::t('app', 'sect3_18') ?></p>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
451
452
453
454
455
456
457
458
|
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-md-offset-4">
<div class="box-simple">
<div class="icon icon_en" id="icon10"></div>
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
459
460
|
<h3><?= Yii::t('app', 'sect3_19') ?></h3>
<p><?= Yii::t('app', 'sect3_20') ?></p>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
461
462
463
|
</div>
</div>
</div>
|
fe24f476
Eugeny Galkovskiy
Кнопки 1
|
464
465
|
<div class="row">
<div class="lead">
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
466
|
<p class="text-center"><?= Yii::t('app', 'sect3_21') ?></p>
|
fe24f476
Eugeny Galkovskiy
Кнопки 1
|
467
468
|
</div>
<div class="col-md-12" style="text-align:center;">
|
47ad183b
Eugeny Galkovskiy
ru ua translation
|
469
|
<a href="#" class="btn button1 icon_stat modaled init-button-order" data-title="<?= Yii::t('app', 'modal2') ?>" data-toggle="modal" data-target="#feedback-modal"><?= Yii::t('app', 'modal1_1') ?> <span><?= Yii::t('app', 'modal2_2') ?></span></a>
|
fe24f476
Eugeny Galkovskiy
Кнопки 1
|
470
|
</div>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
471
|
</div>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
472
|
</div>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
473
|
</div>
|
78d55ffe
Eugeny Galkovskiy
first commit
|
474
|
</section>
|
fe24f476
Eugeny Galkovskiy
Кнопки 1
|
475
|
|
78d55ffe
Eugeny Galkovskiy
first commit
|
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
|
<!-- /.bar -->
<div class="gallery">
<!-- Root element of PhotoSwipe. Must have class pswp. -->
<div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
<!-- Background of PhotoSwipe.
It's a separate element, as animating opacity is faster than rgba(). -->
<div class="pswp__bg"></div>
<!-- Slides wrapper with overflow:hidden. -->
<div class="pswp__scroll-wrap">
<!-- Container that holds slides. PhotoSwipe keeps only 3 slides in DOM to save memory. -->
<div class="pswp__container">
<!-- don't modify these 3 pswp__item elements, data is added later on -->
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. -->
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<!-- Controls are self-explanatory. Order can be changed. -->
<div class="pswp__counter"></div>
<button class="pswp__button pswp__button--close" title="Close (Esc)"></button>
<button class="pswp__button pswp__button--share" title="Share"></button>
<button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button>
<button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button>
<!-- Preloader demo https://codepen.io/dimsemenov/pen/yyBWoR -->
<!-- element will get class pswp__preloader--active when preloader is running -->
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div>
<button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)">
</button>
<button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)">
</button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div>
</div>
<!-- /#content -->
<!-- only with map from google-->
|
e4665f95
Eugeny Galkovskiy
Стрелочки на акко...
|
548
|
<div id="section4">
|
d58de2a6
Eugeny Galkovskiy
якоря
|
549
|
<div id="map">
|
78d55ffe
Eugeny Galkovskiy
first commit
|
550
|
|
d58de2a6
Eugeny Galkovskiy
якоря
|
551
|
</div>
|
e4665f95
Eugeny Galkovskiy
Стрелочки на акко...
|
552
|
</div>
|