-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
91 lines (89 loc) · 3.41 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<title>Sitio con Responsive Wen Dedign en HTML5,CSS3 y jQuery</title>
<meta charset= "utf-8" />
<meta name= "description" content="Bienvenido a mi portafolio web hecho en HTML5, CSS3 y jQuery con Responsive Web Design" />
<meta name="viewport" content="width=device-width,inicial-scale=1" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<link rel="author" type="text/plain" href="humans.txt">
<link rel="sitemap" type="application/xml" href="sitemap.xml" />
<link rel="stylesheet" href="css/flexslider.css">
<link rel="stylesheet" href="css/estilos.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="js/jquery.flexslider.js" ></script>
<script type="text/javascript">
$(window).load(function() {
$('.flexslider').flexslider();
});
</script>
<!--if lt IE 9]>
<script src=“http://html5shiv.googlecode.com/svn/trunk/html5.js”></script>
<![endif]-->
</head>
<body>
<header>
<h1>
<a href="index.html">
<img class="fade" alt="bextlan.com | lugar de... bits, vectores y pixeles" src="img/bextlan-logo.png" />
</a>
</h1>
<nav>
<ul>
<li><a href="index.html">Inicio</a></li>
<li><a href="acerca.html">Acerca</a></li>
<li><a href="servicios.html">Servicios</a></li>
<li><a href="trabajos.html">Trabajos</a></li>
<li><a href="contacto.html">Contacto</a></li>
</ul>
</nav>
</header>
<section id="contenido">
<section id="principal">
<article id="galeria-inicio">
<div class="flexslider">
<ul class="slides">
<li>
<a href="http://bextlan.com"><img src="img/slide-0.png"></a>
<p class="flex-caption">bextran.com | lugar de... bits, vectores y pixeles.</p>
</li>
<li>
<img src="img/slide-1.png" />
<p class="flex-caption">Curso HTML5</p>
</li>
<li>
<img src="img/slide-2.png" />
</li>
<li>
<a href="http://bextlan.com"><img src="img/slide-3.png" /></a>
<p class="flex-caption">Curso PHP</p>
</li>
</ul>
</div>
</article>
</section>
<aside>
<!--Twitter-->
<script src="http://platform.twitter.com/widgets.js"></script>
<a href="http://twitter.com/share" class="twitter-share-button" data-text="#bextlan.com | lugar de bits, vectores y pixeles.Videotutoriales: HTML5, CSS3, jQuery, PHP, AS3 y mas..visitanos :)" data-url="http://bextlan.com" data-count="vertical">Twittear</a>
<br /><br />
<!--Facebook-->
<div id="fb-root"></div>
<script src="http://connect.facebook.net/es-LA/all.js#xfbml=1"></script>
<fb:like href="http://facebook.com/bextlan" send="false" layout="box_count" show-faces="false" font="tahoma"></fb:like>
<br /><br />
<!--Publicidad-->
<figure>
<a class="fade" href="http://geekonos.com" target="_blank">
<img src="img/logo-geekonos.png" alt="Geekonos" />
<figcaption>geekonos</figcaption>
</a>
</figure>
</aside>
<section>
<footer>
Aprendiendo HTML5 CSS3 jQuery y Responsive Web Design con <a rel="author" href="http://twitter.com/bextlan" target="_blanck">@bextlan</a>
</footer>
</body>
</html>