Skip to content

Instantly share code, notes, and snippets.

@Wolfr
Created January 18, 2018 09:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Wolfr/0e4279cac685228c91bf66422d770344 to your computer and use it in GitHub Desktop.
Save Wolfr/0e4279cac685228c91bf66422d770344 to your computer and use it in GitHub Desktop.
Bedrock tutorial - Sign in start state
extends /templates/_layouts/master
block append pageVariables
- var moduleTitle = 'Sign In'
block body
.o-flex.o-flex--center.u-maximize-height
.c-panel.c-panel--small
.c-panel__header
h2.c-panel__title Sign In
.c-panel__content
.c-input
label.c-input__label(for="username") Username
.c-input__controls
input.c-textfield(type="text", id="username")
.c-input
label.c-input__label(for="password") Password
.c-input__controls
input.c-textfield(type="password", id="password")
.c-input
a.c-button.c-button--primary(href="#")
.c-button__label Sign In
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment