Add credit
authorChocobozzz <florian.bigard@gmail.com>
Sun, 23 Apr 2017 09:18:11 +0000 (11:18 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Wed, 26 Apr 2017 19:23:19 +0000 (21:23 +0200)
CREDITS.md [new file with mode: 0644]
client/src/app/app.component.html
client/src/app/app.component.scss

diff --git a/CREDITS.md b/CREDITS.md
new file mode 100644 (file)
index 0000000..a4e627c
--- /dev/null
@@ -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)
index 3f946d581b82d8ad2318236d636cdde20897ef40..deccb2810d636f95fc29f3d416a42481df4906e3 100644 (file)
@@ -1,9 +1,9 @@
 <div class="container-fluid">
   <div class="row">
     <div class="col-md-2 col-sm-3 col-xs-3 title-menu-left">
-      <h4 id="peertube-title" class="title-menu-left-block header">
-        <a [routerLink]="['/videos/list']">PeerTube</a>
-      </h4>
+      <div id="peertube-title" class="title-menu-left-block header">
+        <a [routerLink]="['/videos/list']" title="Homepage"></a>
+      </div>
 
       <div class="title-menu-left-block menu">
         <my-menu *ngIf="isInAdmin() === false"></my-menu>
index 2d0487cd8d2d918ce1d8aa9860cd9c7aca48ca55..f11552ef6d9c511388f106fc81a3aaf432cbb8d2 100644 (file)
     margin-top: 0;
     margin-bottom: 0;
 
+    display: flex;
+    flex-direction: column;
+    justify-content: center;
+    text-align: center;
+
     a {
       color: inherit !important;
+      display: block;
+      background: url(/client/assets/logo.png) no-repeat;
+      background-size: contain;
+      width: 180px;
+      height: 22px;
+      margin: auto;
 
       &:hover {
         color: inherit !important;