Add PeerTube social-network

This commit is contained in:
Jesús 2018-10-30 14:35:23 -05:00
parent 1013ca1d77
commit e56f218945
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766
4 changed files with 12 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@ -209,16 +209,18 @@ footer
border-radius: 3px
font-size: 1.8rem
margin: 0 20px
.gnusocial:hover
background: #a42833
.diaspora:hover
background: #010101
.mediagoblin:hover
background: #775fa3
.gnusocial:hover
background: #a42833
.gitlab:hover
background: #e24329
.mediagoblin:hover
background: #775fa3
.notabug:hover
background: #244664
.peertube:hover
background: #f1680d
.copyleft
background: #192633
padding: 5px 0

View File

@ -8,10 +8,10 @@
<link rel="icon" href="{% static 'core/images/favicon.png' %}" sizes="192x192" />
<link rel="stylesheet" type="text/css"
href="{% static 'core/lib/normalize-css/normalize.css' %}"
integrity="sha384-Y+IEavQyTjgXgt7TL5nxVHI/DEuF6yoysy50puRyQDKmjfOZjY7+QvoRelSV4XvZ"/>
integrity="sha512-Ol+aW3PNQAjGdD0KCyelmB8whw85m+OUP6XSSFSfCC9CobIfc3/PpYI5y8G1KINs61i24t+qPh6ecNOkKIwj1g=="/>
<link rel="stylesheet" type="text/css"
href="{% static 'core/css/estilos.min.css' %}"
integrity="sha384-3qPt6yowkq8fbTfLj8cEj2Vw0/EngZ+NpH6jAGMH0Yv780Z4Hx5Z3AHnpYrrYjCl"/>
integrity="sha512-YOw+5YDQUjMCYAwGLEIKxRfsp5AhcNF5MznjoLsZ3wpKA7SYaih8hH4Re18oTCBoGCN7BpANWd/62coJEg9qKg=="/>
</head>
<body>
<!-- Header and Menu -->

View File

@ -97,6 +97,9 @@
{% if LINK_NOTABUG %}
<a class="notabug" href="{{LINK_NOTABUG}}" rel="noopener noreferrer" target="_blank"><i class="icon-notabug"></i></a>
{% endif %}
{% if LINK_PEERTUBE %}
<a class="peertube" href="{{LINK_PEERTUBE}}" rel="noopener noreferrer" target="_blank"><i class="icon-peertube"></i></a>
{% endif %}
</div>
</div>