feat: add program cards

This commit is contained in:
2022-08-09 22:17:02 -04:00
parent bbc137fbe8
commit 549d177e5c
10 changed files with 89 additions and 39 deletions

View File

@@ -11,9 +11,7 @@ import { projects } from "@/data/projects";
v-for="(proj, index) in projects"
:project="proj"
:key="index"
>
{{ proj.description }}
</ProjectCard>
/>
</div>
<h1 id="about" class="text-center mb-4 mt-8">About</h1>