-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathacerca.html
79 lines (77 loc) · 4.5 KB
/
acerca.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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<title>Sitio con Responsive Wen Dedign en HTML5,CSS3 y jQuery. Sección Acerca</title>
<meta charset= "utf-8" />
<meta name= "description" content="En esta seccín podrán conocer un poco mas sobre nosotros" />
<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" title="Sitemap" href="sitemap.xml" />
<link rel="stylesheet" href="css/estilos.css" />
<!--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">
<article id="descripcion-acerca">
<h2>Misión</h2>
<p>
<!-- start slipsum code -->
The path of the righteous man is beset on all sides by the iniquities of the selfish and the tyranny of evil men. Blessed is he who, in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy My brothers. And you will know My name is the Lord when I lay My vengeance upon thee.
<br /><br />
The path of the righteous man is beset on all sides by the iniquities of the selfish and the tyranny of evil men. Blessed is he who, in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy My brothers. And you will know My name is the Lord when I lay My vengeance upon thee.
<!-- please do not remove this line -->
<div style="display:none;">
<a href="http://slipsum.com">lorem ipsum</a></div>
<!-- end slipsum code -->
</p>
<hr />
<h2>Visión</h2>
<p>
<!-- start slipsum code -->
The path of the righteous man is beset on all sides by the iniquities of the selfish and the tyranny of evil men. Blessed is he who, in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy My brothers. And you will know My name is the Lord when I lay My vengeance upon thee.
<br /> <br />
The path of the righteous man is beset on all sides by the iniquities of the selfish and the tyranny of evil men. Blessed is he who, in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy My brothers. And you will know My name is the Lord when I lay My vengeance upon thee.
<!-- please do not remove this line -->
<div style="display:none;">
<a href="http://slipsum.com">lorem ipsum</a></div>
</p>
</article>
<article id="multimedia-acerca">
<figure id="img-acerca">
<img src="img/acerca.png" alt="acerca" />
<figcaption>
He visto el futuro...esta en mi navegador
</figcaption>
</figure>
<video id="video-acerca" controls preload>
<source src="vdo/video-prueba.mp4" type="video/mp4" />
<source src="vdo/video-prueba.webm" type="video/webm" />
<source src="vdo/video-prueba.ogv" type="video/ogg" />
</video>
</article>
<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>