<html>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <title>Influxis | Video and Audio Streaming Experts</title>
        <meta name="description" content="Since 2002, Influxis has provided hundreds of the top brands in the world with streaming PaaS solutions and legendary streaming expertise.">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700&display=swap" rel="stylesheet">
        <link rel="stylesheet" href="main.css">
    </head>
    <body>
        <!--[if lt IE 7]>
            <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
        <![endif]-->
        <main class="form-signin w-100 m-auto">
            <div class="row gx-5 mb-5">
                
                <div class="col">
                    <img class="logo-img" src = "influxis-logo.svg" alt="Influxis Logo"/>
                </div>

                <div class="col">
                    <form 
                        action="mailer.php"
                        method="POST"
                        id="contact">

                        <div class="mb-3">
                            <h6 class="text-white">Name</h6>
                            <input type="text" class="form-control field-grey" name="name" required>
                        </div>

                        <div class="row mb-3">
                            <div class="col">
                                <h6 class="text-white">Email</h6>
                                <input type="email" class="form-control field-grey" name="email" required>
                            </div>
                            <div class="col">
                                <h6 class="text-white">Company</h6>
                                <input type="text" class="form-control field-grey" name="company" required>
                            </div>
                        </div>

                        <div class="mb-3">
                            <h6 class="text-white">Message</h6>
                            <textarea type="text" class="form-control field-grey" name="message" required></textarea>
                        </div>

                    </form> 

                        <button class="btn btn-sm btn-success w-50" 
                                type="submit" name="submit" value="submit" form="contact" 
                                id="sendBtn" >Send  ></button>
                </div>
            </div>

            <div class="row position-absolute bottom-0 start-50 translate-middle-x">
                <img src="client-logos.png" class="mb-3 opacity-9" alt="">
                <div class="text-grey text-center mt-2 mb-4"><small class="font-light">© 2002-2022 Influxis • All rights reserved. • Terms of Service • Privacy Policy</small></div>
            </div>
        </main>
        
        <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.min.js" integrity="sha384-kjU+l4N0Yf4ZOJErLsIcvOU2qSb74wXpOhqTvwVx3OElZRweTnQ6d31fXEoRD1Jy" crossorigin="anonymous"></script>
    </body>
</html>