changes
This commit is contained in:
parent
86bb159d44
commit
1a2fed19b0
59 changed files with 6691 additions and 11 deletions
24
_includes/about.html
Normal file
24
_includes/about.html
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<!-- About Section -->
|
||||
<section class="success" id="about">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12 text-center">
|
||||
<h2>About</h2>
|
||||
<hr class="star-light">
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-4 col-lg-offset-2">
|
||||
<p>Freelancer is a free bootstrap theme created by Start Bootstrap. The download includes the complete source files including HTML, CSS, and JavaScript as well as optional LESS stylesheets for easy customization.</p>
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
<p>Whether you're a student looking to showcase your work, a professional looking to attract clients, or a graphic artist looking to share your projects, this template is the perfect starting point! </p>
|
||||
</div>
|
||||
<div class="col-lg-8 col-lg-offset-2 text-center">
|
||||
<a href="https://github.com/jeromelachaud/freelancer-theme" class="btn btn-lg btn-outline">
|
||||
<i class="fa fa-download"></i> Download Theme
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
Loading…
Add table
Add a link
Reference in a new issue