Skip to content

Commit

Permalink
added images and adjusted css
Browse files Browse the repository at this point in the history
Signed-off-by: Vince Kronlein <[email protected]>
  • Loading branch information
Vince Kronlein committed Oct 16, 2017
1 parent 6950eab commit be96551
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions public/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@
.visibility-toggler {
margin-bottom: 2em;
}

.logo {
margin: 0 auto 2rem;
}
Binary file added public/img/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion resources/views/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

@section('content')
<div class="col-sm-12 col-md-8 col-lg-6 col-lg-offset-3 col-md-offset-2">
<img src="img/logo.png" class="img-responsive" />
<img src="img/logo.png" class=" logo img-responsive" />

<form method='POST' action='/shorten' role='form'>
<input type='url' autocomplete='off'
Expand Down
4 changes: 3 additions & 1 deletion resources/views/snippets/navbar.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@

<!-- Output sign in/sign out buttons appropriately -->
<div class="navbar-header">
<a class="navbar-brand" href="{{ route('index') }}">{{env('APP_SHORT')}}</a>
<a class="navbar-brand" href="{{ route('index') }}">
<img src="img/icon.png" />
</a>
</div>

<ul id="navbar" class="nav navbar-collapse collapse navbar-nav" id="nbc">
Expand Down

0 comments on commit be96551

Please sign in to comment.