Commit ac5fe80d by Juliper
parents 6423d631 34aa18b3
......@@ -1275,7 +1275,7 @@ figure.effect-zoe:hover ul.social-icons a:first-child {
/*-- Cuisines --*/
.cuisines {
padding: 10px 0;
padding: 90px 0;
}
/*--w3layouts--*/
......@@ -1287,6 +1287,13 @@ figure.effect-zoe:hover ul.social-icons a:first-child {
margin-bottom: 50px;
color: #1dc8d9;
}
.cuisines h3 {
font-size: 25px;
font-weight: 700;
color: #1dc8d9;
text-align: left;
/*margin-left: 3px;*/
}
.cuisines p {
line-height: 35px;
......
@extends('layouts.page.Homestay')
\ No newline at end of file
@extends('adminlte::layouts.pages.Homestay')
\ No newline at end of file
@extends('layouts.page.Home')
@extends('adminlte::layouts.pages.Home')
@extends('adminlte::layouts.pages.profiles')
<!DOCTYPE html>
<!--
This is a starter template page. Use this page to start your new project from
scratch. This page gets rid of all links and provides the needed markup only.
-->
<html lang="en">
@section('adminlte::layouts.partialweb.htmlheader')
@include('adminlte::layouts.partialweb.htmlheader')
@show
<body>
@include('adminlte::layouts.partialweb..mainheader')
@yield('main-content')
@include('adminlte::layouts.partialweb..mainfooter')
@include('adminlte::layouts.partialweb..scripts')
</body>
</html>
@extends('layouts.master')
@extends('adminlte::layouts.master')
@section('main-content')
@include('layouts.partials.slider')<br>
@include('adminlte::layouts.partialweb.slider')<br>
<!--Welcome-->
<div class="footer2 agileits w3layouts">
<div class="container">
......
@extends('layouts.master')
@extends('adminlte::layouts.master')
@section('main-content')
<!-- Banner -->
<div class="banner agileits w3layouts">
......
@extends('adminlte::layouts.master')
@section('main-content')
<div class="cuisines agileits w3layouts" style="padding-top: 50px; margin-top: 40px; ">
<div class="container">
<div class="col-md-4 col-sm-4 cuisines-grids agileits w3layouts cuisines-grids-2 wow slideInRight">
<img src="img/avatar3.png" alt="Agileits W3layouts">
<h2 style="text-align: center; margin-top: 3px;"> Palti Sinaga </h2>
</div>
<div class="col-md-8 col-sm-8 cuisines-grids agileits w3layouts cuisines-grids-1 wow slideInLeft">
<h3>Data Diri</h3>
<table class="table-condensed" style="font-size: 16px; margin-left: -3px; color: #777">
<tr>
<td> Tempat / Tanggal Lahir</td>
<td> Palti Sinaga</td>
</tr>
<tr>
<td> Kelaasdas </td>
<td> test </td>
</tr>
<tr>
<td> Tempaasfasdt / Tanggal Lahir</td>
<td> Palti Sinaga</td>
</tr>
<tr>
<td> Kelasdas </td>
<td> test </td>
</tr>
<tr>
<td> Tempaqwdat / Tanggal Lahir</td>
<td> Palti Sinaga</td>
</tr>
<tr>
<td> Keasddlas </td>
<td> test </td>
</tr>
</table>
<br><br>
<h3> Testimoni </h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<div class="services agileits w3layouts" style="background-color: #fff; padding: 1px 1px 1px 0px; margin-top: 30px;">
<a class="agileits w3layoutswow slideInLeft" href="gallery.html" >Edit Profile <span class="glyphicon agileits w3layouts glyphicon-arrow-right" aria-hidden="true"></span></a>
<a class="agileits w3layoutswow slideInLeft" href="gallery.html">History <span class="glyphicon agileits w3layouts glyphicon-arrow-right" aria-hidden="true"></span></a>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
@endsection
\ No newline at end of file
......@@ -17,7 +17,7 @@
<li class="active"><a href="index.html">HOME</a></li>
<li><a href="#2">DAFTAR HOMESTAY</a></li>
<li><a href="#3">LOKASI</a></li>
<li><a href="gallery.html">GALLERY</a></li>
<li><a href="gallery.html">PROFILE</a></li>
<!-- <li><a href="codes.html">CODES</a></li> -->
<!-- <li><a href="booking.html">BOOKING</a></li> -->
</ul>
......
......@@ -24,6 +24,15 @@ Route::get('homestay', function(){
return view('homestay');
});
Route::get('profiles', function(){
return view('profiles');
});
Route::get('loginc', function(){
return view('loginc');
});
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