123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155 |
- <!--
- _ _ _ __ _ _
- | | (_)| | / _|| |(_)
- | | _ | |__ _ __ ___ | |_ | | _ __ __
- | | | || '_ \ | '__|/ _ \| _|| || |\ \/ /
- | |____ | || |_) || | | __/| | | || | > <
- |______||_||_.__/ |_| \___||_| |_||_|/_/\_\
- Hey, friend. Check out the source-code at notabug.org/libreflix
- -->
- <html>
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <title> {{ title }} | Libreflix </title>
- <link rel="icon" type="image/png" href="/libre-icon.png" />
- <meta name="description" content="">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" href="/css/normalize.css">
- <link rel="stylesheet" href="/css/main.css">
- <link rel="stylesheet" href="/css/custom.css">
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
- <link rel="stylesheet" href="/css/vendor/bootstrap.css">
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/velocity/1.5.0/velocity.ui.min.js">
- <script src="/js/vendor/modernizr-2.8.3.min.js"></script>
- <script src="/js/vendor/jquery-1.11.3.min.js"></script>
- <script src="/js/main.js"></script>
- <script src="/js/vendor/bootstrap.min.js">
- </script>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/velocity/1.5.0/velocity.min.js" charset="utf-8"></script>
- {% if title == "Início" or title == "Criar Conta" or title == "Entrar" %}
- <meta property="og:image" content="/sm-share2.jpg" />
- <meta property="og:type" content="blog" />
- <meta property="og:title" content="Libreflix" />
- <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." />
- <meta property="og:url" content="https://libreflix.org" />
- <meta property="og:site_name" content="Libreflix" />
- <!-- twitter metatags-->
- <meta name="twitter:card" content="summary_large_image">
- <meta name="twitter:title" content="Libreflix">
- <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.">
- <meta name="twitter:image" content="https://libreflix.org/sm-share2.jpg">
-
- {% elseif title == "Sobre" %}
- <meta property="og:image" content="/jon-tyson-228428.jpg" />
- <meta property="og:type" content="blog" />
- <meta property="og:title" content="Libreflix" />
- <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." />
- <meta property="og:url" content="https://libreflix.org" />
- <meta property="og:site_name" content="Libreflix" />
- <!-- twitter metatags-->
- <meta name="twitter:card" content="summary_large_image">
- <meta name="twitter:title" content="Libreflix">
- <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.">
- <meta name="twitter:image" content="https://libreflix.org/jon-tyson-228428.jpg">
- {% else %}
- <meta property="og:image" content="{{ thumb480 }}" />
- <meta property="og:type" content="blog" />
- <meta property="og:title" content="Assista '{{title}}' agora na Libreflix" />
- <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." />
- <meta property="og:url" content="https://libreflix.org/assistir/{{permalink}}" />
- <meta property="og:site_name" content="Libreflix" />
- <!-- twitter metatags-->
- <meta name="twitter:card" content="summary_large_image">
- <meta name="twitter:title" content="Assista '{{title}}' agora na Libreflix">
- <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.">
- <meta name="twitter:image" content="https://libreflix.org/{{ thumb480 }}">
- {% endif %}
- <!-- <link rel="stylesheet" type="text/css" href="libre.css"> -->
- <script type="text/javascript" src="https://www.youtube.com/iframe_api"></script>
- <script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous">
- </script>
- </head>
- <body>
- <div class="container">
- {% include "partials/navbar.html" %}
- {% block body %}{% endblock %}
- <footer>
- <p align="center" style="font-size: 11pt; margin-top:110px;">
- <!--<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>-->
- Libreflix é uma plataforma de streaming aberta e colaborativa que reúne produções audiovisuais independentes, de livre exibição e que fazem pensar.
- <br><br>
- <a href="/sobre">Sobre</a>
- ·
- <a href="/novo">Adicionar produção</a>
- <!-- · <a href="">FAQ</a> · <a href="/privacidade">Privacidade</a> · <a href="">Quem faz</a> -->
- ·
- <a href="http://notabug.org/libreflix" target="_blank">Código-fonte</a>
- <br>
- Feito com ♥ por <a href="http://guilmour.org" target="_blank">@guilmour</a>.
- </p>
- </footer>
- </div>
- </div>
- <br>
- <script type="text/javascript" charset="utf-8">
- // Creating custom :external selector
- $.expr[':'].external = function(obj) {
- return !obj.href.match(/^mailto\:/) &&
- (obj.hostname != location.hostname);
- };
- $(function() {
- // Add 'external' CSS class to all external links
- $('a:external').addClass('external');
- // turn target into target=_blank for elements w external class
- $(".external").attr('target', '_blank');
- });
- $(document).ready(function() {
- $('.container').fadeIn();
- });
- </script>
- <script>
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
- })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
- ga('create', 'UA-104410990-1', 'auto');
- ga('send', 'pageview');
- </script>
- </body>
- </html>
|