Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 731 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 731 Bytes

welcome-junior

webpage for recruiting rebels

technical details

  • HTML
  • SCSS
  • ES6
  • jQuery
  • Bootstrap
  • GitHub Pages

deploy

$ npm run deploy

local server

$ npm run server

以下のURLにアクセス
http://127.0.0.1:8080/dist/

caution

  • githubにアップロードする前に動画サイズを小さくするべき。

    • ffmpegなどを使うことを推奨。 以下参考例。
    $ ffmpeg -i input.mp4 -vf "format=yuv420p" output.mp4
    
  • 過去の動画像はpast_images/に移動する