-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontacto.html
104 lines (88 loc) · 3.25 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
104
<!DOCTYPE>
<html>
<head>
<script type="text/javascript">var switchTo5x=true;</script>
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher: "c2a50396-9e09-4087-ab0d-0938c9356180", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
<title>software | developer</title>
<meta charset="utf-8">
<meta name="viewport" content="width-device-width">
<meta name="description" content="Desarrollo web">
<meta name="keywords" content="desino web, Desarrollo web, seo y posisonamiento">
<meta name="autor" content="Welcome Haiti">
<link rel="stylesheet" type="text/css" href="estilo.css">
<link rel="icon" href="logo05.png" sizes="20x20">
<style type="text/css">
textarea{
margin: 0px;
width: 698px;
height: 208px;
}
</style>
</head>
<body background="h.jpg" >
<header>
<div class="contenedor">
<div id="marca">
<img src="logo5.png">
</div>
<nav>
<ul>
<li><a href="index.html">inicio</a></li>
<li ><a href="nosotros.html">Nosotros</a></li>
<li><a href="Identidad Coorporativa.html">Identidad Coorporativa</a></li>
<li ><a href="servicio.html">servicios</a></li>
<li class="actual"><a href="contacto.html">contactos</a></li>
</ul>
</nav>
</div>
</header>
<section id="boletin">
<div class="contenedor">
<form>
<input type="email" name="" placeholder="Ingrese el email">
<button type="submit" class="botton1">Suscribete</button>
</form>
</div>
</section>
<section id="main">
<div class="contenedor">
<article id="main-col">
<h1 style="color: white">Contacto</h1>
<form>
<label ><strong>Nombre</strong></label>
<input type="text" name="">
<br>
<label> <strong>Email</strong></label>
<input type="text" name="">
<br><label><strong>Mensaje</strong></label><br>
<textarea cols="50" rows="5"></textarea>
<br>
</form>
</article>
<aside id="lateral">
<div class="obscuro">
<h3>En que podemos ayudarte?</h3>
<img src="portad.jpg" height="170px" width="250px"><br>
<br><u>Llamenos:</u><br>
809-560-8038<br>
<br><u>Email:</u> <br>
SoftwareDeveloper@gmail.com<br>
<br><u>Sitio Web:</u> <br>
www.SD1234.com.do
</div>
</aside>
</div>
</section>
<strong><h2 style="color: orange" >Siguenos:</h2></strong>
<span class='st_sharethis_vcount' displayText='ShareThis'></span>
<span class='st_facebook_vcount' displayText='Facebook'></span>
<span class='st_twitter_vcount' displayText='Tweet'></span>
<span class='st_linkedin_vcount' displayText='LinkedIn'></span>
<span class='st_pinterest_vcount' displayText='Pinterest'></span>
<span class='st_email_vcount' displayText='Email'></span>
<footer>
<p>Software Developer © 2018</p>
</footer>
</body>
</html>