Починка представления главной страницы
This commit is contained in:
parent
aaec25f64c
commit
5d18c95dc4
|
@ -7,8 +7,7 @@ $config = [
|
||||||
'aliases' => [
|
'aliases' => [
|
||||||
'@vendor' => dirname(__DIR__) . '/../../../vendor',
|
'@vendor' => dirname(__DIR__) . '/../../../vendor',
|
||||||
'@bower' => '@vendor/bower-asset',
|
'@bower' => '@vendor/bower-asset',
|
||||||
'@npm' => '@vendor/npm-asset',
|
'@npm' => '@vendor/npm-asset'
|
||||||
'@explosivebit' => '@vendor/explosivebit',
|
|
||||||
],
|
],
|
||||||
'components' => [
|
'components' => [
|
||||||
'request' => [
|
'request' => [
|
||||||
|
@ -93,7 +92,7 @@ if (YII_ENV_DEV) {
|
||||||
'class' => 'yii\debug\Module',
|
'class' => 'yii\debug\Module',
|
||||||
'panels' => [
|
'panels' => [
|
||||||
'ArangoDB' => [
|
'ArangoDB' => [
|
||||||
'class' => 'explosivebit\arangodb\panels\arangodb\ArangoDbPanel'
|
'class' => 'mirzaev\yii2\arangodb\panels\arangodb\ArangoDbPanel'
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|
|
@ -10,8 +10,8 @@ $this->title = 'SkillParts';
|
||||||
<div id="page_index">
|
<div id="page_index">
|
||||||
<div class="info_panel mb-4">
|
<div class="info_panel mb-4">
|
||||||
<div class="container h-100 d-flex flex-column justify-content-center">
|
<div class="container h-100 d-flex flex-column justify-content-center">
|
||||||
<p class="mb-4 gilroy">Проблема с подбором запчастей?</p>
|
<p class="mb-4 ml-0 gilroy">Проблема с подбором запчастей?</p>
|
||||||
<p class="d-flex">
|
<p class="ml-0 d-flex">
|
||||||
<span class="p-2 px-3 button_call_icon"><i class="fas fa-phone-alt text-white"></i></span>
|
<span class="p-2 px-3 button_call_icon"><i class="fas fa-phone-alt text-white"></i></span>
|
||||||
<a class="btn text-white button_clean button_blue button_call" href="/call" role="button">Связаться с менеджером</a>
|
<a class="btn text-white button_clean button_blue button_call" href="/call" role="button">Связаться с менеджером</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
Reference in New Issue