From 61806d61330453c6ac6f1ded216748b348f32082 Mon Sep 17 00:00:00 2001 From: Woojiseok Date: Wed, 10 Jul 2024 19:38:42 +0900 Subject: [PATCH 1/3] =?UTF-8?q?FE-31=F0=9F=92=84=EC=83=81=EC=84=B8?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20=EA=B8=B0=EB=B3=B8=20UI=20?= =?UTF-8?q?=EC=A0=9C=EC=9E=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/arrow-left.svg | 3 ++ public/likeIcon.svg | 3 ++ public/logo.svg | 5 ++++ public/placeLink.svg | 3 ++ public/profile.svg | 14 ++++++++++ public/share.svg | 5 ++++ src/pageLayout/Epigram/EpigramComment.tsx | 21 ++++++++++++++ src/pageLayout/Epigram/EpigramFigure.tsx | 34 +++++++++++++++++++++++ src/pageLayout/Epigram/EpigramLayout.tsx | 19 +++++++++++++ src/pages/epigram/[id].tsx | 7 +++++ 10 files changed, 114 insertions(+) create mode 100644 public/arrow-left.svg create mode 100644 public/likeIcon.svg create mode 100644 public/logo.svg create mode 100644 public/placeLink.svg create mode 100644 public/profile.svg create mode 100644 public/share.svg create mode 100644 src/pageLayout/Epigram/EpigramComment.tsx create mode 100644 src/pageLayout/Epigram/EpigramFigure.tsx create mode 100644 src/pageLayout/Epigram/EpigramLayout.tsx create mode 100644 src/pages/epigram/[id].tsx diff --git a/public/arrow-left.svg b/public/arrow-left.svg new file mode 100644 index 00000000..225646e9 --- /dev/null +++ b/public/arrow-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/public/likeIcon.svg b/public/likeIcon.svg new file mode 100644 index 00000000..b88fa457 --- /dev/null +++ b/public/likeIcon.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/public/logo.svg b/public/logo.svg new file mode 100644 index 00000000..fc1d4f6a --- /dev/null +++ b/public/logo.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/public/placeLink.svg b/public/placeLink.svg new file mode 100644 index 00000000..1cdd89a7 --- /dev/null +++ b/public/placeLink.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/public/profile.svg b/public/profile.svg new file mode 100644 index 00000000..10fe1c70 --- /dev/null +++ b/public/profile.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/share.svg b/public/share.svg new file mode 100644 index 00000000..0ff446dd --- /dev/null +++ b/public/share.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/src/pageLayout/Epigram/EpigramComment.tsx b/src/pageLayout/Epigram/EpigramComment.tsx new file mode 100644 index 00000000..9b51056f --- /dev/null +++ b/src/pageLayout/Epigram/EpigramComment.tsx @@ -0,0 +1,21 @@ +import Image from 'next/image'; + +function CommentSection() { + return ( +
+
+
+

댓글(3)

+
+
+ 프로필 사진 +
+