Commit 50a02c30f7f491e9a8220acf7a5724cd7608085c
1 parent
e2eb758b
правки
Showing
4 changed files
with
18 additions
and
10 deletions
Show diff stats
common/messages/ru/app.php
... | ... | @@ -169,7 +169,7 @@ return [ |
169 | 169 | 'index_ses_for' => 'Солнечные станции для', |
170 | 170 | 'index_ses_fiz' => 'физических лиц', |
171 | 171 | 'index_ses_leg' => 'юридических лиц', |
172 | - 'index_why_us' => 'Почему мы', | |
172 | + 'index_why_us' => 'Проектирование солнечных электростанций', | |
173 | 173 | |
174 | 174 | 'index_title1' => 'Мы первые подключили СЭС', |
175 | 175 | 'index_subtitle1' => 'по Зеленому тарифу в Киевской области', | ... | ... |
common/messages/ua/app.php
... | ... | @@ -171,7 +171,7 @@ return [ |
171 | 171 | 'index_ses_for' => 'Сонячні станції для', |
172 | 172 | 'index_ses_fiz' => 'фізичних осіб', |
173 | 173 | 'index_ses_leg' => 'юридичних осіб', |
174 | - 'index_why_us' => 'ЧОМУ САМЕ МИ?', | |
174 | + 'index_why_us' => 'Проектування сонячних електростанцій', | |
175 | 175 | |
176 | 176 | 'index_title1' => 'МИ ПЕРШІ ПІДКЛЮЧИЛИ СЕС', |
177 | 177 | 'index_subtitle1' => 'по зеленому тарифу в Київській області', | ... | ... |
frontend/views/site/contact.php
... | ... | @@ -39,7 +39,7 @@ JS; |
39 | 39 | <h2><?= \Yii::t('app', 'contact_title') ?></h2> |
40 | 40 | </div> |
41 | 41 | |
42 | - <p class="lead"><?= \Yii::t('app', 'contact_text1') ?></p> | |
42 | +<!-- <p class="lead">--><?//= \Yii::t('app', 'contact_text1') ?><!--</p>--> | |
43 | 43 | <!-- <div class="contacts_photo"><img src="/img/contacts_photo.jpg" alt=""></div>--> |
44 | 44 | </section> |
45 | 45 | </div> | ... | ... |
frontend/web/css/main.css
... | ... | @@ -103,7 +103,9 @@ body{position:relative;} |
103 | 103 | .blue-fon .box-simple p, .background-kben .box-simple p {color: #fff;} |
104 | 104 | .why-us .line_why {position: absolute;top: 50px;right: -83px;opacity: 0.3;} |
105 | 105 | .blue-fon .heading h1, .blue-fon .heading h2, .blue-fon .heading h3, .blue-fon .heading h4, .blue-fon .heading h5, |
106 | -.background-kben .heading h1, .background-kben .heading h2, .background-kben .heading h3, .background-kben .heading h4, .background-kben .heading h5{color:#fff;border-color: #ffd800!important;} | |
106 | +.blue-fon .heading .h1, .blue-fon .heading .h2, .blue-fon .heading .h3, .blue-fon .heading .h4, .blue-fon .heading .h5, | |
107 | +.background-kben .heading h1, .background-kben .heading h2, .background-kben .heading h3, .background-kben .heading h4, .background-kben .heading h5, | |
108 | +.background-kben .heading .h1, .background-kben .heading .h2, .background-kben .heading .h3, .background-kben .heading .h4, .background-kben .heading .h5{color:#fff;border-color: #ffd800!important;} | |
107 | 109 | a.sqre_btn { |
108 | 110 | padding: 0; |
109 | 111 | margin: 0; |
... | ... | @@ -173,7 +175,8 @@ section.blue-fon {padding-top: 25px;} |
173 | 175 | } |
174 | 176 | .get_station_center {text-align: center;margin-top: 30px;margin-bottom: -15px;} |
175 | 177 | .border5 {border-radius: 5px;} |
176 | -.card1 .heading.text-left h2 {margin-top: 0px;} | |
178 | +.card1 .heading.text-left h2, | |
179 | +.card1 .heading.text-left .h2 {margin-top: 0px;} | |
177 | 180 | .bigtext {display: table-caption;} |
178 | 181 | .smi_left .video {height: 422px;} |
179 | 182 | .blue_arrow { |
... | ... | @@ -366,11 +369,13 @@ section.bar.background-gray.steps-pre:before { |
366 | 369 | background: #eeeeee; |
367 | 370 | z-index: 1; |
368 | 371 | } |
369 | -.steps-pre h2,.steps-pre div{margin: 4px 0;} | |
372 | +.steps-pre h2,.steps-pre div, | |
373 | +.steps-pre .h2{margin: 4px 0;} | |
370 | 374 | .steps-pre div{margin:4px auto;font-weight:bold;} |
371 | 375 | .individ_main{font-size: 30px;} |
372 | 376 | #get-it {padding: 30px 0 10px;background-color:#0080ca;} |
373 | -#main-page .blue-fon .heading h2{border:none;} | |
377 | +#main-page .blue-fon .heading h2, | |
378 | +#main-page .blue-fon .heading .h2{border:none;} | |
374 | 379 | #main-page .row.portfolio{display: flex;flex-wrap: wrap;} |
375 | 380 | .main-slider .carousel-inner, .main-slider .carousel-inner > .item {height:100%;width:100%;position:relative;} |
376 | 381 | .main-slider .img-responsive, .thumbnail > img, .main-slider .thumbnail a > img, .carousel-inner > .item > img, .main-slider .carousel-inner > .item > a > img { |
... | ... | @@ -494,7 +499,8 @@ section.bar.background-gray.steps-pre:before { |
494 | 499 | |
495 | 500 | /*heading breadcrumbs blue fon*/ |
496 | 501 | #heading-breadcrumbs{background-color: #0080ca;background-image: url(/img/slide_two_fon.png);} |
497 | -#heading-breadcrumbs h1{color: #fdfdfd;} | |
502 | +#heading-breadcrumbs h1, | |
503 | +#heading-breadcrumbs .h1{color: #fdfdfd;} | |
498 | 504 | #heading-breadcrumbs .breadcrumb > .active {color: #d0d0d0;font-weight: bold;} |
499 | 505 | #heading-breadcrumbs .breadcrumb > li + li:before {color: #ececec;} |
500 | 506 | #heading-breadcrumbs .breadcrumb li a {color: #efefef;} |
... | ... | @@ -1016,11 +1022,13 @@ p.error-text{ |
1016 | 1022 | .nav.navbar-nav.navbar-right{margin: 0;float: none!important;} |
1017 | 1023 | } |
1018 | 1024 | @media(max-width:520px){ |
1019 | - #heading-breadcrumbs h1 {font-size: 5.78vw;} | |
1025 | + #heading-breadcrumbs h1, | |
1026 | + #heading-breadcrumbs .h1 {font-size: 5.78vw;} | |
1020 | 1027 | #video-bg .arrow_bottom a{font-size:60px;} |
1021 | 1028 | } |
1022 | 1029 | @media(min-width:501px){ |
1023 | - .bigtext#header3 h2{width: 161%;} | |
1030 | + .bigtext#header3 h2, | |
1031 | + .bigtext#header3 .h2{width: 161%;} | |
1024 | 1032 | } |
1025 | 1033 | @media(max-width:500px){ |
1026 | 1034 | .form-comm-wr .form-group{width:100%;} | ... | ... |