Commit d009edba by Palti Sinaga

blade lagi

parent b157450e
...@@ -23,7 +23,7 @@ body a { ...@@ -23,7 +23,7 @@ body a {
-o-transition: 0.5s all; -o-transition: 0.5s all;
-ms-transition: 0.5s all; -ms-transition: 0.5s all;
text-decoration: none; text-decoration: none;
} }
body a:hover { body a:hover {
text-decoration: none; text-decoration: none;
...@@ -314,7 +314,7 @@ ul.callbacks_tabs li { ...@@ -314,7 +314,7 @@ ul.callbacks_tabs li {
/*-- Services --*/ /*-- Services --*/
.services { .services {
background-color: #f7f7f7; background-color: #ffffff;
padding: 25px 0 25px; padding: 25px 0 25px;
} }
...@@ -875,8 +875,9 @@ ul.social-icons li a.youtube:hover { ...@@ -875,8 +875,9 @@ ul.social-icons li a.youtube:hover {
/*-- Details --*/ /*-- Details --*/
.details { .details {
/*padding: 25px 0;*/ padding-top: 28px;
background-color: #EAEAEA; padding-bottom: 28px;
background-color: #f3f3f3;
} }
/*--w3layouts--*/ /*--w3layouts--*/
/*--agileits--*/ /*--agileits--*/
...@@ -884,7 +885,7 @@ ul.social-icons li a.youtube:hover { ...@@ -884,7 +885,7 @@ ul.social-icons li a.youtube:hover {
text-align: left; text-align: left;
font-size: 40px; font-size: 40px;
font-weight: 700; font-weight: 700;
margin-bottom: 50px; margin-bottom: 20px;
color: #1dc8d9; color: #1dc8d9;
} }
......
@extends('layouts.page.Homestay')
\ No newline at end of file
@extends('layouts.master') @extends('layouts.master')
@section('main-content') @section('main-content')
@include('layouts.partials.slider')<br>
<!--Welcome--> <!--Welcome-->
<div class="footer2 agileits w3layouts"> <div class="footer2 agileits w3layouts">
<div class="container"> <div class="container">
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
<!-- Bootstrap-CSS --> <link rel="stylesheet" href="css/bootstrap.min.css" type="text/css" media="all"> <!-- 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"> <!-- 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"> <!-- 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 --> <!-- //Custom-Stylesheet-Links -->
<!-- Fonts --> <!-- Fonts -->
......
...@@ -26,27 +26,7 @@ ...@@ -26,27 +26,7 @@
</nav> </nav>
<!-- //Navbar --> <!-- //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 class="clearfix" style="margin-bottom: 15px;"></div>
</div> </div>
<!-- //Header --> <!-- //Header -->
\ No newline at end of file
...@@ -52,4 +52,32 @@ ...@@ -52,4 +52,32 @@
</script> </script>
<!-- //Smooth-Scrolling-JavaScript --> <!-- //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 --> <!-- //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(){ ...@@ -19,6 +19,11 @@ Route::get('test', function(){
return view('index'); return view('index');
}); });
//test saja
Route::get('homestay', function(){
return view('homestay');
});
Route::group(['middleware' => 'auth'], function () { 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