<main>
<div class="container">
<div style="height:30px;"></div>
<div class="row text-xs-center">
<div class="col-md-6">
<div class="card">
<div class="view overlay hm-white-slight">
<img src="https://mdbootstrap.com/images/regular/people/img%20(88).jpg" class="img-fluid" alt="">
<a href="#">
<div class="mask"></div>
</a>
</div>
<div class="card-block">
<h4 class="card-title">Card with pink button</h4>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-pink">Read more</a>
</div>
</div>
</div>
<div class="col-md-6">
<div class="card">
<div class="view overlay hm-black-light">
<img src="https://mdbootstrap.com/images/regular/people/img%20(95).jpg" class="img-fluid" alt="">
<a href="#">
<div class="mask"></div>
</a>
</div>
<div class="card-block">
<h4 class="card-title">Card with small text</h4>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
<a href="#" class="btn btn-indigo">Read more</a>
</div>
</div>
</div>
</div>
</div>
</main>
<section id="outro">
<div class="row text-xs-center p-t-1 p-b-4">
<div class="col-md-12">
<br>
<h3>Built with Material Design for Bootstrap</h3>
<br>
<p>Powerful and free Material Design UI KIT</p>
<p><strong>400+</strong> material UI elements, <strong>600+</strong> material icons, <strong>74</strong> CSS animations, SASS files, templates, tutorials and many more. </p>
<a target="_blank" href="https://mdbootstrap.com/material-design-for-bootstrap/" class="btn btn-primary btn-lg"><i class="fa fa-download left"></i> Free download</a>
</div>
</div>
</section>