Updated
This commit is contained in:
parent
eb8731d039
commit
0b4c7b2d93
6 changed files with 98 additions and 47 deletions
|
|
@ -7,13 +7,39 @@ import AA from '../../@dasig/images/sample.avif'
|
|||
import AW from '../../@dasig/images/sample.webp'
|
||||
---
|
||||
|
||||
<Layout title="Articles - Pat Alcala">
|
||||
<Page alignment="column">
|
||||
<Article title="How to sample" subtitle="This is just a sample" date="Feb 10, 2026" imageA={AA.src} imageW={AW.src} alt="aaa" minutes={5} />
|
||||
<Layout title='Articles - Pat Alcala'>
|
||||
<Page alignment='column'>
|
||||
<Row
|
||||
wrap
|
||||
gap={0}
|
||||
content='center'>
|
||||
<div style='width: 500px'>
|
||||
<Article
|
||||
title='How to sample'
|
||||
subtitle='This is just a sample'
|
||||
date='Feb 10, 2026'
|
||||
imageA={AA.src}
|
||||
imageW={AW.src}
|
||||
alt='aaa'
|
||||
minutes={5}
|
||||
/>
|
||||
</div>
|
||||
<div style='width: 500px'>
|
||||
<Article
|
||||
title='How to sample'
|
||||
subtitle='This is just a sample'
|
||||
date='Feb 10, 2026'
|
||||
imageA={AA.src}
|
||||
imageW={AW.src}
|
||||
alt='aaa'
|
||||
minutes={5}
|
||||
/>
|
||||
</div>
|
||||
</Row>
|
||||
</Page>
|
||||
</Layout>
|
||||
|
||||
<style lang="sass">
|
||||
h1
|
||||
color: #3377AC
|
||||
</style>
|
||||
<style lang='sass'>
|
||||
h1
|
||||
color: #3377AC
|
||||
</style>
|
||||
</Layout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue