Ir a la navegación
Ir a la búsqueda
Busca en cnbGuatemala con Google
375 bytes añadidos
, hace 8 años
Línea 23: |
Línea 23: |
| attachTo: '#n-Inicial', | | attachTo: '#n-Inicial', |
| position: 'left', | | position: 'left', |
| + | overlay: false |
| } ) | | } ) |
| .next( 'portada2' ) | | .next( 'portada2' ) |
| .back( 'portada' ); | | .back( 'portada' ); |
| + | |
| + | tour.step( { |
| + | name: 'portada3', |
| + | title: 'Primeros pasos', |
| + | description: 'También puedes llegar directamente a las mallas curriculares por área.', |
| + | attachTo: '#p-Mallas_curriculares_por_nivel_y_.C3.A1rea-label', |
| + | position: 'left', |
| + | overlay: false |
| + | } ) |
| + | .next( 'portada4' ) |
| + | .back( 'portada2' ); |
| + | |
| | | |
| tour.step( { | | tour.step( { |