-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservicios.html
83 lines (78 loc) · 3.37 KB
/
servicios.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
<!DOCTYPE html>
<HTMl lang='es'>
<head>
<meta charset="utf-8" />
<meta name="description" content="Empresa Samudio Cabral" />
<meta name="author" content="Alopez" />
<meta name="keywords" content="empresa, samudio, cabral, samudio cabral,Empresa Samudio Cabral">
<title>Empresa Samudio Cabral</title>
<link rel="stylesheet" href="css/StyleServ.css">
</head>
<body>
<div class="content">
<header class = "header">
<a href="index.html"><img src="images/Logo.png" alt="Logo_Emp"></a>
<nav>
<ul>
<li><a href="nosotros.html">NOSOTROS</a></li>
<li><a href="servicios.html">SERVICIOS</a></li>
<li><a href="pregfec.html">PREGUNTAS</a></li>
<li><a href="contacts.html">CONTACTOS</a></li>
</ul>
</nav>
</header>
<section>
<table>
<caption>SERVICIOS</caption>
<tr>
<th>Item</th>
<th>Cod. Serv.</th>
<th>Descripción</th>
<th>Costo</th>
<th>Obs.</th>
</tr>
<tr>
<td>1</td>
<td>123456</td>
<td>Sesión fotográfica sencillas de Estudio</td>
<td>15.000 Gs</td>
<td>Servicio realizado es estudio fotográfico</td>
</tr>
<tr>
<td>2</td>
<td>13132</td>
<td>Cobertura Cumpleaños Infantiles</td>
<td>150.000 Gs</td>
<td>Servicio con un limite de 150 fotos seleccionadas.</td>
</tr>
<tr>
<td>3</td>
<td>full777</td>
<td>Cobertura Full-Events</td>
<td>1.500.000 Gs</td>
<td>Servicio con un limite de 300 fotos seleccionadas.</td>
</tr>
</table>
</section>
</div>
<footer class = "piepag">
<div class="div">
<div class="a"><p>Visite nuestras Redes Sociales</p></div>
<ul class="imgfoot">
<li>
<a href="https://www.facebook.com/" target="_blank"><img src="images/facebook.png" alt="Logo_faceb"></a>
</li>
<li>
<a href="https://www.instagram.com/?hl=es-la" target="_blank"><img src="images/instagram.png" alt="Logo_insta"></a>
</li>
<li>
<a href="https://twitter.com/explore" target="_blank"><img src="images/twitter.png" alt="logo_twitt"></a>
</li>
<li>
<a href="https://web.whatsapp.com/" target="_blank"><img src="images/whatsapp.png" alt="logo_whatsapp"></a>
</li>
</ul>
</div>
</footer>
</body>
</HTMl>