mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-05 20:32:54 +02:00
Services boxes
This commit is contained in:
1
templates/shortcodes/need_box.html
Normal file
1
templates/shortcodes/need_box.html
Normal file
@ -0,0 +1 @@
|
||||
<div class="need_box"><span class="need_box-title">{{title|safe}}</span></div>
|
7
templates/shortcodes/service_box.html
Normal file
7
templates/shortcodes/service_box.html
Normal file
@ -0,0 +1,7 @@
|
||||
<div class="service_box">
|
||||
<a class="service_box-link" href="{{href|safe}}">
|
||||
{% if img %}<div class="service_box-img_wrap"><img class="service_box-img" src="{{img|safe}}" alt="{{title}}" aria-hidden/></div>{% endif %}
|
||||
<span class="service_box-title">{{title|safe}}</span><br/>
|
||||
<span class="service_box-description">{{description|safe}}</span>
|
||||
</a>
|
||||
</div>
|
Reference in New Issue
Block a user