mirror of https://github.com/Squidex/squidex.git
16 changed files with 82 additions and 20 deletions
@ -1,2 +1,13 @@ |
|||
<div class="content"> |
|||
<img class="logo" src="/images/logo.png" /> |
|||
|
|||
<button class="btn btn-primary" (click)="login()">Login</button> |
|||
<button class="btn btn-primary btn-lg login-button" (click)="login()">Login to Squidex</button> |
|||
|
|||
<p class="login-hint"> |
|||
The login button will open a new popup. Once you are logged in successfull we will redirect you to the squidex management portal. |
|||
</p> |
|||
|
|||
<p class="proudly-made"> |
|||
Proudly made by Quaisar Ahmad & Sebastian Stehle, 2016-2017 |
|||
<p> |
|||
</div> |
|||
@ -0,0 +1,24 @@ |
|||
.content { |
|||
margin: 100px auto; |
|||
max-width: 500px; |
|||
text-align: center; |
|||
} |
|||
|
|||
.logo { |
|||
height: 60px; |
|||
display: display-block; |
|||
} |
|||
|
|||
.login-button { |
|||
margin: 40px 0; |
|||
} |
|||
|
|||
.login-hint { |
|||
font-style: italic; |
|||
} |
|||
|
|||
.proudly-made { |
|||
margin-top: 100px; |
|||
font-size: 11px; |
|||
font-style: italic; |
|||
} |
|||
Loading…
Reference in new issue