diff --git a/src/components/Tech.astro b/src/components/Tech.astro new file mode 100644 index 0000000..03032a8 --- /dev/null +++ b/src/components/Tech.astro @@ -0,0 +1,12 @@ +--- +type Props = { + label: string; +}; + +const { label } = Astro.props; +--- + +{label} diff --git a/src/components/TechList.astro b/src/components/TechList.astro new file mode 100644 index 0000000..4a764cd --- /dev/null +++ b/src/components/TechList.astro @@ -0,0 +1,19 @@ +--- +import Tech from './Tech.astro'; + +type Props = { + labels: string[]; +}; + +const { labels } = Astro.props; +--- + +
프론트엔드 개발자
메멘토에이아이
++ 인턴 + ~ (1개월) + +
++ 피부과 시술 예약 및 뷰티 컨설팅 시스템 +
++ 피부과 관리 시스템, 백 오피스 시스템 +
+제품 발주 시스템
+