Skip to content

Add video section to the website.

Ngo Hoang Dat requested to merge hoangdatngo/gci19-fossasia-org:dat into master

This is the work for this issue: #43 (closed)

Preview:

videovideo2

Note: In the preview, I add some videos from google code-in 2017 to test because I haven't done any video task.

How to add video to the website:

  • First upload your video image to assets/img/videos.
  • Then add your video to _data/videos.yml file like this:
 - url: https://www.youtube.com/watch?v=P4TqM8Qpq7A
   title: Fossasia Summit Promotional Video
   img: saarthakvid.jpg
   author_name: Saarthak Chaturvedi

Merge request reports