Add credit
This commit is contained in:
parent
897ec54d76
commit
d7c152a491
|
@ -0,0 +1,18 @@
|
||||||
|
# Code
|
||||||
|
|
||||||
|
* [Chocobozzz](https://github.com/Chocobozzz)
|
||||||
|
* [dadall](https://github.com/dadall)
|
||||||
|
* [ldidry](https://github.com/ldidry)
|
||||||
|
* [faddat](https://github.com/faddat)
|
||||||
|
* [AugierLe42e](https://github.com/AugierLe42e)
|
||||||
|
|
||||||
|
# Design
|
||||||
|
|
||||||
|
Inspirations from:
|
||||||
|
|
||||||
|
* [Aurélien Salomon](https://dribbble.com/shots/1338727-Youtube-Redesign)
|
||||||
|
* [Adrien Thomas](https://dribbble.com/shots/1363194-YouTube-Redesign-Profil-page)
|
||||||
|
|
||||||
|
# Fonts
|
||||||
|
|
||||||
|
* [recharge by Typedermic Fonts](http://typodermicfonts.com)
|
|
@ -1,9 +1,9 @@
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-2 col-sm-3 col-xs-3 title-menu-left">
|
<div class="col-md-2 col-sm-3 col-xs-3 title-menu-left">
|
||||||
<h4 id="peertube-title" class="title-menu-left-block header">
|
<div id="peertube-title" class="title-menu-left-block header">
|
||||||
<a [routerLink]="['/videos/list']">PeerTube</a>
|
<a [routerLink]="['/videos/list']" title="Homepage"></a>
|
||||||
</h4>
|
</div>
|
||||||
|
|
||||||
<div class="title-menu-left-block menu">
|
<div class="title-menu-left-block menu">
|
||||||
<my-menu *ngIf="isInAdmin() === false"></my-menu>
|
<my-menu *ngIf="isInAdmin() === false"></my-menu>
|
||||||
|
|
|
@ -19,8 +19,19 @@
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: inherit !important;
|
color: inherit !important;
|
||||||
|
display: block;
|
||||||
|
background: url(/client/assets/logo.png) no-repeat;
|
||||||
|
background-size: contain;
|
||||||
|
width: 180px;
|
||||||
|
height: 22px;
|
||||||
|
margin: auto;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: inherit !important;
|
color: inherit !important;
|
||||||
|
|
Loading…
Reference in New Issue