Bootstrap snippet and html example. Home presentation layout Bootstrap 3 Layout

Bootstrap 3.0.1 snippet "Home presentation layout Bootstrap 3 Layout" with HTML, CSS, and JS. Copy, paste, and customize this responsive UI component for your project.
Tags: layout

HTML code

Clean, semantic HTML that powers this Bootstrap 3.0.1 snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.

<div class="container bootstrap snippets bootdey">
  <div class="row">
    <nav class="col-sm-2"><!--nav-->
      <div class="row">
        <div class="col-sm-12"><!--logo-->
          <img src="https://www.bootdey.com/image/200x200/87CEFA/000000" alt="test" class="img-circle img-responsive center" />
        </div><!--/logo-->
        <ul class="nav nav-pills nav-stacked">
          <li class="active"><a href="#"><span class="glyphicon glyphicon-home"></span>&nbsp;&nbsp;Home</a></li>
          <li><a href="#"><span class="glyphicon glyphicon-cutlery"></span>&nbsp;&nbsp;Recipes</a></li>
          <li><a href="#"><span class="glyphicon glyphicon-user"></span>&nbsp;&nbsp;About</a></li>
          <li><a href="#"><span class="glyphicon glyphicon-envelope"></span>&nbsp;&nbsp;Contact</a></li>
        </ul>
</div>
      </nav><!--/nav-->
      <div class="col-sm-10">
        <div id="this-carousel-id" class="carousel slide hidden-xs"><!-- class of slide for animation -->
          <div class="carousel-inner">
            <div class="item active"><!-- class of active since it's the first item -->
              <img src="https://www.bootdey.com/image/1000x480/FF1493/000000" alt="" />
              <div class="carousel-caption">
                <p>Caption text here</p>
              </div>
            </div>
            <div class="item">
              <img src="https://www.bootdey.com/image/1000x480/00BFFF/000000" alt="" />
              <div class="carousel-caption">
                <p>Caption text here</p>
              </div>
            </div>
            <div class="item">
              <img src="https://www.bootdey.com/image/1000x480/FF1493/000000" alt="" />
              <div class="carousel-caption">
                <p>Caption text here</p>
              </div>
            </div>
            <div class="item">
              <img src="https://www.bootdey.com/image/1000x480/20B2AA/000000" alt="" />
              <div class="carousel-caption">
                <p>Caption text here</p>
              </div>
            </div>
          </div><!-- /.carousel-inner -->
          <!--  Next and Previous controls below
        href values must reference the id for this carousel -->
          <a class="carousel-control left" href="#this-carousel-id" data-slide="prev">&lsaquo;</a>
          <a class="carousel-control right" href="#this-carousel-id" data-slide="next">&rsaquo;</a>
        </div><!-- /.carousel -->
      </div>
    </div>   
        
 </div><!--/.content-->

CSS code

Scoped CSS that styles the component. Paste it after Bootstrap 3.0.1 to keep the design, spacing, and responsiveness consistent.

				                
body{margin-top:20px;}				              

Similar snippets

Bootstrap example and template. bs4 social network layout

bs4 social network layout

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. portfolio with category filter and masonry

portfolio with category filter and masonry

Bootstrap example and template. Update user profile

Update user profile

Bootstrap example and template. responsive video with description

responsive video with description

FAQ

How do I use this snippet?

Include Bootstrap 3.0.1, paste the HTML, add the CSS block, and include the JS (if any) to mirror the live preview.

Can I use it in commercial projects?

Yes. It’s free for personal and commercial work; check the snippets license for details.

Is it responsive?

Yes. It inherits the responsive grid and components from Bootstrap 3.0.1.

Bootstrap example and template. Home presentation layout Bootstrap 3 Layout

About this bootstrap example/template

Optimized for copy‑paste: clean HTML, scoped CSS, and minimal JS so you can ship production‑ready UI faster and keep designs consistent.

Mobile‑first and responsive by default. Tested across modern browsers to reduce polish time on your project.

Already trusted in 7.0K+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.

Bootstrap 3.0.1

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

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

This code example is based on bootstrap 3.0.1 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