Year: 2021

  • Laravel 8 Multipurpose Ecommerce Template Free

    Laravel 8 Multipurpose Ecommerce Template Free

    Hello friends, welcome back to my blog. Today in this blog post, I am going to tell you, Laravel 8 Multipurpose Ecommerce Template Free.

    Laravel 8 Ecommerce Template Free
    Laravel Ecommerce Template Free

    Guys if you are new in Laravel8 the please check below link for Laravel basics information:

    Laravel Basics Tutorial for beginners


    Here is the code snippet for Laravel 8 Multipurpose Ecommerce Template Free and please use carefully and avoid the mistakes.:

    1. Guys please create the “assets” folder inside laravelproject/public folder.

    2. Please download this zip file(https://therichpost.com/e-shop2.zip) and inside this zip file you will get CSS, js, images etc folders and place those all the folders inside laravelproject/public/assets folder. 

    3. In the end friends here is the code below and you can add into your resources/views/ welcome.blade.php file:

    ...
      <head>
            <meta charset="utf-8">
            <meta name="viewport" content="width=device-width, initial-scale=1">
    
            <title>Laravel</title>
            <!-- Custom styles for this template -->
            <link href="assets/css/bootstrap.css" rel="stylesheet">
            <link href="assets/css/ui.css" rel="stylesheet">
            <link href="assets/css/responsive.css" rel="stylesheet">
            
            <link href="assets/css/all.min.css" rel="stylesheet">
            <script src="assets/js/jquery.min.js" type="text/javascript"></script>
            <script src="assets/js/bootstrap.bundle.min.js" type="text/javascript"></script>
         
       
    
                    
        </head>
        <body>
        <header class="section-header">
        <section class="header-main border-bottom">
            <div class="container">
                <div class="row align-items-center">
                    <div class="col-xl-2 col-lg-3 col-md-12">
                        <a href="#" class="brand-wrap">
                           Compnay Name
                        </a> <!-- brand-wrap.// -->
                    </div>
                    <div class="col-xl-6 col-lg-5 col-md-6">
                        <form action="#" class="search-header">
                            <div class="input-group w-100">
                                <select class="custom-select border-right"  name="category_name">
                                        <option value="">All type</option><option value="codex">Special</option>
                                        <option value="comments">Only best</option>
                                        <option value="content">Latest</option>
                                </select>
                                <input type="text" class="form-control" placeholder="Search">
                                
                                <div class="input-group-append">
                                  <button class="btn btn-primary" type="submit">
                                    <i class="fa fa-search"></i> Search
                                  </button>
                                </div>
                            </div>
                        </form> <!-- search-wrap .end// -->
                    </div> <!-- col.// -->
                    <div class="col-xl-4 col-lg-4 col-md-6">
                        <div class="widgets-wrap float-md-right">
                            <div class="widget-header mr-3">
                                <a href="#" class="widget-view">
                                    <div class="icon-area">
                                        <i class="fa fa-user"></i>
                                        <span class="notify">3</span>
                                    </div>
                                    <small class="text"> My profile </small>
                                </a>
                            </div>
                            <div class="widget-header mr-3">
                                <a href="#" class="widget-view">
                                    <div class="icon-area">
                                        <i class="fa fa-comment-dots"></i>
                                        <span class="notify">1</span>
                                    </div>
                                    <small class="text"> Message </small>
                                </a>
                            </div>
                            <div class="widget-header mr-3">
                                <a href="#" class="widget-view">
                                    <div class="icon-area">
                                        <i class="fa fa-store"></i>
                                    </div>
                                    <small class="text"> Orders </small>
                                </a>
                            </div>
                            <div class="widget-header">
                                <a href="#" class="widget-view">
                                    <div class="icon-area">
                                        <i class="fa fa-shopping-cart"></i>
                                    </div>
                                    <small class="text"> Cart </small>
                                </a>
                            </div>
                        </div> <!-- widgets-wrap.// -->
                    </div> <!-- col.// -->
                </div> <!-- row.// -->
            </div> <!-- container.// -->
        </section> <!-- header-main .// -->
        
        
        
        <nav class="navbar navbar-main navbar-expand-lg border-bottom">
        <div class="container">
            <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#main_nav" aria-controls="main_nav" aria-expanded="false" aria-label="Toggle navigation">
            <span class="navbar-toggler-icon"></span>
            </button>
        
            <div class="collapse navbar-collapse" id="main_nav">
            <ul class="navbar-nav">
                <li class="nav-item dropdown">
                    <a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#"> <i class="fa fa-bars text-muted mr-2"></i> Demo pages </a>
                    <div class="dropdown-menu dropdown-large">
                        <nav class="row">
                            <div class="col-6">
                                <a href="page-index-1.html">Home page 1</a>
                                <a href="page-index-2.html">Home page 2</a>
                                <a href="page-category.html">All category</a>
                                <a href="page-listing-large.html">Listing list</a>
                                <a href="page-listing-grid.html">Listing grid</a>
                                <a href="page-shopping-cart.html">Shopping cart</a>
                                <a href="page-detail-product.html">Product detail</a>
                                <a href="page-content.html">Page content</a>
                                <a href="page-user-login.html">Page login</a>
                                <a href="page-user-register.html">Page register</a>
                            </div>
                            <div class="col-6">
                                <a href="page-profile-main.html">Profile main</a>
                                <a href="page-profile-orders.html">Profile orders</a>
                                <a href="page-profile-seller.html">Profile seller</a>
                                <a href="page-profile-wishlist.html">Profile wishlist</a>
                                <a href="page-profile-setting.html">Profile setting</a>
                                <a href="page-profile-address.html">Profile address</a>
                                <a href="rtl-page-index-1.html">RTL home page</a>
                                <a href="page-components.html" target="_blank">More components</a>
                            </div>
                        </nav> <!--  row end .// -->
                    </div> <!--  dropdown-menu dropdown-large end.// -->
                </li>
                <li class="nav-item">
                    <a class="nav-link" href="#">Ready to ship</a>
                </li>
                <li class="nav-item">
                <a class="nav-link" href="#">Trade shows</a>
                </li>
                <li class="nav-item">
                <a class="nav-link" href="#">Services</a>
                </li>
                <li class="nav-item">
                <a class="nav-link" href="#">Sell with us</a>
                </li>
            </ul>
            <ul class="navbar-nav ml-md-auto">
                    <li class="nav-item">
                    <a class="nav-link" href="#">Get the app</a>
                </li>
                <li class="nav-item dropdown">
                    <a class="nav-link dropdown-toggle" href="http://example.com" data-toggle="dropdown">English</a>
                    <div class="dropdown-menu dropdown-menu-right">
                    <a class="dropdown-item" href="#">Russian</a>
                    <a class="dropdown-item" href="#">French</a>
                    <a class="dropdown-item" href="#">Spanish</a>
                    <a class="dropdown-item" href="#">Chinese</a>
                    </div>
                </li>
                </ul>
            </div> <!-- collapse .// -->
        </div> <!-- container .// -->
        </nav>
        
        </header> <!-- section-header.// -->
        
        
        <div class="container">
        <!-- ========================= SECTION MAIN  ========================= -->
        <section class="section-main padding-y">
        <main class="card">
            <div class="card-body">
        
        <div class="row">
            <aside class="col-lg col-md-3 flex-lg-grow-0">
                <nav class="nav-home-aside">
                    <h6 class="title-category">MY MARKETS <i class="d-md-none icon fa fa-chevron-down"></i></h6>
                    <ul class="menu-category">
                        <li><a href="#">Fashion and clothes</a></li>
                        <li><a href="#">Automobile and motors</a></li>
                        <li><a href="#">Gardening and agriculture</a></li>
                        <li><a href="#">Electronics and tech</a></li>
                        <li><a href="#">Packaginf and printing</a></li>
                        <li><a href="#">Home and kitchen</a></li>
                        <li><a href="#">Digital goods</a></li>
                        <li class="has-submenu"><a href="#">More items</a>
                            <ul class="submenu">
                                <li><a href="#">Submenu name</a></li>
                                <li><a href="#">Great submenu</a></li>
                                <li><a href="#">Another menu</a></li>
                                <li><a href="#">Some others</a></li>
                            </ul>
                        </li>
                    </ul>
                </nav>
            </aside> <!-- col.// -->
            <div class="col-md-9 col-xl-7 col-lg-7">
        
        <!-- ================== COMPONENT SLIDER  BOOTSTRAP  ==================  -->
        <div id="carousel1_indicator" class="slider-home-banner carousel slide" data-ride="carousel">
          <ol class="carousel-indicators">
            <li data-target="#carousel1_indicator" data-slide-to="0" class="active"></li>
            <li data-target="#carousel1_indicator" data-slide-to="1"></li>
            <li data-target="#carousel1_indicator" data-slide-to="2"></li>
          </ol>
          <div class="carousel-inner">
            <div class="carousel-item active">
              <img src="assets/images/banners/slide1.jpg" alt="First slide"> 
            </div>
            <div class="carousel-item">
              <img src="assets/images/banners/slide2.jpg" alt="Second slide">
            </div>
            <div class="carousel-item">
              <img src="assets/images/banners/slide3.jpg" alt="Third slide">
            </div>
          </div>
          <a class="carousel-control-prev" href="#carousel1_indicator" role="button" data-slide="prev">
            <span class="carousel-control-prev-icon" aria-hidden="true"></span>
            <span class="sr-only">Previous</span>
          </a>
          <a class="carousel-control-next" href="#carousel1_indicator" role="button" data-slide="next">
            <span class="carousel-control-next-icon" aria-hidden="true"></span>
            <span class="sr-only">Next</span>
          </a>
        </div> 
        <!-- ==================  COMPONENT SLIDER BOOTSTRAP end.// ==================  .// -->	
        
            </div> <!-- col.// -->
            <div class="col-md d-none d-lg-block flex-grow-1">
                <aside class="special-home-right">
                    <h6 class="bg-blue text-center text-white mb-0 p-2">Popular category</h6>
                    
                    <div class="card-banner border-bottom">
                      <div class="py-3" style="width:80%">
                        <h6 class="card-title">Men clothing</h6>
                        <a href="#" class="btn btn-secondary btn-sm"> Source now </a>
                      </div> 
                      <img src="assets/images/items/1.jpg" height="80" class="img-bg">
                    </div>
        
                    <div class="card-banner border-bottom">
                      <div class="py-3" style="width:80%">
                        <h6 class="card-title">Winter clothing </h6>
                        <a href="#" class="btn btn-secondary btn-sm"> Source now </a>
                      </div> 
                      <img src="assets/images/items/2.jpg" height="80" class="img-bg">
                    </div>
        
                    <div class="card-banner border-bottom">
                      <div class="py-3" style="width:80%">
                        <h6 class="card-title">Home inventory</h6>
                        <a href="#" class="btn btn-secondary btn-sm"> Source now </a>
                      </div> 
                      <img src="assets/images/items/6.jpg" height="80" class="img-bg">
                    </div>
        
                </aside>
            </div> <!-- col.// -->
        </div> <!-- row.// -->
        
            </div> <!-- card-body.// -->
        </main> <!-- card.// -->
        
        </section>
        <!-- ========================= SECTION MAIN END// ========================= -->
        
        
        
        <!-- =============== SECTION DEAL =============== -->
        <section class="padding-bottom">
         <div class="card card-deal">
             <div class="col-heading content-body">
              <header class="section-heading">
               <h3 class="section-title">Deals and offers</h3>
               <p>Hygiene equipments</p>
             </header><!-- sect-heading -->
             <div class="timer">
               <div> <span class="num">04</span> <small>Days</small></div>
               <div> <span class="num">12</span> <small>Hours</small></div>
               <div> <span class="num">58</span> <small>Min</small></div>
               <div> <span class="num">02</span> <small>Sec</small></div>
             </div>
           </div> <!-- col.// -->
           <div class="row no-gutters items-wrap">
            <div class="col-md col-6">
             <figure class="card-product-grid card-sm">
              <a href="#" class="img-wrap"> 
               <img src="assets/images/items/3.jpg"> 
              </a>
              <div class="text-wrap p-3">
                   <a href="#" class="title">Summer clothes</a>
                   <span class="badge badge-danger"> -20% </span>
              </div>
           </figure>
         </div> <!-- col.// -->
         <div class="col-md col-6">
           <figure class="card-product-grid card-sm">
            <a href="#" class="img-wrap"> 
             <img src="assets/images/items/4.jpg"> 
           </a>
           <div class="text-wrap p-3">
             <a href="#" class="title">Some category</a>
             <span class="badge badge-danger"> -5% </span>
           </div>
         </figure>
        </div> <!-- col.// -->
        <div class="col-md col-6">
         <figure class="card-product-grid card-sm">
          <a href="#" class="img-wrap"> 
           <img src="assets/images/items/5.jpg"> 
         </a>
         <div class="text-wrap p-3">
           <a href="#" class="title">Another category</a>
           <span class="badge badge-danger"> -20% </span>
         </div>
        </figure>
        </div> <!-- col.// -->
        <div class="col-md col-6">
         <figure class="card-product-grid card-sm">
          <a href="#" class="img-wrap"> 
           <img src="assets/images/items/6.jpg"> 
         </a>
         <div class="text-wrap p-3">
           <a href="#" class="title">Home apparel</a>
           <span class="badge badge-danger"> -15% </span>
         </div>
        </figure>
        </div> <!-- col.// -->
        <div class="col-md col-6">
         <figure class="card-product-grid card-sm">
          <a href="#" class="img-wrap"> 
           <img src="assets/images/items/7.jpg"> 
         </a>
         <div class="text-wrap p-3">
           <a href="#" class="title text-truncate">Smart watches</a>
           <span class="badge badge-danger"> -10% </span>
         </div>
        </figure>
        </div> <!-- col.// -->
        </div>
        </div>
        
        </section>
        <!-- =============== SECTION DEAL // END =============== -->
        
        <!-- =============== SECTION 1 =============== -->
        <section class="padding-bottom">
        <header class="section-heading heading-line">
            <h4 class="title-section text-uppercase">Apparel</h4>
        </header>
        
        <div class="card card-home-category">
        <div class="row no-gutters">
            <div class="col-md-3">
            
            <div class="home-category-banner bg-light-orange">
                <h5 class="title">Best trending clothes only for summer</h5>
                <p>Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p>
                <a href="#" class="btn btn-outline-primary rounded-pill">Source now</a>
                <img src="assets/images/items/2.jpg" class="img-bg">
            </div>
        
            </div> <!-- col.// -->
            <div class="col-md-9">
        <ul class="row no-gutters bordered-cols">
            <li class="col-6 col-lg-3 col-md-4">
        <a href="#" class="item"> 
            <div class="card-body">
                <h6 class="title">Well made women clothes with trending collection  </h6>
                <img class="img-sm float-right" src="assets/images/items/1.jpg"> 
                <p class="text-muted"><i class="fa fa-map-marker-alt"></i> Guanjou, China</p>
            </div>
        </a>
            </li>
            <li class="col-6 col-lg-3 col-md-4">
        <a href="#" class="item"> 
            <div class="card-body">
                <h6 class="title">Great clothes with trending collection  </h6>
                <img class="img-sm float-right" src="assets/images/items/2.jpg"> 
                <p class="text-muted"><i class="fa fa-map-marker-alt"></i> Beijing, China</p>
            </div>
        </a>
            </li>
            <li class="col-6 col-lg-3 col-md-4">
        <a href="#" class="item"> 
            <div class="card-body">
                <h6 class="title">Demo clothes with sample collection  </h6>
                <img class="img-sm float-right" src="assets/images/items/3.jpg"> 
                <p class="text-muted"><i class="fa fa-map-marker-alt"></i> Tokyo, Japan</p>
            </div>
        </a>
            </li>
            <li class="col-6 col-lg-3 col-md-4">
        <a href="#" class="item"> 
            <div class="card-body">
                <h6 class="title">Home and kitchen electronic  stuff collection  </h6>
                <img class="img-sm float-right" src="assets/images/items/4.jpg"> 
                <p class="text-muted"><i class="fa fa-map-marker-alt"></i> Tashkent, Uzb</p>
            </div>
        </a>	
            </li>
            <li class="col-6 col-lg-3 col-md-4">
        <a href="#" class="item"> 
            <div class="card-body">
                <h6 class="title">Home and kitchen electronic  stuff collection  </h6>
                <img class="img-sm float-right" src="assets/images/items/5.jpg"> 
                <p class="text-muted"><i class="fa fa-map-marker-alt"></i> London, Britain</p>
            </div>
        </a>
            </li>
            <li class="col-6 col-lg-3 col-md-4">
        <a href="#" class="item"> 
            <div class="card-body">
                <h6 class="title">Home and kitchen electronic  stuff collection  </h6>
                <img class="img-sm float-right" src="assets/images/items/6.jpg"> 
                <p class="text-muted"><i class="fa fa-map-marker-alt"></i> Guanjou, China</p>
            </div>
        </a>
            </li>
            <li class="col-6 col-lg-3 col-md-4">
        <a href="#" class="item"> 
            <div class="card-body">
                <h6 class="title">Well made clothes with trending collection </h6>
                <img class="img-sm float-right" src="assets/images/items/7.jpg"> 
                <p class="text-muted"><i class="fa fa-map-marker-alt"></i> Hong Kong, China</p>
        
            </div>
        </a>
            </li>
            <li class="col-6 col-lg-3 col-md-4">
        <a href="#" class="item"> 
            <div class="card-body">
                <h6 class="title">Home and kitchen interior  stuff collection   </h6>
                <img class="img-sm float-right" src="assets/images/items/6.jpg"> 
                <p class="text-muted"><i class="fa fa-map-marker-alt"></i> Guanjou, China</p>
            </div>
        </a>
            </li>
        </ul>
            </div> <!-- col.// -->
        </div> <!-- row.// -->
        </div> <!-- card.// -->
        </section>
        <!-- =============== SECTION 1 END =============== -->
        
        <!-- =============== SECTION 2 =============== -->
        <section class="padding-bottom">
        <header class="section-heading heading-line">
            <h4 class="title-section text-uppercase">Electronics</h4>
        </header>
        
        <div class="card card-home-category">
        <div class="row no-gutters">
            <div class="col-md-3">
            
            <div class="home-category-banner bg-light-orange">
                <h5 class="title">Machinery items for manufacturers</h5>
                <p>Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p>
                <a href="#" class="btn btn-outline-primary rounded-pill">Source now</a>
                <img src="assets/images/items/14.jpg" class="img-bg">
            </div>
        
            </div> <!-- col.// -->
            <div class="col-md-9">
        <ul class="row no-gutters bordered-cols">
            <li class="col-6 col-lg-3 col-md-4">
        <a href="#" class="item"> 
            <div class="card-body">
                <h6 class="title">Well made electronic  stuff collection  </h6>
                <img class="img-sm float-right" src="assets/images/items/7.jpg"> 
                <p class="text-muted"><i class="fa fa-map-marker-alt"></i> Tokyo, Japan</p>
            </div>
        </a>
            </li>
            <li class="col-6 col-lg-3 col-md-4">
        <a href="#" class="item"> 
            <div class="card-body">
                <h6 class="title">Another demo text for item stuff goes here  </h6>
                <img class="img-sm float-right" src="assets/images/items/8.jpg"> 
                <p class="text-muted"><i class="fa fa-map-marker-alt"></i> Hong Kong, China</p>
            </div>
        </a>
            </li>
            <li class="col-6 col-lg-3 col-md-4">
        <a href="#" class="item"> 
            <div class="card-body">
                <h6 class="title">Home and kitchen electronic  stuff collection  </h6>
                <img class="img-sm float-right" src="assets/images/items/9.jpg"> 
                <p class="text-muted"><i class="fa fa-map-marker-alt"></i> Tashkent, Uzb</p>
            </div>
        </a>
            </li>
            <li class="col-6 col-lg-3 col-md-4">
        <a href="#" class="item"> 
            <div class="card-body">
                <h6 class="title">Group of electronic  stuff collection  </h6>
                <img class="img-sm float-right" src="assets/images/items/10.jpg"> 
                <p class="text-muted"><i class="fa fa-map-marker-alt"></i> Guanjou, China</p>
            </div>
        </a>	
            </li>
            <li class="col-6 col-lg-3 col-md-4">
        <a href="#" class="item"> 
            <div class="card-body">
                <h6 class="title">Home and kitchen electronic  stuff collection  </h6>
                <img class="img-sm float-right" src="assets/images/items/11.jpg"> 
                <p class="text-muted"><i class="fa fa-map-marker-alt"></i> Guanjou, China</p>
            </div>
        </a>
            </li>
            <li class="col-6 col-lg-3 col-md-4">
        <a href="#" class="item"> 
            <div class="card-body">
                <h6 class="title">Home and kitchen electronic  stuff collection  </h6>
                <img class="img-sm float-right" src="assets/images/items/12.jpg"> 
                <p class="text-muted"><i class="fa fa-map-marker-alt"></i> Guanjou, China</p>
            </div>
        </a>
            </li>
            <li class="col-6 col-lg-3 col-md-4">
        <a href="#" class="item"> 
            <div class="card-body">
                <h6 class="title">Home and kitchen electronic  stuff collection  </h6>
                <img class="img-sm float-right" src="assets/images/items/1.jpg"> 
                <p class="text-muted"><i class="fa fa-map-marker-alt"></i> Guanjou, China</p>
        
            </div>
        </a>
            </li>
            <li class="col-6 col-lg-3 col-md-4">
        <a href="#" class="item"> 
            <div class="card-body">
                <h6 class="title">Home and kitchen electronic  stuff collection  </h6>
                <img class="img-sm float-right" src="assets/images/items/2.jpg"> 
                <p class="text-muted"><i class="fa fa-map-marker-alt"></i> Guanjou, China</p>
            </div>
        </a>
            </li>
        </ul>
            </div> <!-- col.// -->
        </div> <!-- row.// -->
        </div> <!-- card.// -->
        </section>
        <!-- =============== SECTION 2 END =============== -->
        
        
        
        <!-- =============== SECTION REQUEST =============== -->
        
        <section class="padding-bottom">
        
        <header class="section-heading heading-line">
            <h4 class="title-section text-uppercase">Request for Quotation</h4>
        </header>
        
        <div class="row">
            <div class="col-md-8">
        <div class="card-banner banner-quote overlay-gradient" style="background-image: url('assets/images/banners/banner9.jpg');">
          <div class="card-img-overlay white">
            <h3 class="card-title">An easy way to send request to suppliers</h3>
            <p class="card-text" style="max-width: 400px">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
            tempor incididunt.</p>
            <a href="" class="btn btn-primary rounded-pill">Learn more</a>
          </div>
        </div>
            </div> <!-- col // -->
            <div class="col-md-4">
        
        <div class="card card-body">
            <h4 class="title py-3">One Request, Multiple Quotes</h4>
            <form>
                <div class="form-group">
                    <input class="form-control" name="" placeholder="What are you looking for?" type="text">
                </div>
                <div class="form-group">
                    <div class="input-group">
                        <input class="form-control" placeholder="Quantity" name="" type="text">
                        
                        <select class="custom-select form-control">
                            <option>Pieces</option>
                            <option>Litres</option>
                            <option>Tons</option>
                            <option>Gramms</option>
                        </select>
                    </div>
                </div>
                <div class="form-group text-muted">
                    <p>Select template type:</p>
                    <label class="form-check form-check-inline">
                      <input class="form-check-input" type="checkbox" value="option1">
                       <span class="form-check-label">Request price</span>
                    </label>
                    <label class="form-check form-check-inline">
                      <input class="form-check-input" type="checkbox" value="option2">
                      <span class="form-check-label">Request a sample</span>
                    </label>
                </div>
                <div class="form-group">
                    <button class="btn btn-warning">Request for quote</button>
                </div>
            </form>
        </div>
        
            </div> <!-- col // -->
        </div> <!-- row // -->
        </section>
        
        <!-- =============== SECTION REQUEST .//END =============== -->
        
        
        <!-- =============== SECTION ITEMS =============== -->
        <section  class="padding-bottom-sm">
        
        <header class="section-heading heading-line">
            <h4 class="title-section text-uppercase">Recommended items</h4>
        </header>
        
        <div class="row row-sm">
            <div class="col-xl-2 col-lg-3 col-md-4 col-6">
                <div class="card card-sm card-product-grid">
                    <a href="#" class="img-wrap"> <img src="assets/images/items/1.jpg"> </a>
                    <figcaption class="info-wrap">
                        <a href="#" class="title">Just another product name</a>
                        <div class="price mt-1">$179.00</div> <!-- price-wrap.// -->
                    </figcaption>
                </div>
            </div> <!-- col.// -->
            <div class="col-xl-2 col-lg-3 col-md-4 col-6">
                <div class="card card-sm card-product-grid">
                    <a href="#" class="img-wrap"> <img src="assets/images/items/2.jpg"> </a>
                    <figcaption class="info-wrap">
                        <a href="#" class="title">Some item name here</a>
                        <div class="price mt-1">$280.00</div> <!-- price-wrap.// -->
                    </figcaption>
                </div>
            </div> <!-- col.// -->
            <div class="col-xl-2 col-lg-3 col-md-4 col-6">
                <div class="card card-sm card-product-grid">
                    <a href="#" class="img-wrap"> <img src="assets/images/items/3.jpg"> </a>
                    <figcaption class="info-wrap">
                        <a href="#" class="title">Great product name here</a>
                        <div class="price mt-1">$56.00</div> <!-- price-wrap.// -->
                    </figcaption>
                </div>
            </div> <!-- col.// -->
            <div class="col-xl-2 col-lg-3 col-md-4 col-6">
                <div class="card card-sm card-product-grid">
                    <a href="#" class="img-wrap"> <img src="assets/images/items/4.jpg"> </a>
                    <figcaption class="info-wrap">
                        <a href="#" class="title">Just another product name</a>
                        <div class="price mt-1">$179.00</div> <!-- price-wrap.// -->
                    </figcaption>
                </div>
            </div> <!-- col.// -->
            <div class="col-xl-2 col-lg-3 col-md-4 col-6">
                <div class="card card-sm card-product-grid">
                    <a href="#" class="img-wrap"> <img src="assets/images/items/5.jpg"> </a>
                    <figcaption class="info-wrap">
                        <a href="#" class="title">Just another product name</a>
                        <div class="price mt-1">$179.00</div> <!-- price-wrap.// -->
                    </figcaption>
                </div>
            </div> <!-- col.// -->
            <div class="col-xl-2 col-lg-3 col-md-4 col-6">
                <div class="card card-sm card-product-grid">
                    <a href="#" class="img-wrap"> <img src="assets/images/items/6.jpg"> </a>
                    <figcaption class="info-wrap">
                        <a href="#" class="title">Some item name here</a>
                        <div class="price mt-1">$280.00</div> <!-- price-wrap.// -->
                    </figcaption>
                </div>
            </div> <!-- col.// -->
            <div class="col-xl-2 col-lg-3 col-md-4 col-6">
                <div class="card card-sm card-product-grid">
                    <a href="#" class="img-wrap"> <img src="assets/images/items/7.jpg"> </a>
                    <figcaption class="info-wrap">
                        <a href="#" class="title">Great product name here</a>
                        <div class="price mt-1">$56.00</div> <!-- price-wrap.// -->
                    </figcaption>
                </div>
            </div> <!-- col.// -->
            <div class="col-xl-2 col-lg-3 col-md-4 col-6">
                <div class="card card-sm card-product-grid">
                    <a href="#" class="img-wrap"> <img src="assets/images/items/9.jpg"> </a>
                    <figcaption class="info-wrap">
                        <a href="#" class="title">Just another product name</a>
                        <div class="price mt-1">$179.00</div> <!-- price-wrap.// -->
                    </figcaption>
                </div>
            </div> <!-- col.// -->
            <div class="col-xl-2 col-lg-3 col-md-4 col-6">
                <div class="card card-sm card-product-grid">
                    <a href="#" class="img-wrap"> <img src="assets/images/items/4.jpg"> </a>
                    <figcaption class="info-wrap">
                        <a href="#" class="title">Just another product name</a>
                        <div class="price mt-1">$179.00</div> <!-- price-wrap.// -->
                    </figcaption>
                </div>
            </div> <!-- col.// -->
            <div class="col-xl-2 col-lg-3 col-md-4 col-6">
                <div class="card card-sm card-product-grid">
                    <a href="#" class="img-wrap"> <img src="assets/images/items/5.jpg"> </a>
                    <figcaption class="info-wrap">
                        <a href="#" class="title">Just another product name</a>
                        <div class="price mt-1">$179.00</div> <!-- price-wrap.// -->
                    </figcaption>
                </div>
            </div> <!-- col.// -->
            <div class="col-xl-2 col-lg-3 col-md-4 col-6">
                <div class="card card-sm card-product-grid">
                    <a href="#" class="img-wrap"> <img src="assets/images/items/6.jpg"> </a>
                    <figcaption class="info-wrap">
                        <a href="#" class="title">Some item name here</a>
                        <div class="price mt-1">$280.00</div> <!-- price-wrap.// -->
                    </figcaption>
                </div>
            </div> <!-- col.// -->
            <div class="col-xl-2 col-lg-3 col-md-4 col-6">
                <div class="card card-sm card-product-grid">
                    <a href="#" class="img-wrap"> <img src="assets/images/items/7.jpg"> </a>
                    <figcaption class="info-wrap">
                        <a href="#" class="title">Great product name here</a>
                        <div class="price mt-1">$56.00</div> <!-- price-wrap.// -->
                    </figcaption>
                </div>
            </div> <!-- col.// -->
        </div> <!-- row.// -->
        </section>
        <!-- =============== SECTION ITEMS .//END =============== -->
        
        
        <!-- =============== SECTION SERVICES =============== -->
        <section  class="padding-bottom">
        
        <header class="section-heading heading-line">
            <h4 class="title-section text-uppercase">Trade services</h4>
        </header>
        
        <div class="row">
            <div class="col-md-3 col-sm-6">
                <article class="card card-post">
                  <img src="assets/images/posts/1.jpg" class="card-img-top">
                  <div class="card-body">
                    <h6 class="title">Trade Assurance</h6>
                    <p class="small text-uppercase text-muted">Order protection</p>
                  </div>
                </article> <!-- card.// -->
            </div> <!-- col.// -->
            <div class="col-md-3 col-sm-6">
                <article class="card card-post">
                  <img src="assets/images/posts/2.jpg" class="card-img-top">
                  <div class="card-body">
                    <h6 class="title">Pay anytime</h6>
                    <p class="small text-uppercase text-muted">Finance solution</p>
                  </div>
                </article> <!-- card.// -->
            </div> <!-- col.// -->
            <div class="col-md-3 col-sm-6">
                <article class="card card-post">
                  <img src="assets/images/posts/3.jpg" class="card-img-top">
                  <div class="card-body">
                    <h6 class="title">Inspection solution</h6>
                    <p class="small text-uppercase text-muted">Easy Inspection</p>
                  </div>
                </article> <!-- card.// -->
            </div> <!-- col.// -->
            <div class="col-md-3 col-sm-6">
                <article class="card card-post">
                  <img src="assets/images/posts/4.jpg" class="card-img-top">
                  <div class="card-body">
                    <h6 class="title">Ocean and Air Shipping</h6>
                    <p class="small text-uppercase text-muted">Logistic services</p>
                  </div>
                </article> <!-- card.// -->
            </div> <!-- col.// -->
        </div> <!-- row.// -->
        
        </section>
        <!-- =============== SECTION SERVICES .//END =============== -->
        
        <!-- =============== SECTION REGION =============== -->
        <section  class="padding-bottom">
        
        <header class="section-heading heading-line">
            <h4 class="title-section text-uppercase">Choose region</h4>
        </header>
        
        <ul class="row mt-4">
            <li class="col-md col-6"><a href="#" class="icontext"> <img class="icon-flag-sm" src="assets/images/icons/flags/CN.png"> <span>China</span> </a></li>
            <li class="col-md col-6"><a href="#" class="icontext"> <img class="icon-flag-sm" src="assets/images/icons/flags/DE.png"> <span>Germany</span> </a></li>
            <li class="col-md col-6"><a href="#" class="icontext"> <img class="icon-flag-sm" src="assets/images/icons/flags/AU.png"> <span>Australia</span> </a></li>
            <li class="col-md col-6"><a href="#" class="icontext"> <img class="icon-flag-sm" src="assets/images/icons/flags/RU.png"> <span>Russia</span> </a></li>
            <li class="col-md col-6"><a href="#" class="icontext"> <img class="icon-flag-sm" src="assets/images/icons/flags/IN.png"> <span>India</span> </a></li>
            <li class="col-md col-6"><a href="#" class="icontext"> <img class="icon-flag-sm" src="assets/images/icons/flags/GB.png"> <span>England</span> </a></li>
            <li class="col-md col-6"><a href="#" class="icontext"> <img class="icon-flag-sm" src="assets/images/icons/flags/TR.png"> <span>Turkey</span> </a></li>
            <li class="col-md col-6"><a href="#" class="icontext"> <img class="icon-flag-sm" src="assets/images/icons/flags/UZ.png"> <span>Uzbekistan</span> </a></li>
            <li class="col-md col-6"><a href="#" class="icontext"> <i class="mr-3 fa fa-ellipsis-h"></i> <span>More regions</span> </a></li>
        </ul>
        </section>
        <!-- =============== SECTION REGION .//END =============== -->
        
        <article class="my-4">
            <img src="assets/images/banners/ad-sm.png" class="w-100">
        </article>
        </div>  
        <!-- container end.// -->
        
        <!-- ========================= SECTION SUBSCRIBE  ========================= -->
        <section class="section-subscribe padding-y-lg">
        <div class="container">
        
        <p class="pb-2 text-center text-white">Delivering the latest product trends and industry news straight to your inbox</p>
        
        <div class="row justify-content-md-center">
            <div class="col-lg-5 col-md-6">
        <form class="form-row">
                <div class="col-md-8 col-7">
                <input class="form-control border-0" placeholder="Your Email" type="email">
                </div> <!-- col.// -->
                <div class="col-md-4 col-5">
                <button type="submit" class="btn btn-block btn-warning"> <i class="fa fa-envelope"></i> Subscribe </button>
                </div> <!-- col.// -->
        </form>
        <small class="form-text text-white-50">We’ll never share your email address with a third-party. </small>
            </div> <!-- col-md-6.// -->
        </div>
            
        
        </div>
        </section>
        <!-- ========================= SECTION SUBSCRIBE END// ========================= -->
        
        
        <!-- ========================= FOOTER ========================= -->
        <footer class="section-footer bg-secondary">
            <div class="container">
                <section class="footer-top padding-y-lg text-white">
                    <div class="row">
                        <aside class="col-md col-6">
                            <h6 class="title">Brands</h6>
                            <ul class="list-unstyled">
                                <li> <a href="#">Adidas</a></li>
                                <li> <a href="#">Puma</a></li>
                                <li> <a href="#">Reebok</a></li>
                                <li> <a href="#">Nike</a></li>
                            </ul>
                        </aside>
                        <aside class="col-md col-6">
                            <h6 class="title">Company</h6>
                            <ul class="list-unstyled">
                                <li> <a href="#">About us</a></li>
                                <li> <a href="#">Career</a></li>
                                <li> <a href="#">Find a store</a></li>
                                <li> <a href="#">Rules and terms</a></li>
                                <li> <a href="#">Sitemap</a></li>
                            </ul>
                        </aside>
                        <aside class="col-md col-6">
                            <h6 class="title">Help</h6>
                            <ul class="list-unstyled">
                                <li> <a href="#">Contact us</a></li>
                                <li> <a href="#">Money refund</a></li>
                                <li> <a href="#">Order status</a></li>
                                <li> <a href="#">Shipping info</a></li>
                                <li> <a href="#">Open dispute</a></li>
                            </ul>
                        </aside>
                        <aside class="col-md col-6">
                            <h6 class="title">Account</h6>
                            <ul class="list-unstyled">
                                <li> <a href="#"> User Login </a></li>
                                <li> <a href="#"> User register </a></li>
                                <li> <a href="#"> Account Setting </a></li>
                                <li> <a href="#"> My Orders </a></li>
                            </ul>
                        </aside>
                        <aside class="col-md">
                            <h6 class="title">Social</h6>
                            <ul class="list-unstyled">
                                <li><a href="#"> <i class="fab fa-facebook"></i> Facebook </a></li>
                                <li><a href="#"> <i class="fab fa-twitter"></i> Twitter </a></li>
                                <li><a href="#"> <i class="fab fa-instagram"></i> Instagram </a></li>
                                <li><a href="#"> <i class="fab fa-youtube"></i> Youtube </a></li>
                            </ul>
                        </aside>
                    </div> <!-- row.// -->
                </section>	<!-- footer-top.// -->
        
                <section class="footer-bottom text-center">
                
                       
                        <p class="text-muted"> &copy; 2021 Company name, All rights reserved </p>
                        <br>
                </section>
            </div><!-- //container -->
        </footer>
        <!-- ========================= FOOTER END // ========================= -->
            
        </body>
    </html>

     


    Now we are done friends and please run your Laravel 8 project and see the User Sign In Forms.  Also and If you have any kind of query or suggestion or any requirement then feel free to comment below.

    Note: Friends, I just tell the basic setup and things, you can change the code according to your requirements. I will come with more Laravel 8 demos in my coming posts.

    I will appreciate that if you will tell your views for this post. Nothing matters if your views will be good or bad.

    Jassa

    Thanks

  • Laravel 8 Sign In Form Designs

    Laravel 8 Sign In Form Designs

    Hello friends, welcome back to my blog. Today in this blog post, I am going to tell you, Laravel 8 Sign In Form Designs.

    Laravel 8 Sign In Form Designs
    Laravel8 User Sign In Form

    Guys if you are new in Laravel8 the please check below link for Laravel basics information:

    Laravel Basics Tutorial for beginners


    Here is the code snippet for Laravel 8 Sign In Form Designs and please use carefully and avoid the mistakes.:

    1. Friends here is the code below and you can add into your resources/views/ welcome.blade.php file:

    Guys for demo purpose, I have used this code into my welcome blade and I have used Direct CDN to make working example.

    ...
        <head>
           ...
           
            <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
           
      
      <style>
     .login-card-purple {
        background: linear-gradient(145deg, #673AB7, #9C27B0);
    }
    
    .login-card-yellow {
        background: linear-gradient(145deg, #FFC107, #FFEB3B);
    }
    
    .login-card-light {
        background: linear-gradient(145deg, #eee, #fff);
    }
    
    .login-dark {
        background: linear-gradient(145deg, #575b5d, #252b2d);
    }
    
    .login-blue {
        background: linear-gradient(145deg, #2196F3, #3F51B5);
    }
    
    .login-purple-pink {
        background: linear-gradient(145deg, #3F51B5, #E91E63);
    }
    
    body {
        font-size: 13px;
    }
    h2.text-white, h2.text-danger
    {
        font-size: 28px;
    }
      </style>
                    
        </head>
        <body>
           
       <div class="container">
        <div class="row m-4">
            <div class="col-4">
                <div class="login-card-purple p-3 shadow-lg rounded">
                    <div class="pt-3">
                        <h2 class="text-white ">Sign In | Purple</h2>
                    </div>
    
                    <form class="mt-5"> 
                        <div class="form-group">
                            <input type="email" 
                                class="form-control form-control-sm bg-light" 
                                placeholder="Email Id">
                        </div>
    
                        <div class="form-group">
                            <input type="password" 
                                class="form-control form-control-sm bg-light" 
                                placeholder="Password">
                        </div>
    
                        <div class="form-group form-check">
                            <input type="checkbox" class="form-check-input" id="rememberCheckBox">
                            <label class="form-check-label text-light" for="rememberCheckBox">Remember me?</label>
                        </div>
    
                        <div class="mt-5">
                            <button class="btn btn-sm btn-light col">
                                Login
                            </button>
                        </div>
    
                        <div class="text-center mt-2">
                            <a href="#" class="text-warning">Forgot Password?</a>
                        </div>
                        
                        <div class="mt-5">
                            <p class="text-white text-center">
                                Don't have an account?
                                <a href="#" class="text-warning">Click here to register</a>
                            </p>
                        </div>
                    </form>
                </div>
            </div>
    
            <div class="col-4">
                <div class="login-card-light p-3 shadow-lg rounded">
                    <div class="pt-3">
                        <h2 class="text-danger">Sign In | Light</h2>
                    </div>
    
                    <form class="mt-5">
                        <div class="form-group">
                            <input type="email" 
                                class="form-control form-control-sm" 
                                placeholder="Email Id">
                        </div>
    
                        <div class="form-group">
                            <input type="password" 
                                class="form-control form-control-sm" 
                                placeholder="Password">
                        </div>
    
                        <div class="form-group form-check">
                            <input type="checkbox" class="form-check-input" id="rememberCheckBox">
                            <label class="form-check-label text-dark" for="rememberCheckBox">Remember me?</label>
                        </div>
    
                        <div class="mt-5">
                            <button class="btn btn-sm btn-danger col">
                                Login
                            </button>
                        </div>
    
                        <div class="text-center mt-2">
                            <a href="#">Forgot Password?</a>
                        </div>
                        
                        <div class="mt-5">
                            <p class="text-center">
                                Don't have an account?
                                <a href="#">Click here to register</a>
                            </p>
                        </div>
                    </form>
                </div>
            </div>
    
            <div class="col-4">
                <div class="login-dark p-3 shadow-lg rounded">
                    <div class="pt-3">
                        <h2 class="text-white ">Sign In | Dark</h2>
                    </div>
    
                    <form class="mt-5">
                        <div class="form-group">
                            <input type="email" 
                                class="form-control form-control-sm bg-light" 
                                placeholder="Email Id">
                        </div>
    
                        <div class="form-group">
                            <input type="password" 
                                class="form-control form-control-sm bg-light" 
                                placeholder="Password">
                        </div>
    
                        <div class="form-group form-check">
                            <input type="checkbox" class="form-check-input" id="rememberCheckBox">
                            <label class="form-check-label text-light" for="rememberCheckBox">Remember me?</label>
                        </div>
    
                        <div class="mt-5">
                            <button class="btn btn-sm btn-light col">
                                Login
                            </button>
                        </div>
    
                        <div class="text-center mt-2">
                            <a href="#" class="text-warning">Forgot Password?</a>
                        </div>
                        
                        <div class="mt-5">
                            <p class="text-white text-center">
                                Don't have an account?
                                <a href="#" class="text-warning">Click here to register</a>
                            </p>
                        </div>
                    </form>
                </div>
            </div>
        </div>
    
        <div class="row m-4">
            <div class="col-4">
                <div class="login-blue p-3 shadow-lg rounded">
                    <div class="pt-3">
                        <h2 class="text-white ">Sign In | Blue</h2>
                    </div>
    
                    <form class="mt-5">
                        <div class="form-group">
                            <input type="email" 
                                class="form-control form-control-sm bg-light" 
                                placeholder="Email Id">
                        </div>
    
                        <div class="form-group">
                            <input type="password" 
                                class="form-control form-control-sm bg-light" 
                                placeholder="Password">
                        </div>
    
                        <div class="form-group form-check">
                            <input type="checkbox" class="form-check-input" id="rememberCheckBox">
                            <label class="form-check-label text-light" for="rememberCheckBox">Remember me?</label>
                        </div>
    
                        <div class="mt-5">
                            <button class="btn btn-sm btn-light col">
                                Login
                            </button>
                        </div>
    
                        <div class="text-center mt-2">
                            <a href="#" class="text-warning">Forgot Password?</a>
                        </div>
                        
                        <div class="mt-5">
                            <p class="text-white text-center">
                                Don't have an account?
                                <a href="#" class="text-warning">Click here to register</a>
                            </p>
                        </div>
                    </form>
                </div>
            </div>
    
            <div class="col-4">
                <div class="login-card-yellow p-3 shadow-lg rounded">
                    <div class="pt-3">
                        <h2 class="text-dark">Sign In | Yellow</h2>
                    </div>
    
                    <form class="mt-5">
                        <div class="form-group">
                            <input type="email" 
                                class="form-control form-control-sm bg-light" 
                                placeholder="Email Id">
                        </div>
    
                        <div class="form-group">
                            <input type="password" 
                                class="form-control form-control-sm bg-light" 
                                placeholder="Password">
                        </div>
    
                        <div class="form-group form-check">
                            <input type="checkbox" class="form-check-input" id="rememberCheckBox">
                            <label class="form-check-label text-dark" for="rememberCheckBox">Remember me?</label>
                        </div>
    
                        <div class="mt-5">
                            <button class="btn btn-sm btn-light col">
                                Login
                            </button>
                        </div>
    
                        <div class="text-center mt-2">
                            <a href="#">Forgot Password?</a>
                        </div>
                        
                        <div class="mt-5">
                            <p class="text-center">
                                Don't have an account?
                                <a href="#">Click here to register</a>
                            </p>
                        </div>
                    </form>
                </div>
            </div>
    
            <div class="col-4">
                <div class="login-purple-pink p-3 shadow-lg rounded">
                    <div class="pt-3">
                        <h2 class="text-white ">Sign In | Purple-Pink</h2>
                    </div>
    
                    <form class="mt-5">
                        <div class="form-group">
                            <input type="email" 
                                class="form-control form-control-sm bg-light" 
                                placeholder="Email Id">
                        </div>
    
                        <div class="form-group">
                            <input type="password" 
                                class="form-control form-control-sm bg-light" 
                                placeholder="Password">
                        </div>
    
                        <div class="form-group form-check">
                            <input type="checkbox" class="form-check-input" id="rememberCheckBox">
                            <label class="form-check-label text-light" for="rememberCheckBox">Remember me?</label>
                        </div>
    
                        <div class="mt-5">
                            <button class="btn btn-sm btn-light col">
                                Login
                            </button>
                        </div>
    
                        <div class="text-center mt-2">
                            <a href="#" class="text-warning">Forgot Password?</a>
                        </div>
                        
                        <div class="mt-5">
                            <p class="text-white text-center">
                                Don't have an account?
                                <a href="#" class="text-warning">Click here to register</a>
                            </p>
                        </div>
                    </form>
                </div>
            </div>
        </div>
    </div>
            
        </body>
    </html>

     


    Now we are done friends and please run your Laravel 8 project and see the User Sign In Forms.  Also and If you have any kind of query or suggestion or any requirement then feel free to comment below.

    Note: Friends, I just tell the basic setup and things, you can change the code according to your requirements. I will come with more Laravel 8 demos in my coming posts.

    I will appreciate that if you will tell your views for this post. Nothing matters if your views will be good or bad.

    Jassa

    Thanks

  • Vue 3 Sign In Form Designs

    Vue 3 Sign In Form Designs

    Hello my friends, welcome back to my blog. Today in this blog post, I am going to show you, Vue 3 Sign In Form Designs.

    Vue 3 Sign In Form Designs
    Vue User Sign In Form Designs
    Vue 3 Tutorials

    Vue 3 came and if you are new then you must check below link::
    Vuejs


    Friends now I proceed onwards and here is the working code snippet for Vue 3 Sign In Form Designs and please use this carefully to avoid the mistakes:

    1. Firstly friends we need fresh vuejs(Vue 3) setup and for that we need to run below commands into our terminal and also w should have latest node version installed on our system:

    Guys you can skip this first step if you already have vuejs fresh setup:

    npm install -g @vue/cli
    
    vue create vuepage
    
    cd vuepage
    
    npm install bootstrap --save
    
    npm run serve //http://localhost:8080/

     

    2. Now friends please create new file “App.css” inside src folder and add below code inside it:

    .login-card-purple {
        background: linear-gradient(145deg, #673AB7, #9C27B0);
    }
    
    .login-card-yellow {
        background: linear-gradient(145deg, #FFC107, #FFEB3B);
    }
    
    .login-card-light {
        background: linear-gradient(145deg, #eee, #fff);
    }
    
    .login-dark {
        background: linear-gradient(145deg, #575b5d, #252b2d);
    }
    
    .login-blue {
        background: linear-gradient(145deg, #2196F3, #3F51B5);
    }
    
    .login-purple-pink {
        background: linear-gradient(145deg, #3F51B5, #E91E63);
    }
    
    body {
        font-size: 13px;
    }
    h2.text-white, h2.text-danger
    {
        font-size: 28px;
    }

     

    3. Finally friends we need to add below code into our src/App.vue file to get final output on web browser:

    <template>
    <div class="container">
        <div class="row m-4">
            <div class="col-4">
                <div class="login-card-purple p-3 shadow-lg rounded">
                    <div class="pt-3">
                        <h2 class="text-white ">Sign In | Purple</h2>
                    </div>
    
                    <form class="mt-5"> 
                        <div class="form-group">
                            <input type="email" 
                                class="form-control form-control-sm bg-light" 
                                placeholder="Email Id">
                        </div>
    
                        <div class="form-group">
                            <input type="password" 
                                class="form-control form-control-sm bg-light" 
                                placeholder="Password">
                        </div>
    
                        <div class="form-group form-check">
                            <input type="checkbox" class="form-check-input" id="rememberCheckBox">
                            <label class="form-check-label text-light" for="rememberCheckBox">Remember me?</label>
                        </div>
    
                        <div class="mt-5">
                            <button class="btn btn-sm btn-light col">
                                Login
                            </button>
                        </div>
    
                        <div class="text-center mt-2">
                            <a href="#" class="text-warning">Forgot Password?</a>
                        </div>
                        
                        <div class="mt-5">
                            <p class="text-white text-center">
                                Don't have an account?
                                <a href="#" class="text-warning">Click here to register</a>
                            </p>
                        </div>
                    </form>
                </div>
            </div>
    
            <div class="col-4">
                <div class="login-card-light p-3 shadow-lg rounded">
                    <div class="pt-3">
                        <h2 class="text-danger">Sign In | Light</h2>
                    </div>
    
                    <form class="mt-5">
                        <div class="form-group">
                            <input type="email" 
                                class="form-control form-control-sm" 
                                placeholder="Email Id">
                        </div>
    
                        <div class="form-group">
                            <input type="password" 
                                class="form-control form-control-sm" 
                                placeholder="Password">
                        </div>
    
                        <div class="form-group form-check">
                            <input type="checkbox" class="form-check-input" id="rememberCheckBox">
                            <label class="form-check-label text-dark" for="rememberCheckBox">Remember me?</label>
                        </div>
    
                        <div class="mt-5">
                            <button class="btn btn-sm btn-danger col">
                                Login
                            </button>
                        </div>
    
                        <div class="text-center mt-2">
                            <a href="#">Forgot Password?</a>
                        </div>
                        
                        <div class="mt-5">
                            <p class="text-center">
                                Don't have an account?
                                <a href="#">Click here to register</a>
                            </p>
                        </div>
                    </form>
                </div>
            </div>
    
            <div class="col-4">
                <div class="login-dark p-3 shadow-lg rounded">
                    <div class="pt-3">
                        <h2 class="text-white ">Sign In | Dark</h2>
                    </div>
    
                    <form class="mt-5">
                        <div class="form-group">
                            <input type="email" 
                                class="form-control form-control-sm bg-light" 
                                placeholder="Email Id">
                        </div>
    
                        <div class="form-group">
                            <input type="password" 
                                class="form-control form-control-sm bg-light" 
                                placeholder="Password">
                        </div>
    
                        <div class="form-group form-check">
                            <input type="checkbox" class="form-check-input" id="rememberCheckBox">
                            <label class="form-check-label text-light" for="rememberCheckBox">Remember me?</label>
                        </div>
    
                        <div class="mt-5">
                            <button class="btn btn-sm btn-light col">
                                Login
                            </button>
                        </div>
    
                        <div class="text-center mt-2">
                            <a href="#" class="text-warning">Forgot Password?</a>
                        </div>
                        
                        <div class="mt-5">
                            <p class="text-white text-center">
                                Don't have an account?
                                <a href="#" class="text-warning">Click here to register</a>
                            </p>
                        </div>
                    </form>
                </div>
            </div>
        </div>
    
        <div class="row m-4">
            <div class="col-4">
                <div class="login-blue p-3 shadow-lg rounded">
                    <div class="pt-3">
                        <h2 class="text-white ">Sign In | Blue</h2>
                    </div>
    
                    <form class="mt-5">
                        <div class="form-group">
                            <input type="email" 
                                class="form-control form-control-sm bg-light" 
                                placeholder="Email Id">
                        </div>
    
                        <div class="form-group">
                            <input type="password" 
                                class="form-control form-control-sm bg-light" 
                                placeholder="Password">
                        </div>
    
                        <div class="form-group form-check">
                            <input type="checkbox" class="form-check-input" id="rememberCheckBox">
                            <label class="form-check-label text-light" for="rememberCheckBox">Remember me?</label>
                        </div>
    
                        <div class="mt-5">
                            <button class="btn btn-sm btn-light col">
                                Login
                            </button>
                        </div>
    
                        <div class="text-center mt-2">
                            <a href="#" class="text-warning">Forgot Password?</a>
                        </div>
                        
                        <div class="mt-5">
                            <p class="text-white text-center">
                                Don't have an account?
                                <a href="#" class="text-warning">Click here to register</a>
                            </p>
                        </div>
                    </form>
                </div>
            </div>
    
            <div class="col-4">
                <div class="login-card-yellow p-3 shadow-lg rounded">
                    <div class="pt-3">
                        <h2 class="text-dark">Sign In | Yellow</h2>
                    </div>
    
                    <form class="mt-5">
                        <div class="form-group">
                            <input type="email" 
                                class="form-control form-control-sm bg-light" 
                                placeholder="Email Id">
                        </div>
    
                        <div class="form-group">
                            <input type="password" 
                                class="form-control form-control-sm bg-light" 
                                placeholder="Password">
                        </div>
    
                        <div class="form-group form-check">
                            <input type="checkbox" class="form-check-input" id="rememberCheckBox">
                            <label class="form-check-label text-dark" for="rememberCheckBox">Remember me?</label>
                        </div>
    
                        <div class="mt-5">
                            <button class="btn btn-sm btn-light col">
                                Login
                            </button>
                        </div>
    
                        <div class="text-center mt-2">
                            <a href="#">Forgot Password?</a>
                        </div>
                        
                        <div class="mt-5">
                            <p class="text-center">
                                Don't have an account?
                                <a href="#">Click here to register</a>
                            </p>
                        </div>
                    </form>
                </div>
            </div>
    
            <div class="col-4">
                <div class="login-purple-pink p-3 shadow-lg rounded">
                    <div class="pt-3">
                        <h2 class="text-white ">Sign In | Purple-Pink</h2>
                    </div>
    
                    <form class="mt-5">
                        <div class="form-group">
                            <input type="email" 
                                class="form-control form-control-sm bg-light" 
                                placeholder="Email Id">
                        </div>
    
                        <div class="form-group">
                            <input type="password" 
                                class="form-control form-control-sm bg-light" 
                                placeholder="Password">
                        </div>
    
                        <div class="form-group form-check">
                            <input type="checkbox" class="form-check-input" id="rememberCheckBox">
                            <label class="form-check-label text-light" for="rememberCheckBox">Remember me?</label>
                        </div>
    
                        <div class="mt-5">
                            <button class="btn btn-sm btn-light col">
                                Login
                            </button>
                        </div>
    
                        <div class="text-center mt-2">
                            <a href="#" class="text-warning">Forgot Password?</a>
                        </div>
                        
                        <div class="mt-5">
                            <p class="text-white text-center">
                                Don't have an account?
                                <a href="#" class="text-warning">Click here to register</a>
                            </p>
                        </div>
                    </form>
                </div>
            </div>
        </div>
    </div>
    </template>
    <script>
    //Bootstrap
    import './App.css'; 
    import 'bootstrap/dist/css/bootstrap.min.css';
    
    export default {
     //
      
    }
    </script>

     

    Now we are done friends also and If you have any kind of query or suggestion or any requirement then feel free to comment below.

    Note: Friends, I just tell the basic setup and things, you can change the code according to your requirements. For better understanding must watch video above.

    I will appreciate that if you will tell your views for this post. Nothing matters if your views will be good or bad.

    Jassa

    Thanks

  • React Sign In Form Designs

    React Sign In Form Designs

    Hello friends, welcome back to my blog. Today in this blog post, I am going to show you, React Sign In Form Designs.

    For reactjs new comers, please check the below link:

    React Sign In Form Designs
    React js User Sign In Form Designs

    Reactjs Basic Tutorials


    Friends now I proceed onwards and here is the working code snippet for React Sign In Form Designs and please use this carefully to avoid the mistakes:

    1. Firstly, we need fresh reactjs setup and for that, we need to run below commands into out terminal and also we should have latest node version installed on our system:

    npx create-react-app reacttemplate
    
    cd reacttemplate
    
    npm start

     

    2. Now we need to run below commands into our project terminal to get bootstrap and related modules into our reactjs application:

    npm install bootstrap --save
    
    npm start //For start project again

     

    3. Finally for the main output, we need to add below code into our reacttemplate/src/App.js file or if you have fresh setup then you can replace reacttemplate/src/App.js file code with below code:

    import React from 'react';
    import './App.css';
    import 'bootstrap/dist/css/bootstrap.min.css';
    class Home extends React.Component {
     
     
      render() {
       
        return (
         
           
            <div class="container">
            <div class="row m-4">
                <div class="col-4">
                    <div class="login-card-purple p-3 shadow-lg rounded">
                        <div class="pt-3">
                            <h2 class="text-white ">Sign In | Purple</h2>
                        </div>
        
                        <form class="mt-5"> 
                            <div class="form-group">
                                <input type="email" 
                                    class="form-control form-control-sm bg-light" 
                                    placeholder="Email Id" />
                            </div>
        
                            <div class="form-group">
                                <input type="password" 
                                    class="form-control form-control-sm bg-light" 
                                    placeholder="Password" />
                            </div>
        
                            <div class="form-group form-check">
                                <input type="checkbox" class="form-check-input" id="rememberCheckBox" />
                                <label class="form-check-label text-light" for="rememberCheckBox">Remember me?</label>
                            </div>
        
                            <div class="mt-5">
                                <button class="btn btn-sm btn-light col">
                                    Login
                                </button>
                            </div>
        
                            <div class="text-center mt-2">
                                <a href="#" class="text-warning">Forgot Password?</a>
                            </div>
                            
                            <div class="mt-5">
                                <p class="text-white text-center">
                                    Don't have an account?
                                    <a href="#" class="text-warning">Click here to register</a>
                                </p>
                            </div>
                        </form>
                    </div>
                </div>
        
                <div class="col-4">
                    <div class="login-card-light p-3 shadow-lg rounded">
                        <div class="pt-3">
                            <h2 class="text-danger">Sign In | Light</h2>
                        </div>
        
                        <form class="mt-5">
                            <div class="form-group">
                                <input type="email" 
                                    class="form-control form-control-sm" 
                                    placeholder="Email Id" />
                            </div>
        
                            <div class="form-group">
                                <input type="password" 
                                    class="form-control form-control-sm" 
                                    placeholder="Password" />
                            </div>
        
                            <div class="form-group form-check">
                                <input type="checkbox" class="form-check-input" id="rememberCheckBox" />
                                <label class="form-check-label text-dark" for="rememberCheckBox">Remember me?</label>
                            </div>
        
                            <div class="mt-5">
                                <button class="btn btn-sm btn-danger col">
                                    Login
                                </button>
                            </div>
        
                            <div class="text-center mt-2">
                                <a href="#">Forgot Password?</a>
                            </div>
                            
                            <div class="mt-5">
                                <p class="text-center">
                                    Don't have an account?
                                    <a href="#">Click here to register</a>
                                </p>
                            </div>
                        </form>
                    </div>
                </div>
        
                <div class="col-4">
                    <div class="login-dark p-3 shadow-lg rounded">
                        <div class="pt-3">
                            <h2 class="text-white ">Sign In | Dark</h2>
                        </div>
        
                        <form class="mt-5">
                            <div class="form-group">
                                <input type="email" 
                                    class="form-control form-control-sm bg-light" 
                                    placeholder="Email Id" />
                            </div>
        
                            <div class="form-group">
                                <input type="password" 
                                    class="form-control form-control-sm bg-light" 
                                    placeholder="Password" />
                            </div>
        
                            <div class="form-group form-check">
                                <input type="checkbox" class="form-check-input" id="rememberCheckBox" />
                                <label class="form-check-label text-light" for="rememberCheckBox">Remember me?</label>
                            </div>
        
                            <div class="mt-5">
                                <button class="btn btn-sm btn-light col">
                                    Login
                                </button>
                            </div>
        
                            <div class="text-center mt-2">
                                <a href="#" class="text-warning">Forgot Password?</a>
                            </div>
                            
                            <div class="mt-5">
                                <p class="text-white text-center">
                                    Don't have an account?
                                    <a href="#" class="text-warning">Click here to register</a>
                                </p>
                            </div>
                        </form>
                    </div>
                </div>
            </div>
        
            <div class="row m-4">
                <div class="col-4">
                    <div class="login-blue p-3 shadow-lg rounded">
                        <div class="pt-3">
                            <h2 class="text-white ">Sign In | Blue</h2>
                        </div>
        
                        <form class="mt-5">
                            <div class="form-group">
                                <input type="email" 
                                    class="form-control form-control-sm bg-light" 
                                    placeholder="Email Id" />
                            </div>
        
                            <div class="form-group">
                                <input type="password" 
                                    class="form-control form-control-sm bg-light" 
                                    placeholder="Password" />
                            </div>
        
                            <div class="form-group form-check">
                                <input type="checkbox" class="form-check-input" id="rememberCheckBox" />
                                <label class="form-check-label text-light" for="rememberCheckBox">Remember me?</label>
                            </div>
        
                            <div class="mt-5">
                                <button class="btn btn-sm btn-light col">
                                    Login
                                </button>
                            </div>
        
                            <div class="text-center mt-2">
                                <a href="#" class="text-warning">Forgot Password?</a>
                            </div>
                            
                            <div class="mt-5">
                                <p class="text-white text-center">
                                    Don't have an account?
                                    <a href="#" class="text-warning">Click here to register</a>
                                </p>
                            </div>
                        </form>
                    </div>
                </div>
        
                <div class="col-4">
                    <div class="login-card-yellow p-3 shadow-lg rounded">
                        <div class="pt-3">
                            <h2 class="text-dark">Sign In | Yellow</h2>
                        </div>
        
                        <form class="mt-5">
                            <div class="form-group">
                                <input type="email" 
                                    class="form-control form-control-sm bg-light" 
                                    placeholder="Email Id" />
                            </div>
        
                            <div class="form-group">
                                <input type="password" 
                                    class="form-control form-control-sm bg-light" 
                                    placeholder="Password" />
                            </div>
        
                            <div class="form-group form-check">
                                <input type="checkbox" class="form-check-input" id="rememberCheckBox" />
                                <label class="form-check-label text-dark" for="rememberCheckBox">Remember me?</label>
                            </div>
        
                            <div class="mt-5">
                                <button class="btn btn-sm btn-light col">
                                    Login
                                </button>
                            </div>
        
                            <div class="text-center mt-2">
                                <a href="#">Forgot Password?</a>
                            </div>
                            
                            <div class="mt-5">
                                <p class="text-center">
                                    Don't have an account?
                                    <a href="#">Click here to register</a>
                                </p>
                            </div>
                        </form>
                    </div>
                </div>
        
                <div class="col-4">
                    <div class="login-purple-pink p-3 shadow-lg rounded">
                        <div class="pt-3">
                            <h2 class="text-white ">Sign In | Purple-Pink</h2>
                        </div>
        
                        <form class="mt-5">
                            <div class="form-group">
                                <input type="email" 
                                    class="form-control form-control-sm bg-light" 
                                    placeholder="Email Id" />
                            </div>
        
                            <div class="form-group">
                                <input type="password" 
                                    class="form-control form-control-sm bg-light" 
                                    placeholder="Password" />
                            </div>
        
                            <div class="form-group form-check">
                                <input type="checkbox" class="form-check-input" id="rememberCheckBox" />
                                <label class="form-check-label text-light" for="rememberCheckBox">Remember me?</label>
                            </div>
        
                            <div class="mt-5">
                                <button class="btn btn-sm btn-light col">
                                    Login
                                </button>
                            </div>
        
                            <div class="text-center mt-2">
                                <a href="#" class="text-warning">Forgot Password?</a>
                            </div>
                            
                            <div class="mt-5">
                                <p class="text-white text-center">
                                    Don't have an account?
                                    <a href="#" class="text-warning">Click here to register</a>
                                </p>
                            </div>
                        </form>
                    </div>
                </div>
            </div>
        </div>
           
         
          
    )
    };
    }
    
    export default Home;

     

    4. Now friends, we need to below code into our reacttemplate/src/App.css file for some custom styling:

    .login-card-purple {
        background: linear-gradient(145deg, #673AB7, #9C27B0);
    }
    
    .login-card-yellow {
        background: linear-gradient(145deg, #FFC107, #FFEB3B);
    }
    
    .login-card-light {
        background: linear-gradient(145deg, #eee, #fff);
    }
    
    .login-dark {
        background: linear-gradient(145deg, #575b5d, #252b2d);
    }
    
    .login-blue {
        background: linear-gradient(145deg, #2196F3, #3F51B5);
    }
    
    .login-purple-pink {
        background: linear-gradient(145deg, #3F51B5, #E91E63);
    }
    
    body {
        font-size: 13px;
    }
    h2.text-white, h2.text-danger
    {
        font-size: 28px;
    }

     

    Now we are done friends. If you have any kind of query or suggestion or any requirement then feel free to comment below.

    Note: Friends, I just tell the basic setup and things, you can change the code according to your requirements.

    I will appreciate that if you will tell your views for this post. Nothing matters if your views will be good or bad.

    Jassa

    Thanks

  • Angular 11 Sign In Form Designs

    Angular 11 Sign In Form Designs

    Hello friends, welcome back to my blog. Today in this blog post, I am going to tell you, Angular 11 Sign In Form Designs.

    Angular 11 Sign In Form Designs
    Angular Sign In Form Designs

    Angular 11 came and if you are new then you must check below two links:

    1. Angular11 Basic Tutorials

    Friends now I proceed onwards and here is the working code snippet for Angular 11 Sign In Form Designs and please use carefully this to avoid the mistakes:

    1. Firstly friends we need fresh angular 11 setup and for this we need to run below commands but if you already have angular 11 setup then you can avoid below commands. Secondly we should also have latest node version installed on our system:

    npm install -g @angular/cli 
    
    ng new angularbootstrap //Create new Angular Project
    
    cd angularbootstrap // Go inside the Angular Project Folder
    
    ng serve --open // Run and Open the Angular Project
    
    http://localhost:4200/ // Working Angular Project Url

     

    2. Now friends, here we need to run below commands into our project terminal to install bootstrap and jquery modules into our angular application:

    npm install --save bootstrap

     

    3. Now friends, here we need to add below  into our angular.json file:

    ...
     "styles": [
                  ...
                  "node_modules/bootstrap/dist/css/bootstrap.min.css"
    ...

     

    4. Now friends we just need to add below code into src/app/app.component.html file to get final out on the web browser:

    <div class="container">
        <div class="row m-4">
            <div class="col-4">
                <div class="login-card-purple p-3 shadow-lg rounded">
                    <div class="pt-3">
                        <h2 class="text-white ">Sign In | Purple</h2>
                    </div>
    
                    <form class="mt-5"> 
                        <div class="form-group">
                            <input type="email" 
                                class="form-control form-control-sm bg-light" 
                                placeholder="Email Id">
                        </div>
    
                        <div class="form-group">
                            <input type="password" 
                                class="form-control form-control-sm bg-light" 
                                placeholder="Password">
                        </div>
    
                        <div class="form-group form-check">
                            <input type="checkbox" class="form-check-input" id="rememberCheckBox">
                            <label class="form-check-label text-light" for="rememberCheckBox">Remember me?</label>
                        </div>
    
                        <div class="mt-5">
                            <button class="btn btn-sm btn-light col">
                                Login
                            </button>
                        </div>
    
                        <div class="text-center mt-2">
                            <a href="#" class="text-warning">Forgot Password?</a>
                        </div>
                        
                        <div class="mt-5">
                            <p class="text-white text-center">
                                Don't have an account?
                                <a href="#" class="text-warning">Click here to register</a>
                            </p>
                        </div>
                    </form>
                </div>
            </div>
    
            <div class="col-4">
                <div class="login-card-light p-3 shadow-lg rounded">
                    <div class="pt-3">
                        <h2 class="text-danger">Sign In | Light</h2>
                    </div>
    
                    <form class="mt-5">
                        <div class="form-group">
                            <input type="email" 
                                class="form-control form-control-sm" 
                                placeholder="Email Id">
                        </div>
    
                        <div class="form-group">
                            <input type="password" 
                                class="form-control form-control-sm" 
                                placeholder="Password">
                        </div>
    
                        <div class="form-group form-check">
                            <input type="checkbox" class="form-check-input" id="rememberCheckBox">
                            <label class="form-check-label text-dark" for="rememberCheckBox">Remember me?</label>
                        </div>
    
                        <div class="mt-5">
                            <button class="btn btn-sm btn-danger col">
                                Login
                            </button>
                        </div>
    
                        <div class="text-center mt-2">
                            <a href="#">Forgot Password?</a>
                        </div>
                        
                        <div class="mt-5">
                            <p class="text-center">
                                Don't have an account?
                                <a href="#">Click here to register</a>
                            </p>
                        </div>
                    </form>
                </div>
            </div>
    
            <div class="col-4">
                <div class="login-dark p-3 shadow-lg rounded">
                    <div class="pt-3">
                        <h2 class="text-white ">Sign In | Dark</h2>
                    </div>
    
                    <form class="mt-5">
                        <div class="form-group">
                            <input type="email" 
                                class="form-control form-control-sm bg-light" 
                                placeholder="Email Id">
                        </div>
    
                        <div class="form-group">
                            <input type="password" 
                                class="form-control form-control-sm bg-light" 
                                placeholder="Password">
                        </div>
    
                        <div class="form-group form-check">
                            <input type="checkbox" class="form-check-input" id="rememberCheckBox">
                            <label class="form-check-label text-light" for="rememberCheckBox">Remember me?</label>
                        </div>
    
                        <div class="mt-5">
                            <button class="btn btn-sm btn-light col">
                                Login
                            </button>
                        </div>
    
                        <div class="text-center mt-2">
                            <a href="#" class="text-warning">Forgot Password?</a>
                        </div>
                        
                        <div class="mt-5">
                            <p class="text-white text-center">
                                Don't have an account?
                                <a href="#" class="text-warning">Click here to register</a>
                            </p>
                        </div>
                    </form>
                </div>
            </div>
        </div>
    
        <div class="row m-4">
            <div class="col-4">
                <div class="login-blue p-3 shadow-lg rounded">
                    <div class="pt-3">
                        <h2 class="text-white ">Sign In | Blue</h2>
                    </div>
    
                    <form class="mt-5">
                        <div class="form-group">
                            <input type="email" 
                                class="form-control form-control-sm bg-light" 
                                placeholder="Email Id">
                        </div>
    
                        <div class="form-group">
                            <input type="password" 
                                class="form-control form-control-sm bg-light" 
                                placeholder="Password">
                        </div>
    
                        <div class="form-group form-check">
                            <input type="checkbox" class="form-check-input" id="rememberCheckBox">
                            <label class="form-check-label text-light" for="rememberCheckBox">Remember me?</label>
                        </div>
    
                        <div class="mt-5">
                            <button class="btn btn-sm btn-light col">
                                Login
                            </button>
                        </div>
    
                        <div class="text-center mt-2">
                            <a href="#" class="text-warning">Forgot Password?</a>
                        </div>
                        
                        <div class="mt-5">
                            <p class="text-white text-center">
                                Don't have an account?
                                <a href="#" class="text-warning">Click here to register</a>
                            </p>
                        </div>
                    </form>
                </div>
            </div>
    
            <div class="col-4">
                <div class="login-card-yellow p-3 shadow-lg rounded">
                    <div class="pt-3">
                        <h2 class="text-dark">Sign In | Yellow</h2>
                    </div>
    
                    <form class="mt-5">
                        <div class="form-group">
                            <input type="email" 
                                class="form-control form-control-sm bg-light" 
                                placeholder="Email Id">
                        </div>
    
                        <div class="form-group">
                            <input type="password" 
                                class="form-control form-control-sm bg-light" 
                                placeholder="Password">
                        </div>
    
                        <div class="form-group form-check">
                            <input type="checkbox" class="form-check-input" id="rememberCheckBox">
                            <label class="form-check-label text-dark" for="rememberCheckBox">Remember me?</label>
                        </div>
    
                        <div class="mt-5">
                            <button class="btn btn-sm btn-light col">
                                Login
                            </button>
                        </div>
    
                        <div class="text-center mt-2">
                            <a href="#">Forgot Password?</a>
                        </div>
                        
                        <div class="mt-5">
                            <p class="text-center">
                                Don't have an account?
                                <a href="#">Click here to register</a>
                            </p>
                        </div>
                    </form>
                </div>
            </div>
    
            <div class="col-4">
                <div class="login-purple-pink p-3 shadow-lg rounded">
                    <div class="pt-3">
                        <h2 class="text-white ">Sign In | Purple-Pink</h2>
                    </div>
    
                    <form class="mt-5">
                        <div class="form-group">
                            <input type="email" 
                                class="form-control form-control-sm bg-light" 
                                placeholder="Email Id">
                        </div>
    
                        <div class="form-group">
                            <input type="password" 
                                class="form-control form-control-sm bg-light" 
                                placeholder="Password">
                        </div>
    
                        <div class="form-group form-check">
                            <input type="checkbox" class="form-check-input" id="rememberCheckBox">
                            <label class="form-check-label text-light" for="rememberCheckBox">Remember me?</label>
                        </div>
    
                        <div class="mt-5">
                            <button class="btn btn-sm btn-light col">
                                Login
                            </button>
                        </div>
    
                        <div class="text-center mt-2">
                            <a href="#" class="text-warning">Forgot Password?</a>
                        </div>
                        
                        <div class="mt-5">
                            <p class="text-white text-center">
                                Don't have an account?
                                <a href="#" class="text-warning">Click here to register</a>
                            </p>
                        </div>
                    </form>
                </div>
            </div>
        </div>
    </div>

     

    5. Now friends we just need to css code code into src/app/app.component.css file:

    .login-card-purple {
        background: linear-gradient(145deg, #673AB7, #9C27B0);
    }
    
    .login-card-yellow {
        background: linear-gradient(145deg, #FFC107, #FFEB3B);
    }
    
    .login-card-light {
        background: linear-gradient(145deg, #eee, #fff);
    }
    
    .login-dark {
        background: linear-gradient(145deg, #575b5d, #252b2d);
    }
    
    .login-blue {
        background: linear-gradient(145deg, #2196F3, #3F51B5);
    }
    
    .login-purple-pink {
        background: linear-gradient(145deg, #3F51B5, #E91E63);
    }
    
    body {
        font-size: 13px;
    }
    h2.text-white, h2.text-danger
    {
        font-size: 28px;
    }

     

    Friends in the end must run ng serve command into your terminal to run the angular 11 project.

    Now we are done friends. If you have any kind of query, suggestion and new requirement then feel free to comment below.

    Note: Friends, In this post, I just tell the basic setup and things, you can change the code according to your requirements.

    I will appreciate that if you will tell your views for this post. Nothing matters if your views will be good or bad because with your views, I will make my next posts more good and helpful.

    Jassa

    Thanks

  • Laravel 8 Animated Login & Registration Forms

    Laravel 8 Animated Login & Registration Forms

    Hello friends, welcome back to my blog. Today in this blog post, I am going to tell you, Laravel 8 Animated Login & Registration Forms.

    Laravel 8 Animated Login & Registration Forms
    Laravel Login Form
    Laravel 8 User Register Form
    Laravel Register Form

    Guys if you are new in Laravel8 the please check below link for Laravel basics information:

    Laravel Basics Tutorial for beginners


    Here is the code snippet for Laravel 8 Animated Login & Registration Forms and please use carefully and avoid the mistakes.:

    1. Friends here is the code below and you can add into your resources/views/ welcome.blade.php file:

    Guys for demo purpose, I have used this code into my welcome blade and I have used Direct CDN to make working example.

    ...
        <head>
           ...
           
            <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
            <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
           
            <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
                  
          
    
      <script>
       $(document).ready(function(){
            $('.login-info-box').fadeOut();
            $('.login-show').addClass('show-log-panel');
        });
        
        
        $('.login-reg-panel input[type="radio"]').on('change', function() {
            if($('#log-login-show').is(':checked')) {
                $('.register-info-box').fadeOut(); 
                $('.login-info-box').fadeIn();
                
                $('.white-panel').addClass('right-log');
                $('.register-show').addClass('show-log-panel');
                $('.login-show').removeClass('show-log-panel');
                
            }
            else if($('#log-reg-show').is(':checked')) {
                $('.register-info-box').fadeIn();
                $('.login-info-box').fadeOut();
                
                $('.white-panel').removeClass('right-log');
                
                $('.login-show').addClass('show-log-panel');
                $('.register-show').removeClass('show-log-panel');
            }
        });
        </script>
      
      
      
      <style>
      @import url('https://fonts.googleapis.com/css?family=Mukta');
    body{
      font-family: 'Mukta', sans-serif;
      height:100vh;
      min-height:550px;
      background-color: #b9fab9!important;
      background-repeat: no-repeat;
      background-size:cover;
      background-position:center;
      position:relative;
        overflow-y: hidden;
    }
    a{
      text-decoration:none;
      color:#444444;
    }
    .login-reg-panel{
        position: relative;
        top: 50%;
        transform: translateY(-50%);
      text-align:center;
        width:70%;
      right:0;left:0;
        margin:auto;
        height:400px;
        background-color: rgba(236, 48, 20, 0.9);
    }
    .white-panel{
        background-color: rgba(255,255, 255, 1);
        height:500px;
        position:absolute;
        top:-50px;
        width:50%;
        right:calc(50% - 50px);
        transition:.3s ease-in-out;
        z-index:0;
        box-shadow: 0 0 15px 9px #00000096;
    }
    .login-reg-panel input[type="radio"]{
        position:relative;
        display:none;
    }
    .login-reg-panel{
        color:#B8B8B8;
    }
    .login-reg-panel #label-login, 
    .login-reg-panel #label-register{
        border:1px solid #9E9E9E;
        padding:5px 5px;
        width:150px;
        display:block;
        text-align:center;
        border-radius:10px;
        cursor:pointer;
        font-weight: 600;
        font-size: 18px;
    }
    .login-info-box{
        width:30%;
        padding:0 50px;
        top:20%;
        left:0;
        position:absolute;
        text-align:left;
    }
    .register-info-box{
        width:30%;
        padding:0 50px;
        top:20%;
        right:0;
        position:absolute;
        text-align:left;
        
    }
    .right-log{right:50px !important;}
    
    .login-show, 
    .register-show{
        z-index: 1;
        display:none;
        opacity:0;
        transition:0.3s ease-in-out;
        color:#242424;
        text-align:left;
        padding:50px;
    }
    .show-log-panel{
        display:block;
        opacity:0.9;
    }
    .login-show input[type="text"], .login-show input[type="password"]{
        width: 100%;
        display: block;
        margin:20px 0;
        padding: 15px;
        border: 1px solid #b5b5b5;
        outline: none;
    }
    .login-show input[type="button"] {
        max-width: 150px;
        width: 100%;
        background: #444444;
        color: #f9f9f9;
        border: none;
        padding: 10px;
        text-transform: uppercase;
        border-radius: 2px;
        float:right;
        cursor:pointer;
    }
    .login-show a{
        display:inline-block;
        padding:10px 0;
    }
    
    .register-show input[type="text"], .register-show input[type="password"]{
        width: 100%;
        display: block;
        margin:20px 0;
        padding: 15px;
        border: 1px solid #b5b5b5;
        outline: none;
    }
    .register-show input[type="button"] {
        max-width: 150px;
        width: 100%;
        background: #444444;
        color: #f9f9f9;
        border: none;
        padding: 10px;
        text-transform: uppercase;
        border-radius: 2px;
        float:right;
        cursor:pointer;
    }
    .credit {
        position:absolute;
        bottom:10px;
        left:10px;
        color: #3B3B25;
        margin: 0;
        padding: 0;
        font-family: Arial,sans-serif;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 1px;
        z-index: 99;
    }
    a{
      text-decoration:none;
      color:#2c7715;
    }
      </style>
                    
        </head>
        <body>
           
        <div class="login-reg-panel">
      <div class="login-info-box">
        <h2>Have an account?</h2>
        <p>Lorem ipsum dolor sit amet</p>
        <label id="label-register" for="log-reg-show">Login</label>
        <input type="radio" name="active-log-panel" id="log-reg-show"  checked="checked">
      </div>
                
      <div class="register-info-box">
        <h2>Don't have an account?</h2>
        <p>Lorem ipsum dolor sit amet</p>
        <label id="label-login" for="log-login-show">Register</label>
        <input type="radio" name="active-log-panel" id="log-login-show">
      </div>
                
      <div class="white-panel">
        <div class="login-show">
          <h2>LOGIN</h2>
          <input type="text" placeholder="Email">
          <input type="password" placeholder="Password">
          <input type="button" value="Login">
          
        </div>
        <div class="register-show">
          <h2>REGISTER</h2>
          <input type="text" placeholder="Email">
          <input type="password" placeholder="Password">
          <input type="password" placeholder="Confirm Password">
          <input type="button" value="Register">
        </div>
      </div>
    </div>
            
        </body>
    </html>

     


    Now we are done friends and please run your Laravel 8 project and see the Login Register Form.  Also and If you have any kind of query or suggestion or any requirement then feel free to comment below.

    Note: Friends, I just tell the basic setup and things, you can change the code according to your requirements. I will come with more Laravel 8 demos in my coming posts.

    I will appreciate that if you will tell your views for this post. Nothing matters if your views will be good or bad.

    Jassa

    Thanks

  • Vue 3 Animated Login & Registration Forms

    Vue 3 Animated Login & Registration Forms

    Hello my friends, welcome back to my blog. Today in this blog post, I am going to show you, Vue 3 Animated Login & Registration Forms.

    Vue 3 Animated Login & Registration Forms
    Vue 3 Registration Form
    Vue 3 Register Form
    Vue 3 Tutorials

    Vue 3 came and if you are new then you must check below link::
    Vuejs


    Friends now I proceed onwards and here is the working code snippet for Vue 3 Animated Login & Registration Forms and please use this carefully to avoid the mistakes:

    1. Firstly friends we need fresh vuejs(Vue 3) setup and for that we need to run below commands into our terminal and also w should have latest node version installed on our system:

    Guys you can skip this first step if you already have vuejs fresh setup:

    npm install -g @vue/cli
    
    vue create vuepage
    
    cd vuepage
    
    npm install bootstrap --save
    
    npm i jquery --save
    
    npm run serve //http://localhost:8080/

     

    2. Now friends please create new file “App.css” inside src folder and add below code inside it:

    @import url('https://fonts.googleapis.com/css?family=Mukta');
    body{
      font-family: 'Mukta', sans-serif;
      height:100vh;
      min-height:550px;
      background-color: #b9fab9!important;
      background-repeat: no-repeat;
      background-size:cover;
      background-position:center;
      position:relative;
        overflow-y: hidden;
    }
    a{
      text-decoration:none;
      color:#444444;
    }
    .login-reg-panel{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
      text-align:center;
        width:70%;
      right:0;left:0;
        margin:auto;
        height:400px;
        background-color: rgba(236, 48, 20, 0.9);
    }
    .white-panel{
        background-color: rgba(255,255, 255, 1);
        height:500px;
        position:absolute;
        top:-50px;
        width:50%;
        right:calc(50% - 50px);
        transition:.3s ease-in-out;
        z-index:0;
        box-shadow: 0 0 15px 9px #00000096;
    }
    .login-reg-panel input[type="radio"]{
        position:relative;
        display:none;
    }
    .login-reg-panel{
        color:#B8B8B8;
    }
    .login-reg-panel #label-login, 
    .login-reg-panel #label-register{
        border:1px solid #9E9E9E;
        padding:5px 5px;
        width:150px;
        display:block;
        text-align:center;
        border-radius:10px;
        cursor:pointer;
        font-weight: 600;
        font-size: 18px;
    }
    .login-info-box{
        width:30%;
        padding:0 50px;
        top:20%;
        left:0;
        position:absolute;
        text-align:left;
    }
    .register-info-box{
        width:30%;
        padding:0 50px;
        top:20%;
        right:0;
        position:absolute;
        text-align:left;
        
    }
    .right-log{right:50px !important;}
    
    .login-show, 
    .register-show{
        z-index: 1;
        display:none;
        opacity:0;
        transition:0.3s ease-in-out;
        color:#242424;
        text-align:left;
        padding:50px;
    }
    .show-log-panel{
        display:block;
        opacity:0.9;
    }
    .login-show input[type="text"], .login-show input[type="password"]{
        width: 100%;
        display: block;
        margin:20px 0;
        padding: 15px;
        border: 1px solid #b5b5b5;
        outline: none;
    }
    .login-show input[type="button"] {
        max-width: 150px;
        width: 100%;
        background: #444444;
        color: #f9f9f9;
        border: none;
        padding: 10px;
        text-transform: uppercase;
        border-radius: 2px;
        float:right;
        cursor:pointer;
    }
    .login-show a{
        display:inline-block;
        padding:10px 0;
    }
    
    .register-show input[type="text"], .register-show input[type="password"]{
        width: 100%;
        display: block;
        margin:20px 0;
        padding: 15px;
        border: 1px solid #b5b5b5;
        outline: none;
    }
    .register-show input[type="button"] {
        max-width: 150px;
        width: 100%;
        background: #444444;
        color: #f9f9f9;
        border: none;
        padding: 10px;
        text-transform: uppercase;
        border-radius: 2px;
        float:right;
        cursor:pointer;
    }
    .credit {
        position:absolute;
        bottom:10px;
        left:10px;
        color: #3B3B25;
        margin: 0;
        padding: 0;
        font-family: Arial,sans-serif;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 1px;
        z-index: 99;
    }
    a{
      text-decoration:none;
      color:#2c7715;
    }
        

     

    3. Finally friends we need to add below code into our src/App.vue file to get final output on web browser:

    <template>
    <div class="login-reg-panel">
      <div class="login-info-box">
        <h2>Have an account?</h2>
        <p>Lorem ipsum dolor sit amet</p>
        <label id="label-register" for="log-reg-show">Login</label>
        <input type="radio" name="active-log-panel" id="log-reg-show"  checked="checked">
      </div>
                
      <div class="register-info-box">
        <h2>Don't have an account?</h2>
        <p>Lorem ipsum dolor sit amet</p>
        <label id="label-login" for="log-login-show">Register</label>
        <input type="radio" name="active-log-panel" id="log-login-show">
      </div>
                
      <div class="white-panel">
        <div class="login-show">
          <h2>LOGIN</h2>
          <input type="text" placeholder="Email">
          <input type="password" placeholder="Password">
          <input type="button" value="Login">
          
        </div>
        <div class="register-show">
          <h2>REGISTER</h2>
          <input type="text" placeholder="Email">
          <input type="password" placeholder="Password">
          <input type="password" placeholder="Confirm Password">
          <input type="button" value="Register">
        </div>
      </div>
    </div>
    </template>
    <script>
    //Bootstrap
    import './App.css'; 
    import 'bootstrap/dist/css/bootstrap.min.css';
    import 'bootstrap/dist/js/bootstrap.min.js';
    import 'jquery/dist/jquery.min.js';
    import $ from 'jquery';
    
    export default {
     //
      mounted(){
    
     //Animated Code
      $(document).ready(function(){
            $('.login-info-box').fadeOut();
            $('.login-show').addClass('show-log-panel');
        });
        
        
        $('.login-reg-panel input[type="radio"]').on('change', function() {
            if($('#log-login-show').is(':checked')) {
                $('.register-info-box').fadeOut(); 
                $('.login-info-box').fadeIn();
                
                $('.white-panel').addClass('right-log');
                $('.register-show').addClass('show-log-panel');
                $('.login-show').removeClass('show-log-panel');
                
            }
            else if($('#log-reg-show').is(':checked')) {
                $('.register-info-box').fadeIn();
                $('.login-info-box').fadeOut();
                
                $('.white-panel').removeClass('right-log');
                
                $('.login-show').addClass('show-log-panel');
                $('.register-show').removeClass('show-log-panel');
            }
        });
      },
      
    }
    </script>

     

    Now we are done friends also and If you have any kind of query or suggestion or any requirement then feel free to comment below.

    Note: Friends, I just tell the basic setup and things, you can change the code according to your requirements. For better understanding must watch video above.

    I will appreciate that if you will tell your views for this post. Nothing matters if your views will be good or bad.

    Jassa

    Thanks

  • Reactjs Animated Login & Registration Forms

    Reactjs Animated Login & Registration Forms

    Hello friends, welcome back to my blog. Today in this blog post, I am going to show you, Reactjs Animated Login & Registration Forms.

    Reactjs Animated Login & Registration Forms
    React Login Form
    React Register Form
    React Register Form

    For reactjs new comers, please check the below link:

    Reactjs Basic Tutorials


    Friends now I proceed onwards and here is the working code snippet for Reactjs Animated Login & Registration Forms and please use this carefully to avoid the mistakes:

    1. Firstly, we need fresh reactjs setup and for that, we need to run below commands into out terminal and also we should have latest node version installed on our system:

    npx create-react-app reacttemplate
    
    cd reacttemplate
    
    npm start

     

    2. Now we need to run below commands into our project terminal to get bootstrap and related modules into our reactjs application:

    npm install bootstrap --save
    
    npm install jquery --save
    
    npm start //For start project again

     

    3. Finally for the main output, we need to add below code into our reacttemplate/src/App.js file or if you have fresh setup then you can replace reacttemplate/src/App.js file code with below code:

    import React from 'react';
    import './App.css';
    import 'bootstrap/dist/css/bootstrap.min.css';
    import 'bootstrap/dist/js/bootstrap.min.js';
    import 'jquery/dist/jquery.min.js';
    import $ from 'jquery';
    
    
    
    class Home extends React.Component {
      componentDidMount(){
       //animation code
        $(document).ready(function(){
            $('.login-info-box').fadeOut();
            $('.login-show').addClass('show-log-panel');
        
        
        
        $('input[type="radio"]').on('change',function() {
           
        
            if($('#log-reg-show').is(':checked')) {
                $('.register-info-box').fadeIn();
                $('.login-info-box').fadeOut();
                
                $('.white-panel').removeClass('right-log');
                
                $('.login-show').addClass('show-log-panel');
                $('.register-show').removeClass('show-log-panel');
            }
            if($('#log-login-show').is(':checked')) {
                $('.register-info-box').fadeOut(); 
                $('.login-info-box').fadeIn();
                
                $('.white-panel').addClass('right-log');
                $('.register-show').addClass('show-log-panel');
                $('.login-show').removeClass('show-log-panel');
                
            }
        });
    });
      }
     
      render() {
       
        return (
         
           
           <div class="login-reg-panel">
                <div class="login-info-box">
                    <h2>Have an account?</h2>
                    <p>Lorem ipsum dolor sit amet</p>
                    <label id="label-register" for="log-reg-show">Login</label>
                    <input type="radio" name="active-log-panel" id="log-reg-show" value="log-reg-show" />
                </div>
                            
                <div class="register-info-box">
                    <h2>Don't have an account?</h2>
                    <p>Lorem ipsum dolor sit amet</p>
                    <label id="label-login" for="log-login-show">Register</label>
                    <input type="radio" name="active-log-panel" value="log-login-show" id="log-login-show" />
                </div>
                            
                <div class="white-panel">
                    <div class="login-show">
                    <h2>LOGIN</h2>
                    <input type="text" placeholder="Email" />
                    <input type="password" placeholder="Password" />
                    <input type="button" value="Login" />
                    
                    </div>
                    <div class="register-show">
                    <h2>REGISTER</h2>
                    <input type="text" placeholder="Email" />
                    <input type="password" placeholder="Password" />
                    <input type="password" placeholder="Confirm Password" />
                    <input type="button" value="Register" />
                    </div>
                </div>
                </div>
             
           
         
          
    )
    };
    }
    
    export default Home;

     

    4. Now friends, we need to below code into our reacttemplate/src/App.css file for some custom styling:

    @import url('https://fonts.googleapis.com/css?family=Mukta');
    body{
      font-family: 'Mukta', sans-serif!important;
      height:100vh;
      min-height:550px;
      background-color: #b9fab9!important;
      background-repeat: no-repeat;
      background-size:cover;
      background-position:center;
      position:relative;
        overflow-y: hidden;
    }
    a{
      text-decoration:none;
      color:#444444;
    }
    .login-reg-panel{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
      text-align:center;
        width:70%;
      right:0;left:0;
        margin:auto;
        height:400px;
        background-color: rgba(236, 48, 20, 0.9);
    }
    .white-panel{
        background-color: rgba(255,255, 255, 1);
        height:500px;
        position:absolute;
        top:-50px;
        width:50%;
        right:calc(50% - 50px);
        transition:.3s ease-in-out;
        z-index:0;
        box-shadow: 0 0 15px 9px #00000096;
    }
    .login-reg-panel input[type="radio"]{
        position:relative;
        display:none;
    }
    .login-reg-panel{
        color:#B8B8B8;
    }
    .login-reg-panel #label-login, 
    .login-reg-panel #label-register{
        border:1px solid #9E9E9E;
        padding:5px 5px;
        width:150px;
        display:block;
        text-align:center;
        border-radius:10px;
        cursor:pointer;
        font-weight: 600;
        font-size: 18px;
    }
    .login-info-box{
        width:30%;
        padding:0 50px;
        top:20%;
        left:0;
        position:absolute;
        text-align:left;
    }
    .register-info-box{
        width:30%;
        padding:0 50px;
        top:20%;
        right:0;
        position:absolute;
        text-align:left;
        
    }
    .right-log{right:50px !important;}
    .login-show, 
    .register-show{
        z-index: 1;
        display:none;
        opacity:0;
        transition:0.3s ease-in-out;
        color:#242424;
        text-align:left;
        padding:50px;
    }
    .show-log-panel{
        display:block;
        opacity:0.9;
    }
    .login-show input[type="text"], .login-show input[type="password"]{
        width: 100%;
        display: block;
        margin:20px 0;
        padding: 15px;
        border: 1px solid #b5b5b5;
        outline: none;
    }
    .login-show input[type="button"] {
        max-width: 150px;
        width: 100%;
        background: #444444;
        color: #f9f9f9;
        border: none;
        padding: 10px;
        text-transform: uppercase;
        border-radius: 2px;
        float:right;
        cursor:pointer;
    }
    .login-show a{
        display:inline-block;
        padding:10px 0;
    }
    .register-show input[type="text"], .register-show input[type="password"]{
        width: 100%;
        display: block;
        margin:20px 0;
        padding: 15px;
        border: 1px solid #b5b5b5;
        outline: none;
    }
    .register-show input[type="button"] {
        max-width: 150px;
        width: 100%;
        background: #444444;
        color: #f9f9f9;
        border: none;
        padding: 10px;
        text-transform: uppercase;
        border-radius: 2px;
        float:right;
        cursor:pointer;
    }
    .credit {
        position:absolute;
        bottom:10px;
        left:10px;
        color: #3B3B25;
        margin: 0;
        padding: 0;
        font-family: Arial,sans-serif;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 1px;
        z-index: 99;
    }
    a{
      text-decoration:none;
      color:#2c7715;
    }

     

    Now we are done friends. If you have any kind of query or suggestion or any requirement then feel free to comment below.

    Note: Friends, I just tell the basic setup and things, you can change the code according to your requirements.

    I will appreciate that if you will tell your views for this post. Nothing matters if your views will be good or bad.

    Jassa

    Thanks

  • Angular 11 Animated Login & Registration Forms

    Angular 11 Animated Login & Registration Forms

    Hello friends, welcome back to my blog. Today in this blog post, I am going to tell you, Angular 11 Animated Login & Registration Forms.

    Angular11 Forms
    Angular 11 Animated Login & Registration Forms 2
    Angular Animated Forms

    Angular 11 came and if you are new then you must check below two links:

    1. Angular11 Basic Tutorials

    Friends now I proceed onwards and here is the working code snippet for Angular 11 Animated Login & Registration Forms and please use carefully this to avoid the mistakes:

    1. Firstly friends we need fresh angular 11 setup and for this we need to run below commands but if you already have angular 11 setup then you can avoid below commands. Secondly we should also have latest node version installed on our system:

    npm install -g @angular/cli 
    
    ng new angularbootstrap //Create new Angular Project
    
    cd angularbootstrap // Go inside the Angular Project Folder
    
    ng serve --open // Run and Open the Angular Project
    
    http://localhost:4200/ // Working Angular Project Url

     

    2. Now friends, here we need to run below commands into our project terminal to install bootstrap and jquery modules into our angular application:

    npm install --save bootstrap
    
    npm i jquery --save

     

    3. Now friends, here we need to add below  into our angular.json file:

    ...
     "styles": [
                  ...
                  "node_modules/bootstrap/dist/css/bootstrap.min.css"
                 
                  
                ],
                "scripts": [
                  "node_modules/jquery/dist/jquery.min.js",
                  "node_modules/bootstrap/dist/js/bootstrap.min.js"
                ]
    ...

     

    4. Now friends we just need to add below code into src/app/app.component.html file to get final out on the web browser:

    <div class="login-reg-panel">
      <div class="login-info-box">
        <h2>Have an account?</h2>
        <p>Lorem ipsum dolor sit amet</p>
        <label id="label-register" for="log-reg-show">Login</label>
        <input type="radio" name="active-log-panel" id="log-reg-show"  checked="checked">
      </div>
                
      <div class="register-info-box">
        <h2>Don't have an account?</h2>
        <p>Lorem ipsum dolor sit amet</p>
        <label id="label-login" for="log-login-show">Register</label>
        <input type="radio" name="active-log-panel" id="log-login-show">
      </div>
                
      <div class="white-panel">
        <div class="login-show">
          <h2>LOGIN</h2>
          <input type="text" placeholder="Email">
          <input type="password" placeholder="Password">
          <input type="button" value="Login">
          
        </div>
        <div class="register-show">
          <h2>REGISTER</h2>
          <input type="text" placeholder="Email">
          <input type="password" placeholder="Password">
          <input type="password" placeholder="Confirm Password">
          <input type="button" value="Register">
        </div>
      </div>
    </div>

     

    5. Now friends we just need to css code code into src/index.html file:

    ...
    <head>
    ...
     <style>
     @import url('https://fonts.googleapis.com/css?family=Mukta');
    body{
      font-family: 'Mukta', sans-serif;
      height:100vh;
      min-height:550px;
      background-color: #b9fab9!important;
      background-repeat: no-repeat;
      background-size:cover;
      background-position:center;
      position:relative;
        overflow-y: hidden;
    }
    a{
      text-decoration:none;
      color:#444444;
    }
    .login-reg-panel{
        position: relative;
        top: 50%;
        transform: translateY(-50%);
      text-align:center;
        width:70%;
      right:0;left:0;
        margin:auto;
        height:400px;
        background-color: rgba(236, 48, 20, 0.9);
    }
    .white-panel{
        background-color: rgba(255,255, 255, 1);
        height:500px;
        position:absolute;
        top:-50px;
        width:50%;
        right:calc(50% - 50px);
        transition:.3s ease-in-out;
        z-index:0;
        box-shadow: 0 0 15px 9px #00000096;
    }
    .login-reg-panel input[type="radio"]{
        position:relative;
        display:none;
    }
    .login-reg-panel{
        color:#B8B8B8;
    }
    .login-reg-panel #label-login, 
    .login-reg-panel #label-register{
        border:1px solid #9E9E9E;
        padding:5px 5px;
        width:150px;
        display:block;
        text-align:center;
        border-radius:10px;
        cursor:pointer;
        font-weight: 600;
        font-size: 18px;
    }
    .login-info-box{
        width:30%;
        padding:0 50px;
        top:20%;
        left:0;
        position:absolute;
        text-align:left;
    }
    .register-info-box{
        width:30%;
        padding:0 50px;
        top:20%;
        right:0;
        position:absolute;
        text-align:left;
        
    }
    .right-log{right:50px !important;}
    
    .login-show, 
    .register-show{
        z-index: 1;
        display:none;
        opacity:0;
        transition:0.3s ease-in-out;
        color:#242424;
        text-align:left;
        padding:50px;
    }
    .show-log-panel{
        display:block;
        opacity:0.9;
    }
    .login-show input[type="text"], .login-show input[type="password"]{
        width: 100%;
        display: block;
        margin:20px 0;
        padding: 15px;
        border: 1px solid #b5b5b5;
        outline: none;
    }
    .login-show input[type="button"] {
        max-width: 150px;
        width: 100%;
        background: #444444;
        color: #f9f9f9;
        border: none;
        padding: 10px;
        text-transform: uppercase;
        border-radius: 2px;
        float:right;
        cursor:pointer;
    }
    .login-show a{
        display:inline-block;
        padding:10px 0;
    }
    
    .register-show input[type="text"], .register-show input[type="password"]{
        width: 100%;
        display: block;
        margin:20px 0;
        padding: 15px;
        border: 1px solid #b5b5b5;
        outline: none;
    }
    .register-show input[type="button"] {
        max-width: 150px;
        width: 100%;
        background: #444444;
        color: #f9f9f9;
        border: none;
        padding: 10px;
        text-transform: uppercase;
        border-radius: 2px;
        float:right;
        cursor:pointer;
    }
    .credit {
        position:absolute;
        bottom:10px;
        left:10px;
        color: #3B3B25;
        margin: 0;
        padding: 0;
        font-family: Arial,sans-serif;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 1px;
        z-index: 99;
    }
    a{
      text-decoration:none;
      color:#2c7715;
    }
        
      </style>
    </head>

    6. Now friends we just need to js code code into src/app/app.component.ts to make the working file:

    ...
    import * as $ from 'jquery';
    
    
    export class AppComponent {
      ...
      
      ngOnInit(){
        $(document).ready(function(){
            $('.login-info-box').fadeOut();
            $('.login-show').addClass('show-log-panel');
        });
        
        
        $('.login-reg-panel input[type="radio"]').on('change', function() {
            if($('#log-login-show').is(':checked')) {
                $('.register-info-box').fadeOut(); 
                $('.login-info-box').fadeIn();
                
                $('.white-panel').addClass('right-log');
                $('.register-show').addClass('show-log-panel');
                $('.login-show').removeClass('show-log-panel');
                
            }
            else if($('#log-reg-show').is(':checked')) {
                $('.register-info-box').fadeIn();
                $('.login-info-box').fadeOut();
                
                $('.white-panel').removeClass('right-log');
                
                $('.login-show').addClass('show-log-panel');
                $('.register-show').removeClass('show-log-panel');
            }
        });
    }
    }

     

    Friends in the end must run ng serve command into your terminal to run the angular 11 project.

    Now we are done friends. If you have any kind of query, suggestion and new requirement then feel free to comment below.

    Note: Friends, In this post, I just tell the basic setup and things, you can change the code according to your requirements.

    I will appreciate that if you will tell your views for this post. Nothing matters if your views will be good or bad because with your views, I will make my next posts more good and helpful.

    Jassa

    Thanks

  • Vue 3 Sign In And Forgot Password Forms

    Vue 3 Sign In And Forgot Password Forms

    Hello my friends, welcome back to my blog. Today in this blog post, I am going to show you, Vue 3 Sign In And Forgot Password Forms.

    Vue 3 Sign In And Forgot Password Forms
    Vue 3 Forms
    Vue 3 Tutorials

    Vue 3 came and if you are new then you must check below link::
    Vuejs


    Friends now I proceed onwards and here is the working code snippet for Vue 3 Sign In And Forgot Password Forms and please use this carefully to avoid the mistakes:

    1. Firstly friends we need fresh vuejs(Vue 3) setup and for that we need to run below commands into our terminal and also w should have latest node version installed on our system:

    Guys you can skip this first step if you already have vuejs fresh setup:

    npm install -g @vue/cli
    
    vue create vuepage
    
    cd vuepage
    
    npm install bootstrap --save
    
    npm i jquery --save
    
    npm run serve //http://localhost:8080/

     

    2. Now friends please create new file “App.css” inside src folder and add below code inside it:

    body {
      margin:0;
      color:#edf3ff;
      background:#c8c8c8;
      background:url(https://therichpost.com/wp-content/uploads/2021/03/material-design-4k-2048x1152-1.jpg) fixed;
      background-size: cover;
      font:600 16px/18px 'Open Sans',sans-serif;
    }
    :after,:before{box-sizing:border-box}
    .clearfix:after,.clearfix:before{content:'';display:table}
    .clearfix:after{clear:both;display:block}
    a{color:inherit;text-decoration:none}
    
    .login-wrap{
      width: 100%;
      margin:auto;
      max-width:510px;
      min-height:510px;
      position:relative;
      background:url(https://therichpost.com/wp-content/uploads/2021/03/material-1-1000x563-1.jpg) no-repeat center;
      background-size: cover;
      box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
    }
    .login-html{
      width:100%;
      height:100%;
      position:absolute;
      padding:90px 70px 50px 70px;
      background:rgba(0,0,0,0.5);
    }
    .login-html .sign-in-htm,
    .login-html .for-pwd-htm{
      top:0;
      left:0;
      right:0;
      bottom:0;
      position:absolute;
      -webkit-transform:rotateY(180deg);
              transform:rotateY(180deg);
      -webkit-backface-visibility:hidden;
              backface-visibility:hidden;
      -webkit-transition:all .4s linear;
      transition:all .4s linear;
    }
    .login-html .sign-in,
    .login-html .for-pwd,
    .login-form .group .check{
      display:none;
    }
    .login-html .tab,
    .login-form .group .label,
    .login-form .group .button{
      text-transform:uppercase;
    }
    .login-html .tab{
      font-size:22px;
      margin-right:15px;
      padding-bottom:5px;
      margin:0 15px 10px 0;
      display:inline-block;
      border-bottom:2px solid transparent;
    }
    .login-html .sign-in:checked + .tab,
    .login-html .for-pwd:checked + .tab{
      color:#fff;
      border-color:#1161ee;
    }
    .login-form{
      min-height:345px;
      position:relative;
      -webkit-perspective:1000px;
              perspective:1000px;
      -webkit-transform-style:preserve-3d;
              transform-style:preserve-3d;
    }
    .login-form .group{
      margin-bottom:15px;
    }
    .login-form .group .label,
    .login-form .group .input,
    .login-form .group .button{
      width:100%;
      color:#fff;
      display:block;
    }
    .login-form .group .input,
    .login-form .group .button{
      border:none;
      padding:15px 20px;
      border-radius:25px;
      background:rgba(255,255,255,.1);
    }
    .login-form .group input[data-type="password"]{
      text-security:circle;
      -webkit-text-security:circle;
    }
    .login-form .group .label{
      color:#aaa;
      font-size:12px;
    }
    .login-form .group .button{
      background:#1161ee;
    }
    .login-form .group label .icon{
      width:15px;
      height:15px;
      border-radius:2px;
      position:relative;
      display:inline-block;
      background:rgba(255,255,255,.1);
    }
    .login-form .group label .icon:before,
    .login-form .group label .icon:after{
      content:'';
      width:10px;
      height:2px;
      background:#fff;
      position:absolute;
      -webkit-transition:all .2s ease-in-out 0s;
      transition:all .2s ease-in-out 0s;
    }
    .login-form .group label .icon:before{
      left:3px;
      width:5px;
      bottom:6px;
      -webkit-transform:scale(0) rotate(0);
              transform:scale(0) rotate(0);
    }
    .login-form .group label .icon:after{
      top:6px;
      right:0;
      -webkit-transform:scale(0) rotate(0);
              transform:scale(0) rotate(0);
    }
    .login-form .group .check:checked + label{
      color:#fff;
    }
    .login-form .group .check:checked + label .icon{
      background:#1161ee;
    }
    .login-form .group .check:checked + label .icon:before{
      -webkit-transform:scale(1) rotate(45deg);
              transform:scale(1) rotate(45deg);
    }
    .login-form .group .check:checked + label .icon:after{
      -webkit-transform:scale(1) rotate(-45deg);
              transform:scale(1) rotate(-45deg);
    }
    .login-html .sign-in:checked + .tab + .for-pwd + .tab + .login-form .sign-in-htm{
      -webkit-transform:rotate(0);
              transform:rotate(0);
    }
    .login-html .for-pwd:checked + .tab + .login-form .for-pwd-htm{
      -webkit-transform:rotate(0);
              transform:rotate(0);
    }
    
    .hr{
      height:2px;
      margin:60px 0 50px 0;
      background:rgba(255,255,255,.2);
    }
    .foot-lnk{
      text-align:center;
    }
    button:focus, input:focus
    {
      outline: none;
    }
    

     

    3. Finally friends we need to add below code into our src/App.vue file to get final output on web browser:

    <template>
    <div class="login-wrap">
      <div class="login-html">
        <input id="tab-1" type="radio" name="tab" class="sign-in" checked><label for="tab-1" class="tab">Sign In</label>
        <input id="tab-2" type="radio" name="tab" class="for-pwd"><label for="tab-2" class="tab">Forgot Password</label>
        <div class="login-form">
          <div class="sign-in-htm">
            <div class="group">
              <label for="user" class="label">Username or Email</label>
              <input id="user" type="text" class="input">
            </div>
            <div class="group">
              <label for="pass" class="label">Password</label>
              <input id="pass" type="password" class="input" data-type="password">
            </div>
            <div class="group">
              <input type="submit" class="button" value="Sign In">
            </div>
            <div class="hr"></div>
          </div>
          <div class="for-pwd-htm">
            <div class="group">
              <label for="user" class="label">Username or Email</label>
              <input id="user" type="text" class="input">
            </div>
            <div class="group">
              <input type="submit" class="button" value="Reset Password">
            </div>
            <div class="hr"></div>
          </div>
        </div>
      </div>
    </div>
    </template>
    <script>
    //Bootstrap
    import './App.css'; 
    import 'bootstrap/dist/css/bootstrap.min.css';
    import 'bootstrap/dist/js/bootstrap.min.js';
    
    
    export default {
      
    }
    </script>

     

    Now we are done friends also and If you have any kind of query or suggestion or any requirement then feel free to comment below.

    Note: Friends, I just tell the basic setup and things, you can change the code according to your requirements. For better understanding must watch video above.

    I will appreciate that if you will tell your views for this post. Nothing matters if your views will be good or bad.

    Jassa

    Thanks