-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfooter.php
84 lines (63 loc) · 3.05 KB
/
footer.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
<div style="height:60px;"></div>
<footer>
<div class="section-wrapper content">
<div class="columns">
<div class="column is-4" style="font-size: 16px;">
<p class="display upper">MediaLab.UFRJ</p>
<p>
Av. Pasteur, 250 – Urca,
<br>Escola de Comunicação da UFRJ, Sala 106
<br>Rio de Janeiro - RJ, CEP 22290-240</p>
<p>
<a href="mailto:[email protected]">[email protected]</a>
<br>(21) 3873-5053
</p>
<p>
<a href="https://www.facebook.com/UFRJ.MediaLab/" class="footer--social-icons" target="_blank">
<img height="16" width="16" src="https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/facebook.svg" />
</a>
<a href="https://twitter.com/medialabufrj" class="footer--social-icons" target="_blank">
<img height="16" width="16" src="https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/twitter.svg" />
</a>
<a href="https://www.instagram.com/medialabufrj/" class="footer--social-icons" target="_blank">
<img height="16" width="16" src="https://cdn.jsdelivr.net/npm/simple-icons@latest/icons/instagram.svg" />
</a>
</p>
</div>
<div class="column is-4">
<p class="display upper footer-apoio-title">Apoio</p>
<div class="footer-apoio-images">
<a href="#" target="_blank"><img src="<?php echo WP_THEME_URL ?>/img/apoio-ford.svg" width="240"></a>
<a href="#" target="_blank"><img src="<?php echo WP_THEME_URL ?>/img/apoio-faperj.svg" width="160"></a>
<a href="#" target="_blank"><img src="<?php echo WP_THEME_URL ?>/img/apoio-cnpq.svg" width="120"></a>
</div>
</div>
<div class="column is-4">
<p> </p>
<div class="footer-cc">
<p class="source-org copyright">Todo o conteúdo aqui publicado está sob a Licença <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.pt">Creative Commons - Atribuição-Compartilha Igual 3.0 Não Adaptada</a>.</p>
<p><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.pt"><img alt="Licença Creative Commons" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png" scale="0"></a></p>
</div>
</div>
</div>
</div>
</footer>
<script>
var PATH = "<?php echo WP_SITE_URL ?>";
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-44330723-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-44330723-1');
</script>
<!-- <script src="//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.6.0/underscore.js"></script> -->
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.11.1/jquery.js"></script>
<!-- <script src="//cdnjs.cloudflare.com/ajax/libs/vue/1.0.16/vue.min.js"></script> -->
<script src="https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js"></script>
<script src="<?php echo WP_THEME_URL ?>/js/medialab.js"></script>
<?php wp_footer(); ?>
</body>
</html>