<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>ICTMaster AI in Education Course</title> <style> /* Global Styles */ body { font-family: 'Arial', sans-serif; background-color: #f0f4f7; color: #333; margin: 0; padding: 0; } header { background-color: #0066cc; color: white; padding: 40px 0; text-align: center; } header h1 { font-size: 36px; font-weight: bold; margin: 0; } header p { font-size: 18px; margin-top: 10px; } /* Section Styling */ section { padding: 60px 20px; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .topics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 30px; } .topic { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease-in-out; } .topic:hover { transform: translateY(-10px); } .topic h3 { color: #0066cc; font-size: 22px; margin-bottom: 15px; } .topic ul { list-style-type: none; padding: 0; } .topic ul li { margin: 10px 0; font-size: 16px; color: #333; } /* Button Styling */ .btn { background-color: #ff6600; color: white; padding: 15px 30px; border-radius: 5px; font-size: 20px; text-decoration: none; display: inline-block; margin-top: 30px; transition: background-color 0.3s ease; } .btn:hover { background-color: #e55b00; } /* Testimonial Section */ .testimonials { background-color: #e9f7fc; padding: 40px 20px; margin-top: 60px; border-radius: 10px; } .testimonials h2 { text-align: center; color: #0066cc; font-size: 28px; margin-bottom: 30px; } .testimonial { background-color: white; padding: 20px; border-radius: 5px; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); margin: 10px; text-align: center; } .testimonial p { font-size: 16px; color: #333; } .testimonial .name { font-weight: bold; color: #0066cc; } /* Footer Styling */ footer { background-color: #0066cc; color: white; padding: 20px; text-align: center; } footer p { margin: 0; font-size: 16px; } </style> </head> <body> <!-- Header Section --> <header> <h1>ICTMaster: AI in Education</h1> <p>Unlock the Power of Artificial Intelligence for Smarter Teaching</p> </header> <!-- Course Information Section --> <section> <div class="container"> <h2 style="text-align:center; font-size: 28px; color: #333;">What You Will Learn</h2> <div class="topics"> <!-- Beginner Topics --> <div class="topic"> <h3>For Beginners</h3> <ul> <li>Introduction to AI and its Importance in Education</li> <li>How to Create Essays in a Click</li> <li>Crafting Speech Topics and Full Speeches</li> <li>Writing Letters for Students</li> <li>Creating Short Stories for Teaching</li> <li>Creating Summaries and Overviews in Marathi & English</li> <li>Generating MCQs and Question Papers</li> <li>Grammar Check and Text Translation</li> <li>Text-to-Audio Conversion</li> <li>Creating Simple Educational Videos</li> </ul> </div> <!-- Intermediate Topics --> <div class="topic"> <h3>For Intermediate Learners</h3> <ul> <li>Creating Professional PPT Presentations</li> <li>Generating Notes and PDF Files</li> <li>Building Quizzes for Online Learning</li> <li>Introduction to Gamification for Education</li> <li>Instant Feedback Generation for Tests</li> <li>Writing Reports and Minutes of Meetings</li> <li>Managing WhatsApp Messages for Class</li> <li>Designing Study Timetables and Plans</li> <li>Creating Visual Aids for Lessons</li> <li>Smart Answer Evaluation Techniques</li> </ul> </div> <!-- Advanced Topics --> <div class="topic"> <h3>For Advanced Learners</h3> <ul> <li>Creating Social Media Content for School Promotion</li> <li>Designing Attractive Video/Poster for Admissions</li> <li>Project Presentation and Reporting</li> <li>Collaborative Teaching Tools for Educators</li> <li>Creating Digital Portfolios</li> <li>Enhancing Classroom Workflow with AI</li> <li>AI in Educational Administration</li> <li>Future Trends in AI and Education</li> <li>Advanced Gamification Techniques for Lessons</li> <li>Effective Use of AI in Personalized Learning</li> </ul> </div> </div> <p style="font-size: 18px; color: #333; text-align: center; margin-top: 30px;">Learn at your convenience with one-year validity for only ₹99!</p> <a href="https://rzp.io/l/w4kWRwH6n" class="btn" style="display:block; text-align:center;">Enroll Now for ₹99</a> </div> </section> <!-- Testimonial Section --> <section class="testimonials"> <h2>What Our Teachers Say</h2> <div class="testimonial"> <p>"This course transformed the way I teach. AI tools make lessons so much more interactive!"</p> <p class="name">- Dr.Pankaj Pawar</p> </div> <div class="testimonial"> <p>"I now create engaging videos and quizzes with ease. A must-learn for every teacher!"</p> <p class="name">- Mr.Ramesh Pawar</p> </div> <div class="testimonial"> <p>"The course has made my teaching more efficient and fun! Highly recommend it!"</p> <p class="name">- Mrs.Smita Patil</p> </div> <!-- Add more testimonials as needed --> </section> <!-- Footer Section --> <footer> <p>© 2025 ICTMaster. All Rights Reserved.</p> </footer> </body> </html>