From 72bba17def6d2ad57ed6fb376cb6f06aebf60d1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=94=ED=82=A4=EC=B0=AC?= Date: Mon, 19 Feb 2024 00:18:04 +0900 Subject: [PATCH 1/6] =?UTF-8?q?=ED=8F=AC=ED=8A=B8=ED=8F=B4=EB=A6=AC?= =?UTF-8?q?=EC=98=A4=20=EB=AA=A9=EC=97=85=20=EC=9D=B4=EB=AF=B8=EC=A7=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.js | 4 +- .../Membeder \353\252\251\354\227\205.png" | Bin 0 -> 571595 bytes src/data/ProfileData.js | 2 +- src/page/PortfolioPage.js | 80 ++++++++++++++++++ src/section/ProfileSection.js | 1 + 5 files changed, 85 insertions(+), 2 deletions(-) create mode 100644 "src/assets/Membeder \353\252\251\354\227\205.png" create mode 100644 src/page/PortfolioPage.js diff --git a/src/App.js b/src/App.js index 539452c..30fe61c 100644 --- a/src/App.js +++ b/src/App.js @@ -8,6 +8,7 @@ import UiSection from "./section/UiSection"; import React, {useEffect} from "react"; import {UiContextProvider} from "./context/UiReducer"; import Page from "./page/Page"; +import {PortfolioPage} from "./page/PortfolioPage"; const Test = styled.div` height: var(--footer-height); @@ -34,7 +35,8 @@ function App() { - + {/**/} +