Add portafolio page
This commit is contained in:
parent
0c10c3fa77
commit
318a647147
8 changed files with 166 additions and 23 deletions
|
|
@ -1,11 +1,7 @@
|
|||
---
|
||||
export interface Props {
|
||||
title: string;
|
||||
body: string;
|
||||
href: string;
|
||||
title?: string;
|
||||
}
|
||||
|
||||
const { href, title, body } = Astro.props;
|
||||
---
|
||||
|
||||
<div class="card vstack">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue