sign-in-illustration.html 600 B

1234567891011121314151617181920212223
  1. ---
  2. layout: single
  3. title: Sign in with illustration
  4. container-size: normal
  5. hide-logo: true
  6. ---
  7. <div class="row align-items-center g-4">
  8. <div class="col-lg">
  9. <div class="container-tight">
  10. <div class="text-center mb-4">
  11. <a href="{{ base }}" class="navbar-brand navbar-brand-autodark"><img src="{{ base }}/assets/static/logo.svg" height="36" alt=""></a>
  12. </div>
  13. {% include "cards/sign-in.html" show-header="1" %}
  14. </div>
  15. </div>
  16. <div class="col-lg d-none d-lg-block">
  17. {% include "ui/illustration.html" image="boy-with-key.svg" class="d-block mx-auto" height=400 %}
  18. </div>
  19. </div>