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.
- 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.
-
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.
-
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.
-
thumbnails/: Includes images used as thumbnails for video content. Ensure that thumbnails are correctly referenced in the HTML.
-
pfp/: Contains profile pictures used throughout the application. Update these images to reflect user profiles.
-
icons/: Includes icons for various dashboard functionalities. Icons are used for buttons and navigation elements.
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.
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.
This project is licensed under the MIT License - see the LICENSE file for details.
- Inspired by the design of YouTube.
- YouTube Design Guidelines