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
Aaron Parecki 6 years ago
committed by GitHub
parent
commit
e3b5f7930e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      compass/resources/views/index.blade.php

+ 3
- 2
compass/resources/views/index.blade.php View File

@ -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">

Loading…
Cancel
Save