Line 27: | Line 27: | ||
<body> | <body> | ||
+ | <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation"> | ||
+ | <div class="container"> | ||
+ | <!-- Brand and toggle get grouped for better mobile display --> | ||
+ | <div class="navbar-header"> | ||
+ | <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> | ||
+ | <span class="sr-only">Toggle navigation</span> | ||
+ | <span class="icon-bar"></span> | ||
+ | <span class="icon-bar"></span> | ||
+ | <span class="icon-bar"></span> | ||
+ | </button> | ||
+ | <a class="navbar-brand" href="index.html">Batu</a> | ||
+ | </div> | ||
+ | <!-- Collect the nav links, forms, and other content for toggling --> | ||
+ | <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> | ||
+ | <ul class="nav navbar-nav navbar-right"> | ||
+ | <li> | ||
+ | <a href="about.html">About</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="about.html">About</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="about.html">About</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="about.html">About</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="about.html">About</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="services.html">Services</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="contact.html">Contact</a> | ||
+ | </li> | ||
+ | <li class="dropdown"> | ||
+ | <a href="#" class="dropdown-toggle" data-toggle="dropdown">Portfolio <b class="caret"></b></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li> | ||
+ | <a href="portfolio-1-col.html">1 Column Portfolio</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="portfolio-2-col.html">2 Column Portfolio</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="portfolio-3-col.html">3 Column Portfolio</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="portfolio-4-col.html">4 Column Portfolio</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="portfolio-item.html">Single Portfolio Item</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="dropdown"> | ||
+ | <a href="#" class="dropdown-toggle" data-toggle="dropdown">Blog <b class="caret"></b></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li> | ||
+ | <a href="blog-home-1.html">Blog Home 1</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="blog-home-2.html">Blog Home 2</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="blog-post.html">Blog Post</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="dropdown"> | ||
+ | <a href="#" class="dropdown-toggle" data-toggle="dropdown">Other Pages <b class="caret"></b></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li> | ||
+ | <a href="full-width.html">Full Width Page</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="sidebar.html">Sidebar Page</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="faq.html">FAQ</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="404.html">404</a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="pricing.html">Pricing Table</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <!-- /.navbar-collapse --> | ||
+ | </div> | ||
+ | <!-- /.container --> | ||
+ | </nav> | ||
− | + | <!-- Full Page Image Background Carousel Header --> | |
− | + | <header id="myCarousel" class="carousel slide"> | |
− | + | <!-- Indicators --> | |
− | <!-- | + | <ol class="carousel-indicators"> |
− | < | + | <li data-target="#myCarousel" data-slide-to="0" class="active"></li> |
− | + | <li data-target="#myCarousel" data-slide-to="1"></li> | |
− | + | <li data-target="#myCarousel" data-slide-to="2"></li> | |
− | + | </ol> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | <li | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | <li | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | </ | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | <!-- | + | <!-- Wrapper for Slides --> |
− | < | + | <div class="carousel-inner"> |
− | + | <div class="item active"> | |
− | + | <!-- Set the first background image using inline CSS below. --> | |
− | + | <div class="fill" style="background-image:url('http://placehold.it/1900x1080&text=Slide One');"></div> | |
− | + | <div class="carousel-caption"> | |
− | + | <h2>Caption 1</h2> | |
− | + | </div> | |
− | + | </div> | |
− | + | <div class="item"> | |
− | + | <!-- Set the second background image using inline CSS below. --> | |
− | + | <div class="fill" style="background-image:url('http://placehold.it/1900x1080&text=Slide Two');"></div> | |
− | + | <div class="carousel-caption"> | |
− | + | <h2>Caption 2</h2> | |
− | + | </div> | |
− | + | </div> | |
− | + | <div class="item"> | |
− | + | <!-- Set the third background image using inline CSS below. --> | |
− | + | <div class="fill" style="background-image:url('http://placehold.it/1900x1080&text=Slide Three');"></div> | |
− | + | <div class="carousel-caption"> | |
− | + | <h2>Caption 3</h2> | |
− | + | </div> | |
− | + | </div> | |
− | + | </div> | |
− | + | ||
− | + | ||
− | + | ||
− | <!-- | + | <!-- Controls --> |
− | < | + | <a class="left carousel-control" href="#myCarousel" data-slide="prev"> |
− | + | <span class="icon-prev"></span> | |
− | + | </a> | |
− | + | <a class="right carousel-control" href="#myCarousel" data-slide="next"> | |
− | + | <span class="icon-next"></span> | |
− | + | </a> | |
− | </ | + | |
− | < | + | </header> |
− | + | ||
− | <div class=" | + | <!-- Page Content --> |
− | + | <div class="container"> | |
+ | |||
+ | <div class="row"> | ||
+ | <div class="col-lg-12"> | ||
+ | <h1>Full Slider by Start Bootstrap</h1> | ||
+ | <p>The background images for the slider are set directly in the HTML using inline CSS. The rest of the styles for this template are contained within the <code>full-slider.css</code>file.</p> | ||
+ | </div> | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <hr> | |
− | + | ||
− | + | <!-- Footer --> | |
− | + | <footer> | |
− | + | <div class="row"> | |
− | + | <div class="col-lg-12"> | |
− | + | <p>Copyright © Your Website 2014</p> | |
− | + | </div> | |
− | + | </div> | |
− | + | <!-- /.row --> | |
− | + | </footer> | |
+ | |||
</div> | </div> | ||
− | + | <!-- /.container --> | |
− | + | ||
− | <!-- /.container --> | + | |
− | <!-- jQuery --> | + | <!-- jQuery --> |
− | <script src=" | + | <script src="js/jquery.js"></script> |
− | <!-- Bootstrap Core JavaScript --> | + | <!-- Bootstrap Core JavaScript --> |
− | <script src=" | + | <script src="js/bootstrap.min.js"></script> |
− | <!-- Script to Activate the Carousel --> | + | <!-- Script to Activate the Carousel --> |
− | <script> | + | <script> |
$('.carousel').carousel({ | $('.carousel').carousel({ | ||
interval: 5000 //changes the speed | interval: 5000 //changes the speed | ||
}) | }) | ||
− | </script> | + | </script> |
</body> | </body> | ||
</html> | </html> |
Revision as of 12:28, 5 August 2017
Full Slider by Start Bootstrap
The background images for the slider are set directly in the HTML using inline CSS. The rest of the styles for this template are contained within the full-slider.css
file.