From a9dedb7869bd486933edcae8cc0562ef7f3a2b04 Mon Sep 17 00:00:00 2001 From: sysadminix Date: Tue, 2 Apr 2024 09:31:58 +0300 Subject: [PATCH 01/11] 0.0.1 replace twb to tripwithbonus on main page --- templates/pages/p_main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/pages/p_main.html b/templates/pages/p_main.html index b9dc79a..18f4440 100644 --- a/templates/pages/p_main.html +++ b/templates/pages/p_main.html @@ -58,7 +58,7 @@

{% translate "О сервисе Trip With Bonus" %}

- {% translate "TWB — это сервис, созданный для того, чтобы отправитель и перевозчик нашли друг-друга!" %} + {% translate "TripWithBonus — это сервис, созданный для того, чтобы отправитель и перевозчик нашли друг-друга!" %} {% translate "Наш сервис предлагает вам прямые контакты, а не является посредником!" %}

From 087a913a48242bc812b346e56f41984a08680b7b Mon Sep 17 00:00:00 2001 From: sysadminix Date: Tue, 2 Apr 2024 09:42:13 +0300 Subject: [PATCH 02/11] 0.0.2 replace word in contact form about service --- templates/blocks/static_pages_blocks/b_about_service.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/blocks/static_pages_blocks/b_about_service.html b/templates/blocks/static_pages_blocks/b_about_service.html index c485906..f42106d 100644 --- a/templates/blocks/static_pages_blocks/b_about_service.html +++ b/templates/blocks/static_pages_blocks/b_about_service.html @@ -61,7 +61,7 @@
{% if page.url == 'contacts' or page.url == 'about_service' %} -
{% blocktrans %}Мы всегда на связи!{% endblocktrans %}
+
{% blocktrans %}Мы всегда на связи!{% endblocktrans %}
{% translate "У вас есть вопрос? Отправьте нам сообщение" %} {% endif %} From 358577745f60586312abd9a7d6cea889b03c92ee Mon Sep 17 00:00:00 2001 From: sysadminix Date: Tue, 2 Apr 2024 10:14:45 +0300 Subject: [PATCH 03/11] 0.0.2 replace Logo in footer --- static/img/svg/LogoWhite.svg | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/static/img/svg/LogoWhite.svg b/static/img/svg/LogoWhite.svg index 9d166cc..f52ad6e 100644 --- a/static/img/svg/LogoWhite.svg +++ b/static/img/svg/LogoWhite.svg @@ -1,5 +1,29 @@ - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + From ff48ca83e210778fac7d41625700ea0123267cf4 Mon Sep 17 00:00:00 2001 From: sysadminix Date: Tue, 2 Apr 2024 10:27:09 +0300 Subject: [PATCH 04/11] 0.0.2 replace footer logo max-width --- static/css/mobile_styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css index 0608a94..7b43215 100644 --- a/static/css/mobile_styles.css +++ b/static/css/mobile_styles.css @@ -502,6 +502,7 @@ .footer_logo{ text-align: center; margin: 40px 0; + max-width: 90px; } .footer_text_sub{ From ac6a440151c5ea53792d60c2c3d5e9186cf928b5 Mon Sep 17 00:00:00 2001 From: sysadminix Date: Tue, 2 Apr 2024 10:32:58 +0300 Subject: [PATCH 05/11] 0.0.3 replace footer logo max-width desktop --- static/css/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/styles.css b/static/css/styles.css index ff5c8c7..19acccf 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -300,6 +300,7 @@ section.register>h1 { } .footer_logo{ margin-bottom: 40px; + max-width: 90px; } footer>div { From 55d414c1d0f6d4b045fee809287863f54cc3c199 Mon Sep 17 00:00:00 2001 From: sysadminix Date: Tue, 2 Apr 2024 10:37:45 +0300 Subject: [PATCH 06/11] 0.0.3 replace footer logo max-width desktop --- static/img/svg/LogoWhite.svg | 52 ++++++++++++++++++------------------ 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/static/img/svg/LogoWhite.svg b/static/img/svg/LogoWhite.svg index f52ad6e..698e3a1 100644 --- a/static/img/svg/LogoWhite.svg +++ b/static/img/svg/LogoWhite.svg @@ -1,29 +1,29 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + From 5e7a153d6db301fe9a96f3b9ff9d4527f569768a Mon Sep 17 00:00:00 2001 From: sysadminix Date: Tue, 2 Apr 2024 10:40:04 +0300 Subject: [PATCH 07/11] 0.0.3 replace footer logo max-width desktop --- static/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/styles.css b/static/css/styles.css index 19acccf..bbc0105 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -300,7 +300,7 @@ section.register>h1 { } .footer_logo{ margin-bottom: 40px; - max-width: 90px; + max-width: 45px; } footer>div { From d0d41a4d2b922a54884a2386a20f671b6ebcd95c Mon Sep 17 00:00:00 2001 From: sysadminix Date: Tue, 2 Apr 2024 10:44:46 +0300 Subject: [PATCH 08/11] 0.0.3 replace footer logo max-width desktop --- static/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/styles.css b/static/css/styles.css index bbc0105..36a45ba 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -299,7 +299,7 @@ section.register>h1 { margin-bottom: 10px; } .footer_logo{ - margin-bottom: 40px; + margin-bottom: 20px; max-width: 45px; } From d2fe96a59979c731fcd88f10e37de928be91ddad Mon Sep 17 00:00:00 2001 From: sysadminix Date: Tue, 2 Apr 2024 13:06:42 +0300 Subject: [PATCH 09/11] 0.0.4 center footer logo --- static/css/mobile_styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css index 7b43215..2dbff48 100644 --- a/static/css/mobile_styles.css +++ b/static/css/mobile_styles.css @@ -503,6 +503,7 @@ text-align: center; margin: 40px 0; max-width: 90px; + margin-left: 40%; } .footer_text_sub{ From 0d41bd40e5e66798ba11ec91515c455da9d2cf91 Mon Sep 17 00:00:00 2001 From: sysadminix Date: Tue, 2 Apr 2024 13:48:11 +0300 Subject: [PATCH 10/11] 0.0.4 fix text for about page --- templates/blocks/static_pages_blocks/b_customer_service.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/blocks/static_pages_blocks/b_customer_service.html b/templates/blocks/static_pages_blocks/b_customer_service.html index b7d0cec..f587a15 100644 --- a/templates/blocks/static_pages_blocks/b_customer_service.html +++ b/templates/blocks/static_pages_blocks/b_customer_service.html @@ -1,7 +1,7 @@ {% load i18n %} {% if page.url == 'contacts' or page.url == 'about_service' %} -
{% blocktrans %}Мы всегда на связи!{% endblocktrans %}
+
{% blocktrans %}Мы всегда на связи!{% endblocktrans %}
{% translate "У вас есть вопрос? Отправьте нам сообщение" %} {% endif %} From 80a226a302fa32089aae72b703b0931c9af0d82e Mon Sep 17 00:00:00 2001 From: ArtemB Date: Tue, 2 Apr 2024 14:14:29 +0300 Subject: [PATCH 11/11] 0.1.366 add text in subscribe block --- static/css/mobile_styles.css | 4 ++++ static/css/styles.css | 13 +++++++++++++ templates/blocks/profile/b_subscribe_current.html | 1 + templates/blocks/profile/b_subscribe_variants.html | 2 ++ 4 files changed, 20 insertions(+) diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css index 2dbff48..5774646 100644 --- a/static/css/mobile_styles.css +++ b/static/css/mobile_styles.css @@ -140,6 +140,10 @@ transition: 200ms; } + .unsubscribe_info { + font-size: 12px; +} + .container_content_handler_curtain_left{ display: flex; rotate: 90deg; diff --git a/static/css/styles.css b/static/css/styles.css index 36a45ba..c4f8c97 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -507,6 +507,8 @@ header .header-first { } + + .header_logo_mobile{ display: none; } @@ -2622,6 +2624,17 @@ button#send_feedback_form:active{ /* display: block;*/ /*}*/ +.unsubscribe_info { + color: #27242499; + font-size: 12px; + margin-top: 5px; + background-color: white; + border-radius: 10px; +} + + + + .tab-btn-1, .tab-btn-2 { display: inline-block; diff --git a/templates/blocks/profile/b_subscribe_current.html b/templates/blocks/profile/b_subscribe_current.html index 02e1013..00cb1fe 100644 --- a/templates/blocks/profile/b_subscribe_current.html +++ b/templates/blocks/profile/b_subscribe_current.html @@ -10,6 +10,7 @@
{% translate "Ваш тарифный план" %}
{{ subscribe_for_user.subscribe.name }}
+
*{% translate "для отмены подписки создайте запрос в техподдерже" %}
diff --git a/templates/blocks/profile/b_subscribe_variants.html b/templates/blocks/profile/b_subscribe_variants.html index 0d78d27..e45498a 100644 --- a/templates/blocks/profile/b_subscribe_variants.html +++ b/templates/blocks/profile/b_subscribe_variants.html @@ -55,6 +55,8 @@
+
*{% translate "для отмены подписки создайте запрос в техподдерже" %}
+
{% endfor %}