layout.html 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. <!--
  2. _ _ _ __ _ _
  3. | | (_)| | / _|| |(_)
  4. | | _ | |__ _ __ ___ | |_ | | _ __ __
  5. | | | || '_ \ | '__|/ _ \| _|| || |\ \/ /
  6. | |____ | || |_) || | | __/| | | || | > <
  7. |______||_||_.__/ |_| \___||_| |_||_|/_/\_\
  8. Hey, friend. Check out the source-code at notabug.org/libreflix
  9. -->
  10. <html>
  11. <head>
  12. <meta charset="utf-8">
  13. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  14. <title> {{ title }} | Libreflix </title>
  15. <link rel="icon" type="image/png" href="/libre-icon.png" />
  16. <link rel="shortcut icon" href="//libreflix.org/libre-icon.png">
  17. <meta name="description" content="">
  18. <meta name="viewport" content="width=device-width, initial-scale=1">
  19. <link rel="stylesheet" href="/css/normalize.css">
  20. <link rel="stylesheet" href="/css/main.css">
  21. <link rel="stylesheet" href="/css/custom.css">
  22. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
  23. <link rel="stylesheet" href="/css/vendor/bootstrap.css">
  24. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/velocity/1.5.0/velocity.ui.min.js">
  25. <script src="/js/vendor/modernizr-2.8.3.min.js"></script>
  26. <script src="/js/vendor/jquery-1.11.3.min.js"></script>
  27. <script src="/js/main.js"></script>
  28. <script src="/js/vendor/bootstrap.min.js">
  29. </script>
  30. <script src="https://cdnjs.cloudflare.com/ajax/libs/velocity/1.5.0/velocity.min.js" charset="utf-8"></script>
  31. {% block opengraph %}
  32. <meta property="og:image" content="/sm-share2.jpg" />
  33. <meta property="og:type" content="blog" />
  34. <meta property="og:title" content="Libreflix" />
  35. <meta property="og:description" content="Libreflix é uma plataforma de streaming aberta e colaborativa que reúne produções audiovisuais independentes, de livre exibição e que fazem pensar." />
  36. <meta property="og:url" content="https://libreflix.org" />
  37. <meta property="og:site_name" content="Libreflix" />
  38. <!-- twitter metatags-->
  39. <meta name="twitter:card" content="summary_large_image">
  40. <meta name="twitter:title" content="Libreflix">
  41. <meta name="twitter:description" content="Libreflix é uma plataforma de streaming aberta e colaborativa que reúne produções audiovisuais independentes, de livre exibição e que fazem pensar.">
  42. <meta name="twitter:image" content="https://libreflix.org/sm-share2.jpg">
  43. {% endblock %}
  44. <!-- <link rel="stylesheet" type="text/css" href="libre.css"> -->
  45. <script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous">
  46. </script>
  47. </head>
  48. <body>
  49. <div class="container">
  50. {% block navbar %}
  51. {% include "partials/navbar.html" %}
  52. {% endblock %}
  53. {% block body %}
  54. {% endblock %}
  55. <footer>
  56. <!-- <p align="center" style="font-size: 11pt; margin-top:110px;">
  57. <a href="{{ site.baseurl }}/" style="border-bottom: 0px solid;"><img src="{{ site.baseurl }}/assets/img/libreflix.png" width="118px" style="border-bottom: 0px solid;"></a><br><br>
  58. Libreflix é uma plataforma de streaming aberta e colaborativa que reúne produções audiovisuais independentes, provocativas e de livre exibição.
  59. <br><br>
  60. <a href="/sobre">Sobre</a>
  61. &middot;
  62. <a href="/novo">Adicionar produção</a>
  63. <!-- &middot; <a href="">FAQ</a> &middot; <a href="/privacidade">Privacidade</a> &middot; <a href="">Quem faz</a>
  64. &middot;
  65. <a href="/apps">Aplicativos</a>
  66. &middot;
  67. <a href="http://blog.libreflix.org">Blog</a>
  68. &middot;
  69. <!-- <a href="/apps" target="_blank">Comunidade</a>
  70. &middot;
  71. <a href="http://notabug.org/libreflix" target="_blank">Código-fonte</a>
  72. <br><br>
  73. <small>Mantido com &hearts; por <a href="http://guilmour.org" target="_blank">@guilmour</a> e uma incrível <a href="https://notabug.org/libreflix/libreflix">comunidade</a>.<small>
  74. </p> -->
  75. {% block footer %}
  76. <div class="container-fluid">
  77. <div class="mt-6 footer2">
  78. <div class="mb-5">
  79. <div class="col-12 col-md-2 mb-3">
  80. <p class="text-medium">
  81. <a href="/"><img src="/libreflix.png" alt="" width="100px"></a>
  82. <br>
  83. <span class="copyleft">&copy;</span> 2017 - 2018
  84. </p>
  85. </div>
  86. <div class="col-6 col-sm-4 col-md-2 mb-3 pr-3">
  87. <h4 class="">Libreflix</h4>
  88. <ul class="list-unstyled">
  89. <li><a href="/sobre">{{__('Sobre Nós')}}</a></li>
  90. <li><a href="/apps">{{__('Apps')}}</a></li>
  91. <!-- <li>Quem Faz</li> -->
  92. <li><a href="/press">{{__('Mídia')}}</a></li>
  93. <li><a href="/contato">{{__('Contato')}}</a></li>
  94. </ul>
  95. </div>
  96. <div class="col-6 col-sm-4 col-md-2 mb-3 pr-3">
  97. <h4 class="">{{__('Comunidade')}}</h4>
  98. <ul class="list-unstyled">
  99. <li><a href="/novo">{{__('Adicionar Produção')}}</a></li>
  100. <li><a href="https://notabug.org/libreflix" target="_blank">{{__('Código-Fonte')}}</a></li>
  101. <li><a href="/faq/#faq7">{{__('Como Colaborar')}}</a></li>
  102. <!-- <li>Voluntariado</li> -->
  103. </ul>
  104. </div>
  105. <div class="col-6 col-sm-4 col-md-2 mb-3 pr-3">
  106. <h4 class="">{{__('Legal')}}</h4>
  107. <ul class="list-unstyled">
  108. <li><a href="/faq">{{__('Perguntas Frequentes')}}</a></li>
  109. <li><a href="/tos">{{__('Termos de Uso')}}</a></li>
  110. <li><a href="/privacy">{{__('Política de Privacidade')}}</a></li>
  111. <li><a href="/dmca">{{__('Direito Autoral e DMCA')}}</a></li>
  112. </ul>
  113. </div>
  114. <div class="col-6 col-sm-4 col-md-2 mb-3 pr-3">
  115. <h4 class="">Social</h4>
  116. <ul class="list-unstyled">
  117. <!-- <li>Fórum</li> -->
  118. <li><a href="http://blog.libreflix.org" target="_blank">{{__('Blog')}}</a></li>
  119. <li><a href="https://t.me/joinchat/DPUEEQwX-hRfRKCSoFNUmw" target="_blank">{{__('Grupo no Telegram')}}</a></li>
  120. <li><a href="http://t.me/libreflix" target="_blank">{{__('Canal no Telegram')}}</a></li>
  121. </ul>
  122. </div>
  123. </div>
  124. </div>
  125. </div>
  126. <br>
  127. <div class="container">
  128. <div class="row">
  129. <div class="text-center">
  130. <a href="https://diasporabrazil.org/people/78e821c025fd0136f91900163c5e21ed">
  131. <i class="fa fa-asterisk footer-icons"></i>
  132. </a>
  133. <a href="https://twitter.com/libreflix">
  134. <i class="fa fa-twitter footer-icons"></i>
  135. </a>
  136. <a href="https://www.facebook.com/libreflix/">
  137. <i class="fa fa-facebook footer-icons"></i>
  138. </a>
  139. <a href="https://instagram.com/libreflix">
  140. <i class="fa fa-instagram footer-icons"></i>
  141. </a>
  142. <a href="https://t.me/libreflix">
  143. <i class="fa fa-paper-plane footer-icons"></i>
  144. </a>
  145. <a href="https://notabug.org/libreflix">
  146. <i class="fa fa-bug footer-icons"></i>
  147. </a>
  148. <!-- <a href="https://notabug.org/libreflix">
  149. <i class="fa fa-newspaper-o footer-icons"></i>
  150. </a> -->
  151. </div>
  152. </div>
  153. </div>
  154. <br>
  155. {% endblock %}
  156. </footer>
  157. </div>
  158. </div>
  159. <br>
  160. <script type="text/javascript" charset="utf-8">
  161. // Creating custom :external selector
  162. $.expr[':'].external = function(obj) {
  163. return !obj.href.match(/^mailto\:/) &&
  164. (obj.hostname != location.hostname);
  165. };
  166. $(function() {
  167. // Add 'external' CSS class to all external links
  168. $('a:external').addClass('external');
  169. // turn target into target=_blank for elements w external class
  170. $(".external").attr('target', '_blank');
  171. });
  172. $(document).ready(function() {
  173. $('.container').fadeIn();
  174. });
  175. </script>
  176. <script>
  177. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  178. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  179. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  180. })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
  181. ga('create', 'UA-104410990-1', 'auto');
  182. ga('send', 'pageview');
  183. </script>
  184. </body>
  185. </html>