<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
    <link rel="stylesheet" href="/style.css">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
    <title>Welcome to ASLSteamHub</title>
</head>
<body class="bg-light d-flex flex-column min-vh-100">
    <!-- Navbar -->
    <%- include('partials/header') %>

    <!-- Main Content -->
    <div class="container-fluid list-content-container mt-5">
            <div class="hero-section text-center p-5">
                <h1 class="display-4 fw-bold">Empowering the ASL Community</h1>
                <p class="lead">Join us to explore, create, and share ASL technical signs with interpreters and professionals.</p>
            </div>
            <div class="container-fluid d-flex align-items-center justify-content-center">
                <!-- Video Section -->
                <div class="col-lg-7 ps-1 col-md-10 col-sm-12 mb-4">
                    <div class="ratio ratio-16x9">
                        <iframe src="https://www.youtube.com/embed/oB5v0SBTCrA?autoplay=1&mute=1&loop=1&playlist=oB5v0SBTCrA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
                    </div>
                </div>

                <!-- Register Section -->
                <div class="col-lg-4 col-md-8 col-sm-12 register-section">
                    <h2 class="responsive-text-center">Reasons to Join</h2>
                    <p class="responsive-text-center">You'll get access to the following:</p>
                    <ul class="list-unstyled responsive-text-left">
                        <li><i class="fas fa-check"></i> View and Post Videos for ASL Technical Terms</li>
                        <li><i class="fas fa-check"></i> Generate New Words</li>
                        <li><i class="fas fa-check"></i> Admin Support</li>
                    </ul>
                    <a href="/sign_up" class="btn btn-primary mt-3">Sign Up Now</a>
                </div>
            </div>
    </div>

    <%- include('partials/footer') %>
    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
        integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
        crossorigin="anonymous"></script>
</body>
</html>
