TimeLine.tsx 업데이트
This commit is contained in:
parent
75b3b637a2
commit
9d4d70d395
1 changed files with 8 additions and 1 deletions
|
|
@ -4,6 +4,13 @@ import { Plus } from "lucide-react";
|
||||||
import { useEffect, useState, useRef } from "react";
|
import { useEffect, useState, useRef } from "react";
|
||||||
|
|
||||||
const events = [
|
const events = [
|
||||||
|
{
|
||||||
|
date: "2025-07-23 ~ 26",
|
||||||
|
description:
|
||||||
|
"선린인터넷고 여름방학 중학생 특별교육 (프로그래밍)",
|
||||||
|
category: "Education",
|
||||||
|
link: "https://sunrint.sen.hs.kr/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
date: "2025-02-27",
|
date: "2025-02-27",
|
||||||
description:
|
description:
|
||||||
|
|
@ -28,7 +35,7 @@ const events = [
|
||||||
{
|
{
|
||||||
date: "2025-01-10",
|
date: "2025-01-10",
|
||||||
description:
|
description:
|
||||||
"선린인터넷고 중학생 특별교육 이수",
|
"선린인터넷고 겨울방학 중학생 특별교육 이수 (IT경영학과)",
|
||||||
category: "Education",
|
category: "Education",
|
||||||
link: "https://sunrint.sen.hs.kr/"
|
link: "https://sunrint.sen.hs.kr/"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue