=====================================
This project is a simple web page built using Bootstrap, showcasing a carousel and cards with YouTube video links. GitHub Pages link: https://mon711.github.io/bootstrap-page/
- A responsive carousel with three slides
- A grid of cards with images, titles, and descriptions
- Each card has a button to watch the corresponding YouTube video
- A footer with copyright information and author name
- HTML5
- CSS3 (with Bootstrap)
- Bootstrap 5.3
- JavaScript
The project consists of a single HTML file (index.html) and a CSS file (style.css) for custom styling. The HTML file includes CDN links to Bootstrap CSS and JavaScript files, as well as some custom JavaScript code to add functionality to the buttons.
The custom JavaScript code is used to add event listeners to the buttons on each card. When a button is clicked, it opens the corresponding YouTube video in a new tab.
Mrinal Sood
This project is part of an assignment Hitesh Chaoudhary's udemy course on Web Development. This is NOT a follow along project. It is completely self-made and original