From e86c399defb1dadfc126854ed497a80332f6bccb Mon Sep 17 00:00:00 2001 From: zhegal Date: Mon, 4 Dec 2017 20:17:21 +0200 Subject: [PATCH] links menu --- frontend/views/layouts/main.php | 13 ++++++------- frontend/views/site/index.php | 215 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------------------------------------------------------------- frontend/web/css/custom.css | 46 +++++++++++++++++++++++++++++++++++++++++----- frontend/web/img/stratis.jpg | Bin 108935 -> 0 bytes 4 files changed, 161 insertions(+), 113 deletions(-) diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index 62c03ef..ebbc8c4 100644 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -117,13 +117,12 @@ diff --git a/frontend/views/site/index.php b/frontend/views/site/index.php index 499dd69..49714a1 100644 --- a/frontend/views/site/index.php +++ b/frontend/views/site/index.php @@ -27,7 +27,7 @@ _________________________________________________________ -->
  • Знакомтесь с интересными людьми, узнавайте всё об инвестировании.
  • Только реальные кейсы.
  • -

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

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

    @@ -64,6 +64,7 @@ _________________________________________________________ -->

    16.12.2017
    С 11:00 до 13:00

    + Принять участие
    @@ -103,10 +104,10 @@ _________________________________________________________ -->

    Сессия 1

    @@ -117,9 +118,9 @@ _________________________________________________________ -->

    Сессия 2

    @@ -130,10 +131,10 @@ _________________________________________________________ -->

    Сессия 3

    @@ -144,66 +145,65 @@ _________________________________________________________ --> -
    -
    -
    -
    -
    -

    Предыдущее мероприятие

    -
    -
    -
    -
    +
    -

    Кому это может быть полезно?

    +

    Кому это будет полезно?

    @@ -243,57 +243,59 @@ _________________________________________________________ -->
    +
    - -
    +
    -
    +
    -

    Наши спикеры

    +

    Предыдущее мероприятие

    -
    -
    -
    -
    - -
    -

    Роман Горячун

    -
    -

    Инвестор в BitClub Network, участник сообщества BeHappy24, имею 3 финансовых портфеля, интересуюсь новым и неизведанным, спортсмен, путешественник.

    -
    -
    - +
    +
    @@ -319,3 +322,13 @@ _________________________________________________________ -->
    +
    +
    +
    +

    Хотите выгодно инвестировать?

    +
    + +
    +
    \ No newline at end of file diff --git a/frontend/web/css/custom.css b/frontend/web/css/custom.css index 6f0fe8f..c9c9668 100644 --- a/frontend/web/css/custom.css +++ b/frontend/web/css/custom.css @@ -144,7 +144,7 @@ text-transform: uppercase; background-color: #fff; display: inline-block; - padding: 5px 30px; + padding: 7px 30px; } .main h3 { margin: 40px 0; @@ -152,6 +152,7 @@ .main h1 { font-size: 62px; margin-bottom: 50px; + color: #ff9701; } .boximg-item { width: 100%; @@ -186,8 +187,10 @@ img.img-responsive.img-circle { } .main ul { padding: 0; - text-align: left; + text-align: center; font-size: 18px; + list-style: none; + margin-bottom: 35px; } .main ul div{ font-size: 32px; @@ -217,7 +220,40 @@ img.img-responsive.img-circle { .navbar-collapse.collapse ul li br{display:none;} .navbar-collapse.collapse ul li a{line-height:20px!important;} } -#sect3{color:#fff;} -#sect3 h2{ +#sect3,#sect5{color:#fff;} +#sect3 h2, #sect5 h2{ border-bottom: solid 5px #ff9701; - color: #fff;} \ No newline at end of file + color: #fff;} +#sect3 .box-simple .icon,#sect5 .box-simple .icon{ + color: #ff9701; + border-color: #ff9701; +} +#sect3 .box-simple h3, #sect5 .box-simple h3{ + color: #fff; +} +#sect3 .list-sessions, #sect5 .list-sessions{ + list-style: none; + padding: 0; + text-align: left; + color: #ffffff; +} + +#sect3 .list-sessions li, #sect5 .list-sessions li { + background-image: url(../img/ckeck2.png); + background-position: 0px 2px; + background-repeat: no-repeat; + text-indent: 25px; + padding-top: 0; + line-height: 25px; + margin-bottom: 8px; +} +.btn-template-transparent-orange { + color: #ff9701; + background-color: transparent; + border-color: #ff9701; +} +.btn-template-transparent-orange:hover, .btn-template-transparent-orange:focus, .btn-template-transparent-orange:active, .btn-template-transparent-orange.active { + background: #ff9701; + color: #fff; + border-color: #ff9701; +} \ No newline at end of file diff --git a/frontend/web/img/stratis.jpg b/frontend/web/img/stratis.jpg index 7951ce1..d5652a0 100644 Binary files a/frontend/web/img/stratis.jpg and b/frontend/web/img/stratis.jpg differ -- libgit2 0.21.4