|
|
@@ -12,9 +12,9 @@
|
|
|
|
|
|
<!-- Bootstrap core CSS -->
|
|
|
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
|
|
- <link href="js/bootsrtap.js" rel="js">
|
|
|
+
|
|
|
<!-- Custom styles for this template -->
|
|
|
- <link href="css/heroic-features.css" rel="stylesheet">
|
|
|
+ <link href="css/full-slider.css" rel="stylesheet">
|
|
|
|
|
|
</head>
|
|
|
|
|
|
@@ -41,52 +41,83 @@
|
|
|
<a class="nav-link" href="#">Services</a>
|
|
|
</li>
|
|
|
<li class="nav-item">
|
|
|
- <a class="nav-link" href="contact.html">Contact</a>
|
|
|
+ <a class="nav-link" href="#">Contact</a>
|
|
|
</li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
</nav>
|
|
|
|
|
|
-<div id="myCarousel" class="carousel slide" data-ride="carousel">
|
|
|
- <!-- 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>
|
|
|
-
|
|
|
- <!-- Wrapper for slides -->
|
|
|
- <div class="carousel-inner">
|
|
|
- <div class="item active">
|
|
|
- <img src="la.jpg" alt="Los Angeles">
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="item">
|
|
|
- <img src="chicago.jpg" alt="Chicago">
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="item">
|
|
|
- <img src="ny.jpg" alt="New York">
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
- <!-- Left and right controls -->
|
|
|
- <a class="left carousel-control" href="#myCarousel" data-slide="prev">
|
|
|
- <span class="glyphicon glyphicon-chevron-left"></span>
|
|
|
- <span class="sr-only">Previous</span>
|
|
|
- </a>
|
|
|
- <a class="right carousel-control" href="#myCarousel" data-slide="next">
|
|
|
- <span class="glyphicon glyphicon-chevron-right"></span>
|
|
|
- <span class="sr-only">Next</span>
|
|
|
- </a>
|
|
|
-</div>
|
|
|
+ <header>
|
|
|
+ <div id="carouselIndicators" class="carousel slide" data-ride="carousel">
|
|
|
+ <ol class="carousel-indicators">
|
|
|
+ <li data-target="#carouselIndicators" data-slide-to="0" class="active"></li>
|
|
|
+ <li data-target="#carouselIndicators" data-slide-to="1"></li>
|
|
|
+ <li data-target="#carouselIndicators" data-slide-to="2"></li>
|
|
|
+ <li data-target="#carouselIndicators" data-slide-to="3"></li>
|
|
|
+ <li data-target="#carouselIndicators" data-slide-to="4"></li>
|
|
|
+ <li data-target="#carouselIndicators" data-slide-to="5"></li>
|
|
|
+ </ol>
|
|
|
+ <div class="carousel-inner" role="listbox">
|
|
|
+ <!-- Slide One - Set the background image for this slide in the line below -->
|
|
|
+ <div class="carousel-item active" style="background-image: url('pics/fuji.jpg')">
|
|
|
+ <div class="carousel-caption d-none d-md-block">
|
|
|
+ <h3></h3>
|
|
|
+ <p></p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!-- Slide Two - Set the background image for this slide in the line below -->
|
|
|
+ <div class="carousel-item" style="background-image: url('pics/fuji1.jpg')">
|
|
|
+ <div class="carousel-caption d-none d-md-block">
|
|
|
+ <h3></h3>
|
|
|
+ <p></p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!-- Slide Three - Set the background image for this slide in the line below -->
|
|
|
+ <div class="carousel-item" style="background-image: url('pics/fuji2.jpg')">
|
|
|
+ <div class="carousel-caption d-none d-md-block">
|
|
|
+ <h3></h3>
|
|
|
+ <p></p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!-- Slide Four - Set the background image for this slide in the line below -->
|
|
|
+ <div class="carousel-item " style="background-image: url('pics/fuji3.jpg')">
|
|
|
+ <div class="carousel-caption d-none d-md-block">
|
|
|
+ <h3></h3>
|
|
|
+ <p></p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!-- Slide Five - Set the background image for this slide in the line below -->
|
|
|
+ <div class="carousel-item " style="background-image: url('pics/fuji_para.jpg')">
|
|
|
+ <div class="carousel-caption d-none d-md-block">
|
|
|
+ <h3></h3>
|
|
|
+ <p></p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!-- Slide Six - Set the background image for this slide in the line below -->
|
|
|
+ <div class="carousel-item " style="background-image: url('pics/fuji_para1.jpg')">
|
|
|
+ <div class="carousel-caption d-none d-md-block">
|
|
|
+ <h3></h3>
|
|
|
+ <p></p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <a class="carousel-control-prev" href="#carouselIndicators" role="button" data-slide="prev">
|
|
|
+ <span class="carousel-control-prev-icon" aria-hidden="true"></span>
|
|
|
+ <span class="sr-only">Previous</span>
|
|
|
+ </a>
|
|
|
+ <a class="carousel-control-next" href="#carouselIndicators" role="button" data-slide="next">
|
|
|
+ <span class="carousel-control-next-icon" aria-hidden="true"></span>
|
|
|
+ <span class="sr-only">Next</span>
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ </header>
|
|
|
|
|
|
-<!-- Page Content -->
|
|
|
+ <!-- Page Content -->
|
|
|
<section class="py-5">
|
|
|
<div class="container">
|
|
|
- <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
|
|
|
+ <h1></h1>
|
|
|
+ <p>template are contained within the
|
|
|
<code>full-slider.css</code>
|
|
|
file.</p>
|
|
|
</div>
|