Skip to content

Latest commit

 

History

History
68 lines (47 loc) · 2.08 KB

File metadata and controls

68 lines (47 loc) · 2.08 KB

🎥 Favorite Movie Webpage — The Godfather

This is a simple HTML & CSS project that presents a short tribute to the classic film The Godfather. It includes an introduction, plot summary, cast list, and information about the film’s awards — all wrapped in a clean, semantic layout. Ideal for beginners learning HTML structure and styling.

📄 About the Project

This mini web project was built to practice basic HTML and CSS. It focuses on semantic tags, embedded media (image and video link), and structured content presentation using headers, paragraphs, and lists.

🔍 Contents

  • 🎬 Movie title and poster
  • 📝 Introduction (Einleitung)
  • 📖 Plot summary (Handlung)
  • 👥 Cast list (Hauptbesetzung)
  • 🏆 Awards (Oscars, Golden Globes, BAFTA)
  • 🔗 Link to official trailer
  • 📜 Basic footer with license button

💡 Technologies Used

  • HTML5 – For page structure
  • CSS3 – (external file: style.css) for styling
  • Image file: Godfather.jpg
  • Link to trailer hosted on YouTube

📂 Project Structure

.
├── index.html
├── style.css
└── img/
    └── Godfather.jpg
  • index.html: Main HTML file for the webpage.
  • style.css: External CSS for custom styles.
  • img/: Folder containing the Godfather poster image.

🎬 Live Demo

You can view the trailer here:
🔗 Watch The Godfather Trailer on YouTube

To view the page locally:

  1. Clone the repository:
    git clone https://github.com/your-username/godfather-movie-page.git
    cd godfather-movie-page
  2. Open index.html in your browser.

🌱 Future Enhancements

  • Add CSS styling for better visual presentation
  • Include video embedding instead of external link
  • Add mobile-responsive layout
  • Translate content fully into English or make it toggleable

📄 License

This project is for educational purposes only and is not intended for commercial use.


🎞️ "The Godfather is not just a mob movie—it’s an epic tale of family, loyalty, and the American dream."