Commit c9ceb07a1d7ead6dd2ced1c626223efbcb96717e
1 parent
54c1aed6
texts and pics
Showing
14 changed files
with
11 additions
and
3 deletions
Show diff stats
frontend/views/site/index.php
| ... | ... | @@ -8,7 +8,7 @@ use yii\web\View; |
| 8 | 8 | |
| 9 | 9 | MapAsset::register($this); |
| 10 | 10 | $settings = Settings::getInstance(); |
| 11 | -$this->title = 'My Yii Application'; | |
| 11 | +$this->title = 'KB Energy'; | |
| 12 | 12 | |
| 13 | 13 | $js = <<< JS |
| 14 | 14 | window.lat = {$settings->lat}; |
| ... | ... | @@ -106,7 +106,7 @@ $this->registerJs($js, View::POS_END); |
| 106 | 106 | <img src="../img/accord/acc02.jpg" alt="" class="img-responsive border5"> |
| 107 | 107 | </div> |
| 108 | 108 | <div class="col-md-6"> |
| 109 | - <div class="heading text-left"> | |
| 109 | + <div class="heading text-left bigtext" id="header3"> | |
| 110 | 110 | <h2><?= Yii::t('app', 'title3') ?></h2> |
| 111 | 111 | </div> |
| 112 | 112 | <p class="lead"><?= Yii::t('app', 'text3') ?></p> |
| ... | ... | @@ -184,7 +184,7 @@ $this->registerJs($js, View::POS_END); |
| 184 | 184 | <img src="../img/accord/acc08.jpg" alt="" class="img-responsive border5"> |
| 185 | 185 | </div> |
| 186 | 186 | <div class="col-md-6"> |
| 187 | - <div class="heading text-left"> | |
| 187 | + <div class="heading text-left bigtext" id="header6"> | |
| 188 | 188 | <h2><?= Yii::t('app', 'title6') ?></h2> |
| 189 | 189 | </div> |
| 190 | 190 | <p class="lead"><?= Yii::t('app', 'text6') ?></p> | ... | ... |
frontend/web/css/style.css
| ... | ... | @@ -336,6 +336,9 @@ a.sqre_btn { |
| 336 | 336 | background: rgba(0, 0, 0, 0.1); |
| 337 | 337 | box-shadow: inset 0px 250px 250px -250px black, inset 0px -250px 250px -250px black; |
| 338 | 338 | } |
| 339 | +.bigtext { | |
| 340 | + display: table-caption; | |
| 341 | +} | |
| 339 | 342 | |
| 340 | 343 | @media(min-width:992px) and (max-width:1199px){ |
| 341 | 344 | .pr_cover { |
| ... | ... | @@ -406,6 +409,11 @@ a.sqre_btn { |
| 406 | 409 | margin-top: 15px; |
| 407 | 410 | } |
| 408 | 411 | } |
| 412 | +@media(min-width:501px){ | |
| 413 | + .bigtext#header3 h2{ | |
| 414 | + width: 161%; | |
| 415 | + } | |
| 416 | +} | |
| 409 | 417 | @media(max-width:500px){ |
| 410 | 418 | .head_video_buttons .button1{margin-bottom: 7px;} |
| 411 | 419 | .head_video_buttons .button1, .head_video_buttons .button2{ | ... | ... |
frontend/web/img/accord/acc01.jpg
66 KB
frontend/web/img/accord/acc03.jpg
30.2 KB
frontend/web/img/accord/acc05.jpg
58.1 KB
234 KB
frontend/web/img/accord/acc07.jpg
152 KB
74.4 KB
134 KB
96.3 KB