diff --git a/frontend/views/site/index.php b/frontend/views/site/index.php index 15dea98..105030a 100644 --- a/frontend/views/site/index.php +++ b/frontend/views/site/index.php @@ -8,7 +8,7 @@ use yii\web\View; MapAsset::register($this); $settings = Settings::getInstance(); -$this->title = 'My Yii Application'; +$this->title = 'KB Energy'; $js = <<< JS window.lat = {$settings->lat}; @@ -106,7 +106,7 @@ $this->registerJs($js, View::POS_END);
-
+

@@ -184,7 +184,7 @@ $this->registerJs($js, View::POS_END);
-
+

diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 61fdad0..a4df377 100644 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -336,6 +336,9 @@ a.sqre_btn { background: rgba(0, 0, 0, 0.1); box-shadow: inset 0px 250px 250px -250px black, inset 0px -250px 250px -250px black; } +.bigtext { + display: table-caption; +} @media(min-width:992px) and (max-width:1199px){ .pr_cover { @@ -406,6 +409,11 @@ a.sqre_btn { margin-top: 15px; } } +@media(min-width:501px){ + .bigtext#header3 h2{ + width: 161%; + } +} @media(max-width:500px){ .head_video_buttons .button1{margin-bottom: 7px;} .head_video_buttons .button1, .head_video_buttons .button2{ diff --git a/frontend/web/img/accord/acc01.jpg b/frontend/web/img/accord/acc01.jpg index 02ab5dc..4c67ae6 100644 Binary files a/frontend/web/img/accord/acc01.jpg and b/frontend/web/img/accord/acc01.jpg differ diff --git a/frontend/web/img/accord/acc01_1.jpg b/frontend/web/img/accord/acc01_1.jpg new file mode 100644 index 0000000..02ab5dc Binary files /dev/null and b/frontend/web/img/accord/acc01_1.jpg differ diff --git a/frontend/web/img/accord/acc03.jpg b/frontend/web/img/accord/acc03.jpg index 4c67ae6..95f4a19 100644 Binary files a/frontend/web/img/accord/acc03.jpg and b/frontend/web/img/accord/acc03.jpg differ diff --git a/frontend/web/img/accord/acc03_1.jpg b/frontend/web/img/accord/acc03_1.jpg new file mode 100644 index 0000000..28e8e8a Binary files /dev/null and b/frontend/web/img/accord/acc03_1.jpg differ diff --git a/frontend/web/img/accord/acc05.jpg b/frontend/web/img/accord/acc05.jpg index 6606a42..1ecb2df 100644 Binary files a/frontend/web/img/accord/acc05.jpg and b/frontend/web/img/accord/acc05.jpg differ diff --git a/frontend/web/img/accord/acc05_1.jpg b/frontend/web/img/accord/acc05_1.jpg new file mode 100644 index 0000000..6606a42 Binary files /dev/null and b/frontend/web/img/accord/acc05_1.jpg differ diff --git a/frontend/web/img/accord/acc05_2.jpg b/frontend/web/img/accord/acc05_2.jpg new file mode 100644 index 0000000..4d1738d Binary files /dev/null and b/frontend/web/img/accord/acc05_2.jpg differ diff --git a/frontend/web/img/accord/acc07.jpg b/frontend/web/img/accord/acc07.jpg index 206f819..d0d0ed2 100644 Binary files a/frontend/web/img/accord/acc07.jpg and b/frontend/web/img/accord/acc07.jpg differ diff --git a/frontend/web/img/accord/acc07_1.jpg b/frontend/web/img/accord/acc07_1.jpg new file mode 100644 index 0000000..206f819 Binary files /dev/null and b/frontend/web/img/accord/acc07_1.jpg differ diff --git a/frontend/web/img/accord/acc07_2.jpg b/frontend/web/img/accord/acc07_2.jpg new file mode 100644 index 0000000..e098820 Binary files /dev/null and b/frontend/web/img/accord/acc07_2.jpg differ diff --git a/frontend/web/img/accord/acc07_3.jpg b/frontend/web/img/accord/acc07_3.jpg new file mode 100644 index 0000000..e93d830 Binary files /dev/null and b/frontend/web/img/accord/acc07_3.jpg differ diff --git a/frontend/web/img/accord/acc07_4.jpg b/frontend/web/img/accord/acc07_4.jpg new file mode 100644 index 0000000..bc3dcb0 Binary files /dev/null and b/frontend/web/img/accord/acc07_4.jpg differ -- libgit2 0.21.4