fhdfhdfhdfhdfhdfhdfdfhdfhdfhdhfdfhdfhdfhd dfhdfhdfhdfhdfhdfhdfhdfdfhdfhdfhdhfdfhdfhdfhdfh
| DIR:/home/u1105814/www/bluecoralyacht.com/ |
| Current File : /home/u1105814/www/bluecoralyacht.com/order.php |
<?php include "header.php"; ?>
<!-- Page Content -->
<div class="container">
<br>
<br>
<!-- /.col-lg-3 -->
<div class="col-lg-12">
<div class="card bg-light">
<article class="card-body mx-auto" style="max-width: 400px;">
<h4 class="card-title mt-3 text-center">Send Your Offer</h4>
<form name="myform" action="/ORDER" onsubmit="return myFunction();" method="post">
<div class="form-group input-group">
<div class="input-group-prepend">
<span class="input-group-text"> <i class="fa fa-user"></i> </span>
</div>
<input name="" class="form-control" placeholder="Full name" type="text">
</div> <!-- form-group// -->
<div class="form-group input-group">
<div class="input-group-prepend">
<span class="input-group-text"> <i class="fa fa-envelope"></i> </span>
</div>
<input name="email" class="form-control" placeholder="Email address" type="text">
</div> <!-- form-group// -->
<div class="form-group input-group">
<div class="input-group-prepend">
<span class="input-group-text"> <i class="fa fa-phone"></i> </span>
</div>
<select class="custom-select" style="max-width: 120px;">
<option selected="">+971</option>
<option value="1">+972</option>
<option value="2">+198</option>
<option value="3">+701</option>
</select>
<input name="" class="form-control" placeholder="Phone number" type="text">
</div> <!-- form-group// -->
<div class="form-group input-group">
<textarea id="comment" name="comment" cols="40" rows="5" class="form-control"></textarea>
</div> <!-- form-group// -->
<div class="form-group">
<button type="submit" class="btn btn-primary btn-block"> Send Your Offer</button>
</div> <!-- form-group// -->
</form>
</article>
</div>
<Br>
<br> <!-- card.// -->
<div class="row">
<div class="col-lg-12">
<div class="card bg-light">
When buying a yacht, you need to read a lot of articles about similar yachts and never be impressed with the interior design and/or furnitures.
if you are ready willing and able to buy a second hand yachts for sale.
an independent yacht supervisor should be evaluating the boat before you sit down to negotiate with the owner to avoid unpleasant surprises and expenses.
<br>
Blue Core Yacht can help you evaluate with an experienced supervisor even before you see the boat that we can tell you in advance whether a yacht you are interested is worthed your money or not…!
</div>
</div>
</div>
</div>
<!-- /.row -->
</div>
<!-- /.col-lg-9 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
<!-- Footer -->
<?php include "footer.php"; ?> |