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; +--- + + diff --git a/src/pages/about.astro b/src/pages/about.astro index 23bff11..54d6b80 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -1,4 +1,5 @@ --- +import TechList from '@/components/TechList.astro'; import PageLayout from '@/layouts/PageLayout.astro'; --- @@ -9,7 +10,97 @@ import PageLayout from '@/layouts/PageLayout.astro';

프론트엔드 개발자

-

교육

+

경력

+ +
+
+

교육