project updates and blog
This commit is contained in:
parent
261a4fcacd
commit
dec88e2842
12 changed files with 344 additions and 76 deletions
9
src/types/ProjectCardProps.ts
Normal file
9
src/types/ProjectCardProps.ts
Normal file
|
@ -0,0 +1,9 @@
|
|||
export default interface ProjectCardProps {
|
||||
title: string,
|
||||
description: string,
|
||||
shortDescription: string,
|
||||
techUsed: string[],
|
||||
linkTitle?: string,
|
||||
link?: string,
|
||||
imageUrl: string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue