-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnosotros.html
52 lines (47 loc) · 2.07 KB
/
nosotros.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
<!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/styleNosotros.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>
</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>