From ac638e38ef442ddc66aefed6e9394af11a8a6708 Mon Sep 17 00:00:00 2001
From: Yoshikatsu Nishida <42875682+nisshi-dev@users.noreply.github.com>
Date: Fri, 6 Oct 2023 11:47:08 +0900
Subject: [PATCH 1/5] Create LICENSE
---
LICENSE | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 LICENSE
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..83bb3c3
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2023 Code for Yamaguchi
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
From e686fa873e432cc137b349620ed0736cb94678df Mon Sep 17 00:00:00 2001
From: nishida <42875682+nishidayoshikatsu@users.noreply.github.com>
Date: Fri, 6 Oct 2023 11:49:15 +0900
Subject: [PATCH 2/5] :memo: Update README.md
---
README.md | 44 +++++++++++++++-----------------------------
1 file changed, 15 insertions(+), 29 deletions(-)
diff --git a/README.md b/README.md
index 384991c..4f8431c 100644
--- a/README.md
+++ b/README.md
@@ -1,34 +1,20 @@
-This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
+![sus-analyzer-Logo](https://github.com/Code-for-Yamaguchi/codeforyamaguchi.org/blob/develop/public/og.png?raw=true)
-## Getting Started
+
Code for Yamaguchi公式サイト
-First, run the development server:
+### Overview
+山口県にゆかりのある挑戦者を応援するテックコミュニティ「Code for Yamaguchi」の公式サイトです。NotionをヘッドレスCMSとして使用しています。
-```bash
-npm run dev
-# or
-yarn dev
-```
+### Technology Stack
+- [Next.js](https://nextjs.org/)
+- [TypeScript](https://www.typescriptlang.org/)
+- [Three.js](https://threejs.org/)
+- [React Three Fiber](https://docs.pmnd.rs/react-three-fiber/getting-started/introduction)
+- [Framer Motion](https://www.framer.com/motion/)
+- [shadcn/ui](https://ui.shadcn.com/)
+- [Notion SDK for JavaScript](https://github.com/makenotion/notion-sdk-js)
+- [Cloudflare Pages](https://pages.cloudflare.com/)
-Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
+### LICENSE
-You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.
-
-[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.tsx`.
-
-The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.
-
-## Learn More
-
-To learn more about Next.js, take a look at the following resources:
-
-- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
-- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
-
-You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
-
-## Deploy on Vercel
-
-The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
-
-Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
+[MITライセンス](./LICENSE)の下で公開しています。
From fda916c8d11d6e8331156e5d0a0e62aef06a5683 Mon Sep 17 00:00:00 2001
From: nishida <42875682+nishidayoshikatsu@users.noreply.github.com>
Date: Fri, 6 Oct 2023 11:55:22 +0900
Subject: [PATCH 3/5] :lipstick: Adjust hero style
---
src/components/Hero.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/Hero.tsx b/src/components/Hero.tsx
index aaa707f..63810c7 100644
--- a/src/components/Hero.tsx
+++ b/src/components/Hero.tsx
@@ -60,7 +60,7 @@ export const Hero = () => {