Skip to content

GT001/TOP-Youtube-Player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Odin Project - Youtube Video Page Project - HTML/CSS

View In Browser

Introduction:

The goal here isn’t to produce an exact replica of the YouTube video page, but to focus on making the media elements show up. That means two things – embedding the YouTube video player into the page so it actually plays and showing little thumbnail images along the right side.

How far you go from there in terms of styling is up to you – some of you will already be more comfortable with CSS than others, so knock yourself out.

There are other elements on the YouTube page which are produced with Javascript and you don’t need to worry about them – basically, anything that changes the page by clicking on it is wired up using Javascript. An example is the “Show more” link below the description, which dynamically expands to show more. Again, don’t worry about these dynamic elements!.

Also, don’t worry about making the comment form work properly… your goal is to make the page look similar and display video.

Project Instructions:

Follow the instructions atop the Google Homepage project to set up a Github repository for this project (of course you’ll need to change the title).

Create a blank HTML document.

Come up with a plan – which sections of the page should be grouped together (e.g. the navigation bar vs the video vs the sidebar etc)?

Create empty semantic HTML elements to enclose those sections.

Use basic CSS to size and position them appropriately on the page. It may be helpful to make their backgrounds different colors so you can see the different sections. Don’t forget to use your browser’s developer tools (right click on the page, click “inspect element”)!

Now let’s start filling in those divs with content by creating the navbar.

Watch this YouTube video on embedding a YouTube video in a webpage.

Embed a YouTube video of your choice into your page.

Next, build the sidebar section where previews of suggested videos show up. Obviously don’t worry about generating those previews… just grab some thumbnail-sized images and plug them in.

Next, finish up by filling in some of the elements below the video – the title, description and number of views. Ignore the icons (many of them are produced using sprites or more advanced techniques so you won’t be able to just grab them by copying them).

Push your solution up to Github.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published