-
Notifications
You must be signed in to change notification settings - Fork 0
/
zonas.html
71 lines (68 loc) · 2.35 KB
/
zonas.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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<title>Zonas cobertura - Cerrajero a domicilio - Cerrajería</title>
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link href='http://fonts.googleapis.com/css?family=Roboto+Slab' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto:300' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="img/favicon.png" />
<style type="text/css">
body {
background-image: url(img/llaves-seguridad-hogar-copia.jpg);
background-size: 100%;
background-repeat: no-repeat;
background-color: #006da6;
background-attachment: fixed;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-57952043-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<header class="header">
<div class="isologo">
<img class="img-iso"src="img/isologo.png" alt="isologo">
</div>
<nav class="menu">
<ul>
<li><a href="index.html">Inicio</a></li>
<li><a href="servicios_cerrajeria.html">Servicios</a></li>
<li class="active"><a href="zonas.html">Zonas</a></li>
</ul>
</nav>
</header>
<div class="img-zona">
<style>
.img-zona{
background-image: url(img/llave-en-puerta.png);
background-repeat: no-repeat;
background-position: right;
background-color: #0d3848;
margin-top: 5%;
}
</style>
<section class="content-zone">
<div class="zone-text">
<h2>¿Qué zonas trabajamos?</h2>
<p class="servicios">Nuestro servicio abarca las zonas de Villa Sarmiento, Ramos Mejía (norte), Palomar y Ciudad Jadín, Caseros y Ciudadela.</p>
</div>
</section>
<section class="mapa">
<img class="mapa-img" src="img/mapa.png" alt="zonas de cobertura">
</section>
</div>
<footer>
<div class="footer">
<p>Diseñado por</p>
<a href="https://www.facebook.com/twistymktdigital" target= "blank" class="footer"><img class="twist" src="img/isologo-twist.png" alt="twist"></a>
</div>
</footer>
</body>
</html>