CINXE.COM
Fair Media
<!DOCTYPE html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="css/style.css" rel="stylesheet" /> <!-- Bootstrap CSS --> <link href="css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous"> <link href='//fonts.googleapis.com/css?family=Comfortaa' rel='stylesheet'> <title>Fair Media</title> </head> <body> <nav class="navbar navbar-light bg-light"> <div class="container"> <a class="navbar-brand" href="#"> <img src="brand/logo.png" alt="" height="54"> </a> </div> </nav> <main class="container"> <div class="px-4 py-5 my-5 text-center"> <img class="d-block mx-auto mb-4" src="brand/logo-icon.png" alt="" width="72"> <h1 class="display-5 fw-bold comfortaa">Coming Soon!</h1> <div class="col-lg-6 mx-auto mt-5"> <!-- <p class="lead mb-4">Quickly design and customize responsive mobile-first sites with Bootstrap, the world鈥檚 most popular front-end open source toolkit, featuring Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful JavaScript plugins.</p>--> <div class="d-grid gap-2 d-sm-flex justify-content-sm-center"> <a href="mailto:support@thefairmedia.com" class="btn btn-primary btn-lg px-4 gap-3">Contact Us</a> <!-- <button type="button" class="btn btn-outline-secondary btn-lg px-4">Secondary</button>--> </div> </div> </div> </main> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-B8BDK9729B"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-B8BDK9729B'); </script> <script src="js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script> </body> </html>