Commit d009edba by Palti Sinaga

blade lagi

parent b157450e
......@@ -23,7 +23,7 @@ body a {
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
text-decoration: none;
}
}
body a:hover {
text-decoration: none;
......@@ -314,7 +314,7 @@ ul.callbacks_tabs li {
/*-- Services --*/
.services {
background-color: #f7f7f7;
background-color: #ffffff;
padding: 25px 0 25px;
}
......@@ -875,8 +875,9 @@ ul.social-icons li a.youtube:hover {
/*-- Details --*/
.details {
/*padding: 25px 0;*/
background-color: #EAEAEA;
padding-top: 28px;
padding-bottom: 28px;
background-color: #f3f3f3;
}
/*--w3layouts--*/
/*--agileits--*/
......@@ -884,7 +885,7 @@ ul.social-icons li a.youtube:hover {
text-align: left;
font-size: 40px;
font-weight: 700;
margin-bottom: 50px;
margin-bottom: 20px;
color: #1dc8d9;
}
......
@extends('layouts.page.Homestay')
\ No newline at end of file
@extends('layouts.master')
@section('main-content')
@include('layouts.partials.slider')<br>
<!--Welcome-->
<div class="footer2 agileits w3layouts">
<div class="container">
......
......@@ -14,6 +14,7 @@
<!-- Bootstrap-CSS --> <link rel="stylesheet" href="css/bootstrap.min.css" type="text/css" media="all">
<!-- Index-Page-CSS --> <link rel="stylesheet" href="css/style.css" type="text/css" media="all">
<!-- Animate.CSS --> <link rel="stylesheet" href="css/animate.css" type="text/css" media="all">
<!-- Tanggal --> <link rel="stylesheet" href="css/jquery-ui.css" type="text/css" media="all">
<!-- //Custom-Stylesheet-Links -->
<!-- Fonts -->
......
......@@ -26,27 +26,7 @@
</nav>
<!-- //Navbar -->
<!-- Slider -->
<div class="slider agileits w3layouts">
<div class="slider-1 agileits w3layouts">
<ul class="rslides agileits w3layouts" id="slider1">
<li>
<img src="img/danautoba.jpg" alt="Agileits W3layouts">
<div class="layer agileits w3layouts"></div>
<div class="caption agileits w3layouts">
<h3 >Welcome To <span>TROPICAL RESORTS</span></h3>
</div>
</li>
<li>
<img src="img/slide-11.jpg" alt="Agileits W3layouts">
<div class="caption agileits w3layouts">
<h3>Choose The Best Resort For You</h3>
</div>
</li>
</ul>
</div>
</div>
<!-- //Slider -->
<div class="clearfix" style="margin-bottom: 15px;"></div>
</div>
<!-- //Header -->
\ No newline at end of file
......@@ -52,4 +52,32 @@
</script>
<!-- //Smooth-Scrolling-JavaScript -->
<!-- Booking-Popup-Box-JavaScript -->
<script src="js/jquery.magnific-popup.js" type="text/javascript"></script>
<script>
$(document).ready(function() {
$('.popup-with-zoom-anim').magnificPopup({
type: 'inline',
fixedContentPos: false,
fixedBgPos: true,
overflowY: 'auto',
closeBtnInside: true,
preloader: false,
midClick: true,
removalDelay: 300,
mainClass: 'my-mfp-zoom-in'
});
});
</script>
<!-- //Booking-Popup-Box-JavaScript -->
<!-- Date-Picker-JavaScript -->
<script src="js/jquery-ui.js"></script>
<script>
$(function() {
$( "#datepicker,#datepicker1,#datepicker2" ).datepicker();
});
</script>
<!-- //Date-Picker-JavaScript -->
<!-- //Custom-JavaScript-File-Links -->
\ No newline at end of file
<!-- Slider -->
<div class="slider agileits w3layouts">
<div class="slider-1 agileits w3layouts">
<ul class="rslides agileits w3layouts" id="slider1">
<li>
<img src="img/danautoba.jpg" alt="Agileits W3layouts">
<div class="layer agileits w3layouts"></div>
<div class="caption agileits w3layouts">
<h3 >Welcome To <span>TROPICAL RESORTS</span></h3>
</div>
</li>
<li>
<img src="img/slide-11.jpg" alt="Agileits W3layouts">
<div class="caption agileits w3layouts">
<h3>Choose The Best Resort For You</h3>
</div>
</li>
</ul>
</div>
</div>
<!-- //Slider -->
\ No newline at end of file
......@@ -19,6 +19,11 @@ Route::get('test', function(){
return view('index');
});
//test saja
Route::get('homestay', function(){
return view('homestay');
});
Route::group(['middleware' => 'auth'], function () {
......
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 to comment