Files
Aerbim/templates/blocks/b_3d_s_d.html
2023-11-27 13:45:56 +03:00

33 lines
2.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{% load static %}
<div class="cut-width">
<div class="plugin_container">
<div class="semi_large_light">Все работы по проектированию производятся с помощью</div>
<div class="large_txt plugin_txt">Плагина 3D SECURITY DESIGNER</div>
<div class="plugin_container_content">
<div class="left_part_plugin_container">
<div class="semi_large_semi_light plugin_description">
плагин был разработан нашим отделом разработки программного обеспечения для проектирования инженерных систем любой сложности
быстрое проектирование инженерных систем
поддержка популярных семейств оборудования и внедрение новых семейств в плагин
</div>
<button class="btn_download_plugin">
<div class="container_content_btn_download">
<div class="left_part_btn">
<img src="{% static "/images/download_icon.svg" %}" class="img_download_f_btn">
</div>
<div class="standart_semi_bold_txt right_part_btn">Скачать бесплатную версию плагина</div>
<div class="clear_both"></div>
</div>
</button>
<button class="btn_inf_about_plugin">
<div class="container_content_btn_download btn_inf_about_plugin_txt standart_semi_bold_txt">
Информация о плагине
</div>
</button>
</div>
<div class="right_part_plugin_container">
<img class="logo_3d_sec_designer" src="{% static "images/delete_later/logo_3d_sec_dis_n_correct.svg" %}">
</div>
</div>
</div>
</div>