-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbase.njk
255 lines (205 loc) · 8.99 KB
/
base.njk
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
<!doctype html>
<html lang="en">
<head>
<!-- Basic Page Needs
================================================== -->
<title>Portal de Datos Abiertos Sector Justicia</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/colors/blue.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"/>
<link rel="icon" href="/images/ELEMENTOS WEB/redciudadana.png" type="image/png" />
{% block head %}
{% endblock %}
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header Container
================================================== -->
<header id="header-container" class="fullwidth">
<!-- Header -->
<div id="header">
<div class="container">
<!-- Left Side Content -->
<div class="left-side">
<!-- Logo -->
<div id="logo">
<a href="/index.html"><img src="/images/ELEMENTOS WEB/04_LOGO JUSTICIA ABIERTA/LOGOTIPO_JUSTICIA-ABIERTA.png" alt=""></a>
</div>
<!-- Main Navigation -->
<nav id="navigation">
<ul id="responsive">
<li><a href="/index.html" class="current">Inicio</a></li>
<li><a href="/datasets/index.html">Conjuntos de Datos</a></li>
<li><a href="/instituciones/index.html">Instituciones</a></li>
<li><a href="/historias/index.html">Historias de Datos</a></li>
<li><a href="/apis/index.html">APIs</a></li>
<li><a href="/contacto/index.html">Contacto</a></li>
</ul>
</nav>
<div class="clearfix"></div>
<!-- Main Navigation / End -->
</div>
<!-- Left Side Content / End -->
<!-- Right Side Content / End -->
<div class="right-side" style="padding:20px;">
<!-- User Notifications -->
<div class="header-notifications-trigger" >
<a href="https://www.facebook.com/Redciudadanagt/" title="Facebook" data-tippy-placement="top" style="padding:10px;"><i class="icon-brand-facebook"></i></a>
<a href="https://twitter.com/redxguate?lang=es" title="Twitter" data-tippy-placement="top" style="padding:10px;"><i class="icon-brand-twitter"></i></a>
</div>
<!-- User Notifications / End -->
<!-- User Menu / End -->
<!-- Mobile Navigation Button -->
<span class="mmenu-trigger">
<button class="hamburger hamburger--collapse" type="button">
<span class="hamburger-box">
<span class="hamburger-inner"></span>
</span>
</button>
</span>
</div>
<!-- Right Side Content / End -->
</div>
</div>
<!-- Header / End -->
</header>
<div class="clearfix"></div>
<!-- Header Container / End -->
<main>
{% block content %}
{% endblock %}
</main>
<!-- Footer
================================================== -->
<!--FOOTER-->
<div id="footer" class=" text-white py-4 padding-footer margin-top-35" style="background-color: #333333">
<div class="container first" >
<div class="row">
<div class="col-12 col-sm-12 col-md-12">
<img src="/images/ELEMENTOS WEB/03_ICONOS/LOGTIPO_02.png" style="width:15%;margin-bottom:20px">
</div>
</div>
<div class="row" >
<div class="col-12 col-sm-6 col-md-4">
<h4 class="text-white font-weight-bold mar1010 text-left"> ¿Te gusta lo que hacemos?</h4>
<ul class="list-unstyled">
<li>
<a class="text-white" href="http://donacion.redciudadana.org/" target="_blank" rel="noopener">
<i class="fa fa-heart"></i> Donaciones
</a>
</li>
<li>
<a class="text-white" href="http://voluntarios.redciudadana.org/" target="_blank" rel="noopener">
<i class="fa fa-users"></i> Voluntariado
</a>
</li>
</ul>
</div>
<div class="col-12 col-sm-6 col-md-4 order-md-3">
<h4 class="text-white font-weight-bold mar1010 text-left" >Contáctanos:</h4>
<ul class="list-unstyled">
<li>
<a class="text-white" href="mailto:info@redciudadana.org.gt" target="_blank" rel="noopener">
<i class="fa fa-envelope"></i> info@redciudadana.org.gt
</a>
</li>
<li>
<a class="text-white" href="info@redciudadana.org.gt" target="_blank" rel="noopener">
<i class="fa fa-map-marker"></i> Guatemala, Guatemala
</a>
</li>
</ul>
</div>
<div class="col-12 follow col-md-4">
<h4 class="text-white font-weight-bold mar1010 text-left">Síguenos en:</h4>
<div class="d-flex">
<a href="https://www.facebook.com/Redciudadanagt" class="nav-link-social text-white" target="_blank"><i class="fab fa-facebook pad0100 ft30" aria-hidden="true"></i></a>
<a href="https://twitter.com/RedxGuate" class="nav-link-social text-white" target="_blank"><i class="fab fa-twitter pad0100 ft30" aria-hidden="true"></i></a>
<a href="https://www.instagram.com/redxguate" class="nav-link-social text-white" target="_blank"><i class="fab fa-instagram pad0100 ft30" aria-hidden="true" ></i></a>
<a href="https://www.youtube.com/channel/UCQwc62j7beStZYFzwPxBEQg" class="nav-link-social text-white" target="_blank"><i class="fab fa-youtube pad0100 ft30" aria-hidden="true" ></i></a>
</div>
</div>
</div>
</div>
</div>
<div id="red-footer" class="padT05 padding-footer" >
<div class="container py-2">
<div class="row">
<div class="col-12 col-md-8 d-flex pb-1 pb-md-0">
<div>
<a href="http://redciudadana.org/" target="_blank" rel="noopener">
<img src="https://d33wubrfki0l68.cloudfront.net/69cf2a5d698d1c4d2e0a0cf938a898b63223baa0/e40d9/assets/mi-guatemala/img/logo-rc-color.png" alt="Logo de Red Ciudanana" height="60" >
</a>
</div>
<p class="my-auto" style="margin:auto;margin-left:5px!important" >Un proyecto de Asociación Civil Red Ciudadana </p>
</div>
<div class="col-12 col-md-4 d-flex cc-icons text-left align-self-center">
<a href="https://creativecommons.org/licenses/by-sa/3.0/gt/" target="_blank" rel="noopener" class="ml-0">
<img src="https://d33wubrfki0l68.cloudfront.net/02e9656bbb7fb69dc55f5e9f1bca4f1bb22d7487/711dc/assets/mi-guatemala/img/icon-cc-cc.png" alt="Creative Commons" class="tam45 text-white">
<img src="https://d33wubrfki0l68.cloudfront.net/380c442b70ec26ba5928ea729be60e30df5f1d49/ca34f/assets/mi-guatemala/img/icon-cc-by.png" alt="Creative Commons - Atribución" class="tam45 text-white">
<img src="https://d33wubrfki0l68.cloudfront.net/2210ff0cd01e97d580f36341c05b53020848bf53/dd25e/assets/mi-guatemala/img/icon-cc-sa.png" alt="Creative Commons - Compartir Igual" class="tam45 text-white">
</a>
</div>
</div>
</div>
</div>
</div>
<!-- Wrapper / End -->
<!-- Scripts
================================================== -->
<script src="/js/jquery-3.5.1.min.js"></script>
<script src="/js/jquery-migrate-3.3.1.min.js"></script>
<script src="/js/mmenu.min.js"></script>
<script src="/js/tippy.all.min.js"></script>
<script src="/js/simplebar.min.js"></script>
<script src="/js/bootstrap-slider.min.js"></script>
<script src="/js/bootstrap-select.min.js"></script>
<script src="/js/snackbar.js"></script>
<script src="/js/clipboard.min.js"></script>
<script src="/js/counterup.min.js"></script>
<script src="/js/magnific-popup.min.js"></script>
<script src="/js/slick.min.js"></script>
<script src="/js/custom.js"></script>
<!-- Snackbar // documentation: https://www.polonel.com/snackbar/ -->
<script>
// Snackbar for user status switcher
$('#snackbar-user-status label').click(function() {
Snackbar.show({
text: 'Your status has been changed!',
pos: 'bottom-center',
showAction: false,
actionText: "Dismiss",
duration: 3000,
textColor: '#fff',
backgroundColor: '#383838'
});
});
</script>
<!-- Google Autocomplete -->
<script>
function initAutocomplete() {
var options = {
types: ['(cities)'],
// componentRestrictions: {country: "us"}
};
var input = document.getElementById('autocomplete-input');
var autocomplete = new google.maps.places.Autocomplete(input, options);
}
// Autocomplete adjustment for homepage
if ($('.intro-banner-search-form')[0]) {
setTimeout(function(){
$(".pac-container").prependTo(".intro-search-field.with-autocomplete");
}, 300);
}
</script>
<!-- Google API -->
<script src="https://maps.googleapis.com/maps/api/js?key=&libraries=places&callback=initAutocomplete"></script>
{% block body_javascripts %}
{% endblock %}
</body>
</html>