diff --git a/frontend/views/site/index.php b/frontend/views/site/index.php index 75c2bbe..28a4264 100644 --- a/frontend/views/site/index.php +++ b/frontend/views/site/index.php @@ -25,7 +25,7 @@ $this->title = 'My Yii Application';
  • Место встречи единомышленников.
  • Только работающие модели развития бизнеса.
    Конкретные примеры безопасного инвестирования и реального заработка.
  • -

    Принять участие +

    Принять участие

    @@ -118,10 +118,10 @@ $this->title = 'My Yii Application';

    Сессия 1

    @@ -132,8 +132,8 @@ $this->title = 'My Yii Application';

    Сессия 2

    @@ -146,7 +146,7 @@ $this->title = 'My Yii Application';

    Сессия 3

    @@ -269,7 +269,7 @@ $this->title = 'My Yii Application'; -

    Принять участие +

    Принять участие

    @@ -354,7 +354,24 @@ $this->title = 'My Yii Application';

    Начните действовать уже сегодня

    - Зарегистрироваться + Зарегистрироваться
    - \ No newline at end of file + + + \ No newline at end of file diff --git a/frontend/web/css/custom.css b/frontend/web/css/custom.css index 464f2d4..2252e72 100644 --- a/frontend/web/css/custom.css +++ b/frontend/web/css/custom.css @@ -153,6 +153,7 @@ font-size: 62px; margin-bottom: 50px; color: #ff9701; + text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2); } .boximg-item { width: 100%; @@ -199,6 +200,8 @@ img.img-responsive.img-circle { .main ul li { margin: 5px 0; margin-left: 20px; + font-weight: 300; + letter-spacing: 0.25px; } .jumbotron { background: url(/img/stratis.jpg) center center repeat; @@ -251,6 +254,8 @@ img.img-responsive.img-circle { line-height: 29px; margin-bottom: 8px; font-size: 16px; + font-weight: 300; + letter-spacing: 0.25px; } .btn-template-transparent-orange { color: #ff9701; @@ -301,4 +306,11 @@ img.img-responsive.img-circle { #back-to-top:hover { background: #735120; color: #fff; +} +#sect5{background: url(/img/stratis1.jpg) center center repeat;} +.footicon{color: #ffffff60;} +.footicon:hover{color: #ffffff30;} +#footer { + padding: 20px 0; + padding-bottom: 10px; } \ No newline at end of file -- libgit2 0.21.4