-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
67 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,47 @@ | ||
<h1>About Us</h1> | ||
<%= render "layouts/carousel" %> | ||
<!-- Page Content --> | ||
<div class="container"> | ||
|
||
<!-- Introduction Row --> | ||
<div class="row"> | ||
<div class="col-lg-12"> | ||
<h1 class="page-header">About Us | ||
<small>It's Nice to Meet You!</small> | ||
</h1> | ||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sint, explicabo dolores ipsam aliquam inventore corrupti eveniet quisquam quod totam laudantium repudiandae obcaecati ea consectetur debitis velit facere nisi expedita vel?</p> | ||
</div> | ||
</div> | ||
|
||
<!-- Team Members Row --> | ||
<div class="row"> | ||
<div class="col-lg-12"> | ||
<h2 class="page-header">Our Team</h2> | ||
</div> | ||
<div class="col-lg-4 col-sm-6 text-center"> | ||
<img class="img-circle img-responsive img-center" src="http://placehold.it/200x200" alt=""> | ||
<h3>John Smith | ||
<small>Job Title</small> | ||
</h3> | ||
<p>What does this team member to? Keep it short! This is also a great spot for social links!</p> | ||
</div> | ||
<div class="col-lg-4 col-sm-6 text-center"> | ||
<img class="img-circle img-responsive img-center" src="http://placehold.it/200x200" alt=""> | ||
<h3>John Smith | ||
<small>Job Title</small> | ||
</h3> | ||
<p>What does this team member to? Keep it short! This is also a great spot for social links!</p> | ||
</div> | ||
<div class="col-lg-4 col-sm-6 text-center"> | ||
<img class="img-circle img-responsive img-center" src="http://placehold.it/200x200" alt=""> | ||
<h3>John Smith | ||
<small>Job Title</small> | ||
</h3> | ||
<p>What does this team member to? Keep it short! This is also a great spot for social links!</p> | ||
</div> | ||
<div class="about-icons"> | ||
<a href="https://www.facebook.com/AandKLAB/"><i class="fa fa-facebook"></i></a> | ||
<a href="https://twitter.com/AandK_Labs/"><i class="fa fa-twitter"></i></a> | ||
<a href="https://www.pinterest.com/ak_labs/"><i class="fa fa-pinterest"></i></a> | ||
<a href="https://plus.google.com/u/0/111049496295760161741"><i class="fa fa-google-plus"></i></a> | ||
<a href="#"><i class="fa fa-instagram"></i></a> | ||
</div> | ||
</div> |