<?php
include('header.html');
?>
<div class="container">
<div class="row">
<div class="box " style="background-color:rgb(28, 126, 186);">
<div class="col-lg-12">
<table cellpadding="0" cellspacing="0" style="width:100%;">
<tbody><tr>
<td style="padding-left: 100px;">
<input type=button style="width: 200px;
height: 50px;
background-color: #20D2D2;
font-size: 15px;
border-radius: 20px;" onClick="location.href='why_sell_mobile.php'" value='Why Use Fonebank'>
</td>
<td style="padding-left: 100px;">
<input type=button style="width: 200px;
height: 50px;
background-color: #20D2D2;
font-size: 15px;
border-radius: 20px;" onClick="location.href='how_it_work.php'" value='Works'>
</td>
<td style="padding-left: 100px;">
<input type=button style="width: 200px;
height: 50px;
background-color: #20D2D2;
font-size: 15px;
border-radius: 20px;" onClick="location.href='sell.php'" value='Sell My Mobile Now'>
</td>
<td style="width:25%; text-align:center;"><a href="#"><div class="button btn_blue"></div></a></td>
<td style="width:25%; text-align:center;"><a href="#"><div class="button btn_blue"></div></a></td>
<td style="width:25%; text-align:center;"><a href="#"><div class="button btn_red"></div></a></td>
</tr>
</tbody></table>
<span style="font-family:Verdana, Arial; font-size:18px; color:black; font-weight:900; padding-bottom:10px;">Fonebank's Feedback</span>
</div>
<div class="col-md-8">
<!-- Embedded Google Map using an iframe - to select your location find it on Google maps and paste the link as the iframe src. If you want to use the Google Maps API instead then have at it! -->
<table cellpadding="0px" cellspacing="0px" style="width:100%; height:40px;">
<tbody><tr>
<td style="width:60px;"> </td>
<td><span style="font-weight:bold; font-size:18px; line-height:40px;">We'd love to hear from you!</span></td>
<td style="width:201px; text-align:right; line-height:40px;">
</td>
</tr>
</tbody></table>
<table cellpadding="0px" cellspacing="0px" style="width:100%;">
<tbody><tr>
<td style="width:47%; padding-bottom:10px;">
<span style="line-height:20px;">Name</span><br>
<input name="ctl00$ContentPlaceHolder1$txtname" type="text" id="ctl00_ContentPlaceHolder1_txtname" class="txtbox" style="width:240px;">
</td>
<td rowspan="2"> </td>
<td rowspan="2" style="width:47%;">
<span style="line-height:20px;">Comments</span><br>
<textarea name="ctl00$ContentPlaceHolder1$txtcomments" rows="2" cols="20" id="ctl00_ContentPlaceHolder1_txtcomments" class="txtboxml" style="width:240px; height:70px;"></textarea>
</td>
</tr>
<tr>
<td>
<span style="line-height:20px;">Order No.</span><br>
<input name="ctl00$ContentPlaceHolder1$txton" type="text" id="ctl00_ContentPlaceHolder1_txton" class="txtbox" style="width:150px;">
</td>
</tr>
<tr>
<td colspan="3" style="padding-top:10px;">
<span style="font-size:11px; color:white;">This form is for existing customers wishing to leave a testimonial.<br>For all other enquiries please email <a href="mailto:sales@fonebank.com" style="font-size:11px; color:white; font-weight:normal; text-decoration:none; font-family:Verdana;">sales@fonebank.com</a></span>
</td>
<td>
<input type="image" name="ctl00$ContentPlaceHolder1$btnsubmit" id="ctl00_ContentPlaceHolder1_btnsubmit" src="./img/submit_feedback.gif" style="border-width:0px;">
</td>
</tr>
</tbody></table>
</div>
<div class="col-md-4">
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="row">
<div class="box " style="background-color: white;">
<div class="col-lg-12">
<span style="font-family:Verdana, Arial; font-size:18px; color:black; font-weight:900; padding-bottom:10px;">Feedback</span>
</div>
<div class="col-md-4">
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<!-- /.container -->
<?php
include('footer.html');
?>