Skip to content
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.

Latest commit

 

History

History
39 lines (25 loc) · 1.18 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.18 KB

Adding a video

Adding a video is super easy and it will get you a well earned pull request

Method

  • Find the video you want and get an embed link gif

Make sure the enable privacy-enhanced box is ticked, your pull request will be rejected if it isn't!

  • Fork the github repo fork

  • Find videos.html and click the edit button edit

  • Add a new line and add a title title

  • Add your embed code at the end embed

  • Your code should look something like this:

<br>
<h5 class="header col s12 light">VIDEO TITLE</h5>
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/rfscVS0vtbw?rel=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
  • Commit your changes commit

  • Create a pull request and then your done! pr

YES! We did it, you have just earned yourself a pull request that will count towards your hacktoberfest shirt!