<!DOCTYPE html>
<html>
    <head>
        <title>Elearnsecurity - Site Maintenance</title>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
        <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
        <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
        <style>
            html, body {
                width: 100%;
                height: 100%;
            }
            h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
                font-family: 'Raleway', serif;
                font-weight: 500;
                line-height: 1.1;
                color: inherit;
            }
            a {
                color: #4caf50;
                text-decoration: none;
            }
            a:hover, a:focus {
                color: #357a38;
                text-decoration: underline;
            }
            html {
                display: table;
            }
            body {
                display: table-cell;
                vertical-align: middle;
                padding: 0 20px;
                font-family: 'Open Sans', sans-serif;
            }
            article {
                text-align: center;
            }
            article > h1 {
                font-size: 50px;
                color: #555555;
            }
            article p {
                font-size: 20px;
                line-height: 1.42857143;
                color: #777;
            }
        </style>
    </head>
    <body>
        <article>
            <h1>We’ll be back soon!</h1>
            <div>
                <p>
                    Sorry for the inconvenience but we’re performing some maintenance at the moment.<br />
                    If you need further information please <a href="mailto:info@elearnsecurity.com">contact us</a>.
                </p>
                <p>— The ELS Team</p>
            </div>
        </article>
    </body>
</html>

