diff --git a/public/next.svg b/public/next.svg deleted file mode 100644 index 5174b28..0000000 --- a/public/next.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/peoples.svg b/public/peoples.svg new file mode 100644 index 0000000..c85b638 --- /dev/null +++ b/public/peoples.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/vercel.svg b/public/vercel.svg deleted file mode 100644 index d2f8422..0000000 --- a/public/vercel.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/app/globals.css b/src/app/globals.css index 5d9d819..9cacb2a 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -2,12 +2,9 @@ @tailwind components; @tailwind utilities; -/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap"); -@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap"); */ - - body { font-family: var(--font-inter), var(--font-notojp); + @apply text-zinc-900; } /* https://zenn.dev/var/articles/3cd463f2388a35 diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 27f33fc..1535ee2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -25,7 +25,11 @@ export default function RootLayout({ }>) { return ( - {children} + +
ヘッダー
+ {children} + + ); } diff --git a/src/app/page.tsx b/src/app/page.tsx index 91a59df..6f1d621 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,17 +1,40 @@ +import Image from "next/image"; +import { basePath } from "../../next.config"; +const BASE_PATH = basePath ? basePath : ""; + export default function Home() { return ( <> - {/*
ようこそ
-
ようこそ
*/} -
- Englishようこそ -
- - English - - - ようこそ - +
+
+

+ + 1234 + 人が参加中 +

+

+ 誰でも簡単に
コントリビューション体験 +

+

first-contributions-ja

+

+ 完全日本語のコントリビューション体験リポジトリです。フォーク、クローン、コミット、プルリクを行うことでOSSプロジェクト貢献方法を学べます。 +

+
+
+ peoples +
+
+
ABOUT
); }