-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
1 parent
36d6ffe
commit 7d02bc7
Showing
1 changed file
with
13 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- About --> | ||
<section class="content-section bg-light" id="about"> | ||
<div class="container text-center"> | ||
<div class="row"> | ||
<div class="col-lg-10 mx-auto"> | ||
<h2>Stylish Portfolio is the perfect theme for your next project!</h2> | ||
<p class="lead mb-5">This theme features a flexible, UX friendly sidebar menu and stock photos from our friends at | ||
<a href="https://unsplash.com/">Unsplash</a>!</p> | ||
<a class="btn btn-dark btn-xl js-scroll-trigger" href="#services">What We Offer</a> | ||
</div> | ||
</div> | ||
</div> | ||
</section> |