Giter Site home page Giter Site logo

htmldone's Introduction

Before

<div id="forgotpassword" class="modal forgotpassword" role="dialog">
                    <div class="modal-dialog ModalDialog">
                      <div class="modal-content ModalContent">
                        <div class="modal-header ModalHeader">
                            <h4 class="ModalHeading">Forgot Password</h4>
                            <button type="button" class="close" data-dismiss="modal">&times;</button>
                        </div>
                        <div class="otpSection">
                          <form class="formcover text-center" autocomplete="off">
                            <h6 class="RgNUmber">Enter Registered Mobile Number </h6>
                            <div class="form-group">
                              <input type="text" name="forgotOtp" id="forgotOtp" class="form-control input-lg enterOtp" placeholder="Enter OTP" 
                              autocomplete="off"/>
                            </div>
                            <div class="form-group text-center">
                              <a name="button" class="btn btn-primary btn-lg btnsubmit">Submit</a>
                            </div>
                          </form>
                        </div>
                        </div>
                    </div>
                  </div>

After

<div className={ "modal " + classes.forgotpassword} id="forgotpassword" role="dialog">
    <div className={ "modal-dialog " + classes.ModalDialog}>
        <div className={ "modal-content " + classes.ModalContent}>
            <div className={ "modal-header " + classes.ModalHeader}>
                <h4 className={classes.ModalHeading}>Forgot Password</h4>
                <button className={ "close"} data-dismiss="modal" type="button"></button>
            </div>

            <div className={classes.otpSection}>
                <form autocomplete="off" className={classes.formcover + "text-center"}>
                    <h6 className={classes.RgNUmber}>Enter Registered Mobile Number </h6>
                    <div className={ "form-group"}>
                        <input autocomplete="off" className={ "form-control input-lg " + classes.enterOtp} id="forgotOtp" name="forgotOtp" placeholder="Enter OTP" type="text" />
                    </div>
                    <div className={ "form-group text-center"}>
                        <a className={ "btn btn-primary btn-lg " + classes.btnsubmit} name="button">Submit</a>
                    </div>
                </form>
            </div>
        </div>
    </div>
</div>

htmldone's People

Contributors

lavi061997 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.