Skip to content

Instantly share code, notes, and snippets.

@waracci
Created November 2, 2016 08:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save waracci/2e43db0bc84709088f964c9e3fb2a0ab to your computer and use it in GitHub Desktop.
Save waracci/2e43db0bc84709088f964c9e3fb2a0ab to your computer and use it in GitHub Desktop.
<div class="container">
<app-splash></app-splash>
<div class="row">
<div class="col-md-12">
<div class="content">
<div class="well">
<div class="text-center">
<h2> Farm-Mont-Real-ventures </h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.cessitatibus, hic sit?</p>
<a href="" class="btn btn-info">View Available Plots</a>
</div>
</div>
<div class="container">
<h2>About Us</h2>
<ul class="nav nav-tabs">
<li class="active"><a data-toggle="tab" href="#home">Our Firm</a></li>
<li><a data-toggle="tab" href="#menu1">Our Team</a></li>
<li><a data-toggle="tab" href="#menu2">Our Products</a></li>
</ul>
<div class="tab-content">
<div id="home" class="tab-pane fade in active">
<div class="well">
<div class="text-center">
<h1>Farm Mont Real Ventures</h1>
<p>Our company was founded in the year 20$$ with the sole aim of providing viable land solutions to our clients,
our mantra is credibility and reliability.</p>
<blockquote>
<p>Good seasons start with good beginnings.
</p>
<small>
Sparky Anderson
<cite title="brainy quotes"></cite>
</small>
</blockquote>
<a href="" class="btn btn-success">view some of our featured listings</a>
</div>
</div>
</div>
<div id="menu1" class="tab-pane fade">
<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</div>
<div id="menu2" class="tab-pane fade">
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem
aperiam.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment