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