Yuki Takei 6 лет назад
Родитель
Сommit
6cea0b0f5e

+ 9 - 3
src/client/js/components/StaffCredit/Contributor.js

@@ -80,9 +80,9 @@ const contributors = [
       {
         additionalClass: 'col-md-6 my-4',
         members: [
-          // { name: 'Yoshinori Hayashi' },
-          // { name: 'Kanta Nishitani' },
-          // { name: 'Takashi Yoneuchi' },
+          { name: 'Yoshinori Hayashi' },
+          { name: 'Kanta Nishitani' },
+          { position: 'The University of Tokyo', name: 'Takashi Yoneuchi' },
           { position: 'DeCurret', name: 'Yusuke Tanomogi' },
         ],
       },
@@ -100,6 +100,12 @@ const contributors = [
           { name: 'JPCERT/CC' },
         ],
       },
+      {
+        additionalClass: 'col-md-12 staff-credit-mt-10',
+        members: [
+          { name: 'AND YOU' },
+        ],
+      },
     ],
   },
 ];

+ 1 - 1
src/client/styles/scss/_staff_credit.scss

@@ -29,7 +29,7 @@
     color: white;
   }
 
-  $credit-length: -200em;
+  $credit-length: -240em;
 
   // see https://css-tricks.com/old-timey-terminal-styling/
   .credit-curtain {