Commit 802b242c by Palti Sinaga

push lagi

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