diff --git a/contenido/11.html b/contenido/11.html index 0417b0f..51f0d55 100644 --- a/contenido/11.html +++ b/contenido/11.html @@ -11,38 +11,119 @@ width: 40%; } - .bg-custom { - box-shadow: 0 0 10px rgba(0, 0, 0, .5); - } - .content-cards { width: 100%; } - .content-cards .persoSwiper { + .dislike-indicator { + top: 50%; + left: 20px; + transform: translateY(-50%); + z-index: 10; + opacity: 0; + } + + .like-indicator { + top: 50%; + right: 20px; + transform: translateY(-50%); + z-index: 10; + opacity: 0; + } + + .indicator-circle { + width: 60px; + height: 60px; + font-size: 24px; + } + + .gradient-bg { + top: 0; + left: 0; + z-index: 1; + } + + .gradient-left { + left: 0; + top: 10%; + width: 50%; + height: 80%; + background: #925c8d; + background: linear-gradient(270deg, rgba(146, 92, 141, 1) 0%, rgba(146, 92, 141, 0) 100%); + } + + .gradient-right { + right: 0; + top: 10%; + width: 50%; + height: 80%; + background: #6c9d7a; + background: linear-gradient(90deg, rgba(108, 157, 122, 1) 0%, rgba(108, 157, 122, 0) 100%); + } + + .bg-image { + z-index: 2; + opacity: 0.7; + } + + .bg-image-left { + left: 20px; + bottom: 60px; + } + + .bg-image-right { + right: 20px; + bottom: 60px; + } + + .bg-image img { + width: 220px; + height: auto; + } + + .card-stack { + position: relative; width: 326px; height: 326px; + margin: 0 auto; + z-index: 5; + } + + .tinder-card { + position: absolute; + width: 100%; + height: 100%; + cursor: grab; + transition: transform 0.3s ease; + user-select: none; + } + + .tinder-card img { + width: 100%; + height: 100%; + object-fit: cover; + border-radius: 10px; } -
-
-
-
-
+
+
+
+
+

Características del sitio de salida

-
+
-
+
- +
-

Instrucciones: Observa las imágenes del sitio de salida que se presentan en las - tarjetas.

-

Si consideras que se encuentra sano, desliza la tarjeta a la derecha. Si - crees que no está sano, - desliza la tarjeta a la izquierda.

+

Instrucciones: Observa las imágenes del sitio de salida que se presentan en las tarjetas.

+

+ Si consideras que se encuentra sano, desliza la tarjeta a la derecha. Si crees que no está sano, + desliza la tarjeta a la izquierda. +

@@ -54,26 +135,48 @@
-
-
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
+ +
+
+
NO SANO
+
+ + + +
+
+
+
+ + +
+ No Sano +
+
+ Sano +
+ +
+
+ Imagen 1 +
+
+ Imagen 2 +
+
+ Imagen 3 +
+
+ Imagen 4 +
+
+ Imagen 5 +
+
+ Imagen 6
@@ -85,14 +188,31 @@
+
+
+
+
+ +
+
+
+

Ten en cuenta que…

+
+
+

En caso de alguna complicación, se debe acudir a la unidad de diálisis.

+
+
+
+
+
diff --git a/img/11.0.png b/img/11.0.png index 810cd69..2c037c8 100644 Binary files a/img/11.0.png and b/img/11.0.png differ diff --git a/img/11.1.png b/img/11.1.png index d614171..cc32014 100644 Binary files a/img/11.1.png and b/img/11.1.png differ diff --git a/img/11.2.png b/img/11.2.png index d0ec5fa..179bc66 100644 Binary files a/img/11.2.png and b/img/11.2.png differ diff --git a/img/11.3.png b/img/11.3.png index 0a3bced..149bf08 100644 Binary files a/img/11.3.png and b/img/11.3.png differ diff --git a/img/11.4.png b/img/11.4.png index 54070b8..7bf770d 100644 Binary files a/img/11.4.png and b/img/11.4.png differ diff --git a/img/11.5.png b/img/11.5.png index ede695e..07a6176 100644 Binary files a/img/11.5.png and b/img/11.5.png differ diff --git a/img/11.bad.png b/img/11.bad.png new file mode 100644 index 0000000..65fa4cf Binary files /dev/null and b/img/11.bad.png differ diff --git a/img/11.check.png b/img/11.check.png new file mode 100644 index 0000000..1d2535b Binary files /dev/null and b/img/11.check.png differ diff --git a/img/11.good.png b/img/11.good.png new file mode 100644 index 0000000..601291a Binary files /dev/null and b/img/11.good.png differ diff --git a/img/11.nosano.png b/img/11.nosano.png new file mode 100644 index 0000000..6cad3c2 Binary files /dev/null and b/img/11.nosano.png differ diff --git a/img/11.sano.png b/img/11.sano.png new file mode 100644 index 0000000..d454cbc Binary files /dev/null and b/img/11.sano.png differ