File: /home/imensosw/www/imenso.co/demo/pagetosite/review.php
<!doctype html>
<html lang="en-US" >
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<title>Convert Facebook page to an awesome website</title>
<meta name="description" content=""/>
<meta name="keywords" content="" />
<?php include("layout/header.php");?>
<main class="content">
<section class="banner burger" id="review"><div class="container"><div class="row"><div class="col-md-8 offset-md-2"><ul class="progress-steps"><li><span class="step-counter radial-l completed"></span><span class="step-name"><i class="fa fa-check"></i> Select a page </span></li><li><span class="step-counter completed"></span><span class="step-name"> Review the details</span></li><li><span class="step-counter radial-r"></span><span class="step-name">Choose a Domain</span></li></ul><div class="step-header mt-5"><h4>Your website is almost ready! </h4><p>Please review the details</p></div></div></div><form class="row"><div class="col-md-8 offset-md-2"><div class="form-row mt-5 mb-3"><div class="col-6"><label for="">Category</label><select class="form-control chosen-select"><option>Automobile</option><option>Brewery</option><option>Computer</option></select></div><div class="col-6"><label for="validationServer02">Website Title</label><input type="text" class="form-control" id="" placeholder="Website Title"></div></div><div class="form-row mb-3"><div class="col-md-6"><label for="">Email</label><input type="email" class="form-control" id="" placeholder="Email"></div><div class="col-md-6"><label for="">Phone</label><input type="text" class="form-control" id="" placeholder="Phone Number"></div></div><div class="form-row mb-3"><div class="col-md-6"><label for="">Address</label><input type="text" class="form-control" id="" placeholder="Address"></div><div class="col-md-6"><label for="">City/Country</label><input type="text" class="form-control" id="" placeholder="City/Country"></div></div><div class="form-row mb-3"><div class="col-md-12"><label for="">Description</label><textarea placeholder="Description" class="form-control"></textarea></div></div><div class="form-gorup mt-5 text-right"><a class="btn btn-primary" href="<?php echo $baseurl; ?>/domain.php">Submit</a></div></div></form></div></section>
</main>
<?php include("layout/footer.php");?>
</body>
</html>