<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>AI Innovation Competition</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            background-color: #f4f4f4;
            margin: 0;
            padding: 0;
        }
        header {
            background-color: #4CAF50;
            color: white;
            padding: 1rem;
            text-align: center;
        }
        .container {
            max-width: 1100px;
            margin: 20px auto;
            background: white;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        }
        h1, h2 {
            color: #333;
        }
        h1 {
            text-align: center;
        }
        .cta-button {
            background-color: #4CAF50;
            color: white;
            padding: 10px 20px;
            text-decoration: none;
            border-radius: 5px;
            display: inline-block;
            margin-top: 20px;
            transition: background-color 0.3s ease;
        }
        .cta-button:hover {
            background-color: #45a049;
        }
        .info-section {
            margin: 20px 0;
        }
        ul {
            list-style-type: none;
            padding: 0;
        }
        ul li {
            padding: 8px 0;
        }
        footer {
            background-color: #333;
            color: white;
            text-align: center;
            padding: 10px 0;
            position: fixed;
            left: 0;
            right: 0;
            bottom: 0;
        }
    </style>
</head>
<body>

<header>
    <h1>๐Ÿš€ AI Innovation Competition ๐Ÿš€</h1>
</header>

<div class="container">

    <section class="info-section">
        <h2>Unleash Your AI Genius โ€“ Compete and Win Big!</h2>
        <p>Are you using AI to supercharge your work? Have you discovered an innovative tool, technique, or creative solution that enhances your productivity? This is your chance to share it with the entire company and win <strong>exciting tech prizes!</strong></p>
        <p>The AI Innovation Competition is designed for employees to showcase how theyโ€™re leveraging AI in their everyday roles. Whether itโ€™s a tool that saves time, an approach that boosts efficiency, or an AI-driven idea that pushes boundaries, we want to see it!</p>
    </section>

    <section class="info-section">
        <h2>Competition Timeline:</h2>
        <ul>
            <li><strong>Kickoff:</strong> Monday, [DATE]</li>
            <li><strong>Presentations:</strong> Thursday & Friday, [DATE]</li>
            <li><strong>Registration Deadline:</strong> Friday, [DATE]</li>
        </ul>
    </section>

    <section class="info-section">
        <h2>How to Compete:</h2>
        <ul>
            <li>๐Ÿ”ธ <strong>Step 1:</strong> Register by <strong>[Friday, DATE]</strong>.</li>
            <li>๐Ÿ”ธ <strong>Step 2:</strong> Prepare your AI idea. Use any AI tool, technique, or strategy you've applied in your work.</li>
            <li>๐Ÿ”ธ <strong>Step 3:</strong> Present your innovation during our company-wide meetings on <strong>Thursday and Friday</strong>.</li>
        </ul>
    </section>

    <section class="info-section">
        <h2>Whatโ€™s in it for You?</h2>
        <p>Besides the excitement of showcasing your AI skills and inspiring your colleagues, youโ€™ll have a chance to win some <strong>amazing tech prizes</strong>:</p>
        <ul>
            <li>๐ŸŽง Smart Speakers</li>
            <li>๐ŸŽง Noise-Canceling Headphones</li>
            <li>๐ŸŽง Wearable Tech (like smartwatches)</li>
        </ul>
        <p>Awards will also be given in categories like:</p>
        <ul>
            <li>๐Ÿ… Most Innovative AI Solution</li>
            <li>๐Ÿ… Best Practical Implementation</li>
            <li>๐Ÿ… Audience Favorite (decided by your peers)</li>
        </ul>
    </section>

    <section class="info-section">
        <h2>Get Inspired, Get Prepared!</h2>
        <ul>
            <li>๐Ÿ”น On <strong>Tuesday</strong>, join our <strong>AI Tools Workshop</strong> to spark fresh ideas.</li>
            <li>๐Ÿ”น On <strong>Wednesday</strong>, sharpen your skills with a quick <strong>Presentation Training</strong> session.</li>
        </ul>
    </section>

    <section class="info-section">
        <h2>Ready to Join the AI Revolution?</h2>
        <p>Submit your intent to participate by <strong>[Friday, DATE]</strong> and get ready to showcase your AI genius!</p>
        <a href="[REGISTRATION LINK]" class="cta-button">Register Now</a>
        <a href="mailto:[COMPETITION ORGANIZER EMAIL]" class="cta-button">Contact Us</a>
    </section>

</div>

<footer>
    <p>&copy; 2024 Your Company. All Rights Reserved.</p>
</footer>

</body>
</html>