|
@@ -0,0 +1,512 @@
|
|
1
|
+<!DOCTYPE html>
|
|
2
|
+<!--
|
|
3
|
+ Licensed to the Apache Software Foundation (ASF) under one
|
|
4
|
+ or more contributor license agreements. See the NOTICE file
|
|
5
|
+ distributed with this work for additional information
|
|
6
|
+ regarding copyright ownership. The ASF licenses this file
|
|
7
|
+ to you under the Apache License, Version 2.0 (the
|
|
8
|
+ "License"); you may not use this file except in compliance
|
|
9
|
+ with the License. You may obtain a copy of the License at
|
|
10
|
+
|
|
11
|
+ http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
+
|
|
13
|
+ Unless required by applicable law or agreed to in writing,
|
|
14
|
+ software distributed under the License is distributed on an
|
|
15
|
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
16
|
+ KIND, either express or implied. See the License for the
|
|
17
|
+ specific language governing permissions and limitations
|
|
18
|
+ under the License.
|
|
19
|
+-->
|
|
20
|
+<html>
|
|
21
|
+ <head>
|
|
22
|
+ <!--
|
|
23
|
+ Customize this policy to fit your own app's needs. For more guidance, see:
|
|
24
|
+ https://github.com/apache/cordova-plugin-whitelist/blob/master/README.md#content-security-policy
|
|
25
|
+ Some notes:
|
|
26
|
+ * gap: is required only on iOS (when using UIWebView) and is needed for JS->native communication
|
|
27
|
+ * https://ssl.gstatic.com is required only on Android and is needed for TalkBack to function properly
|
|
28
|
+ * Disables use of inline scripts in order to mitigate risk of XSS vulnerabilities. To change this:
|
|
29
|
+ * Enable inline JS: add 'unsafe-inline' to default-src
|
|
30
|
+ -->
|
|
31
|
+ <meta http-equiv="Content-Security-Policy" content="default-src 'self' data: gap: https://ssl.gstatic.com 'unsafe-eval'; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; media-src *; img-src 'self' data: content:;">
|
|
32
|
+ <!--these three for the calendar-->
|
|
33
|
+ <link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet">
|
|
34
|
+ <link href="css/robotocondensed.css" rel="stylesheet">
|
|
35
|
+ <link rel="stylesheet" href="calendar_files/css/demo.css"/>
|
|
36
|
+ <link rel="stylesheet" href="css/file.css"/>
|
|
37
|
+ <link rel="stylesheet" href="calendar_files/css/theme1.css"/>
|
|
38
|
+ <!--this is for the search bar-->
|
|
39
|
+ <link rel = "stylesheet" href = "css/searchbar1.css">
|
|
40
|
+
|
|
41
|
+ <meta name="format-detection" content="telephone=no">
|
|
42
|
+ <meta name="msapplication-tap-highlight" content="no">
|
|
43
|
+ <meta name="viewport" content="initial-scale=1, width=device-width, viewport-fit=cover">
|
|
44
|
+ <link rel="stylesheet" type="text/css" href="css/index.css">
|
|
45
|
+ <link rel="stylesheet" href="lib/OnsenUI/css/onsenui.css">
|
|
46
|
+ <link rel="stylesheet" href="lib/OnsenUI/css/onsen-css-components.min.css">
|
|
47
|
+ <script src="lib/OnsenUI/js/onsenui.min.js"></script>
|
|
48
|
+ <script src="js/jquery_.js"></script>
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+ </head>
|
|
52
|
+ <body>
|
|
53
|
+
|
|
54
|
+ <script type="text/javascript" src="js/saveLocal.js"></script>
|
|
55
|
+
|
|
56
|
+ <ons-navigator swipeable animation="slide" id="myNavigator">
|
|
57
|
+ <ons-page>
|
|
58
|
+ <ons-toolbar>
|
|
59
|
+ <div class="center">Instituto de Cultura</div>
|
|
60
|
+ </ons-toolbar>
|
|
61
|
+ <ons-tabbar swipeable position="bottom">
|
|
62
|
+ <ons-tab page="home.html" label="Hogar"></ons-tab>
|
|
63
|
+ <ons-tab page="renglones.html" label="Artesanías" active></ons-tab>
|
|
64
|
+ <ons-tab page="ferias.html" label="Ferias"></ons-tab>
|
|
65
|
+ <ons-tab page="instituto.html" label="ICP"></ons-tab>
|
|
66
|
+ </ons-tabbar>
|
|
67
|
+ </ons-page>
|
|
68
|
+ </ons-navigator>
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+ <template id="home.html">
|
|
74
|
+
|
|
75
|
+ <ons-page id="home" class="red">
|
|
76
|
+
|
|
77
|
+ <ons-card id="azar">
|
|
78
|
+
|
|
79
|
+ <div class="title" id="Title"></div>
|
|
80
|
+ <div id="image"></div><br>
|
|
81
|
+ <div class="content" id="Content"></div>
|
|
82
|
+
|
|
83
|
+ <script type="text/javascript" src="js/azar.js"> </script>
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+ </ons-card>
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+ </ons-page>
|
|
90
|
+
|
|
91
|
+ </template>
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+ <template id="artesanias.html">
|
|
95
|
+ <ons-page id="artesanias">
|
|
96
|
+
|
|
97
|
+ <ons-toolbar>
|
|
98
|
+ <div class="left"><ons-back-button>Atrás</ons-back-button></div>
|
|
99
|
+ <div class="center"></div>
|
|
100
|
+ </ons-toolbar>
|
|
101
|
+
|
|
102
|
+ <ons-pull-hook id="pull-hook" threshold-height="120px">
|
|
103
|
+ <ons-icon id="pull-hook-icon" size="22px" class="pull-hook-content" icon="fa-arrow-down"></ons-icon>
|
|
104
|
+ </ons-pull-hook>
|
|
105
|
+
|
|
106
|
+ <ons-list id="artesania-list" src="">
|
|
107
|
+ <ons-list-header>Artesanias</ons-list-header>
|
|
108
|
+ </ons-list>
|
|
109
|
+
|
|
110
|
+ <!--<ons-list id="artesanos-list" src="">
|
|
111
|
+ <ons-list-header>Artesanos</ons-list-header>
|
|
112
|
+ </ons-list>-->
|
|
113
|
+
|
|
114
|
+ <script>
|
|
115
|
+
|
|
116
|
+ ons.getScriptPage().onInit = function () {
|
|
117
|
+ this.querySelector('ons-toolbar div.center').textContent = this.data.title;
|
|
118
|
+
|
|
119
|
+ //var File = this.data.title.toUpperCase() + '.json' ;
|
|
120
|
+ var Esp = this.data.esp.split(', ');
|
|
121
|
+ var artesanos_json = this.data.json;
|
|
122
|
+
|
|
123
|
+ //Convertir en mayuscula primera letra del string.
|
|
124
|
+ for(var i=0; i<Esp.length; i++) {
|
|
125
|
+ Esp[i] = Esp[i].charAt(0).toUpperCase() + Esp[i].slice(1);
|
|
126
|
+ };
|
|
127
|
+
|
|
128
|
+ var pullHook = document.getElementById('pull-hook');
|
|
129
|
+ var icon = document.getElementById('pull-hook-icon');
|
|
130
|
+ pullHook.addEventListener('changestate', function (event) {
|
|
131
|
+ switch (event.state) {
|
|
132
|
+ case 'initial':
|
|
133
|
+ icon.setAttribute('icon', 'fa-arrow-down');
|
|
134
|
+ icon.removeAttribute('rotate');
|
|
135
|
+ icon.removeAttribute('spin');
|
|
136
|
+ break;
|
|
137
|
+ case 'preaction':
|
|
138
|
+ icon.setAttribute('icon', 'fa-arrow-down');
|
|
139
|
+ icon.setAttribute('rotate', '180');
|
|
140
|
+ icon.removeAttribute('spin');
|
|
141
|
+ break;
|
|
142
|
+ case 'action':
|
|
143
|
+ icon.setAttribute('icon', 'fa-spinner');
|
|
144
|
+ icon.removeAttribute('rotate');
|
|
145
|
+ icon.setAttribute('spin', true);
|
|
146
|
+ break;
|
|
147
|
+ }
|
|
148
|
+ });
|
|
149
|
+
|
|
150
|
+ var getArtesania = function (num) {
|
|
151
|
+
|
|
152
|
+ var Artesanos = ``;
|
|
153
|
+
|
|
154
|
+ console.log('Filtrado de ',Esp[num])
|
|
155
|
+
|
|
156
|
+ var results = [];
|
|
157
|
+ var searchVal = "my Name";
|
|
158
|
+ for (var i=0 ; i < artesanos_json.length ; i++)
|
|
159
|
+ {
|
|
160
|
+ if (artesanos_json[i].Especificaciones.includes(Esp[num])) {
|
|
161
|
+ results.push(artesanos_json[i]);
|
|
162
|
+ }
|
|
163
|
+ }
|
|
164
|
+
|
|
165
|
+ /*var arr1=artesanos_json.filter(function(item){
|
|
166
|
+ return item.Nombre=="Ana";
|
|
167
|
+ });*/
|
|
168
|
+
|
|
169
|
+ for(var i=0; i<results.length; i++) {
|
|
170
|
+
|
|
171
|
+ //if(Esp[num] in artesanos_json.) {}
|
|
172
|
+ Artesanos=Artesanos+`<a id='home.html'>${results[i].Nombre} | ${results[i].Municipio}<br>`
|
|
173
|
+ //`<a id='home.html'>${Artesania.artesano} | ${Artesania.municipio}</a> `
|
|
174
|
+ }
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+ return {
|
|
178
|
+ name: Esp[num],
|
|
179
|
+ artesan: Artesanos
|
|
180
|
+ };
|
|
181
|
+ };
|
|
182
|
+
|
|
183
|
+ var getData = function () {
|
|
184
|
+ const data = [];
|
|
185
|
+ for (var i = 0; i < Esp.length; i++) {
|
|
186
|
+ data.push(getArtesania(i));
|
|
187
|
+ }
|
|
188
|
+ return data;
|
|
189
|
+ };
|
|
190
|
+ var createArtesania = function (Artesania) {
|
|
191
|
+
|
|
192
|
+ //console.log('Devuelto elemento')
|
|
193
|
+
|
|
194
|
+ return ons.createElement(`
|
|
195
|
+ <ons-list-item expandable tappable>
|
|
196
|
+ <div class="center" >${Artesania.name}</div>
|
|
197
|
+ <div class="expandable-content"> Artesanos que trabajan con ${Artesania.name}:<br><br>${Artesania.artesan}</div>
|
|
198
|
+ </ons-list-item>`
|
|
199
|
+ );
|
|
200
|
+ };
|
|
201
|
+
|
|
202
|
+ var Artesanias = getData();
|
|
203
|
+
|
|
204
|
+ for (Art of Artesanias) {
|
|
205
|
+
|
|
206
|
+ var Artesania = createArtesania(Art);
|
|
207
|
+ document.getElementById('artesania-list').appendChild(Artesania);
|
|
208
|
+ };
|
|
209
|
+ pullHook.onAction = function (done) {
|
|
210
|
+
|
|
211
|
+ setTimeout(function() {
|
|
212
|
+ document.getElementById('artesania-list').appendChild(createArtesania(getArtesania()));
|
|
213
|
+ done();
|
|
214
|
+ }, 400);
|
|
215
|
+ }
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+ /* var createArtesano = function (Artesano) {
|
|
228
|
+
|
|
229
|
+ return ons.createElement(`
|
|
230
|
+ <ons-list-item expandable tappable>
|
|
231
|
+ <div class="center" >${Artesano.Nombre}</div>
|
|
232
|
+ <div class="expandable-content"> Municipio: ${Artesano.Municipio}<br>
|
|
233
|
+ Tel\u00e9fono: ${Artesano["Tel\u00e9fono 1"]}<br>
|
|
234
|
+ Correo Electr\u00f3nico: ${Artesano["E-mail"]}<br>
|
|
235
|
+ </div>
|
|
236
|
+ </ons-list-item>`
|
|
237
|
+ );
|
|
238
|
+ };
|
|
239
|
+
|
|
240
|
+ //var Artesanias = getData();
|
|
241
|
+ //artesanos_json
|
|
242
|
+
|
|
243
|
+ for (arte of artesanos_json) {
|
|
244
|
+
|
|
245
|
+ var Artesano = createArtesano(arte);
|
|
246
|
+ document.getElementById('artesanos-list').appendChild(Artesano);
|
|
247
|
+ };*/
|
|
248
|
+
|
|
249
|
+ };
|
|
250
|
+ </script>
|
|
251
|
+
|
|
252
|
+ <style>
|
|
253
|
+ .pull-hook-content {
|
|
254
|
+ color: #333;
|
|
255
|
+ transition: transform .25s ease-in-out;
|
|
256
|
+ }
|
|
257
|
+ </style>
|
|
258
|
+ </ons-page>
|
|
259
|
+ </template>
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+ <template id="artesanos.html">
|
|
268
|
+ <ons-page id="artesanos">
|
|
269
|
+
|
|
270
|
+ <ons-toolbar>
|
|
271
|
+ <div class="left"><ons-back-button>Atrás</ons-back-button></div>
|
|
272
|
+ <div class="center"></div>
|
|
273
|
+ </ons-toolbar>
|
|
274
|
+
|
|
275
|
+ <ons-pull-hook id="pull-hook" threshold-height="120px">
|
|
276
|
+ <ons-icon id="pull-hook-icon" size="22px" class="pull-hook-content" icon="fa-arrow-down"></ons-icon>
|
|
277
|
+ </ons-pull-hook>
|
|
278
|
+
|
|
279
|
+ <ons-list id="artesanos-list" src="">
|
|
280
|
+ <ons-list-header>Artesanos</ons-list-header>
|
|
281
|
+ </ons-list>
|
|
282
|
+
|
|
283
|
+ <script>
|
|
284
|
+
|
|
285
|
+ ons.getScriptPage().onInit = function () {
|
|
286
|
+ this.querySelector('ons-toolbar div.center').textContent = this.data.title;
|
|
287
|
+
|
|
288
|
+ //var File = this.data.title.toUpperCase() + '.json' ;
|
|
289
|
+ var Esp = this.data.esp.split(', ');
|
|
290
|
+ var artesanos_json = this.data.json;
|
|
291
|
+
|
|
292
|
+ //Convertir en mayuscula primera letra del string.
|
|
293
|
+ for(var i=0; i<Esp.length; i++) {
|
|
294
|
+ Esp[i] = Esp[i].charAt(0).toUpperCase() + Esp[i].slice(1);
|
|
295
|
+ };
|
|
296
|
+
|
|
297
|
+ var pullHook = document.getElementById('pull-hook');
|
|
298
|
+ var icon = document.getElementById('pull-hook-icon');
|
|
299
|
+ pullHook.addEventListener('changestate', function (event) {
|
|
300
|
+ switch (event.state) {
|
|
301
|
+ case 'initial':
|
|
302
|
+ icon.setAttribute('icon', 'fa-arrow-down');
|
|
303
|
+ icon.removeAttribute('rotate');
|
|
304
|
+ icon.removeAttribute('spin');
|
|
305
|
+ break;
|
|
306
|
+ case 'preaction':
|
|
307
|
+ icon.setAttribute('icon', 'fa-arrow-down');
|
|
308
|
+ icon.setAttribute('rotate', '180');
|
|
309
|
+ icon.removeAttribute('spin');
|
|
310
|
+ break;
|
|
311
|
+ case 'action':
|
|
312
|
+ icon.setAttribute('icon', 'fa-spinner');
|
|
313
|
+ icon.removeAttribute('rotate');
|
|
314
|
+ icon.setAttribute('spin', true);
|
|
315
|
+ break;
|
|
316
|
+ }
|
|
317
|
+ });
|
|
318
|
+
|
|
319
|
+ var getArtesania = function (num) {
|
|
320
|
+
|
|
321
|
+ var Artesanos = ``;
|
|
322
|
+
|
|
323
|
+ console.log('Filtrado de ',Esp[num])
|
|
324
|
+
|
|
325
|
+ var results = [];
|
|
326
|
+ var searchVal = "my Name";
|
|
327
|
+ for (var i=0 ; i < artesanos_json.length ; i++)
|
|
328
|
+ {
|
|
329
|
+ if (artesanos_json[i].Especificaciones.includes(Esp[num])) {
|
|
330
|
+ results.push(artesanos_json[i]);
|
|
331
|
+ }
|
|
332
|
+ }
|
|
333
|
+
|
|
334
|
+ /*var arr1=artesanos_json.filter(function(item){
|
|
335
|
+ return item.Nombre=="Ana";
|
|
336
|
+ });*/
|
|
337
|
+
|
|
338
|
+ for(var i=0; i<results.length; i++) {
|
|
339
|
+
|
|
340
|
+ //if(Esp[num] in artesanos_json.) {}
|
|
341
|
+ Artesanos=Artesanos+`<a id='home.html'>${results[i].Nombre} | ${results[i].Municipio}<br>`
|
|
342
|
+ //`<a id='home.html'>${Artesania.artesano} | ${Artesania.municipio}</a> `
|
|
343
|
+ }
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+ return {
|
|
347
|
+ name: Esp[num],
|
|
348
|
+ artesan: Artesanos
|
|
349
|
+ };
|
|
350
|
+ };
|
|
351
|
+
|
|
352
|
+ var getData = function () {
|
|
353
|
+ const data = [];
|
|
354
|
+ for (var i = 0; i < Esp.length; i++) {
|
|
355
|
+ data.push(getArtesania(i));
|
|
356
|
+ }
|
|
357
|
+ return data;
|
|
358
|
+ };
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+ var createArtesano = function (Artesano) {
|
|
362
|
+
|
|
363
|
+ return ons.createElement(`
|
|
364
|
+ <ons-list-item expandable tappable>
|
|
365
|
+ <div class="center" >${Artesano.Nombre}</div>
|
|
366
|
+ <div class="expandable-content"> Municipio: ${Artesano.Municipio}<br>
|
|
367
|
+ Tel\u00e9fono: ${Artesano["Tel\u00e9fono 1"]}<br>
|
|
368
|
+ Correo Electr\u00f3nico: ${Artesano["E-mail"]}<br>
|
|
369
|
+ </div>
|
|
370
|
+ </ons-list-item>`
|
|
371
|
+ );
|
|
372
|
+ };
|
|
373
|
+
|
|
374
|
+ //var Artesanias = getData();
|
|
375
|
+ //artesanos_json
|
|
376
|
+
|
|
377
|
+ for (arte of artesanos_json) {
|
|
378
|
+
|
|
379
|
+ var Artesano = createArtesano(arte);
|
|
380
|
+ document.getElementById('artesanos-list').appendChild(Artesano);
|
|
381
|
+ };
|
|
382
|
+
|
|
383
|
+ };
|
|
384
|
+ </script>
|
|
385
|
+
|
|
386
|
+ <style>
|
|
387
|
+ .pull-hook-content {
|
|
388
|
+ color: #333;
|
|
389
|
+ transition: transform .25s ease-in-out;
|
|
390
|
+ }
|
|
391
|
+ </style>
|
|
392
|
+
|
|
393
|
+ </ons-page>
|
|
394
|
+
|
|
395
|
+ </template>
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+ <template id="renglones.html">
|
|
407
|
+ <ons-page id="renglones">
|
|
408
|
+
|
|
409
|
+ <!--div class="search-bar">
|
|
410
|
+ <p style="text-align: center; margin-top: 10px;">
|
|
411
|
+ <ons-search-input placeholder="Search" onchange="ons.notification.alert('Searched for: ' + this.value)"
|
|
412
|
+ style="width: 96%; margin: 6px auto 6px auto;"></ons-search-input>
|
|
413
|
+ </p>
|
|
414
|
+ </div-->
|
|
415
|
+
|
|
416
|
+ <ons-card id="list">
|
|
417
|
+ <script type="text/javascript" src="js/renglones.js"></script>
|
|
418
|
+ </ons-card>
|
|
419
|
+
|
|
420
|
+ <style>
|
|
421
|
+ .intro {
|
|
422
|
+ text-align: center;
|
|
423
|
+ padding: 20px;
|
|
424
|
+ margin-top: 30px;
|
|
425
|
+ }
|
|
426
|
+
|
|
427
|
+ ons-card {
|
|
428
|
+ cursor: pointer;
|
|
429
|
+ color: #333;
|
|
430
|
+ }
|
|
431
|
+
|
|
432
|
+ .card__title,
|
|
433
|
+ .card--material__title {
|
|
434
|
+ font-size: 15px;
|
|
435
|
+ }
|
|
436
|
+ </style>
|
|
437
|
+ </ons-page>
|
|
438
|
+
|
|
439
|
+ <!--script>
|
|
440
|
+ ons.getScriptPage().onInit = function () {
|
|
441
|
+ this.querySelector('ons-toolbar div.center').textContent = this.data.title;
|
|
442
|
+ var createArtesania = function (Artesania) {
|
|
443
|
+ return ons.createElement(`
|
|
444
|
+ <ons-list-item expandable tappable>
|
|
445
|
+ <div class="center" >${Artesania.name}</div>
|
|
446
|
+ <div class="expandable-content"> -Artesanos que trabajan con ${Artesania.name}- <br><br> Luis Lao | Naguabo
|
|
447
|
+ <br> <a id='home.html'>Jorge Rivera | Naguabo</a> </div>
|
|
448
|
+ </ons-list-item>` );
|
|
449
|
+ document.getElementById('artesania-list').appendChild(createArtesania(getArtesania())); };
|
|
450
|
+ </script-->
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+ </template>
|
|
454
|
+
|
|
455
|
+ <template id="ferias.html">
|
|
456
|
+ <ons-page id="ferias">
|
|
457
|
+ <ons-card>
|
|
458
|
+
|
|
459
|
+ <div id = "caleandar" class = "calendar" style="margin-top: 20px;">
|
|
460
|
+ <script type="text/javascript" src="calendar_files/js/caleandar.js"></script>
|
|
461
|
+ <script type="text/javascript" src="calendar_files/js/events.js"></script>
|
|
462
|
+ </div>
|
|
463
|
+
|
|
464
|
+ </ons-card>
|
|
465
|
+ </ons-page>
|
|
466
|
+ </template>
|
|
467
|
+
|
|
468
|
+ <template id="instituto.html">
|
|
469
|
+ <ons-page id="instituto">
|
|
470
|
+ <ons-card>
|
|
471
|
+ <div class="center" style="text-align: center">
|
|
472
|
+ <!--<p style="text-align: center;">-->
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+ <h1>Instituto de Cultura Puertorriqueña</h1>
|
|
476
|
+ <h3>Ven, descubre lo que nuestra riqueza cultural puertorriqueña tiene para tí.<br> Disfrútala, es tu identidad.
|
|
477
|
+ </h3>
|
|
478
|
+
|
|
479
|
+ <body>
|
|
480
|
+ <br>
|
|
481
|
+ El Instituto de Cultura Puertorriqueña (ICP) tiene como misión investigar, conservar, promover y divulgar la cultura puertorriqueña en su diversidad y complejidad. Con la memoria y la promesa de la cultura, los distintos niveles, sectores, edades e intereses de la comunidad crean el conjunto de modos de vida, costumbres y manifestaciones artísticas que nos identifica como país. El ICP existe para preservar y divulgar estos saberes, difundir internacionalmente nuestro talento y enriquecer el amor a lo propio.
|
|
482
|
+ <br><br>
|
|
483
|
+ Nuestras tradiciones no son rígidos objetos de museo, sino actividades vivas en constante renovación y reapropiación, según van también desarrollándose nuevas tradiciones. El respeto a la diversidad, a lo híbrido, a lo apropiado y a lo replanteado también son parte esencial de esta institución que busca activamente la colaboración de todos en un quehacer que debe ser siempre compartido de la mano con su ingente diversidad.
|
|
484
|
+ <br><br>
|
|
485
|
+ Prof. Carlos R. Ruiz Cortés<br>
|
|
486
|
+ Director Ejecutivo<br>
|
|
487
|
+ Instituto de Cultura Puertorriqueña<br>
|
|
488
|
+ <br><br>
|
|
489
|
+ </body>
|
|
490
|
+
|
|
491
|
+
|
|
492
|
+ Visita nuestra <a href="https://www.icp.pr.gov/">Página Web</a> o síguenos en nuestras redes sociales: <br>
|
|
493
|
+ <a href="https://twitter.com/icppr"><img src="img/twitter.png" alt="Twitter" style="width:35px;height:35px;border:0;">
|
|
494
|
+ </a>
|
|
495
|
+ <a href="https://facebook.com/icppr"><img src="img/facebook.png" alt="Facebook" style="width:35px;height:35px;border:0;">
|
|
496
|
+ </a>
|
|
497
|
+ <a href="https://youtube.com/user/icppr"><img src="img/youtube.png" alt="Youtube" style="width:35px;height:35px;border:0;">
|
|
498
|
+ </a>
|
|
499
|
+ <a href="https://instagram.com/icppr"><img src="img/instagram.png" alt="Instagram" style="width:35px;height:35px;border:0;">
|
|
500
|
+ </a>
|
|
501
|
+ </div>
|
|
502
|
+ <!--</p>-->
|
|
503
|
+ </ons-card>
|
|
504
|
+ </ons-page>
|
|
505
|
+ </template>
|
|
506
|
+
|
|
507
|
+ <script src="js/load.js"></script>
|
|
508
|
+
|
|
509
|
+ <script type="text/javascript" src="cordova.js"></script>
|
|
510
|
+ <script type="text/javascript" src="js/index.js"></script>
|
|
511
|
+ </body>
|
|
512
|
+</html>
|