Created
October 28, 2016 13:03
-
-
Save machariamarigi/ead439478ee182ad9c0a4fae9740fe56 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="thumbnail"> | |
<img src="assets/images/{{plot.image}}.jpg" alt="" class="group list-group-image"> | |
<div class="caption"> | |
<div class="well"> | |
<h4 class="group text-center">Plot {{plot.id}}</h4> | |
<hr> | |
<blockquote> | |
{{plot.longDescription}} | |
</blockquote> | |
<div class="row text-center"> | |
<div class="col-md-6"> | |
<p><strong>Price: </strong>KSh. {{plot.price}}</p> | |
<p><strong>Type: </strong>{{plot.type}}</p> | |
<p><strong>{{plot.owner.name}}</strong></p> | |
</div> | |
<div class="col-md-6"> | |
<p><strong>Location: {{plot.location}}</strong></p> | |
<p><strong>Plot Area: </strong> {{plot.area}} sqM</p> | |
<p><strong>Contact</strong> {{plot.owner.contact}}</p> | |
</div> | |
</div> | |
</div> | |
<div class="row"> | |
<div class="col-xs-12 col-md-6 text-center"> | |
<a href="" class="btn btn-success btn-large">Contact Me</a> | |
</div> | |
<div class="col-xs-12 col-md-6 text-center right"> | |
<a href="" class="btn btn-success">Back</a> | |
</div> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment