mirror of
https://github.com/tuna2134/cecilia.git
synced 2026-02-06 14:42:40 +00:00
format
This commit is contained in:
38
app/page.tsx
38
app/page.tsx
@@ -6,23 +6,27 @@ export default function Home() {
|
|||||||
<>
|
<>
|
||||||
<Header />
|
<Header />
|
||||||
<div className="mt-6 mx-auto max-w-3xl px-4">
|
<div className="mt-6 mx-auto max-w-3xl px-4">
|
||||||
<Timeline timeline={[
|
<Timeline
|
||||||
{
|
timeline={[
|
||||||
title: "プログラミングの世界に入り込む",
|
{
|
||||||
datetime: "2020/07",
|
title: "プログラミングの世界に入り込む",
|
||||||
description: "Discord Botを作るためにPythonを学び始めた。",
|
datetime: "2020/07",
|
||||||
},
|
description: "Discord Botを作るためにPythonを学び始めた。",
|
||||||
{
|
},
|
||||||
title: "sbv2-api 誕生",
|
{
|
||||||
datetime: "2025/09",
|
title: "sbv2-api 誕生",
|
||||||
description: "Discord botに組み込めたら面白いと思って開発を開始して作った。"
|
datetime: "2025/09",
|
||||||
},
|
description:
|
||||||
{
|
"Discord botに組み込めたら面白いと思って開発を開始して作った。",
|
||||||
title: "New! ウェブサイト6代目開発開始(Proj C)",
|
},
|
||||||
datetime: "2025/04",
|
{
|
||||||
description: "前のサイトを変えたくなった。そして再び一から作ることにした。"
|
title: "New! ウェブサイト6代目開発開始(Proj C)",
|
||||||
},
|
datetime: "2025/04",
|
||||||
]} />
|
description:
|
||||||
|
"前のサイトを変えたくなった。そして再び一から作ることにした。",
|
||||||
|
},
|
||||||
|
]}
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user