CINXE.COM

Lessons: Welcome

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="google-site-verification" content="v_wAcZHImx_AHwYnO2dGk2ZX7HpOl7FQ79PnqnCHuzo" /> <meta name="google-signin-scope" content="profile email"> <meta name="google-signin-client_id" content="217034757918-l96s9h0tbcqafmdhr0eq6hpojdhktvaa.apps.googleusercontent.com"> <title> Lessons: Welcome </title> <link href="/favicon.ico" type="image/x-icon" rel="icon"/><link href="/favicon.ico" type="image/x-icon" rel="shortcut icon"/> <link rel="stylesheet" href="/css/bootstrap.min.css"/> <style type="text/css"> body{ width: 100%; height: 100%; background: white url('/img/flash1-full.jpg') no-repeat center fixed; background-size: cover; } #grid { } label { color:#eee; } .glass{ background-color: rgba(55,55,55,0.55); filter: blur(1px); position: fixed; box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.15); border-radius: .45rem; top: 0; left:20%; right:20%; bottom:0; overflow: hidden; } .glass:before { display: block; width: 100%; height: 100%; background-image: url('/img/flash1-full.jpg'); background-size: cover; content: ' '; opacity: 0.4; } @media only screen and (max-width: 767px) { .glass { left:0; right:0; } } </style> <script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script> <link href="https://fonts.googleapis.com/css?family=Raleway:500i|Roboto:300,400,700|Roboto+Mono" rel="stylesheet"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous"> </head> <body class="" style=""> <div class="glass"></div> <div id="home"> <div class="container-fluid"> <div class="row"> <div class="col"> <h1 class="display-4 mt-5 text-center text-white"></h1> </div> </div> <div class="row justify-content-center"> <div class="col col-md-6 p-3 " > <h3 class="text-white">Reset Password</h3> <form method="post" action="/users/reset-password" class=" p-4 border-top border-light "> <input type="hidden" name="_csrfToken" value="05c57e995edb33e937d7b5bd93bff7576da5f1eca34a113da3b16158c4f3b75d6b1cdce800fd5c5ea5eae04eb5007c1aca72be80f44dca55d8af10d0d11b0cf8"> <div class="form-group"> <label for="resetPasswordInputEmail1">Email address</label> <input name="User[email]" type="email" class="form-control" id="resetPasswordInputEmail1" aria-describedby="emailHelp" placeholder="Enter email" required="required"> <small id="emailHelp" class="form-text text-white-50">Email you used to create your account.</small> </div> <button type="submit" class="btn btn-outline-success">Request password reset</button> </form> </div> </div> </div> </div> </body> </html>