-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservicio.html
118 lines (79 loc) · 2.94 KB
/
servicio.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html>
<head>
<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">
</head>
<body>
<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 class="actual"><a href="servicio.html">servicios</a></li>
<li ><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">Nuestros Productos</h1>
<ul id="servicio">
<li>
<h2><a href="payment.html">Payment<strong style="color: #0101F7"></strong></a></h2>
<div id="fondo">
<img src="logo.png" height="200px" width="350px">
</div>
</li>
<li>
<h2><strong style="color: #0101F7">Softwares Contables</strong></h2>
<img src="c.jpg">
</li>
<li>
<h2> <strong style="color: #0101F7">Softwares / Offices </strong> </h2>
<img src="d.png">
</li>
<li>
<h2> <strong style="color: #0101F7">Software OfficeGemini</strong></h2>
<img src="e.png">
</li>
<li>
<h2><strong style="color: #0101F7">Software / Antivirus</strong></h2>
<img src="a.jpg" height="400px" width="520px">
</li>
</ul>
</article>
<aside id="lateral">
<div class="obscuro">
<h3>Que hacemos</h3>
<p>Nuestra empresa se basa en el servicio de calidad en cuanto a la ingeniería de software, en esta ocasión presentamos al público nuestro innovador sistema de cuentas por cobrar PAYMENT.</p>
</div>
</aside>
</div>
</section>
<footer>
<p>Software Developer © 2018</p>
</footer>
</body>
</html>''