<!DOCTYPE html> <html> <head> <title>uBus | Bus Schedules</title> <link rel="stylesheet" type="text/css" href="css/font-awesome.min.css"> <link rel="stylesheet" type="text/css" href="css/style.css"> <script type="text/javascript" src="https://code.jquery.com/jquery-2.1.4.js"></script> <script src="http://www.parsecdn.com/js/parse-1.6.6.min.js"></script> </head> <body> <header> <nav> <a href="index.html"><img src="img/logo.png" width="40px"></a> <a href="javascript:void(0);"><img src="img/add.png" width="40px"></a> <a href="javascript:void(0);"><img src="img/search.png" width="40px"></a> </nav> </header> <div class="wrapper"> <div class="title"> <img src="img/scheduling.png" width="40px"> <h1>Search User</h1> </div> <div class="card" id="load_card"> <div class="row"> <img src="img/scheduling.png" width="60px"> <form method="post" class="card_schedule" id="reload"> <fieldset style="display:block; width:100%;"> <label style="width: 100%;"><i class="fa fa-mobile fa-5x" style="padding-left:20px;"></i> <input type="text" id="cellphone_number" placeholder="Cellphone Number" style="width:40%; height:40px; font-size:1em;position: relative; top: 50%; transform: translateY(-50%); margin-left: 30px; border-top:0; border-left: 0; border-right: 0;"></label> </fieldset> <fieldset style="display:block; width:100%;"> <label style="width: 100%;"><i class="fa fa-money fa-4x" style="padding-left:5px;"></i> <input type="text" id="amount" placeholder="Amount" style="width:40%; height:40px; position: relative; top: 50%; transform: translateY(-50%); margin-left: 15px; border-top:0; border-left: 0; border-right: 0;"></label> </fieldset> <fieldset style="margin-top: 40px;"> <input type="submit"> </fieldset> </form> </div> </div> <div class="schedules"></div> </div> <script type="text/javascript" src="js/app.js"></script> </body> </html>