update
This commit is contained in:
+44
-40
@@ -1,53 +1,57 @@
|
||||
<style>
|
||||
.fake {
|
||||
background-image: url(img/bg00.jpg);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
}
|
||||
.fake {
|
||||
background-image: url(img/bg00.jpg);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.w-container {
|
||||
background-image: url(img/w-xx1.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: left;
|
||||
background-size: 100% auto;
|
||||
}
|
||||
.w-container {
|
||||
background-image: url(img/w-xx1.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: left;
|
||||
background-size: 100% auto;
|
||||
}
|
||||
</style>
|
||||
<div class='page-sco py-2 py-md-4 h-100'>
|
||||
<div class='container h-100'>
|
||||
<div class='row justify-content-center align-items-center h-100'>
|
||||
<div class='col-12 w-container'>
|
||||
<div class='row justify-content-center'>
|
||||
<div class="col-11">
|
||||
<div class="row justify-content-center align-items-center">
|
||||
<div class="col-8">
|
||||
<h1 class="text-white fw-bold">INDUCCIÓN AL PROGRAMA DE <br> DIÁLISIS PERITONEAL<span
|
||||
class="fw-bold text-verde-ceniza">>>></span></h1>
|
||||
<p class="text-white">Pioneros en el cuidado de la enfermedad renal crónica</p>
|
||||
</div>
|
||||
<div class="col-4">
|
||||
<img src="img/0.1.png" class="img-fluid" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class="col-10 text-center">
|
||||
<div class="page-sco py-2 py-md-4 h-100">
|
||||
<div class="container h-100">
|
||||
<div class="row justify-content-center align-items-center h-100">
|
||||
<div class="col-12 w-container">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-11">
|
||||
<div class="row justify-content-center align-items-center">
|
||||
<div class="col-8">
|
||||
<h1 class="text-primary fw-bold">
|
||||
INDUCCIÓN AL PROGRAMA DE
|
||||
<br />
|
||||
DIÁLISIS PERITONEAL
|
||||
<span class="fw-bold text-verde-oscuro">>>></span>
|
||||
</h1>
|
||||
<p class="text-primary">Pioneros en el cuidado de la enfermedad renal crónica</p>
|
||||
</div>
|
||||
<div class="col-4">
|
||||
<img src="img/0.1.png" class="img-fluid" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class="col-10 text-center">
|
||||
<button class="btn btn-verde-oscuro btn-comenzar">
|
||||
<h4 class="my-0 fw-bold">Comenzar</h4>
|
||||
</button>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
$(function () {
|
||||
'use strict';
|
||||
$('.wrap-course-content').addClass('fake');
|
||||
CourseNav.setSlideVisited();
|
||||
$(function () {
|
||||
'use strict';
|
||||
$('.wrap-course-content').addClass('fake');
|
||||
CourseNav.setSlideVisited();
|
||||
|
||||
// $('.btn-comenzar').on('click', function () {
|
||||
// CourseNav.nextSlide();
|
||||
// });
|
||||
});
|
||||
// $('.btn-comenzar').on('click', function () {
|
||||
// CourseNav.nextSlide();
|
||||
// });
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user