Add portafolio page

This commit is contained in:
Alexander Navarro 2023-11-18 14:02:51 -03:00
parent 0c10c3fa77
commit 318a647147
8 changed files with 166 additions and 23 deletions

View file

@ -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">