Commit a5f736df by Juliper
parents 5cbcac3c 16205485
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<div class="register-box-body"> <div class="register-box-body">
<div class="login-logo"> <div class="login-logo">
<a href="{{ url('/home') }}"><img src="img/bulbulhomestay.png" alt=""></a> <a href="{{ url('/home') }}"><img src="img/bulbulhomestay.jpg" alt=""></a>
</div><!-- /.login-logo --> </div><!-- /.login-logo -->
<form action="{{ url('/daftar') }}" method="post"> <form action="{{ url('/daftar') }}" method="post">
<input type="hidden" name="_token" value="{{ csrf_token() }}"> <input type="hidden" name="_token" value="{{ csrf_token() }}">
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
<div class="col-xs-4 col-xs-push-8" > <div class="col-xs-4 col-xs-push-8" >
<button type="submit" class="btn btn-primary btn-block btn-flat">{{ trans('adminlte_lang::message.register') }}</button> <button type="submit" class="btn btn-primary btn-block btn-flat" style="background-color:#1dc8d9; border-color:#1dc8d9;">{{ trans('adminlte_lang::message.register') }}</button>
</div><!-- /.col --> </div><!-- /.col -->
</div> </div>
</form> </form>
......
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
@section('main-content') @section('main-content')
<div class="cuisines agileits w3layouts" style="padding-top: 50px; margin-top: 40px; "> <div class="cuisines agileits w3layouts" style="padding-top: 50px; margin-top: 40px; ">
<div class="container"> <div class="container">
<div class="col-md-4 col-sm-4 cuisines-grids agileits w3layouts cuisines-grids-2 wow slideInRight"> <div class="col-md-4 col-sm-3 cuisines-grids agileits w3layouts cuisines-grids-2">
<img src="img/{{Auth::user()->foto}}" alt="Agileits W3layouts"> <img src="img/{{Auth::user()->foto}}" alt="Agileits W3layouts" style="width:250px;">
<h2 style="text-align: center; margin-top: 3px;"> {{Auth::user()->name}} </h2> <h3 style="margin-left:60px ; margin-top: 3px;"> {{Auth::user()->name}} </h2>
</div> </div>
<div class="col-md-8 col-sm-8 cuisines-grids agileits w3layouts cuisines-grids-1 wow slideInLeft"> <div class="col-md-8 col-sm-8 cuisines-grids agileits w3layouts cuisines-grids-1" style="border-right:2px solid #55c9da;">
<h3>Data Diri</h3> <h3>Data Diri</h3>
<table class="table-condensed" style="font-size: 16px; margin-left: -3px; color: #777"> <table class="table-condensed" style="font-size: 16px; margin-left: -3px; color: #777;" >
<tr> <tr>
<td>Nama</td> <td>Nama</td>
<td>:</td> <td>:</td>
......
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