Browse Source
Merge pull request #18 from EdwardHinkle/feature/add-h-app
Add h-x-app to compass’s home page to make IndieAuth logins prettier
pull/23/head
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
2 deletions
-
compass/resources/views/index.blade.php
|
|
@ -2,9 +2,10 @@ |
|
|
|
|
|
|
|
@section('content') |
|
|
|
|
|
|
|
<div class="splash"> |
|
|
|
<div class="splash h-x-app"> |
|
|
|
|
|
|
|
<div class="logo"><img src="/assets/compass.svg" width="200"></div> |
|
|
|
<a class="p-name u-url" href="" style="display: none;">Compass</a> |
|
|
|
<div class="logo"><img src="/assets/compass.svg" width="200" class="u-logo"></div> |
|
|
|
|
|
|
|
<form action="/auth/start" method="post" class="ui form login" style="margin-top: 40px;"> |
|
|
|
<div class="ui action input"> |
|
|
|