-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
98 lines (94 loc) · 2.92 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
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
<!DOCTYPE html>
<html>
<head>
<title>
Agua Dulce
</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div id="fb-root"></div>
<header nombre="nacho">
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="menu.html">Menu</a></li>
<li><a href="locations.html">Servicios</a></li>
<li><a href="contact.html">Contacto</a></li>
</ul>
</nav>
</header>
<section class="features">
<figure>
<img src="./assets/manguera_agua.jpg" alt="manguera tirando agua" />
</figure>
<figure>
<img src="./assets/medicion2.jpg" alt="manguera tirando agua" />
</figure>
<figure>
<img src="./assets/chorro_agua.jpg" alt="Agua saliendo de bomba" />
</figure>
<figure>
<img src="./assets/bombeo_solar.jpg" alt="paneles solares" />
</figure>
<figure>
<img src="./assets/mapa.jpg" alt="mapa de curvas" />
</figure>
</section>
<section class="videos">
<div
class="fb-video"
data-href="https://www.facebook.com/676506099195464/videos/736020106577396/"
data-width="960"
>
<blockquote
cite="https://www.facebook.com/676506099195464/videos/736020106577396/"
class="fb-xfbml-parse-ignore"
>
Publicado por
<a
href="https://www.facebook.com/Agua-Subterranea-Gerardo-Consolani-676506099195464/"
>Agua Subterranea Gerardo Consolani</a
><a
href="https://www.facebook.com/676506099195464/videos/736020106577396/"
>Lunes, 1 de mayo de 2017</a
>
</blockquote>
</div>
<div
class="fb-video"
data-href="https://www.facebook.com/676506099195464/videos/768365820009491/"
data-show-text="false"
data-width="960"
>
<blockquote
cite="https://developers.facebook.com/676506099195464/videos/768365820009491/"
class="fb-xfbml-parse-ignore"
>
<a
href="https://developers.facebook.com/676506099195464/videos/768365820009491/"
>Perforación para Escuela Paraje El Acheral, Pcia. de Chaco</a
>
<p>
Prospeccion Geolectrica y perforaciones en zona de Misión Nueva
Pompeya, Chaco. Cruzada Solidaria,Junio de 2017
</p>
Publicado por
<a
href="https://www.facebook.com/Agua-Subterranea-Gerardo-Consolani-676506099195464/"
>Agua Subterranea Gerardo Consolani</a
>
en Lunes, 3 de julio de 2017
</blockquote>
</div>
</section>
<footer>Carlos Casares, Buenos Aires, Argentina.</footer>
<script
async
defer
crossorigin="anonymous"
src="https://connect.facebook.net/es_LA/sdk.js#xfbml=1&version=v8.0"
nonce="z6EwEXMl"
></script>
</body>
</html>