Skip to content

Instantly share code, notes, and snippets.

@guilleasz
Created September 6, 2017 19:48
Show Gist options
  • Save guilleasz/2c0f937b0f5a5ade88abae21346a8615 to your computer and use it in GitHub Desktop.
Save guilleasz/2c0f937b0f5a5ade88abae21346a8615 to your computer and use it in GitHub Desktop.
{% extends 'layout.html' %}
{% block body %}
<div class="section lead">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<img src="http://placehold.it/1140x450" class="img-responsive">
</div>
</div><!-- row -->
</div><!-- container -->
</div><!-- section -->
<div class="section">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-12">
<h3><i class="fa fa-check-circle-o"></i> Bootstrap 3 Built</h3>
<p>The 'Modern Business' website template by <a href="http://startbootstrap.com">Start Bootstrap</a> is built with <a href="http://getbootstrap.com">Bootstrap 3</a>. Make sure you're up to date with latest Bootstrap documentation!</p>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<h3><i class="fa fa-pencil"></i> Ready to Style &amp; Edit</h3>
<p>You're ready to go with this pre-built page structure, now all you need to do is add your own custom stylings! You can see some free themes over at <a href="http://bootswatch.com">Bootswatch</a>, or come up with your own using <a href="http://getbootstrap.com/customize/">the Bootstrap customizer</a>!</p>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<h3><i class="fa fa-folder-open"></i> Many Page Options</h3>
<p>This template features many common pages that you might see on a business website. Pages include: about, contact, portfolio variations, blog, pricing, FAQ, 404, services, and general multi-purpose pages.</p>
</div>
</div><!-- /.row -->
</div><!-- /.container -->
</div><!-- /.section -->
<div class="section-colored text-center">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<h2>Modern Business: A Clean &amp; Simple Full Website Template by Start Bootstrap</h2>
<p>A complete website design featuring various single page templates from Start Bootstraps library of free HTML starter templates.</p>
<hr>
</div>
</div><!-- /.row -->
</div><!-- /.container -->
</div><!-- /.section-colored -->
<div class="section">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Display Some Work on the Home Page Portfolio</h2>
<hr>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<a href="portfolio-item.html"><img class="img-responsive img-home-portfolio" src="http://placehold.it/700x450"></a>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<a href="portfolio-item.html"><img class="img-responsive img-home-portfolio" src="http://placehold.it/700x450"></a>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<a href="portfolio-item.html"><img class="img-responsive img-home-portfolio" src="http://placehold.it/700x450"></a>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<a href="portfolio-item.html"><img class="img-responsive img-home-portfolio" src="http://placehold.it/700x450"></a>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<a href="portfolio-item.html"><img class="img-responsive img-home-portfolio" src="http://placehold.it/700x450"></a>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<a href="portfolio-item.html"><img class="img-responsive img-home-portfolio" src="http://placehold.it/700x450"></a>
</div>
</div><!-- /.row -->
</div><!-- /.container -->
</div><!-- /.section -->
<div class="section-colored">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12">
<h2>Modern Business Features Include:</h2>
<ul>
<li>Bootstrap 3 Framework</li>
<li>Mobile Responsive Design</li>
<li>Predefined File Paths</li>
<li>Working PHP Contact Page</li>
<li>Minimal Custom CSS Styles</li>
<li>Unstyled: Add Your Own Style and Content!</li>
<li>Font-Awesome fonts come pre-installed!</li>
<li>100% <strong>Free</strong> to Use</li>
<li>Open Source: Use for any project, private or commercial!</li>
</ul>
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<img class="img-responsive" src="http://placehold.it/700x450/ffffff/cccccc">
</div>
</div><!-- /.row -->
</div><!-- /.container -->
</div><!-- /.section-colored -->
<div class="section">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12">
<img class="img-responsive" src="http://placehold.it/700x450">
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<h2>Modern Business Features Include:</h2>
<ul>
<li>Bootstrap 3 Framework</li>
<li>Mobile Responsive Design</li>
<li>Predefined File Paths</li>
<li>Working PHP Contact Page</li>
<li>Minimal Custom CSS Styles</li>
<li>Unstyled: Add Your Own Style and Content!</li>
<li>Font-Awesome fonts come pre-installed!</li>
<li>100% <strong>Free</strong> to Use</li>
<li>Open Source: Use for any project, private or commercial!</li>
</ul>
</div>
</div><!-- /.row -->
</div><!-- /.container -->
</div><!-- /.section -->
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment