Skip to content

Instantly share code, notes, and snippets.

View jeroenbourgois's full-sized avatar
🐢

Jeroen Bourgois jeroenbourgois

🐢
View GitHub Profile

Bart heeft wat geprutst via "inspect element" om de homepage visueel wat bij te sturen.

  • fontgrootte van kies een figuur (H2) mag op 18 px
  • #home ol -> margin left 190 px margin bottom 30px
  • #home ol li -> width 25 %
  • de onderste witte zin (niet helemaal duidelijk...) mag weg
  • zorgen jullie ervoor dat er niet moet gescrold worden op deze eerste pagina?
  • aanpassen van de menubalk: links logo fabfabric (zie bijlage), rechts gelijnd de navigatie (moet nog aangepast worden naar HOME-OVER ONS-HOE WERKT HET?-FAQ)

KIES EEN FIGUUR

  • roll over -> groen wordt munt kleur (nummer#90cfd1)
## REMOVE SOUND
ffmpeg -i balloon-2.webm -an balloon-2-nosound.webm

## FLV TO WMV
ffmpeg -i infile.flv -vcodec wmv2 -sameq -acodec wmav2 -f output.wmv

## WEB VIDEO (MP4 > OGV / WEBM / MP4)
# requires options to be enabled in ffmpeg:
brew install ffmpeg --with-libvpx --with-libvorbis --with-theora --with-libogg --with-faac