ajaxbits / grace-bobber-web

Website for Grace Bobber

Home Page:https://gracebobber.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grace Bobber's Website!

Video Procedure

  1. Get video
  2. Make sure subject is centered using keyframes if need be
  3. Convert to webm using vp9 encoder and a small mp4
  4. Further compress webm using ffmpeg. I used ffmpeg -i splash-video.webm -c:v libvpx-vp9 -b:v 500k -minrate 300k -maxrate 1000k -crf 10 -c:a libvorbis output2.webm

Images Procedure

  • New images go into /images
  • run gulp imagemin to put images in /dist/images
  • run gulp thumbnail to generate thumbnails for lazy loading

If you want lazy loading

  • set the data-src attribute to point to /dist/images and src to point to the thumbnail
  • add lazyload and blur-up

PDF Resume procedure

Make sure to change the Title in the metadata to Grace Bobber Resume. I used exiftool for this one time.

Getting gulp working again

  1. rm -r node_modules
  2. npm install
  3. npm install imagemin imagemin-pngquant imagemin-zopfli imagemin-mozjpeg
  4. Profit!

About

Website for Grace Bobber

https://gracebobber.netlify.app


Languages

Language:JavaScript 77.3%Language:HTML 13.6%Language:CSS 7.4%Language:Rust 1.1%Language:TypeScript 0.3%Language:Nix 0.2%Language:Shell 0.1%