Refactor Projects and Timeline components: update project details and clean up code formatting
This commit is contained in:
parent
a353897c13
commit
e861279fb8
2 changed files with 30 additions and 30 deletions
|
|
@ -1,18 +1,18 @@
|
|||
import ProjectsComponents from "./ProjectsComponents";
|
||||
|
||||
const projects = [
|
||||
{
|
||||
name: "EPC/broadcast",
|
||||
url: "https://www.youtube.com/playlist?list=PLZeYZotn5_IOJDek6e35NKzUtJm09yxZD",
|
||||
description: "Effect Playing Contest 2025의 방송화면 기능 전체를 맡았습니다.",
|
||||
techStack: ["Bun", "TypeScript", "React"]
|
||||
},
|
||||
{
|
||||
name: "team-neko/two_hearts",
|
||||
url: "https://chromewebstore.google.com/detail/fhbjjhpphmigcniggnhgoepaodgoobdk?utm_source=item-share-cb",
|
||||
description: "Two Hearts는 Chrome 확장 프로그램으로, 새탭을 더 간단명료하게 보여줍니다.",
|
||||
techStack: ["Bun", "Chrome", "TypeScript", "React"]
|
||||
},
|
||||
{
|
||||
name: "imnyang/today.isangjeong",
|
||||
url: "https://github.com/imnyang/today.isangjeong",
|
||||
description: "친구들과 간단하게 학교의 급식을 공유하기 위해 고안한 프로젝트입니다.\n원래 Python으로 작성되었지만 현재는 TypeScript로 재작성되었습니다.",
|
||||
techStack: ["Bun", "TypeScript", "Instagram"]
|
||||
},
|
||||
{
|
||||
name: "team-neko/dynamic-kawaii",
|
||||
url: "https://github.com/team-neko/dynamic-kawaii",
|
||||
|
|
|
|||
|
|
@ -187,7 +187,7 @@ export default function Timeline() {
|
|||
<div className="w-full">
|
||||
<h1 className="text-2xl font-bold mb-4 w-full">🌠 수상 및 교육</h1>
|
||||
<p>현재까지 {count}개의 개성있는 조각들이 모였어요!</p>
|
||||
<br/>
|
||||
<br />
|
||||
<Accordion type="multiple" className="w-full space-y-2">
|
||||
{Array.from(new Set(events.map(event => new Date(event.date).getFullYear()))).sort((a, b) => b - a).map(year => (
|
||||
<AccordionItem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue