Spaces:
Sleeping
Sleeping
LeireTedCas
commited on
Commit
•
324e27b
1
Parent(s):
58c21cc
Update templates/otros.html
Browse files- templates/otros.html +18 -1
templates/otros.html
CHANGED
@@ -92,11 +92,28 @@
|
|
92 |
|
93 |
|
94 |
{% for titulo,url in text.items() %}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
95 |
|
96 |
-
|
97 |
<br>
|
98 |
<br>
|
99 |
{% endfor %}
|
|
|
|
|
|
|
|
|
100 |
|
101 |
</form>
|
102 |
|
|
|
92 |
|
93 |
|
94 |
{% for titulo,url in text.items() %}
|
95 |
+
<div style="display: flex; align-items: center; margin-bottom: 10px; width: 100%;">
|
96 |
+
<!--<img src="{{ abrir }}" alt="Imagen" style="max-width: 40px; max-height: 40px; margin-right: 10px;">-->
|
97 |
+
|
98 |
+
<input type="button" value="" style="background-color: white; font-size: 2.5rem; width: 60px; height: 60px; margin-right: 10px; padding-left: 50px; background-image: url('{{ abrir }}'); background-repeat: no-repeat; background-size: 40px 40px; background-position: center;" onclick="location.href='{{ url }}'">
|
99 |
+
<strong style="font-size: 2rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>
|
100 |
+
<!--<strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>-->
|
101 |
+
|
102 |
+
</div>
|
103 |
+
|
104 |
+
<!--<input type="button" value="" style="background-color: white; font-size: 2.5rem; margin-bottom: 10px; padding-left: 50px; background-image: url('{{ abrir }}'); background-repeat: no-repeat; background-size: 40px 40px;background-position: center;" onclick="location.href='{{ url }}'">-->
|
105 |
+
|
106 |
+
<br>
|
107 |
+
<hr style="width: 100%; margin: 0;">
|
108 |
|
109 |
+
<!--<a href="{{url}}" style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>-->
|
110 |
<br>
|
111 |
<br>
|
112 |
{% endfor %}
|
113 |
+
<!--<a href="{{url}}" style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>
|
114 |
+
<br>
|
115 |
+
<br>-->
|
116 |
+
|
117 |
|
118 |
</form>
|
119 |
|