-
Notifications
You must be signed in to change notification settings - Fork 1
/
mapa.html
273 lines (203 loc) · 10.8 KB
/
mapa.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Title -->
<title>Mapa</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="HTML5 Photography Portfolio Website Template by Themetorium">
<meta name="keywords" content="HTML5, CSS3, JavaScript, Bootsrtrap, Responsive, Photography, Portfolio, Template, Theme, Website, Themetorium" />
<meta name="author" content="themetorium.net">
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--Mis CSS-->
<link rel="stylesheet" type="text/css" href="assets/css/menudesp.css">
<link rel="stylesheet" type="text/css" href="assets/css/menu.css">
<link rel="stylesheet" type="text/css" href="assets/css/fontello.css">
<link rel="stylesheet" type="text/css" href="assets/css/reportar.css">
<!-- Favicon (http://www.favicon-generator.org/) -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<!-- Google font (https://www.google.com/fonts) -->
<link href='https://fonts.googleapis.com/css?family=Roboto+Mono:400,300,500,700,100' rel='stylesheet' type='text/css'>
<!-- Bootstrap CSS (http://getbootstrap.com) -->
<link rel="stylesheet" href="assets/vendor/bootstrap/css/bootstrap.min.css"> <!-- bootstrap CSS (http://getbootstrap.com) -->
<!-- Libs and Plugins CSS -->
<link rel="stylesheet" href="assets/vendor/font-awesome/css/font-awesome.min.css"> <!-- Font Icons CSS (http://fortawesome.github.io/Font-Awesome) -->
<link rel="stylesheet" href="assets/vendor/lightgallery/css/lightgallery.min.css"> <!-- lightGallery CSS (http://sachinchoolur.github.io/lightGallery) -->
<link rel="stylesheet" href="assets/vendor/justifiedgallery/css/justifiedGallery.min.css"> <!-- Justified Gallery CSS (http://miromannino.github.io/Justified-Gallery/) -->
<link rel="stylesheet" href="assets/vendor/ytplayer/css/jquery.mb.YTPlayer.min.css"> <!-- YTPlayer CSS (more info: https://github.com/pupunzi/jquery.mb.YTPlayer) -->
<link rel="stylesheet" href="assets/vendor/owl-carousel/css/owl.carousel.css"> <!-- Owl Carousel CSS (http://www.owlcarousel.owlgraphic.com) -->
<link rel="stylesheet" href="assets/vendor/owl-carousel/css/owl.carousel.plugins.css"> <!-- Owl Carousel plugins CSS (http://www.owlcarousel.owlgraphic.com) -->
<link rel="stylesheet" href="assets/vendor/owl-carousel/css/owl.theme.default.css"> <!-- Owl Carousel default theme CSS (http://www.owlcarousel.owlgraphic.com) -->
<link rel="stylesheet" href="assets/vendor/animate.min.css"> <!-- Animate libs CSS (http://daneden.me/animate) -->
<!-- Template master CSS -->
<link rel="stylesheet" href="assets/css/theme.css">
<link rel="stylesheet" href="assets/css/helper.css">
<!-- Template dark style CSS (comment or uncomment below line to enable/disable template dark style) -->
<!-- <link rel="stylesheet" href="assets/css/dark-style.css"> -->
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<!-- =================
///// Begin body /////
================== -->
<body id="body">
<!-- Begin page preloader -->
<div id="preloader">
<div class="pulse bg-main"></div>
</div>
<!-- End page preloader -->
<!-- ===================
///// Begin header /////
========================
* Use class "show-hide-on-scroll" to hide header on scroll down and show on scroll up.
* Use class "fixed-top" to set header to fixed position.
-->
<header id="header" class="fixed-top">
<div class="header-inner">
<!-- Begin logo -->
<div id="logo">
<a href="index.html" class="logo-dark"><img src="assets/img/logo-dark.png" alt="logo"></a>
<a href="index.html" class="logo-light"><img src="assets/img/logo-light.png" alt="logo"></a>
</div>
<!-- End logo -->
<!-- Begin header tools -->
<div class="header-tools">
<ul>
<li>
<!-- off-canvas menu trigger (menu button) -->
<a id="cd-menu-trigger" href="#0"><span class="cd-menu-icon"></span>menu</a>
</li>
</ul>
</div>
<!-- End header tools -->
<!-- Begin menu (Bootstrap navbar)
===================================
* Use class "navbar-default" or "navbar-border-bottom" for navbar style.
-->
<!-- <label class="icon-facebook-official"></label> -->
<nav class="navbar navbar-default">
<div class="fb">
<form id="cd-search-form">
<div class="form-group">
<button type="submit" class="lioculto">Logout</button>
</div>
</form>
</div>
</li>
</nav>
<!-- End menu -->
</div> <!-- /.header-inner -->
</header>
<!-- End header -->
<!-- ==================================================================================================
///// Begin off-canvas menu (more info: http://codyhouse.co/gem/secondary-expandable-navigation/) /////
=================================================================================================== -->
<nav id="cd-lateral-nav">
<div class="nav-inner">
<!-- Menu header -->
<div class="menu-header">Panel de Control</div>
<!-- Begin nav content box -->
<div class="cd-content-box margin-top-20">
<form id="cd-search-form">
<div class="form-group">
<input type="text" class="form-control" id="cd-search" name="search" placeholder="Buscar">
<button type="submit"><label class="icon-search"></label></button>
</div>
</form>
</div>
<div>
<a href="index.html" id="mainmenu">Inicio</a>
<a href="reportar.html" id="mainmenu">Reportar Persona</a>
<a href="reportarest.html" id="mainmenu">Reportar Estructura</a>
<a href="misdes.html" id="mainmenu">Mis Desaparecidos</a>
</div>
<!-- End nav content box -->
<!-- Begin nav links
===================== -->
<!-- End nav links -->
<!-- Begin nav content box -->
<!-- Begin nav content box -->
<!-- End nav content box -->
</div> <!-- /.nav-inner -->
</nav>
<!-- End off-canvas menu -->
<!-- ==============================
/////// Begin body content ///////
=============================== -->
<div>
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d3989.791948748253!2d-78.48963678563588!3d-0.20831929984800557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1ses-419!2ses!4v1463287291320" width="100%" height="600" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</section>
<!-- End content section -->
<!-- Begin footer -->
<footer id="footer">
<div class="footer-inner">
<div class="container-fluid">
<div class="row">
<div class="col-sm-6">
</div> <!-- /.col -->
<div class="col-sm-6">
<div class="social-icons">
<ul>
<li><a target="_blank" href="https://www.facebook.com" title="Follow us on Facebook"><label class="icon-facebook"></label></a></li>
<li><a target="_blank" href="https://twitter.com/" title="Follow us on Twitter"><label class="icon-twitter"></label></a></li>
</ul>
</div>
</div> <!-- /.col -->
</div> <!-- /.row -->
</div> <!-- /.container -->
</div> <!-- /.footer-inner -->
</footer>
<!-- End footer -->
</div>
<!-- End body content -->
<!-- Scroll to top button -->
<a href="#body" class="scrolltotop sm-scroll"><i class="fa fa-chevron-up"></i></a>
<!-- ====================
///// Scripts below /////
===================== -->
<!-- Core JS -->
<script src="assets/vendor/jquery/jquery-1.11.1.min.js"></script> <!-- jquery JS (https://jquery.com) -->
<script src="assets/vendor/bootstrap/js/bootstrap.min.js"></script> <!-- bootstrap JS (http://getbootstrap.com) -->
<!-- Libs and Plugins JS -->
<script src="assets/vendor/lightgallery/js/lightgallery.min.js"></script> <!-- lightGallery JS (http://sachinchoolur.github.io/lightGallery) -->
<script src="assets/vendor/lightgallery/js/lightgallery-plugins.js"></script> <!-- lightGallery Plugins JS (http://sachinchoolur.github.io/lightGallery) -->
<script src="assets/vendor/lightgallery/js/jquery.mousewheel.min.js"></script> <!-- A jQuery plugin that adds cross browser mouse wheel support -->
<script src="assets/vendor/jquery.easing.min.js"></script> <!-- Easing JS (http://gsgd.co.uk/sandbox/jquery/easing/) -->
<script src="assets/vendor/isotope.pkgd.min.js"></script> <!-- Isotope JS (http://isotope.metafizzy.co) -->
<script src="assets/vendor/imagesloaded.pkgd.min.js"></script> <!-- ImagesLoaded JS (https://github.com/desandro/imagesloaded) -->
<script src="assets/vendor/justifiedgallery/js/jquery.justifiedGallery.min.js"></script> <!-- Justified Gallery JS (http://miromannino.github.io/Justified-Gallery/) -->
<script src="assets/vendor/smoothscroll.js"></script> <!-- Smoothscroll JS (https://gist.github.com/theroyalstudent/4e6ec834be19bf077298) -->
<script src="assets/vendor/ytplayer/js/jquery.mb.YTPlayer.min.js"></script> <!-- YTPlayer JS (more info: https://github.com/pupunzi/jquery.mb.YTPlayer) -->
<script src="assets/vendor/owl-carousel/js/owl.carousel.js"></script> <!-- Owl Carousel JS (http://www.owlcarousel.owlgraphic.com) -->
<script src="assets/vendor/owl-carousel/js/owl.carousel.plugins.js"></script> <!-- Owl Carousel plugins JS (http://www.owlcarousel.owlgraphic.com) -->
<!-- Google maps JS (https://developers.google.com/maps/documentation/javascript/tutorial). Only for contact page!!! -->
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAo5b533IB2iuDcTn2razvfjyc_rpZdiRw&callback=initMap"></script>
<!-- Google maps JS (https://developers.google.com/maps/documentation/javascript/tutorial). Only for contact page!!! -->
<script src="assets/vendor/map.js"></script>
<!-- Theme master JS -->
<script src="assets/js/theme.js"></script>
<!--==============================
///// Begin Google Analytics /////
============================== -->
<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-75660419-1', 'auto');
ga('send', 'pageview');
</script>
<!--==============================
///// End Google Analytics /////
============================== -->
</body>
<!-- End body -->
</html>