From a4b830d5e4148801d3f386aa08881fa411a2de11 Mon Sep 17 00:00:00 2001 From: SBD Date: Mon, 27 Nov 2023 13:45:56 +0300 Subject: [PATCH] 0.0.18 --- static/aerbimCSS.css | 115 ++++++++++++++++-- .../logo_3d_sec_dis_n_correct.svg | 26 ++++ static/images/download_icon.svg | 6 + templates/blocks/b_3d_s_d.html | 38 ++++-- .../pages/content/c_projectiing_section.html | 2 +- 5 files changed, 163 insertions(+), 24 deletions(-) create mode 100644 static/images/delete_later/logo_3d_sec_dis_n_correct.svg create mode 100644 static/images/download_icon.svg diff --git a/static/aerbimCSS.css b/static/aerbimCSS.css index f720aa6..dfad289 100644 --- a/static/aerbimCSS.css +++ b/static/aerbimCSS.css @@ -75,15 +75,6 @@ body,html{ text-transform: uppercase; } -.standart_txt{ - color: #ffffff; - /*font-family: Spline Sans;*/ - font-family: -apple-system, 'Raleway-Regular', sans-serif; - font-size: 16px; - font-weight: 500; - line-height: normal; - text-transform: uppercase; -} .standart_semi_bold_txt{ color: #000000; @@ -113,6 +104,15 @@ body,html{ line-height: normal; } +.semi_large_semi_light{ + color: #000000; + font-family: -apple-system, 'Raleway-Regular', sans-serif; + font-size: 18px; + font-style: normal; + font-weight: 400; + line-height: normal; +} + .medium_txt{ color: #000000; font-family: -apple-system, 'Raleway-Regular', sans-serif; @@ -224,11 +224,12 @@ body,html{ .block_service{ margin: 80px 25px; display: flex; - width: 100%; + width: calc(100% - 50px); } .service_block_container{ - width: 33%; + width: calc(33% - 70px); + margin-right: 70px; } .childs_service_container{ @@ -261,6 +262,7 @@ body,html{ .right_part_service.w_100{ width: 100%; float: unset; + padding-left: 0; } /*how with us working*/ @@ -398,4 +400,93 @@ body,html{ color: #ffffff; background: #FB6952; transition: 200ms; -} \ No newline at end of file +} + +/* block plugin*/ + +.plugin_container{ + margin: 120px 90px 0 90px; + width: calc(100% - 180px); + padding-bottom: 100px; +} + +.plugin_txt{ + margin-top: 8px; + margin-bottom: 35px; +} + +.plugin_description{ + margin-bottom: 35px; +} + +.btn_download_plugin{ + border-radius: 5px; + background: #0C54A0; + width: 100%; + border: none; + outline: none; +} + +.btn_inf_about_plugin{ + border: 1px solid #0C54A0; + background: none; + color: #0C54A0; + transition: 200ms; + outline: none; + width: 100%; + border-radius: 5px; + margin-top: 20px; +} + +.btn_inf_about_plugin:hover{ + background: #0C54A0; + border: none; + transition: 200ms; +} + +.btn_inf_about_plugin:hover > .btn_inf_about_plugin_txt{ + color: #ffffff; +} + +.btn_inf_about_plugin_txt{ + color: #0C54A0; +} + +.container_content_btn_download{ + width: calc(100% - 70px); + padding: 15px 35px; +} + +.left_part_btn{ + width: 24px; + float: left; +} +.img_download_f_btn{ + width: 24px; +} + +.right_part_btn{ + width: calc(100% - 24px); + margin-left: 15px; + color: #ffffff; + position: relative; + top: 5px; +} + +.plugin_container_content{ + width: 100%; + display: flex; + justify-content: space-between; +} + +.left_part_plugin_container{ + width:60%; +} +.right_part_plugin_container{ + width: 300px; +} + + +.logo_3d_sec_designer{ + width: 300px; +} diff --git a/static/images/delete_later/logo_3d_sec_dis_n_correct.svg b/static/images/delete_later/logo_3d_sec_dis_n_correct.svg new file mode 100644 index 0000000..34ea881 --- /dev/null +++ b/static/images/delete_later/logo_3d_sec_dis_n_correct.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/images/download_icon.svg b/static/images/download_icon.svg new file mode 100644 index 0000000..7828b3f --- /dev/null +++ b/static/images/download_icon.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/templates/blocks/b_3d_s_d.html b/templates/blocks/b_3d_s_d.html index 64c0835..8abf5b8 100644 --- a/templates/blocks/b_3d_s_d.html +++ b/templates/blocks/b_3d_s_d.html @@ -1,17 +1,33 @@ {% load static %}
-
Все работы по проектированию производятся с помощью
-
Плагина 3D SECURITY DESIGNER
-
-
-
- +
+
Все работы по проектированию производятся с помощью
+
Плагина 3D SECURITY DESIGNER
+
+
+
+ плагин был разработан нашим отделом разработки программного обеспечения для проектирования инженерных систем любой сложности + быстрое проектирование инженерных систем + поддержка популярных семейств оборудования и внедрение новых семейств в плагин +
+ + +
+
+
- - -
-
-
\ No newline at end of file diff --git a/templates/pages/content/c_projectiing_section.html b/templates/pages/content/c_projectiing_section.html index a9b8d7b..9b2daa8 100644 --- a/templates/pages/content/c_projectiing_section.html +++ b/templates/pages/content/c_projectiing_section.html @@ -6,4 +6,4 @@ {% include 'blocks/b_photo150_n_title.html' %} {% endif %} {% endfor %} -{#{% include 'blocks/b_3d_s_d.html' %}#} \ No newline at end of file +{% include 'blocks/b_3d_s_d.html' %} \ No newline at end of file