Home » , , , , , , , » Mi Primer Plantilla en HTML5

Mi Primer Plantilla en HTML5

Escrito Por Unknown el sábado, 19 de diciembre de 2015 | 22:05





Información:
Curso "Mi Primer Plantilla en HTML5", En este Curso podrás aprender como crear una plantilla con los lenguajes html5, css3 y javascript, con Responsive Design en el editor de texto Sublime Text. 

HTML5 establece una serie de nuevos elementos y atributos que reflejan el uso típico de los sitios web modernos.

Imagenes para la Plantilla (MEGA):
https://mega.nz/#!580SQL4Q!7KkwnNkA7vn9dOF6BqnYaW1Hnf4GnQEpWrhRyBwyLSw

Biblioteca Jquery
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>

Meta para adaptabilidad de la plantilla con dispositivos móviles
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" />

Función JavaScript
$(function(){
      $('a[href*=#]').click(function() {
      if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'')
         && location.hostname == this.hostname) {
             var $target = $(this.hash);
             $target = $target.length && $target || $('[name=' + this.hash.slice(1) +']');
             if ($target.length) {
                 var targetOffset = $target.offset().top;
                 $('html,body').animate({scrollTop: targetOffset}, 1000);
                 return false;
            }
       }
   });  
});

Contenido:
1 - Introducción

2 - Material y Hosting

3 - Cabecera y Menú P1

4 - Cabecera y Menú P2
5 - Cabecera y Menú P3
6 - Cabecera y Menú P4
7 - Sección Principal
8 - Secciones Principales P1
9 - Secciones Principales P2
10 - Secciones Principales P3
11 - Footer P1
12 - Footer P2
13 - Subir Plantilla al Hosting

0 comentarios:

Publicar un comentario