Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{% if widget.but_title %}
|
||||
<a href="{{ widget.url }}" style="border: {{ widget.but_color }} solid 2px; color: {{ widget.but_color }};">
|
||||
<a href="{{ widget.url }}" style="border: {{ widget.but_color }} solid 2px; color: {{ widget.but_color }};text-decoration: none;">
|
||||
{{ widget.but_title }}
|
||||
</a>
|
||||
{% endif %}
|
||||
15
templates/widgets/w_one_present_aerBim.html
Normal file
15
templates/widgets/w_one_present_aerBim.html
Normal file
@@ -0,0 +1,15 @@
|
||||
{% load static %}
|
||||
<div class="w_one_present {% if forloop|divisibleby:2 %}{% endif %}">
|
||||
<div class="txt_part_w_one_present">
|
||||
<div class="title_w_one_present standart_txt">
|
||||
видеообзор функционала плагина 3D Security Designer
|
||||
</div>
|
||||
<div class="splinner_w_one_present"></div>
|
||||
<div class="description_w_one_present standart_txt">
|
||||
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley
|
||||
</div>
|
||||
</div>
|
||||
<div class="img_container_part_w_one_present">
|
||||
<img class="img_part_w_one_present" src="{% static "images/delete_later/img_f_test_presentation.jpg" %}" alt="">
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user