Bootstrap snippet and html example. About project

This html snippet was created to help web designers, web developers, front-end and back-end developer save time. Use it for free in your project and build your app faster, You can also download the HTML, CSS, and JS code.
Tags: bootstrap,snippet,about,project

HTML code

This is the html code used to create this bootstrap snippet, You can copy and paste the following html code inside a page with bootstrap 3.2.0 included, to get the result that you can see in the preview selection

                        
<div class="container sub">
    <div class="row">
      <div class="col-xs-12 col-sm-12 col-md-7 col-lg-7 pull-right" style="z-index:1020;"> 
      <div id="carousel-example-generic" class="carousel slide">
        <ol class="carousel-indicators">
        <li data-target="#carousel-example-generic" data-slide-to="0" class=""></li>
        <li data-target="#carousel-example-generic" data-slide-to="1" class="active"></li>
        </ol>
        <div class="carousel-inner">
        <div class="item">
          <img src="https://www.bootdey.com/image/650x300/87CEFA/000000" alt="item">
          <div class="carousel-caption">
          <p>Item 1</p>
          </div>
        </div>
        <div class="item active">
          <img src="https://www.bootdey.com/image/650x300/FF7F50/000000" alt="item">
          <div class="carousel-caption">
          <p>Item 2</p>
          </div>
        </div>
        </div>
        <a class="left carousel-control" href="#carousel-example-generic" data-slide="prev">
        <span class="icon-prev"></span>
        </a>
        <a class="right carousel-control" href="#carousel-example-generic" data-slide="next">
        <span class="icon-next"></span>
        </a>
      </div>    
      <hr>
    </div> 

      <div class="col-xs-12 col-sm-12 col-md-5 col-lg-5">
      <div class="well">
        <h2>ABOUT PROJECT</h2>
        <p class="">Here goes sub-title. Write few words about your awesome project</p>
      </div>
      <p>
        Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.
      </p>
      </div>
  </div>
</div>                    

CSS code

This is the css code used to create this bootstrap snippet, You can copy and paste the following css code inside a page with bootstrap 3.2.0 included, to get the result that you can see in the preview selection

                        

				                
body{margin-top:20px;}				                                  

Similar snippets

Bootstrap example and template. Profile overview and edit

Profile overview and edit

Bootstrap example and template. Nice modal

Nice modal

Bootstrap example and template. summary social networks

summary social networks

Bootstrap example and template. Profile bio

Profile bio

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. bs4 invoice

bs4 invoice

Bootstrap example and template. bs5 profile billing page

bs5 profile billing page

Bootstrap example and template. Invoice

Invoice

Bootstrap example and template. About project

About this bootstrap example/template

We hope you will enjoy this awesome snippet and stay tuned for the latest updates, bootdey snippets are already used in thousands of blogs, websites and projects. We believe it will save your precious time and gives trendy look to your next web project.

We always try to offer the best beautiful and responsive source of Bootstrap code examples and components.

This code example currectly have 7.1K views, Using this bootstrap snippet you have the following benefits:

Bootstrap 3.2.0

<link rel='stylesheet' href='https://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css'>

<script src='https://netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js'></script>

This code example is based on bootstrap 3.2.0 and the grid system of this framework

Responsive

Based on bootstrap framework makes all the layouts perfectly responsive for all devices

Crossbrowser compatibility

Tested on all major browsers, it works smoothly on all of them

semantic html 5

Built on html / css3 the code quality is really amazing

Simple Integration

This code example can be simply integrated on existing sites and new ones too, all you need to do is copy the code and start working