Ir a la última revisión | Autoría | Comparar con el anterior | Ultima modificación | Ver Log |
<div class="d-none d-sm-none d-md-block" id="block-progreso_sinopsis-{{uniqid}}">
<div class="row indicators tl-microstats-section progreso_sinopsis border-none bg-transparent p-0">
<!--div class="col-sm-6 col-md-3 col-lg-3 col-xl-3">-->
<div class="col pl-0">
<div class="item-data bg-white border-radius text-secondary p-3 text-left">
<img class="pl-3" src="{{{ config.wwwroot }}}/theme/edumynew/pix/edifice.png" />
<h2 class="text-secondary pl-3 pr-3 pb-1 item-value text-left "> {{inprogress}} </h2>
<p class="item-caption text-left pl-3">Cursos en progreso</p>
</div>
</div>
<div class="col">
<div class="item-data bg-white border-radius text-secondary p-3 text-left">
<img class="pl-3" src="{{{ config.wwwroot }}}/theme/edumynew/pix/laptop.png" />
<h2 class="text-secondary pl-3 pr-3 pb-1 item-value text-left "> {{completed}} </h2>
<p class="item-caption text-left pl-3">Cursos completados</p>
</div>
</div>
<div class="col">
<div class="item-data bg-white border-radius text-secondary p-3 text-left">
<img class="pl-3" src="{{{ config.wwwroot }}}/theme/edumynew/pix/clock.png" />
<h2 class="text-secondary pl-3 pr-3 pb-1 item-value text-left "> {{dedication}} </h2>
<p class="item-caption text-left pl-3">Tiempo de entrenamientoo</p>
</div>
</div>
<div class="col">
<div class="item-data bg-white border-radius text-secondary p-3 text-left">
<img class="pl-3" src="{{{ config.wwwroot }}}/theme/edumynew/pix/badge.png" />
<h2 class="text-secondary pl-3 pr-3 pb-1 item-value text-left "> {{grades}} </h2>
<p class="item-caption text-left pl-3">Insignias</p>
</div>
</div>
<div class="col pr-0">
<div class="item-data bg-white border-radius text-secondary p-3 text-left">
<img class="pl-3" src="{{{ config.wwwroot }}}/theme/edumynew/pix/star.png" />
<h2 class="text-secondary pl-3 pr-3 pb-1 item-value text-left "> {{points}} </h2>
<p class="item-caption text-left pl-3">Puntos</p>
</div>
</div>
<!--<div class="col-sm-6 col-md-2 col-lg-2 col-xl-2">
<div class="item-value">{{completed}}</div>
<div class="item-caption">Cursos completados</div>
</div>
<div class="col-sm-6 col-md-2 col-lg-2 col-xl-2">
<div class="item-value">{{dedication}}</div>
<div class="item-caption">Tiempo de entrenamiento</div>
</div>
<div class="col-sm-6 col-md-2 col-lg-2 col-xl-2">
<div class="item-value">{{grades}}</div>
<div class="item-caption">Insignias</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-3 col-xl-3">
<div class="item-value">{{points}}</div>
<div class="item-caption">Puntos</div>
</div>-->
</div>
</div>