-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontacto.html
103 lines (100 loc) · 4.13 KB
/
contacto.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
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<title>Sitio con Responsive Wen Dedign en HTML5,CSS3 y jQuery. Sección Contacto</title>
<meta charset= "utf-8" />
<meta name= "description" content="En esta seccín podrás ponerte en contacto con 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">
<section id="contacto">
<h2>Contáctanos</h2>
<article id="info-contacto">
<p>
Email:
<span class="datos-contacto">[email protected]</span>
<br />
Móvil:
<span class="datos-contacto">57+3000000</span>
<br />
Web:
<span class="datos-contacto">bextlan.com</span>
<br />
Dirección:
<span class="datos-contacto">Calle 1 Cra 20</span>
<br />
Social Media:
<br />
<span class="datos-contacto">
<a class="fade" href="http://facebook.com/bextlan" title="Facebook"><img src="img/facebook-logo.png"></a>
<a class="fade" href="http://twitter.com/bextlan" title="Twitter"><img src="img/twitter-logo.png"></a>
<a class="fade" href="http://facebook.com/bextlan" title="Google+"><img src="img/google-plus-logo.png"></a>
<a class="fade" href="http://facebook.com/bextlan" title="Youtube"><img src="img/youtube-logo.png"></a>
</span>
</p>
</article>
<article id="contactanos">
<form>
<fieldset>
<legend>Envíanos tus comentarios</legend>
<div>
<label for="nombre">Nombre:</label>
<input type="text" id="nombre" class="fade" name="nombre_txt" required />
</div>
<div>
<label for="email">Email:</label>
<input type="email" id="email" class="fade" name="email.txt" required />
</div>
<div>
<label for="asunto">Asunto:</label>
<input type="text" id="asunto" class="fade" name="asunto" required />
</div>
<div>
<label for="comentarios">Comentarios:</label>
<textarea id="comentarios" class="fade" name="comentarios_txa" cols="31" rows"5" required></textarea>
</div>
<div>
<input type="submit" id="enviar" class="fade" name="enviar_btn" value="Enviar"/>
</div>
</fieldset>
</form>
</article>
</section>
<section id="mapa">
<iframe src="https://www.google.com/maps/embed?pb=!1m20!1m8!1m3!1d7833.330850043812!2d-74.80040191922377!3d10.98860680726404!3m2!1i1024!2i768!4f13.1!4m9!1i0!3e0!4m0!4m5!1s0x8ef42d7391e801e1%3A0x1133fbafc2eb44c6!2sCarrera+44%2C+Barranquilla+(Distrito+Especial%2C+Industrial+Y+Portuario)%2C+Atl%C3%A1ntico%2C+Colombia!3m2!1d10.98948!2d-74.80117!5e0!3m2!1ses-419!2s!4v1404774550840" width="500" height="535" frameborder="0" style="border:0"></iframe>
</section>
<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>