backend/app/views/auth/auth_page.pug
garrettmills bd03f2709e
All checks were successful
continuous-integration/drone/push Build is passing
Clean up welcome page and login flow
2020-10-23 12:01:01 -05:00

21 lines
1015 B
Plaintext

html
head
title #{title} | #{_app.name}
meta(name='viewport' content='width=device-width initial-scale=1')
link(rel='stylesheet' href='https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css')
link(rel='stylesheet' href='/assets/auth/forms.css')
link(href="https://fonts.googleapis.com/css?family=Merienda:700&display=swap" rel="stylesheet")
script(src="https://kit.fontawesome.com/5043ba9cc5.js" crossorigin="anonymous")
body
.container-fluid
.row.no-gutter
.d-none.d-md-flex.col-md-5
.col-md-5
.login.d-flex.align-items-center.py-5
.container
.row
.col-md-9.col-lg-8.mx-auto
h2.name-banner #{_app.name}
block content
script(src='https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css')