<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Blank Template for Bootstrap</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="style.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
</div>
<div class="container">
<nav class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><b>BITMARKET </b><b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="#">BUY</a>
</li>
<li>
<a href="#">SELL</a>
</li>
<li>
</li>
<li class="divider"></li>
<li>
<a href="#">Wallet</a>
</li>
<li class="divider"></li>
<li>
<a href="#">About</a>
</li>
</ul>
</li>
</ul>
<form class="navbar-form navbar-left" role="search">
<div class="form-group">
</div>
</form>
<ul class="nav navbar-nav navbar-right">
<li></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Your_Wallet<br>15000/BTC <b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="#">Withdraw</a>
</li>
<li>
<a href="#">Pay</a>
</li>
<li>
</li>
<li class="divider"></li>
<li>
<a href="#">TransactionReport<br></a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
</div>
<div class="row"></div>
<div class="container">
<div class="row">
<div class="col-md-12">
<h3><h4><i><b>Deal Process</b></i></h4></h3>
<p>Below is the process for your Deal</p>
</div>
<div class="col-md-12">
<div class="panel-group" id="panels1">
<div class="panel panel-default">
<div class="panel-heading panel-title">
<h4 class="panel-title"> <a data-toggle="collapse" data-parent="#panels1" href="#collapse1">Listed</a> </h4>
</div>
<div id="collapse1" class="panel-collapse collapse in">
<div class="panel-body">
<table class="table">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
</tr>
<tr>
<td>2</td>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<td>3</td>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table> Here is the list where you successfull agreed deal
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"> <a data-toggle="collapse" data-parent="#panels1" href="#collapse2"> Bids</a> </h4>
</div>
<div id="collapse2" class="panel-collapse collapse">
<div class="panel-body">
<table class="table">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
</tr>
<tr>
<td>2</td>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<td>3</td>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table> Here is the List of Bids according to each deal and for what you need to pay a bid price to go futher.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"> <a data-toggle="collapse" data-parent="#panels1" href="#collapse3"> Lock Escrow</a> </h4>
</div>
<div id="collapse3" class="panel-collapse collapse">
<div class="panel-body">
<div class="alert alert-success">
<strong>Well done!</strong> You successfully read this important alert message.
</div> Here is Process of Payment and Lock Escrow Process
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"> <a data-toggle="collapse" data-parent="#panels1" href="#collapse4">Dispatch</a> </h4>
</div>
<div id="collapse4" class="panel-collapse collapse">
<div class="panel-body">Here is the information that you dispatched the whole items, You Dispatch the things.</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"> <a data-toggle="collapse" data-parent="#panels1" href="#collapse5">Release Escrow</a> </h4>
</div>
<div id="collapse5" class="panel-collapse collapse">
<div class="panel-body">The Money comes to you back, the Seller Recives money from Buyer and the escrow money realeased</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"> <a data-toggle="collapse" data-parent="#panels1" href="#collapse6">Complete</a> </h4>
</div>
<div id="collapse6" class="panel-collapse collapse">
<div class="panel-body">Complete with a Transaction ID for both or processid.</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>