realm-register.html

85 lines | 4.314 kB Blame History Raw Download
<!doctype html>
<html>
    <head>
        <meta charset="utf-8">
        <title>Register with Subway</title>
        <link rel="icon" href="img/favicon.ico">
        <link rel="stylesheet" href="css/reset.css">
        <link rel="stylesheet" href="css/base.css">
        <link rel="stylesheet" href="css/forms.css">
        <link rel="stylesheet" href="css/zocial/zocial.css">
        <link rel="stylesheet" href="css/login-register.css">
        <link rel="stylesheet" href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic'>
        <script src="js/jquery-1.10.1.min.js"></script>
        <script src="js/login-register.js"></script>
    </head>
    <body class="rcue-login-register customer register">
        <h1><a href="#" title="Go to the home page"><img src="img/subway-logo.png" alt="Subway logo"></a></h1>
        <div class="content">
            <h2>Log in to <strong>Subway</strong></h2>
            <div class="background-area">
                <div class="form-area social clearfix">
                    <section class="app-form">
                        <h3>Application login area</h3>
                        <div class="feedback error bottom-left "><p><strong>Some required fields are empty or incorrect.</strong><br>Please correct the fields in red.</p></div>
                        <form>
                            <p class="subtitle">All fields required</p>
                            <div>
                                <label for="name">Full name</label><input type="text" id="name" autofocus>
                            </div>
                            <div>
                                <label for="email">Email</label><input type="email" id="email">
                            </div>
                            <div>
                                <label for="username">Username</label><input type="text" id="username">
                            </div>
                            <div>
                                <label for="password">Password</label><input type="password" id="password" placeholder="At least 6 characters">
                            </div>
                            <div>
                                <label for="password-confirm" class="two-lines">Password confirmation</label><input type="password" id="password-confirm">
                            </div>
                            <div class="aside-btn">
                                <p>By registering you agree to the <a href="#">Terms of Service</a> and the <a href="#">Privacy Policy</a>.</p>
                            </div>
                            <input type="button" class="btn-primary" value="Register">
                        </form>
                    </section>
                    <section class="social-login">
                        <span>or</span>
                        <h3>Social login area</h3>
                        <p>Log In with</p>
                        <ul>
                            <li>
                                <a href="#" class="zocial facebook">
                                    <span class="text">Facebook</span>
                                </a>
                            </li>
                            <li>
                                <a href="#" class="zocial googleplus">
                                    <span class="text">Google</span>
                                </a>
                            </li>
                            <li>
                                <a href="#" class="zocial twitter">
                                    <span class="text">Twitter</span>
                                </a>
                            </li>
                        </ul>
                    </section>
                    <section class="info-area">
                        <h3>Info area</h3>
                        <p>Already have an account? <a href="realm-login.html">Log in</a>.</p>
                        <ul>
                            <li><strong>Domain:</strong> 10.0.0.1</li>
                            <li><strong>Zone:</strong> Live</li>
                            <li><strong>Appliance:</strong> Yep</li>
                        </ul>
                    </section>
                </div>
            </div>
            <p class="powered"><a href="#">Powered by Keycloak</a></p>
        </div>
    </body>
</html>