diff --git a/frontend/controllers/SiteController.php b/frontend/controllers/SiteController.php index 621879c..3f03229 100644 --- a/frontend/controllers/SiteController.php +++ b/frontend/controllers/SiteController.php @@ -83,6 +83,7 @@ public function actionObjects(){return $this->render('objects');} // наши объекты public function actionGreen(){return $this->render('green');} // зелёный тариф public function actionMediaAbout(){return $this->render('media-about');} // СМИ о нас + public function actionBlog(){return $this->render('blog');} // блог /** * Action to view robots.txt file dinamycli diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index 2cb3829..0693fa2 100644 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -433,7 +433,7 @@ _________________________________________________________ -->
-

h1 ?>

+

title ?>

title = \Yii::t('app', 'menu-blog'); +$this->params[ 'breadcrumbs' ][] = $this->title; +?> + +
+
+ +
+
\ No newline at end of file diff --git a/frontend/views/site/individual.php b/frontend/views/site/individual.php index 7e64008..26c6faa 100644 --- a/frontend/views/site/individual.php +++ b/frontend/views/site/individual.php @@ -3,11 +3,12 @@ /** * @var View $this * @var Feedback $contact + * @var SeoComponent $seo */ +use artbox\core\components\SeoComponent; use artbox\core\models\Feedback; use common\models\Settings; -use frontend\assets\MapAsset; use yii\helpers\Html; use yii\bootstrap\ActiveForm; use yii\web\View; diff --git a/frontend/views/site/objects.php b/frontend/views/site/objects.php index 821db8a..54ff75a 100644 --- a/frontend/views/site/objects.php +++ b/frontend/views/site/objects.php @@ -20,6 +20,50 @@ $this->params[ 'breadcrumbs' ][] = $this->title;
+
+
+ +
+
+ +

Туристическое агентство “WhereAreYou” осуществляет нестандартные поездки с 2003 года. Мы занимаемся не просто путешествием, а для каждого лично составляем полноценный план поездки: что лучше посетить, длительность пребывания исходя из ваших средств. Все что требуется от вас — назвать город, страну и бюджет.

+
+
+ +
+ + +
+
+
+ +
+ + + +
+
+ +
+ + +
+ +
\ No newline at end of file diff --git a/frontend/web/css/main.css b/frontend/web/css/main.css index 559db26..e45a6de 100644 --- a/frontend/web/css/main.css +++ b/frontend/web/css/main.css @@ -38,4 +38,15 @@ background: #555555; color: #eeeeee; padding: 7px 0 6px; +} +#top .social a { + color: #999999; + display: inline-block; + width: 24px; + height: 16px; + border-radius: 12px; + line-height: 0px; + font-size: 12px; + text-align: center; + vertical-align: bottom; } \ No newline at end of file diff --git a/frontend/web/img/objects/1.jpg b/frontend/web/img/objects/1.jpg new file mode 100644 index 0000000..264afb3 Binary files /dev/null and b/frontend/web/img/objects/1.jpg differ diff --git a/frontend/web/img/objects/2.jpg b/frontend/web/img/objects/2.jpg new file mode 100644 index 0000000..b5f3a70 Binary files /dev/null and b/frontend/web/img/objects/2.jpg differ diff --git a/frontend/web/img/objects/3.jpg b/frontend/web/img/objects/3.jpg new file mode 100644 index 0000000..bef662a Binary files /dev/null and b/frontend/web/img/objects/3.jpg differ diff --git a/frontend/web/img/objects/4.jpg b/frontend/web/img/objects/4.jpg new file mode 100644 index 0000000..20f9938 Binary files /dev/null and b/frontend/web/img/objects/4.jpg differ diff --git a/frontend/web/img/objects/5.jpg b/frontend/web/img/objects/5.jpg new file mode 100644 index 0000000..0d894a4 Binary files /dev/null and b/frontend/web/img/objects/5.jpg differ diff --git a/frontend/web/img/objects/6.jpg b/frontend/web/img/objects/6.jpg new file mode 100644 index 0000000..cbdae81 Binary files /dev/null and b/frontend/web/img/objects/6.jpg differ diff --git a/frontend/web/img/objects/7.jpg b/frontend/web/img/objects/7.jpg new file mode 100644 index 0000000..0290929 Binary files /dev/null and b/frontend/web/img/objects/7.jpg differ diff --git a/frontend/web/img/objects/8.jpg b/frontend/web/img/objects/8.jpg new file mode 100644 index 0000000..aca940a Binary files /dev/null and b/frontend/web/img/objects/8.jpg differ -- libgit2 0.21.4