<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Canva Graphic Designing Course for Teachers</title> <style> body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f4f4f4; } .header { background: linear-gradient(45deg, #ff7e5f, #feb47b); color: #fff; padding: 50px; text-align: center; } .header h1 { font-size: 40px; margin-bottom: 10px; } .header p { font-size: 20px; } .offer { background-color: #ff4d4d; color: #fff; padding: 30px; margin: 20px 0; text-align: center; font-size: 25px; font-weight: bold; } .price { font-size: 30px; color: #4caf50; text-decoration: line-through; } .new-price { font-size: 40px; color: #fff; background-color: #ff9800; padding: 10px 20px; margin: 20px 0; border-radius: 5px; } .cta-button { display: inline-block; background-color: #007BFF; color: white; padding: 15px 30px; font-size: 18px; font-weight: bold; text-decoration: none; border-radius: 5px; margin-top: 20px; } .cta-button:hover { background-color: #0056b3; } .content { display: flex; justify-content: space-around; margin: 50px 0; padding: 0 20px; } .content img { width: 300px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } .section-title { text-align: center; font-size: 30px; color: #ff7e5f; margin-bottom: 30px; } .testimonials { background-color: #fff; padding: 40px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border-radius: 8px; margin-bottom: 50px; } .testimonial-item { text-align: center; font-style: italic; font-size: 18px; margin: 20px 0; } .footer { background-color: #333; color: #fff; padding: 20px; text-align: center; } .footer p { margin: 0; } </style> </head> <body> <!-- Header Section --> <div class="header"> <h1>Canva Graphic Designing Course for Teachers</h1> <p>Transform Your Teaching Materials with Stunning Graphics!</p> <p>Get Started Today and Make Learning Fun & Engaging with Canva!</p> </div> <!-- Special Offer Section --> <div class="offer"> <p>🎉 **New Year Offer** 🎉</p> <p>Enroll Now for Just ₹99 (Regular Fee: ₹2999)</p> <div class="new-price">₹99 Only!</div> <a href="https://www.ictmaster.in" class="cta-button">Enroll Now</a> </div> <!-- Course Content Section --> <div class="section-title"> <h2>What Will You Learn?</h2> </div> <div class="content"> <div> <img src="https://via.placeholder.com/300" alt="Canva for Teachers"> <h3>Posters, Banners, and School Notices</h3> <p>Create engaging posters, banners, and school notices for any event.</p> </div> <div> <img src="https://via.placeholder.com/300" alt="Interactive Worksheets"> <h3>Interactive Worksheets and Question Papers</h3> <p>Design fun worksheets and test papers to enhance learning.</p> </div> <div> <img src="https://via.placeholder.com/300" alt="Certificates"> <h3>Certificates and Awards</h3> <p>Design professional certificates and awards for students.</p> </div> </div> <!-- Testimonials Section --> <div class="testimonials"> <div class="section-title"> <h2>What Teachers Are Saying</h2> </div> <div class="testimonial-item"> <p>"This course completely changed how I design my classroom materials. I now create everything from posters to presentations easily!"</p> <p>- Priya Sharma, Teacher</p> </div> <div class="testimonial-item"> <p>"Canva is a game-changer! The course was straightforward, and I started using it in my lessons immediately."</p> <p>- Ramesh Joshi, Educator</p> </div> </div> <!-- Footer Section --> <div class="footer"> <p>Contact us: Ravindra Gurao | 8668536263</p> <p>Email: ictmaster1984@gmail.com</p> <p>Website: <a href="https://www.ictmaster.in" style="color: #fff; text-decoration: none;">www.ictmaster.in</a></p> <p>© 2024 ICTMaster. All rights reserved.</p> </div> </body> </html>