CINXE.COM

Login

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <!-- Required meta tags --> <meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /><link rel="stylesheet" href="fonts/icomoon/style.css" /><link rel="stylesheet" href="css/owl.carousel.min.css" /> <!-- Bootstrap CSS --> <link rel="stylesheet" href="css/bootstrap.min.css" /> <!-- Style --> <link rel="stylesheet" href="css/style.css" /><title> Login </title></head> <body> <form method="post" action="./" id="ctl01" role="form"> <div class="aspNetHidden"> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTIwMzcyMDA1OTVkZF/q4pSDlnw2NJBQoDDMu13LDXDIZWuZ+qVTOtTeDpjY" /> </div> <div class="aspNetHidden"> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="C0236E94" /> <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEdAAnaFiWZdYG6syKyowh6Rq5VsNPVa20hJVEiQcPXaMqssXY2+Mc6SrnAqio3oCKbxYainihG6d/Xh3PZm3b5AoMQozoJZpuXxkpOVJKRbHyuHvnuSvN2ujDLViqJoMSOWQdDB2YfWbjwUYntrwPx36ESgrQUK0+QlmcELMqb+pqm3AL+NAxxXEPzRO7SVJwAXsmq581+1QC4bZkzxf/LQFneNh/8fUkKYpUWuA00Be/u9Q==" /> </div> <div> <div class="container-fluid"> <div class="row"> <div class="col-md-6 mt-230"> <h3 class="text-center" style="margin-bottom:20px;">Welcome <strong>To IFT Trade</strong></h3> <!-- Nav tabs --> <ul class="nav nav-tabs" id="myTab" role="tablist"> <li class="nav-item" role="presentation"> <button class="nav-link active" id="home-tab" data-bs-toggle="tab" data-bs-target="#home" type="button" role="tab" aria-controls="home" aria-selected="true">Login</button> </li> <li class="nav-item" role="presentation"> <button class="nav-link" id="profile-tab" data-bs-toggle="tab" data-bs-target="#profile" type="button" role="tab" aria-controls="profile" aria-selected="false">Register</button> </li> </ul> <!-- Tab panes --> <div class="tab-content"> <div class="tab-pane active" id="home" role="tabpanel" aria-labelledby="home-tab"> <div style="margin-top:20px;"> <div class="form-group first"> <label for="username"><i class="fa fa-user"></i> Username</label> <input name="txtUid" type="text" id="txtUid" class="form-control" placeholder="your-email@gmail.com" /> </div> <div class="form-group last mb-3"> <label for="password">Password</label> <input name="txtPassword" type="password" id="txtPassword" class="form-control" placeholder="Your Password" /> </div> <input type="submit" name="btnLogin" value="Log In" id="btnLogin" class="btn btn-block btn-primary" /> </div> </div> <div class="tab-pane" id="profile" role="tabpanel" aria-labelledby="profile-tab"> <div style="margin-top:20px;"> <div class="form-group first"> <label for="username">Name</label> <input name="txtName" type="text" id="txtName" class="form-control" placeholder="Enter Name" /> </div> <div class="form-group first"> <label for="username">Mobile Number</label> <input name="txtPhone" type="text" id="txtPhone" class="form-control" placeholder="Enter Mobile" /> </div> <div class="form-group first"> <label for="username">Email (It will be login id as well)</label> <input name="txtEmail" type="text" id="txtEmail" class="form-control" placeholder="Enter Email ID" /> </div> <div class="form-group last mb-3"> <label for="password">Password</label> <input name="Password1" type="password" id="Password1" class="form-control" placeholder="Password" /> </div> <input type="submit" name="btnRegister" value="Register" id="btnRegister" class="btn btn-block btn-primary" /> </div> </div> </div> </div> <div class="col-md-6 mt-40"> <!-- WISHLIST AREA START --> <div class="liton__wishlist-area mb-105"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="shoping-cart-inner"> <h1 class="section-title"> Our<span> Services</span> </h1> <div class="shoping-cart-table table-responsive"> <table class="table"> <!-- <thead> <th class="cart-product-remove">X</th> <th class="cart-product-image">Image</th> <th class="cart-product-info">Title</th> <th class="cart-product-price">Price</th> <th class="cart-product-quantity">Quantity</th> <th class="cart-product-subtotal">Subtotal</th> </thead> --> <tbody> <tr> <td class="cart-product-image"> <img src="magazine.png" class="w72" /> </td> <td class="cart-product-info"> <h4 style="margin-bottom: 5px;">B2b Monthly Magazine</h4> <p style="margin-bottom: 5px;">Food & Drink Industry Magazine is a b2b monthly magazine on the food & beverage industry. Food & Drink Industry Magazine provides news, business information, and more content of food & drink industries.</p> </td> </tr> <tr> <td class="cart-product-image"> <img src="portal.png" class="w72" /> </td> <td class="cart-product-info"> <h4 style="margin-bottom: 5px;">B2b Online Portal</h4> <p style="margin-bottom: 5px;">Our B2B online platform to build brand awareness about your products & services in the market. Business Listing on IFT- Trade will surely increase your company's visibility and will promote your products or services to your desired target audience. </p> </td> </tr> <tr> <td class="cart-product-image"> <img src="advertising.png" class="w72" /> </td> <td class="cart-product-info"> <h4 style="margin-bottom: 5px;">Online and Print Advertisement</h4> <p style="margin-bottom: 5px;">Advertising is one of the most effective ways for businesses to find new customers. We have an online advertisement option in the portal as well as a print advertisement option in magazine. </p> </td> </tr> <tr> <td class="cart-product-image"> <img src="mail(1).png" class="w72" /> </td> <td class="cart-product-info"> <h4 style="margin-bottom: 5px;">Email Service</h4> <p style="margin-bottom: 5px;">We have a database related to the food & beverage industry and we provide email campaign service according to your segment.</p> </td> </tr> </tbody> </table> </div> </div> </div> </div> </div> </div> <!-- WISHLIST AREA START --> </div> </div> </div> <script src="js/jquery-3.3.1.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script> <script src="js/main.js"></script> </div> </form> </body> </html>