diff --git a/contenido/01.html b/contenido/01.html index c296191..5586d42 100644 --- a/contenido/01.html +++ b/contenido/01.html @@ -12,6 +12,14 @@ background-position: left; background-size: 100% auto; } + + .btn-comenzar { + border-radius: 20px; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + border: 0; + box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); + }
@@ -21,13 +29,18 @@
-

+

INDUCCIÓN AL PROGRAMA DE
DIÁLISIS PERITONEAL - >>> + >>>

-

Extender vidas >>> Expandir posibilidades

+

Extender vidas >>> Expandir posibilidades

+
+ +
@@ -50,8 +63,9 @@ $('.wrap-course-content').addClass('fake'); CourseNav.setSlideVisited(); - // $('.btn-comenzar').on('click', function () { - // CourseNav.nextSlide(); - // }); + $('.btn-comenzar').on('click', function () { + CourseNav.nextSlide(); + $(this).removeClass('animate__animated animate__pulse animate__infinite'); + }); }); diff --git a/img/0.1.png b/img/0.1.png index 4ad3b04..50ae1c5 100644 Binary files a/img/0.1.png and b/img/0.1.png differ diff --git a/img/bg00.jpg b/img/bg00.jpg index 4e0f05c..4129893 100644 Binary files a/img/bg00.jpg and b/img/bg00.jpg differ diff --git a/img/w-xx1.png b/img/w-xx1.png index a1d75d2..80cba1c 100644 Binary files a/img/w-xx1.png and b/img/w-xx1.png differ