Skip to content

pavannteja/Youtube-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Clone 📹

This repository contains the frontend assets for a YouTube clone project. It includes HTML and CSS files to create a visually appealing user interface, as well as folders for thumbnails, profile pictures, and dashboard icons.

Repository Structure

  • index.html: The main HTML file that serves as the entry point of the application.
  • styles/: Directory containing CSS files to style the various components of the application.
    • general.css: The primary stylesheet for general layout and styling.
    • header.css: Styles specific to the header section.
    • video.css: Styles for the video player and video-related elements.
    • sidebar.css: Styles for the sidebar layout and components.
  • thumbnails/: Folder containing thumbnail images for videos.
  • pfp/: Folder containing profile pictures.
  • icons/: Folder containing icons used in the dashboard.

Folder Details

  1. index.html: This is the main HTML file that integrates all the styles and assets. It sets up the structure of the YouTube clone page.

  2. styles/: Contains multiple CSS files that provide styling for different parts of the website. You can modify these files to change the appearance of the site.

  3. thumbnails/: Includes images used as thumbnails for video content. Ensure that thumbnails are correctly referenced in the HTML.

  4. pfp/: Contains profile pictures used throughout the application. Update these images to reflect user profiles.

  5. icons/: Includes icons for various dashboard functionalities. Icons are used for buttons and navigation elements.

Customization

To customize the project:

  • Edit CSS Files: Modify the CSS files in the styles/ directory to change the look and feel of the application.

  • Update Assets: Replace or add new images in the thumbnails/, pfp/, and icons/ directories as needed.

  • Modify HTML: Adjust index.html to update the layout or add new features.

Contributing

If you would like to contribute to the project, please fork the repository and submit a pull request with your changes. Make sure to follow the project's coding style and guidelines.

License 📃

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

About

Youtube Clone

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors