review homepage

This commit is contained in:
afornerot 2025-03-22 13:00:35 +01:00
parent b4745b657c
commit 0c3eacadde

View File

@ -196,7 +196,7 @@
</div> </div>
{% if not items is empty %} {% if not items is empty %}
<div class="itemmenu" style="max-width:360px; display:flex; margin:20px auto 0px auto; flex-wrap: wrap; justify-content: center;"> <div class="itemmenu" style="max-width:360px; display:flex; margin:20px auto 30px auto; flex-wrap: wrap; justify-content: center;">
{% for item in items %} {% for item in items %}
{% if item.title|lower != "ninefolio" %} {% if item.title|lower != "ninefolio" %}
<a href="{{ item.url }}" target="_blank"> <a href="{{ item.url }}" target="_blank">
@ -226,6 +226,10 @@
{% endif %} {% endif %}
{% endfor %} {% endfor %}
<div style="text-align:center; padding-top:50px">
{% set qrCode = qr_code_result(absolute_url(path("app_home"))) %}
<img src="{{ qrCode.dataUri }}" width="200px" />
</div>
</div> </div>
</div> </div>
</div> </div>
@ -234,14 +238,6 @@
</div> </div>
<!-- BOTTOM ------------------------------------------------------------------------------------------------------------------------------------------------------!-->
<div id="bottom" class="grid-item grid-item-full" style="height:300px;margin-top:60px;">
<div style="text-align:center">
{% set qrCode = qr_code_result(absolute_url(path("app_home"))) %}
<img src="{{ qrCode.dataUri }}" width="200px" />
</div>
</div>
</div>
<!-- ADDMODAL ------------------------------------------------------------------------------------------------------------------------------------------------------!--> <!-- ADDMODAL ------------------------------------------------------------------------------------------------------------------------------------------------------!-->
{% if app.user %} {% if app.user %}