Added link to landing page
This commit is contained in:
parent
155e5e6e0b
commit
00471abee4
1 changed files with 34 additions and 27 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
import Layout from '../layouts/Layout.astro'
|
import Layout from '../layouts/Layout.astro'
|
||||||
import { Button, Logo, Link, Page, Footer, Row, Column, Image, Copyright, OptimizeLogo, Display, Padding } from '../../fwt/'
|
import { Button, Logo, Link, Box, Page, Form, Row, Column, Image, Copyright, OptimizeLogo, Display, Padding } from '../../fwt/'
|
||||||
|
import RegistrationForm from '../components/RegistrationForm/RegistrantionForm'
|
||||||
---
|
---
|
||||||
|
|
||||||
<Layout title="Register - OCBO e-Sign">
|
<Layout title="Register - OCBO e-Sign">
|
||||||
|
|
@ -8,26 +9,30 @@ import { Button, Logo, Link, Page, Footer, Row, Column, Image, Copyright, Optimi
|
||||||
<Padding left={4.75} right={4.75}>
|
<Padding left={4.75} right={4.75}>
|
||||||
<Display desktop tablet>
|
<Display desktop tablet>
|
||||||
<Row content="split">
|
<Row content="split">
|
||||||
|
<Link to="/">
|
||||||
<Row content="left" gap={2}>
|
<Row content="left" gap={2}>
|
||||||
<Logo size={200} />
|
<Logo size={200} />
|
||||||
<h1>OCBO e-Sign</h1>
|
<h1>OCBO e-Sign</h1>
|
||||||
</Row>
|
</Row>
|
||||||
|
</Link>
|
||||||
|
|
||||||
<Button label="Register" edges="curved" to="/main" />
|
<Button label="Register" edges="curved" to="/main" />
|
||||||
</Row>
|
</Row>
|
||||||
</Display>
|
|
||||||
|
|
||||||
<Display mobile>
|
<Display mobile>
|
||||||
<Column content="center">
|
<Column content="center">
|
||||||
|
<Link to="/">
|
||||||
<Logo size={120} />
|
<Logo size={120} />
|
||||||
<h1>OCBO e-Sign</h1>
|
<h1>OCBO e-Sign</h1>
|
||||||
|
</Link>
|
||||||
|
|
||||||
<Button label="Register" edges="curved" to="/main" />
|
<Button label="Register" edges="curved" to="/main" />
|
||||||
</Column>
|
</Column>
|
||||||
</Display>
|
</Display>
|
||||||
|
|
||||||
|
<RegistrationForm />
|
||||||
|
</Display>
|
||||||
</Padding>
|
</Padding>
|
||||||
</Page>
|
|
||||||
</Layout>
|
|
||||||
|
|
||||||
<style lang="sass">
|
<style lang="sass">
|
||||||
@use '/src/styles/variables.sass' as vars
|
@use '/src/styles/variables.sass' as vars
|
||||||
|
|
@ -43,3 +48,5 @@ import { Button, Logo, Link, Page, Footer, Row, Column, Image, Copyright, Optimi
|
||||||
.div
|
.div
|
||||||
width: 8rem
|
width: 8rem
|
||||||
</style>
|
</style>
|
||||||
|
</Page>
|
||||||
|
</Layout>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue