Spaces:
Sleeping
Sleeping
LeireTedCas
commited on
Commit
•
0dd670f
1
Parent(s):
93fb7fa
Update templates/escuchar_trauma1.html
Browse files- templates/escuchar_trauma1.html +20 -19
templates/escuchar_trauma1.html
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
}
|
24 |
.container {
|
25 |
display: grid;
|
26 |
-
grid-template-columns:
|
27 |
grid-template-rows: 1fr;
|
28 |
grid-gap: 10px;
|
29 |
align-items: center;
|
@@ -32,13 +32,14 @@
|
|
32 |
text-align: center;
|
33 |
max-height: 100%;
|
34 |
}
|
35 |
-
.
|
36 |
max-width: 5%;
|
37 |
height: auto;
|
38 |
}
|
39 |
.img2 {
|
40 |
-
max-width:
|
41 |
height: auto;
|
|
|
42 |
}
|
43 |
.text {
|
44 |
font-size: 36px; /* Tamaño de letra deseado */
|
@@ -84,21 +85,21 @@
|
|
84 |
<hr />-->
|
85 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; font-size: 3rem; background-color: darkcyan; max-width: 100%; overflow: hidden; display: flex; align-items: center;">
|
86 |
<div class="container">
|
87 |
-
<
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
</div>
|
103 |
</h2>
|
104 |
</div>
|
@@ -112,7 +113,7 @@
|
|
112 |
<!---------------------------------------------------------------------------------------->
|
113 |
|
114 |
<div class="image-container">
|
115 |
-
<img class="
|
116 |
</div>
|
117 |
<div id="instructions">Dele al botón "Grabar Voz". Cuando acabe, dele al botón "Parar grabación..." y obtendrá el resultado de la búsqueda</div>
|
118 |
|
|
|
23 |
}
|
24 |
.container {
|
25 |
display: grid;
|
26 |
+
grid-template-columns: 1fr 3fr 1fr;
|
27 |
grid-template-rows: 1fr;
|
28 |
grid-gap: 10px;
|
29 |
align-items: center;
|
|
|
32 |
text-align: center;
|
33 |
max-height: 100%;
|
34 |
}
|
35 |
+
.img1 {
|
36 |
max-width: 5%;
|
37 |
height: auto;
|
38 |
}
|
39 |
.img2 {
|
40 |
+
max-width: 75%;
|
41 |
height: auto;
|
42 |
+
cursor: pointer;
|
43 |
}
|
44 |
.text {
|
45 |
font-size: 36px; /* Tamaño de letra deseado */
|
|
|
85 |
<hr />-->
|
86 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; font-size: 3rem; background-color: darkcyan; max-width: 100%; overflow: hidden; display: flex; align-items: center;">
|
87 |
<div class="container">
|
88 |
+
<script>
|
89 |
+
function retroceder() {
|
90 |
+
history.back();
|
91 |
+
}
|
92 |
+
</script>
|
93 |
+
<div class="element">
|
94 |
+
<img class="img2" src="{{ user_image7 }}" alt="Atrás" onclick="retroceder()" style="cursor: pointer;">
|
95 |
+
</div>
|
96 |
+
<div class="element">
|
97 |
+
<p class="text">TRAUMATOLOGÍA</p>
|
98 |
+
</div>
|
99 |
+
<div class="element">
|
100 |
+
<img class="img2" src="{{ user_image6 }}" alt="Config." onclick="location.href='/ajustes'" style="cursor: pointer;">
|
101 |
+
</div>
|
102 |
+
|
103 |
</div>
|
104 |
</h2>
|
105 |
</div>
|
|
|
113 |
<!---------------------------------------------------------------------------------------->
|
114 |
|
115 |
<div class="image-container">
|
116 |
+
<img class="img1" src="{{ user_image5 }}" alt="Descripción de la imagen">
|
117 |
</div>
|
118 |
<div id="instructions">Dele al botón "Grabar Voz". Cuando acabe, dele al botón "Parar grabación..." y obtendrá el resultado de la búsqueda</div>
|
119 |
|