Viewing: red.html
<!DOCTYPE html> <html lang="en" class="no-js"> <!-- Mirrored from previews.envatousercontent.com/files/169713047/red.html by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 04 Feb 2018 18:42:00 GMT --> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Tab Login & Sign Up Forms</title> <meta name="author" content="Reverie Tech" /> <link rel="stylesheet" type="text/css" href="css/demo.css" /> <link rel="stylesheet" type="text/css" href="tabs.css" /> </head> <body> <header> <h1> Tab<small>V 1.2</small> <span>Login & Sign Up Forms</span> <hr></h1> </header> <div class="container"> <div class="democolors"> <a class="blue" href="index.html">blue</a> <a class="red" href="red.html">red</a> <a class="purple" href="purple.html">purple</a> </div> </div> <div class="container"> <section class="tabred"> <ul class="tabs red"> <li> <input type="radio" name="tabs red" id="tab6" checked /> <label for="tab6">Register</label> <div id="tab-content6" class="tab-content"> <p>You can sign up free at reverie tech and get super awesome services tips. It's what all the cool kids are doing nowadays.</p> <form method="post" name="register" action="#"> <span class="tabaddon"><i class="fa fa-user fa-2x"></i></span> <input class="field" name="usernamesignup" required type="text" placeholder="myusername" /> <span class="tabaddon"><i class="fa fa-envelope fa-2x"></i></span> <input class="field" name="emailsignup" required type="email" placeholder="myusername@gmail.com"/> <span class="tabaddon"><i class="fa fa-lock fa-2x"></i></span> <input class="field" name="passwordsignup" required type="password" placeholder="mypassword"/> <span class="tabaddon"><i class="fa fa-lock fa-2x"></i></span> <input class="field" name="passwordsignup_confirm" required type="password" placeholder="mypassword"/> <select> <option disabled="" selected="" value="0">Choose Gender</option> <option value="1">Male</option> <option value="2">Female</option> </select> <select class="last"> <option disabled="" selected="" value="0">Country</option> <option value="1">U.S. Only</option> <option value="2">Outside U.S.</option> </select> <div class="btn"> <input type="checkbox" name="terms" required> <em>I agree with terms and conditions </em> <input type="submit" value="Sign up"/> </div> </form> </div> </li> <li> <input type="radio" name="tabs red" id="tab5" /> <label for="tab5">Login</label> <div id="tab-content5" class="tab-content"> <form method="post" name="register" action="#"> <div class="social"> <a class="facebook" href="#"><i class="fa fa-facebook fa-fw"></i> Facebook</a> <a class="twitter" href="#"><i class="fa fa-twitter fa-fw"></i> Twiter</a> </div> <h4>OR</h4> <span class="tabaddon"><i class="fa fa-envelope fa-2x"></i></span> <input class="field" name="emailsignup" required type="email" placeholder="myusername@gmail.com"/> <span class="tabaddon"><i class="fa fa-lock fa-2x"></i></span> <input class="field" name="passwordsignup" required type="password" placeholder="mypassword"/> <div class="btn"> <input type="checkbox" name="terms" required> <em>Keep me logged in </em> <input type="submit" value="Login"/> </div> </form> </div> </li> <li> <input type="radio" name="tabs red" id="tab4" checked /> <label for="tab4">Reset Password</label> <div id="tab-content4" class="tab-content"> <form method="post" name="register" action="#"> <span class="tabaddon"><i class="fa fa-user fa-2x"></i></span> <input class="field" type="text" placeholder="myusername" /> <h4>OR</h4> <span class="tabaddon"><i class="fa fa-envelope fa-2x"></i></span> <input class="field" type="email" placeholder="myusername@gmail.com"/> <div class="btn"> <input type="submit" value="Get New One !"/> </div> </form> </div> </li> </ul> </section> </div> <footer> <p>Tab Login & Sign Up Forms created by <a href="http://reverie-tech.com/" target="_blank">Reverie Tech</a> Are you looking for some free useful resources and tutiorals, You can Vist our Blog <a target="_blank" href="http://codeconvey.com/">Codeconvey.com</a></p> </footer> </body> <!-- Mirrored from previews.envatousercontent.com/files/169713047/red.html by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 04 Feb 2018 18:42:00 GMT --> </html>
Return