-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (65 loc) · 2.22 KB
/
index.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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<title>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="cerrajeria">
</div>
<nav class="menu">
<ul>
<li class="active"><a href="index.html">Inicio</a></li>
<li><a href="servicios_cerrajeria.html">Servicios</a></li>
<li><a href="zonas.html">Zonas</a></li>
</ul>
</nav>
</header>
<div class="img">
<style>
.img{
background-image: url(img/puerta-cerradura-manija.jpg);
background-repeat: no-repeat;
background-position: center;
margin-top: 5%;
}
</style>
<section class="promo">
<div>
<h1>Trabajos a domicilio</h1>
<p class="bajada">Presupuestos sin cargo. Aperturas, cambios de combinación, reparación y colocación de cerraduras y cerrojos. Atención de 7 a 23 hs.</p>
<h3 class="tel">Llame al 15-6471-2269</h3>
</div>
</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>