Browse Source
Merge pull request #15 from mansya/master
Add logo image to the project
- Login Page
- readme.md
pull/20/head
Nafies Luthfi
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with
5 additions and
4 deletions
-
public/css/login.css
-
BIN
public/imgs/logo.png
-
BIN
public/imgs/readme-logo.png
-
readme.md
-
resources/views/auth/login.blade.php
|
|
@ -1,2 +1,2 @@ |
|
|
.login-page { background-color: #56B9E4; position: fixed; top:0; bottom:0; left:0; right:0; } |
|
|
.login-page { background-color: #56B9E4; position: fixed; top:0; bottom:0; left:0; right:0; } |
|
|
.login-page .login-form { max-width: 350px; margin: 0 auto; margin-top:10%; } |
|
|
|
|
|
|
|
|
.login-page .login-form { max-width: 350px; margin: 0 auto; margin-top:5%; } |
Width: 145
|
Height: 120
|
Size: 5.7 KiB
|
Width: 534
|
Height: 120
|
Size: 14 KiB
|
|
|
@ -1,6 +1,4 @@ |
|
|
 |
|
|
|
|
|
|
|
|
|
|
|
<h1 align="center">Aplikasi Grosir Obat</h1> |
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
|
[](https://travis-ci.org/nafiesl/grosir-obat) |
|
|
[](https://travis-ci.org/nafiesl/grosir-obat) |
|
|
[](https://styleci.io/repos/87638082) |
|
|
[](https://styleci.io/repos/87638082) |
|
|
|
|
|
@ -6,6 +6,9 @@ |
|
|
<div class="login-page"> |
|
|
<div class="login-page"> |
|
|
<div class="row"> |
|
|
<div class="row"> |
|
|
<div class="login-form"> |
|
|
<div class="login-form"> |
|
|
|
|
|
<div class="text-center lead"> |
|
|
|
|
|
{{ Html::image('imgs/logo.png', env('STORE_NAME'), ['style' => 'width:100px']) }} |
|
|
|
|
|
</div> |
|
|
<p class="text-center lead"> |
|
|
<p class="text-center lead"> |
|
|
{!! __('auth.login_welcome', ['app_name' => env('STORE_NAME')]) !!} |
|
|
{!! __('auth.login_welcome', ['app_name' => env('STORE_NAME')]) !!} |
|
|
</p> |
|
|
</p> |
|
|
|