-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
381 lines (283 loc) · 10.4 KB
/
index.php
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
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
<!doctype html>
<html lang="pt-br">
<head>
<link href="http://radio.ufpa.br/belem-400-anos/belem-400.css" rel="stylesheet" type="text/css">
<?php
$page_name = 'Belém 400 Anos';
$page_description = 'Em homenagem aos 400 anos da cidade de Belém, a Rádio Web UFPA preparou uma programação especial. Confira!';
$page_tags = 'belem 400 anos, especial belem 400 anos, belem 400 anos ufpa, belem 400 anos radio web';
$color = '#F89D18';
$image_icon = 'http://radio.ufpa.br/belem-400-anos/_images/icon.png';
$image_share = 'http://radio.ufpa.br/belem-400-anos/_images/share.png';
$pre_audio_url = 'http://radio.ufpa.br/media/audio/belem-400-anos/';
include '../_includes/head.php';
?>
</head>
<body>
<?php
include '../_includes/header.php';
include '../_includes/share.php';
include '../_includes/player.php';
?>
<section class="full-screen img-home">
<div class="full-screen-container background-2">
<img src="_images/belem-400-anos-logo.svg" width="600px" alt="logo belem 400 anos">
<!-- <h1 class="title">Belém 400 Anos</h1> -->
<a href="#1" id="scroll-button" class="color-1"></a>
</div>
</section>
<section id="1">
<h2 class="text-1">Espaços de Cultura Alternativa</h2>
<div class="tile tile-play">
<div class="quad-tile">
<figure class="img-gotazkaen"></figure>
<a href="#1" id="play" onclick="playFile('BELEM_400_ANOS__CULTURA_ALTERNATIVA__CASAS_DE_ARTE_E_CULTURA.mp3'); playAudio();">
<h3>Casas de Cultura</h3>
</a>
</div>
<div class="quad-tile">
<figure class="img-cine-olympia"></figure>
<a href="#1" id="play" onclick="playFile('BELEM_400_ANOS__CULTURA_ALTERNATIVA__CINEMAS.mp3');">
<h3>Cinemas</h3>
</a>
</div>
<div class="quad-tile">
<figure class="img-fotoativa"></figure>
<a href="#1" id="play" onclick="playFile('BELEM_400_ANOS__CULTURA_ALTERNATIVA__FOTOATIVA.mp3');">
<h3>Fotoativa</h3>
</a>
</div>
<div class="quad-tile">
<figure class="img-elf-galeria"></figure>
<a href="#1" id="play" onclick="playFile('BELEM_400_ANOS__CULTURA_ALTERNATIVA__GALERIAS.mp3');">
<h3>Galerias de Arte</h3>
</a>
</div>
<div class="quad-tile">
<figure class="img-sesc"></figure>
<a href="#1" id="play" onclick="playFile('BELEM_400_ANOS__CULTURA_ALTERNATIVA__SESC_BOULEVARD.mp3');">
<h3>Sesc Boulevard</h3>
</a>
</div>
</div>
</section>
<section id="2">
<h2 class="text-1">Curiosidades</h2>
<div class="tile tile-play">
<div class="big-tile">
<figure class="img-belem"></figure>
<a href="#2" id="play" onclick="playFile('BELEM_400_ANOS__CURIOSIDADES__BELEM.mp3');">
<h3>Belém</h3>
</a>
</div>
<div class="big-tile">
<figure class="img-cirio"></figure>
<a href="#2" id="play" onclick="playFile('BELEM_400_ANOS__CURIOSIDADES__CIRIO.mp3');">
<h3>Círio de Nazaré</h3>
</a>
</div>
<div class="big-tile">
<figure class="img-chuva"></figure>
<a href="#2" id="play" onclick="playFile('BELEM_400_ANOS__CURIOSIDADES__CLIMA.mp3');">
<h3>Clima</h3>
</a>
</div>
<div class="big-tile">
<figure class="img-tv-cultura"></figure>
<a href="#2" id="play" onclick="playFile('BELEM_400_ANOS__CURIOSIDADES__EMISSORAS_DE_TV.mp3');">
<h3>Emissoras de TV</h3>
</a>
</div>
<div class="big-tile">
<figure class="img-assembleia-de-deus"></figure>
<a href="#2" id="play" onclick="playFile('BELEM_400_ANOS__CURIOSIDADES__EVANGELICOS.mp3');">
<h3>Evangélicos</h3>
</a>
</div>
<div class="big-tile">
<figure class="img-futebol"></figure>
<a href="#2" id="play" onclick="playFile('BELEM_400_ANOS__CURIOSIDADES__TIMES_DE_FUTEBOL.mp3');">
<h3>Times de Futebol</h3>
</a>
</div>
</div>
</section>
<section id="3">
<h2 class="text-1">Ruas de Belém</h2>
<div class="tile tile-play">
<div class="large-tile">
<figure class="img-belem"></figure>
<a href="#3" id="play" onclick="playFile('BELEM_400_ANOS__RUAS__13_DE_MAIO.mp3');">
<h3>13 de Maio</h3>
</a>
</div>
<div class="large-tile">
<figure class="img-belem"></figure>
<a href="#3" id="play" onclick="playFile('BELEM_400_ANOS__RUAS__15_DE_NOVEMBRO.mp3');">
<h3>15 de Novembro</h3>
</a>
</div>
<div class="large-tile">
<figure class="img-belem"></figure>
<a href="#3" id="play" onclick="playFile('BELEM_400_ANOS__RUAS__ARCIPRESTE_MANOEL_TEODORO.mp3');">
<h3>Arcipreste Manoel Teodoro</h3>
</a>
</div>
<div class="large-tile">
<figure class="img-belem"></figure>
<a href="#3" id="play" onclick="playFile('BELEM_400_ANOS__RUAS__DOMINGOS_MARREIROS.mp3');">
<h3>Domingos Marreiros</h3>
</a>
</div>
<div class="large-tile">
<figure class="img-belem"></figure>
<a href="#3" id="play" onclick="playFile('BELEM_400_ANOS__RUAS__DOS_48.mp3');">
<h3>Dos 48</h3>
</a>
</div>
<div class="large-tile">
<figure class="img-belem"></figure>
<a href="#3" id="play" onclick="playFile('BELEM_400_ANOS__RUAS__DOUTOR_ASSIS.mp3');">
<h3>Doutor Assis</h3>
</a>
</div>
<div class="large-tile">
<figure class="img-belem"></figure>
<a href="#3" id="play" onclick="playFile('BELEM_400_ANOS__RUAS__DOUTOR_MALCHER.mp3');">
<h3>Doutor Malcher</h3>
</a>
</div>
<div class="large-tile">
<figure class="img-belem"></figure>
<a href="#3" id="play" onclick="playFile('BELEM_400_ANOS__RUAS__GASPAR_VIANA.mp3');">
<h3>Gaspar Viana</h3>
</a>
</div>
<div class="large-tile">
<figure class="img-belem"></figure>
<a href="#3" id="play" onclick="playFile('BELEM_400_ANOS__RUAS__JOAO_ALFREDO.mp3');">
<h3>João Alfredo</h3>
</a>
</div>
<div class="large-tile">
<figure class="img-belem"></figure>
<a href="#3" id="play" onclick="playFile('BELEM_400_ANOS__RUAS__JOAO_BALBI.mp3');">
<h3>João Balbi</h3>
</a>
</div>
<div class="large-tile">
<figure class="img-belem"></figure>
<a href="#3" id="play" onclick="playFile('BELEM_400_ANOS__RUAS__MANOEL_BARATA.mp3');">
<h3>Manoel Barata</h3>
</a>
</div>
<div class="large-tile">
<figure class="img-belem"></figure>
<a href="#3" id="play" onclick="playFile('BELEM_400_ANOS__RUAS__PAES_DE_CARVALHO.mp3');">
<h3>Paes de Carvalho</h3>
</a>
</div>
<div class="large-tile">
<figure class="img-belem"></figure>
<a href="#3" id="play" onclick="playFile('BELEM_400_ANOS__RUAS__SIQUEIRA_MENDES.mp3');">
<h3>Siqueira Mendes</h3>
</a>
</div>
<div class="large-tile">
<figure class="img-belem"></figure>
<a href="#3" id="play" onclick="playFile('BELEM_400_ANOS__RUAS__VEIGA_CABRAL.mp3');">
<h3>Veiga Cabral</h3>
</a>
</div>
</div>
</section>
<section id="4" class="full-screen">
<div class="full-screen-container">
<h2 class="text-1">Depoimentos</h2>
<div class="track">
<a href="#4" id="play" onclick="playFile('BELEM_400_ANOS__DEPOIMENTO__EDILBERTO_E_HELIDA.mp3');">
<p>Edilberto e Helida</p>
</a>
<a href="#4" id="play" onclick="playFile('BELEM_400_ANOS__DEPOIMENTO__EDSON_HORTIZ.mp3');">
<p>Edson Hortiz</p>
</a>
<a href="#4" id="play" onclick="playFile('BELEM_400_ANOS__DEPOIMENTO__ELIZABETH_VASCONCELOS.mp3');">
<p>Elizabeth Vasconcelos</p>
</a>
<a href="#4" id="play" onclick="playFile('BELEM_400_ANOS__DEPOIMENTO__FERNANDO_ARTHUR.mp3');">
<p>Fernando Arthur</p>
</a>
<a href="#4" id="play" onclick="playFile('BELEM_400_ANOS__DEPOIMENTO__FLAVIO_NASSAR.mp3');">
<p>Flávio Nassar</p>
</a>
<a href="#4" id="play" onclick="playFile('BELEM_400_ANOS__DEPOIMENTO__FRANCISCO_HERNANDES.mp3');">
<p>Francisco Hernandes</p>
</a>
<a href="#4" id="play" onclick="playFile('BELEM_400_ANOS__DEPOIMENTO__HERALDO_MAUES.mp3');">
<p>Heraldo Maués</p>
</a>
<a href="#4" id="play" onclick="playFile('BELEM_400_ANOS__DEPOIMENTO__JERRY_ORLET.mp3');">
<p>Jerry Orlet</p>
</a>
<a href="#4" id="play" onclick="playFile('BELEM_400_ANOS__DEPOIMENTO__JOANA_VIEIRA.mp3');">
<p>Joana Vieira</p>
</a>
<a href="#4" id="play" onclick="playFile('BELEM_400_ANOS__DEPOIMENTO__JUNIOR_SOARES.mp3');">
<p>Junior Soares</p>
</a>
<a href="#4" id="play" onclick="playFile('BELEM_400_ANOS__DEPOIMENTO__MANOEL_DUTRA.mp3');">
<p>Manoel Dutra</p>
</a>
<a href="#4" id="play" onclick="playFile('BELEM_400_ANOS__DEPOIMENTO__MAURO_MAGALHAES.mp3');">
<p>Mauro Magalhães</p>
</a>
<a href="#4" id="play" onclick="playFile('BELEM_400_ANOS__DEPOIMENTO__PADRE_GEOVANE.mp3');">
<p>Padre Geovane</p>
</a>
<a href="#4" id="play" onclick="playFile('BELEM_400_ANOS__DEPOIMENTO__PATRICIA_CESAR.mp3');">
<p>Patrícia César</p>
</a>
<a href="#4" id="play" onclick="playFile('BELEM_400_ANOS__DEPOIMENTO__PAULO_BARRADAS.mp3');">
<p>Paulo Barradas</p>
</a>
<a href="#4" id="play" onclick="playFile('BELEM_400_ANOS__DEPOIMENTO__PAULO_BARRADAS.mp3');">
<p>Rodrigo e Yessica</p>
</a>
<a href="#4" id="play" onclick="playFile('BELEM_400_ANOS__DEPOIMENTO__PAULO_BARRADAS.mp3');">
<p>Ronaldo Silva</p>
</a>
<a href="#4" id="play" onclick="playFile('BELEM_400_ANOS__DEPOIMENTO__PAULO_BARRADAS.mp3');">
<p>Roseane Norat</p>
</a>
<a href="#4" id="play" onclick="playFile('BELEM_400_ANOS__DEPOIMENTO__SANCLEYTON_MOREIRA.mp3');">
<p>Sancleyton Moreira</p>
</a>
<a href="#4" id="play" onclick="playFile('BELEM_400_ANOS__DEPOIMENTO__THAIANE_OLIVEIRA.mp3');">
<p>Thaiane Oliveira</p>
</a>
<a href="#4" id="play" onclick="playFile('BELEM_400_ANOS__DEPOIMENTO__THAIS_SANJAD.mp3');">
<p>Thais Sanjad</p>
</a>
</div>
</div>
</section>
<?php include '../_includes/footer.php'; ?>
<!-- Scripts -->
<script>
function playFile(file)
{
var audio = file;
if(audio !== '') {
document.getElementById('audio').src = 'http://radio.ufpa.br/media/audio/belem-400-anos/'+audio;
}
else {
}
}
</script>
<script src="http://radio.ufpa.br/_scripts/functions.js" type="text/javascript"></script>
<script src="http://radio.ufpa.br/_scripts/menu.js" type="text/javascript"></script>
<script src="http://radio.ufpa.br/_scripts/header.js" type="text/javascript"></script>
<script src="http://radio.ufpa.br/_scripts/scroll.js" type="text/javascript"></script>
<script src="http://radio.ufpa.br/_scripts/player.js" type="text/javascript"></script>
</body>
</html>