Commit ee1e2ac1 by Luka Pavlovic

header

parent 13e9b7f2
Showing with 46 additions and 7 deletions
......@@ -11,13 +11,52 @@
</head>
<body>
<header>
<img src="<?php echo base_url();?>assets/images/hotelicon.jpg" width="100px">
<a href="<?php echo base_url();?>Pages/view">
Trump resort </a>
<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" role="listbox">
<div class="item active">
<img src="<?php echo base_url();?>assets/images/pool.jpg" alt="New York">
<div class="carousel-caption">
<h1>Trump resorts</h1>
<h3>The nature in Trump resorts is wonderful.</h3>
</div>
</div>
<div class="item">
<img src="<?php echo base_url();?>assets/images/nekihotel.jpg" alt="Chicago">
<div class="carousel-caption">
<h1>Trump resorts</h1>
<h3>We have the best pool parties.</h3>
</div>
</div>
<div class="item">
<img src="<?php echo base_url();?>assets/images/hotel3.jpg" alt="Los Angeles">
<div class="carousel-caption">
<h1>Trump resorts</h1>
<h3>Time is free. You can't own it, but you can use it. </h3>
</div>
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</header>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment