Add PeerTube social-network
This commit is contained in:
parent
1013ca1d77
commit
e56f218945
2
core/static/core/css/estilos.min.css
vendored
2
core/static/core/css/estilos.min.css
vendored
File diff suppressed because one or more lines are too long
@ -209,16 +209,18 @@ footer
|
|||||||
border-radius: 3px
|
border-radius: 3px
|
||||||
font-size: 1.8rem
|
font-size: 1.8rem
|
||||||
margin: 0 20px
|
margin: 0 20px
|
||||||
.gnusocial:hover
|
|
||||||
background: #a42833
|
|
||||||
.diaspora:hover
|
.diaspora:hover
|
||||||
background: #010101
|
background: #010101
|
||||||
.mediagoblin:hover
|
.gnusocial:hover
|
||||||
background: #775fa3
|
background: #a42833
|
||||||
.gitlab:hover
|
.gitlab:hover
|
||||||
background: #e24329
|
background: #e24329
|
||||||
|
.mediagoblin:hover
|
||||||
|
background: #775fa3
|
||||||
.notabug:hover
|
.notabug:hover
|
||||||
background: #244664
|
background: #244664
|
||||||
|
.peertube:hover
|
||||||
|
background: #f1680d
|
||||||
.copyleft
|
.copyleft
|
||||||
background: #192633
|
background: #192633
|
||||||
padding: 5px 0
|
padding: 5px 0
|
||||||
|
@ -8,10 +8,10 @@
|
|||||||
<link rel="icon" href="{% static 'core/images/favicon.png' %}" sizes="192x192" />
|
<link rel="icon" href="{% static 'core/images/favicon.png' %}" sizes="192x192" />
|
||||||
<link rel="stylesheet" type="text/css"
|
<link rel="stylesheet" type="text/css"
|
||||||
href="{% static 'core/lib/normalize-css/normalize.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"
|
<link rel="stylesheet" type="text/css"
|
||||||
href="{% static 'core/css/estilos.min.css' %}"
|
href="{% static 'core/css/estilos.min.css' %}"
|
||||||
integrity="sha384-3qPt6yowkq8fbTfLj8cEj2Vw0/EngZ+NpH6jAGMH0Yv780Z4Hx5Z3AHnpYrrYjCl"/>
|
integrity="sha512-YOw+5YDQUjMCYAwGLEIKxRfsp5AhcNF5MznjoLsZ3wpKA7SYaih8hH4Re18oTCBoGCN7BpANWd/62coJEg9qKg=="/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- Header and Menu -->
|
<!-- Header and Menu -->
|
||||||
|
@ -97,6 +97,9 @@
|
|||||||
{% if LINK_NOTABUG %}
|
{% if LINK_NOTABUG %}
|
||||||
<a class="notabug" href="{{LINK_NOTABUG}}" rel="noopener noreferrer" target="_blank"><i class="icon-notabug"></i></a>
|
<a class="notabug" href="{{LINK_NOTABUG}}" rel="noopener noreferrer" target="_blank"><i class="icon-notabug"></i></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if LINK_PEERTUBE %}
|
||||||
|
<a class="peertube" href="{{LINK_PEERTUBE}}" rel="noopener noreferrer" target="_blank"><i class="icon-peertube"></i></a>
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user