<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Contact Us</title>
    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
    <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">
</head>
<body class="bg-light d-flex flex-column min-vh-100">
    <!-- Navbar -->
    <%- include('partials/header') %>

    <!-- Contact Us -->
    <div class="flex-grow-1">
        <div class="container-fluid text-center my-5 list-content-container">
            <h1 class="display-1">Contact Us</h1>
            <h2 class="display-4">We would love to hear from you!</h2>
            <h3 class="fs-3 mt-5"><strong>Email:</strong> aslsteamhub@gmail.com regarding any questions, concerns and feedback you may have</h3>
        </div>
    </div>

    <!-- Footer -->
    <%- 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>
