<!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: #f9f9f9; line-height: 1.6; color: #333; } .header { background: linear-gradient(to right, #ff7e5f, #feb47b); color: white; text-align: center; padding: 50px 20px; } .header h1 { font-size: 48px; margin-bottom: 10px; } .header p { font-size: 22px; margin-top: 5px; } .offer { background-color: #ff4d4d; color: white; text-align: center; padding: 20px; margin: 0; } .offer p { font-size: 28px; margin: 10px 0; } .price { font-size: 24px; text-decoration: line-through; color: #ffd700; } .new-price { font-size: 36px; font-weight: bold; margin: 10px 0; } .cta-button { display: inline-block; background-color: #007BFF; color: white; padding: 15px 30px; font-size: 20px; font-weight: bold; text-decoration: none; border-radius: 5px; margin-top: 20px; } .cta-button:hover { background-color: #0056b3; } .section { padding: 40px 20px; max-width: 1200px; margin: auto; } .section h2 { text-align: center; color: #ff7e5f; font-size: 36px; margin-bottom: 20px; } .features { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; } .feature-item { background: white; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); padding: 20px; text-align: center; } .feature-item img { width: 100%; height: auto; border-radius: 5px; margin-bottom: 15px; } .feature-item h3 { font-size: 22px; color: #333; } .feature-item p { font-size: 18px; color: #555; } .footer { background-color: #333; color: white; text-align: center; padding: 20px; } .footer a { color: #fff; text-decoration: none; } </style> </head> <body> <!-- Header Section --> <div class="header"> <h1>Canva Graphic Designing Course for Teachers</h1> <p>Master Canva and Transform Your Teaching Materials with Ease!</p> </div> <!-- Offer Section --> <div class="offer"> <p>🎉 New Year Special Offer 🎉</p> <p>Regular Price: <span class="price">₹2999</span></p> <p>Now Only: <span class="new-price">₹99</span></p> <a href="https://ictmaster.in/product/canva-for-graphic-designing-copy/" class="cta-button">Enroll Now</a> </div> <!-- Course Features Section --> <div class="section"> <h2>What You Will Learn</h2> <div class="features"> <div class="feature-item"> <img src="https://via.placeholder.com/300" alt="Posters and Banners"> <h3>Create Stunning Posters and Banners</h3> <p>Design eye-catching posters and banners for events and classrooms.</p> </div> <div class="feature-item"> <img src="https://via.placeholder.com/300" alt="Interactive Worksheets"> <h3>Design Interactive Worksheets</h3> <p>Make learning fun with creative and engaging worksheets.</p> </div> <div class="feature-item"> <img src="https://via.placeholder.com/300" alt="Certificates"> <h3>Professional Certificates</h3> <p>Create awards and certificates for students and events.</p> </div> <div class="feature-item"> <img src="https://via.placeholder.com/300" alt="Question Papers"> <h3>Customized Question Papers</h3> <p>Prepare exam papers that reflect your unique teaching style.</p> </div> <div class="feature-item"> <img src="https://via.placeholder.com/300" alt="School Branding"> <h3>School Branding Materials</h3> <p>Design logos, newsletters, and more to enhance your school’s image.</p> </div> <div class="feature-item"> <img src="https://via.placeholder.com/300" alt="Social Media Posts"> <h3>Social Media Graphics</h3> <p>Create vibrant posts to connect with students and parents.</p> </div> </div> </div> <!-- Footer Section --> <div class="footer"> <p>Contact: Ravindra Gurao | 8668536263</p> <p>Website: <a href="https://ictmaster.in">ictmaster.in</a></p> <p>© 2024 ICTMaster. All rights reserved.</p> </div> </body> </html>