Commit 802b242c by Palti Sinaga

push lagi

parent 7d621d2e
...@@ -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;
...@@ -113,7 +113,7 @@ a:focus, a:hover { ...@@ -113,7 +113,7 @@ a:focus, a:hover {
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus { .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
color: #1dc8d9; color: #1dc8d9;
} }
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus { .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
...@@ -402,19 +402,19 @@ ul.callbacks_tabs li { ...@@ -402,19 +402,19 @@ ul.callbacks_tabs li {
list-style: none; list-style: none;
font-size: 14px; font-size: 14px;
text-align: left; text-align: left;
background-color: #f8f8f8; background-color: #d8d8d8;
/*border: 1px solid #ccc;*/ /*border: 1px solid #ccc;*/
/*border: 1px solid rgba(0, 0, 0, 0.15);*/ /*border: 1px solid rgba(0, 0, 0, 0.15);*/
border-radius: 4px; border-radius: 4px;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box; background-clip: padding-box;
} }
.dropdown-menu > li.user-header { .dropdown-menu > li.user-header {
height: 175px; height: 175px;
padding: 10px; padding: 10px;
text-align: center; text-align: center;
background-color: #1cc7d8; background-color: #f8f8f8;
} }
.dropdown-menu > li.user-header img{ .dropdown-menu > li.user-header img{
height: 150px; height: 150px;
...@@ -422,7 +422,7 @@ ul.callbacks_tabs li { ...@@ -422,7 +422,7 @@ ul.callbacks_tabs li {
} }
.dropdown-menu > .user-footer { .dropdown-menu > .user-footer {
background-color: #f9f9f9; background-color: #d8d8d8;
padding: 10px; padding: 10px;
} }
...@@ -1613,9 +1613,9 @@ h3.title { ...@@ -1613,9 +1613,9 @@ h3.title {
-moz-border-radius: 4px; -moz-border-radius: 4px;
-webkit-border-radius: 4px; -webkit-border-radius: 4px;
border: 1px solid #ae4553 border: 1px solid #ae4553
} }
#myList li{ #myList li{
display: none; display: none;
list-style-type: none; list-style-type: none;
/*--w3layouts--*/ /*--w3layouts--*/
...@@ -4719,4 +4719,4 @@ p.contact-p { ...@@ -4719,4 +4719,4 @@ p.contact-p {
/*-- //Responsive Code --*/ /*-- //Responsive Code --*/
\ No newline at end of file
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
<div class="col-md-6 col-sm-6 cuisines-grids agileits w3layouts cuisines-grids-2 wow slideInRight"> <div class="col-md-6 col-sm-6 cuisines-grids agileits w3layouts cuisines-grids-2 wow slideInRight">
<img src="{{asset('img/project-1.jpg')}}" alt="Agileits W3layouts"> <img src="{{asset('img/project-1.jpg')}}" alt="Agileits W3layouts">
</div> </div>
<!-- <div class="clearfix"></div> --> <!-- <div class="clearfix"></div> -->
<div class="container"> <div class="container">
<div class="details-grids agileits w3layouts"> <div class="details-grids agileits w3layouts">
<!--Homestay pict --> <!--Homestay pict -->
......
...@@ -15,11 +15,11 @@ ...@@ -15,11 +15,11 @@
<div id="navbar" class="navbar-collapse agileits w3layouts navbar-right collapse"> <div id="navbar" class="navbar-collapse agileits w3layouts navbar-right collapse">
<ul class="nav agileits w3layouts navbar-nav"> <ul class="nav agileits w3layouts navbar-nav">
<li class="active"><a href="{{ url('/') }}">HOME</a></li> <li class="active"><a href="{{ url('/') }}">HOME</a></li>
<li><a href="#2">DAFTAR HOMESTAY</a></li> <li><a href="{{ url('/#2') }}">DAFTAR HOMESTAY</a></li>
<li><a href="#3">LOKASI</a></li> <li><a href="{{ url('/#3') }}">LOKASI</a></li>
<!-- <li><a href="gallery.html">PROFILE</a></li> --> <!-- <li><a href="gallery.html">PROFILE</a></li> -->
@if (Auth::guest()) @if (Auth::guest())
<li><a href="{{ url('/login') }}"> LOGIN </a></li> <li><a href="{{ url('/login') }}"> LOGIN </a></li>
@else @else
<!-- User Account Menu --> <!-- User Account Menu -->
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
@endif @endif
</a> </a>
@if(Auth::user()->role=="Customer") @if(Auth::user()->role=="Customer")
<ul class="dropdown-menu"> <ul class="dropdown-menu">
<!-- The user image in the menu --> <!-- The user image in the menu -->
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
{{--<img src="{{ Gravatar::get($user->email) }}" class="img-circle" alt="User Image" />--}} {{--<img src="{{ Gravatar::get($user->email) }}" class="img-circle" alt="User Image" />--}}
<p> <p>
<img src="img/{{ Auth::user()->foto }}" class="img-circle" alt="User Image" /> <img src="img/{{ Auth::user()->foto }}" class="img-circle" alt="User Image" />
</p> </p>
</li> </li>
<!-- Menu Body --> <!-- Menu Body -->
......
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