diff --git a/static/css/moover.css b/static/css/moover.css index ac6e0bb..d75a341 100644 --- a/static/css/moover.css +++ b/static/css/moover.css @@ -4,5 +4,8 @@ @import url('./moover/easy.css'); @import url('./moover/use.css'); @import url('./moover/chatterbox.css'); +@import url('./moover/animate.css'); +@import url('./moover/about.css'); +@import url('./moover/benefits.css'); diff --git a/static/css/moover/about.css b/static/css/moover/about.css new file mode 100644 index 0000000..01d615f --- /dev/null +++ b/static/css/moover/about.css @@ -0,0 +1,42 @@ +.about { + margin-bottom: 168px; +} + +.about .title { + margin-bottom: 60px; +} + +.about__grid { + display: grid; + grid-template-columns: repeat(2, 1fr); + +} + +.about__img { + box-shadow: inset 18.19px 1.21px 18.19px 0 #FFFFFFCC, + inset -18.19px -1.21px 18.19px 0 #4052801A, + 48.5px 36.38px 36.38px 0 #6B7F9933; + border-radius: 31px; + margin-left: 8px; + margin-top: 8px; +} + +.about__right { + text-align: left; + padding-top: 43px; + padding-left: 50px; +} + +.about__half { + max-width: 50%; + float: left; +} + +.about__half:last-child { + padding-left: 16px; + max-width: 47%; +} + +.about b { + letter-spacing: 0.4px; +} \ No newline at end of file diff --git a/static/css/moover/animate.css b/static/css/moover/animate.css new file mode 100644 index 0000000..1f402ce --- /dev/null +++ b/static/css/moover/animate.css @@ -0,0 +1,24 @@ +.animate { + padding: 60px 40px 49px; + opacity: 0; + transform: translateX(-180px); + background-color: var(--color-black2); + border-radius: 30px; + color: white; + margin-bottom: 160px; +} + +.animate .title { + margin-bottom: 25px; + max-width: 87%; + /*width: 90%;*/ +} +.animate .subtitle { + width: 47%; + margin: 0 auto 23px; +} + +.animate__link { + color: var(--color-orange); + text-decoration: underline !important; +} \ No newline at end of file diff --git a/static/css/moover/benefits.css b/static/css/moover/benefits.css new file mode 100644 index 0000000..260f10e --- /dev/null +++ b/static/css/moover/benefits.css @@ -0,0 +1,37 @@ +.benefits { + /*padding: 0 50px;*/ + +} + +.benefits .title { + margin-bottom: 76px; +} + +.benefits__grid { + text-align: left; + display: grid; + grid-template-columns: 1.5fr 3fr 1.5fr; +} + +.benefits__col { + +} + +.benefits__item { + margin-bottom: 54px; + padding-right: 5px; +} + +.benefits img { + position: relative; + top: 14px; + right: -11px; +} + +.benefits__third { + padding-left: 16px; +} + +.benefits__third .benefits__item { + margin-bottom: 22px; +} \ No newline at end of file diff --git a/static/css/moover/chatterbox.css b/static/css/moover/chatterbox.css index 150ae5b..ccd1229 100644 --- a/static/css/moover/chatterbox.css +++ b/static/css/moover/chatterbox.css @@ -1,4 +1,6 @@ -.chatterbox {} +.chatterbox { + margin-bottom: 160px; +} .chatterbox .title { margin-bottom: 60px; @@ -52,6 +54,11 @@ z-index: 1; } +.slick-center .chatterbox__vbox video { + pointer-events: initial; + cursor: pointer; +} + .chatterbox__vbtn { position: absolute; left: 0; @@ -63,10 +70,6 @@ pointer-events: none; } -.loaded .chatterbox__vbtn { - display: none; -} - .chatterbox__vbtn::before { width: 20px; height: 20px; @@ -113,5 +116,17 @@ .chatterbox video { max-width: 100%; + opacity: 0; + transition: opacity 0.2s ease-in-out; + pointer-events: none; + +} + +.loaded .chatterbox__vbtn { + display: none; +} + +.loaded video { + opacity: 1; } diff --git a/static/css/moover/easy.css b/static/css/moover/easy.css index 7461d4a..1dbbdf0 100644 --- a/static/css/moover/easy.css +++ b/static/css/moover/easy.css @@ -8,7 +8,7 @@ } .easy .subtitle { - margin-bottom: 42px; + margin-bottom: 41px; } .easy__grid { @@ -20,7 +20,7 @@ 'a c'; grid-column-gap: 20px; grid-row-gap: 80px; - margin-bottom: 48px; + margin-bottom: 46px; } .easy__item { diff --git a/static/css/moover/presentation.css b/static/css/moover/presentation.css index a1765da..8de8836 100644 --- a/static/css/moover/presentation.css +++ b/static/css/moover/presentation.css @@ -22,11 +22,11 @@ } .presentation__title { - margin-bottom: 21px; + margin-bottom: 23px; } .presentation__subtitle { - margin-bottom: 39px; + margin-bottom: 41px; font-weight: 600; } diff --git a/static/css/moover/root.css b/static/css/moover/root.css index a96fa86..c26f7b3 100644 --- a/static/css/moover/root.css +++ b/static/css/moover/root.css @@ -27,17 +27,23 @@ --color-primary: #FF613A; --color-white: #FFFFFF; --color-black: #000000; + --color-black2: #272424; --color-grey: #F1F1F1; --color-grey2: #7A7979; + --color-orange: #FF613A; + + --box-shadow-primary: -1px 4px 10px 0 rgba(198, 199, 203, 0.20), 0 -1px 10px 0 rgba(198, 199, 203, 0.20); text-align: center; + color: var(--color-black2); } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-weight: 700; + } h1, .title { @@ -68,6 +74,10 @@ p { margin-bottom: 20px; } +b { + font-weight: 500; +} + .btn { display: inline-flex; @@ -99,6 +109,7 @@ p { .subtitle { margin-bottom: 81px; + line-height: 22px; } .hide { diff --git a/static/css/moover/use.css b/static/css/moover/use.css index 4bde39f..a1cdc72 100644 --- a/static/css/moover/use.css +++ b/static/css/moover/use.css @@ -18,22 +18,39 @@ } .use__link { -font-size: 18px; -font-weight: 600; -line-height: 26px; - color:var(--color-grey2); + font-size: 18px; + font-weight: 600; + line-height: 26px; + color: var(--color-grey2); } .use.use--diff .title { width: 60%; margin-bottom: 60px; } + .use.use--diff .use__img { width: 100%; margin-left: 0; margin-bottom: 17px; } +.use.use--lett { + margin-bottom: 120px; +} + +.use.use--lett .title { + margin-bottom: 51px; +} + +.use.use--lett .use__img { + margin-left: -5px; + margin-right: -5px; + max-width: 110%; + width: 1290px; + +} + diff --git a/static/css/slick.css b/static/css/slick.css index 8e08222..d01abad 100644 --- a/static/css/slick.css +++ b/static/css/slick.css @@ -139,4 +139,8 @@ .slick-next { right: 0; transform: rotate(180deg) translate(0, 50%); +} + +.slick-disabled { + display: none !important; } \ No newline at end of file diff --git a/static/img/png/about.png b/static/img/png/about.png new file mode 100644 index 0000000..b73a9d0 Binary files /dev/null and b/static/img/png/about.png differ diff --git a/static/img/png/benefits.png b/static/img/png/benefits.png new file mode 100644 index 0000000..28b600f Binary files /dev/null and b/static/img/png/benefits.png differ diff --git a/static/img/png/use-letterss.png b/static/img/png/use-letterss.png new file mode 100644 index 0000000..decd800 Binary files /dev/null and b/static/img/png/use-letterss.png differ diff --git a/templates/pages/p_mover_landing_page.html b/templates/pages/p_mover_landing_page.html index 69b127c..e62c456 100644 --- a/templates/pages/p_mover_landing_page.html +++ b/templates/pages/p_mover_landing_page.html @@ -136,12 +136,15 @@ {% for media_item in page.get_media_items %}
-
+
+
+
- - -
+ +
+
+ {% endfor %} {#
#} {#
#} @@ -203,8 +206,6 @@
+
+
{% translate "Что о нас пишут люди" %}
+ list letters +
+
+
+ {% translate "Хочешь отправить посылку партнеру, родным или знакомым людям быстро и недорого?" %} +
+
+ {% translate "Зарегистрируйся на Trip With Bonus прямо сейчас, размести бесплатно объявление и получи запросы на перевозку твоей посылки" %} +
+ {% translate "Разместить объявление" %} + +
+
+
{% translate "О сервисе Trip With Bonus" %}
+
+ +
+

{% translate "TripWB - это сервис попутных посылок, который соединяет отправителя посылки того, кому нужно что-то передать в другой город или страну, и перевозчика посылки, а именно попутчика или путешественника, который следует по пути назначения." %}

+

{% translate "Тебе не нужно больше бежать в чаты и группы в социальных сетях и искать тех, кто сможет перевезти посылку, а достаточно просто зайти на сайт, разместить объявление в пару кликов и дождаться откликов от попутчиков." %} +

{% translate "Мы не являемся почтовым сервисом, т.к. мы не доставляем посылки, а только даем возможность отправителю и перевозчику найти друг друга." %}

+

{% translate "Если не хочешь размещать объявление и ждать, то можешь самостоятельно на нашем сайте найти перевозчика через удобную систему поиска" %}

+
+
+{#
#} + + +
+
{% translate "Преимущества сервиса" %}
+
+
+
+

{% translate "Прямой контакт" %}

+

{% translate "Общаешься напрямую с перевозчиком, никаких посредников" %}

+
+
+

{% translate "Своя цена" %}

+

{% translate "Стоимость перевозки самостоятельно обговариваете с перевозчиком." %}

+
+
+

{% translate "Нет доп. расходов" %}

+

{% translate "Никаких комиссий, переплат и дополнительных расходов за отправку." %}

+
+
+
+ benefits +
+
+
+

{% translate "Уведомления" %}

+

{% translate "Можешь самостоятельно найти перевозчиков или разместить объявление на сайте." %}

+
+
+

{% translate "Удобный поиск" %}

+

{% translate "Как только по твоему объявлению найдется перевозчик мы сообщим на E-mail." %}

+
+
+

{% translate "Экономия времени" %}

+

{% translate "Не нужно искать группы, чаты, и кидать «клич», а просто достаточно разместить объявление на сайте." %}

+
+
+
+ +
- {% endblock %} \ No newline at end of file