-
Notifications
You must be signed in to change notification settings - Fork 6
8/6のサブイベントの内容掲載 #160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
8/6のサブイベントの内容掲載 #160
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
6d726f6
サブイベントでしか使っていない定数値を近くに移動
ken7253 d18df9e
改行を配列で指定できるように
ken7253 7496ab8
画像の読み込みに `next/image` の機能を利用するものに変更
ken7253 64e18ae
曜日などを構造化されたデータから計算するように
ken7253 3ff8542
サブイベントの内容を追加
ken7253 c4adf12
URLがプロトコルから始まる必要性があるのを明示
ken7253 6118941
タグの推論をより使いやすくなるように修正
ken7253 c602b86
Merge branch 'main' into feature/add-sub-event
ken7253 a9f97b6
CI上で画像のインポートがエラーになる現象を修正
ken7253 8d5b707
fix: https://github.com/tskaigi/tskaigi.github.io/pull/160#discussion…
ken7253 7564ae0
fix: https://github.com/tskaigi/tskaigi.github.io/pull/160#discussion…
ken7253 e5131f5
fix: https://github.com/tskaigi/tskaigi.github.io/pull/160#issuecomme…
ken7253 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
import type { StaticImageData } from "next/image"; | ||
|
||
import eventImage517 from "../image/subevent_5_17.png"; | ||
import eventImage64 from "../image/subevent_6_4.png"; | ||
import eventImage86 from "../image/subevent_8_6.png"; | ||
|
||
type EventTag = "公募枠あり" | "オンラインあり" | "学生向け" | "公式イベント"; | ||
|
||
type SubEvent = { | ||
title: string; | ||
description: string[]; | ||
sponsorList: string[]; | ||
tags: EventTag[] | string[]; // 補完を表示しつつ任意入力を許可 | ||
date: Date; | ||
/** | ||
* スポンサーの方法 | ||
* - `"hosting"` : 主催がスポンサー企業 | ||
* - `"sponsored"` : 主催がTSKaigi 協賛がスポンサー企業 | ||
*/ | ||
sponsorType: "hosting" | "sponsored"; | ||
link: `https://${string}` | `http://${string}`; | ||
thumbnail: StaticImageData; | ||
}; | ||
|
||
export const SUB_EVENTS = [ | ||
{ | ||
title: "TSKaigiサブイベント #1 フロントエンド", | ||
description: [ | ||
"TSKaigiサブイベントは、TypeScriptコミュニティの活性化のために、TSKaigi運営チームが開催する定期イベントです!", | ||
"オンライン・オフライン合わせて2000名以上にご参加いただいたTSKaigi2024では、フロントエンドからハードウェアまで、様々な分野のセッションを展開しました。", | ||
"一方、定期開催するTSKaigiサブイベントでは、特定の「テーマ」を設定し、そのテーマに関したセッションやLTを募集いたします!皆さんの興味のある領域やテーマの回で、ぜひご参加ください!", | ||
"初回となる今回は、王道「フロントエンド」をテーマとし、TypeScriptとフロントエンドに関するトークを行います!ゲストセッションとして、TSKaigi2024の選考委員も務めてくださったうひょさんさんにもトークを行っていただく予定です。(イベント後は懇親会も予定しています。)", | ||
], | ||
sponsorList: ["TBD"], | ||
sponsorType: "sponsored", | ||
tags: ["公募枠あり", "オンラインあり", "公式イベント"], | ||
date: new Date("2024-08-06"), | ||
link: "https://typescript-jpc.connpass.com/event/325001/", | ||
thumbnail: eventImage86, | ||
}, | ||
{ | ||
title: "【学生向け】来年は TSKaigi に登壇するぞ!LT会&交流会で学生エンジニアと繋がろう!", | ||
description: [ | ||
"初LT大歓迎!TS好きな学生も触ったことない学生も集まってワイワイ盛り上がろう!", | ||
"カンファレンスに登壇してるエンジニアってかっこいいですよね!", | ||
"でも、登壇するにはハードルが高い...そんなあなたに向けて、今回は学生限定のTSKaigiサブイベントとしてLT会を企画しました。この機会をきっかけにし、ぜひ来年のTSKaigiではプロポーザルを出しましょう!", | ||
], | ||
sponsorList: ["株式会社Progate", "エムスリー株式会社"], | ||
sponsorType: "hosting", | ||
tags: ["学生向け", "公募枠あり", "オンラインあり"], | ||
date: new Date("2024-05-17"), | ||
link: "https://progate.connpass.com/event/318009/", | ||
thumbnail: eventImage517, | ||
}, | ||
{ | ||
title: "TSKaigi 2024 After Talk", | ||
description: [ | ||
"TSKaigi本編に引き続き、TypeScriptに関する発表の場を提供するとともに、TSKaigiコミュニティの活性化を図ることを目的としています。", | ||
"TSKaigi 2024にご参加された方はもちろん、参加できなかった方、プロポーザルが惜しくも採択されなかった方も、ぜひこの機会にご参加ください。", | ||
"本編の熱気に続き、セッションやLTを通してTypeScriptの知見を共有し、そして懇親会では横のつながりを深めましょう!", | ||
"オフライン・オンライン問わず、皆様のご参加をスタッフ一同心よりお待ちしております。", | ||
], | ||
sponsorList: ["株式会社LayerX", "株式会社Helpfeel", "アセンド株式会社"], | ||
sponsorType: "hosting", | ||
tags: ["公募枠あり", "オンラインあり"], | ||
date: new Date("2024-06-04"), | ||
link: "https://layerx.connpass.com/event/318123/", | ||
thumbnail: eventImage64, | ||
}, | ||
] as const satisfies SubEvent[]; |
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
// CIでのTypeCheckではnext-env.d.tsが生成されておらず画像への参照がエラーになるので個別で定義 | ||
declare module "*.png"; | ||
declare module "*.svg"; | ||
declare module "*.jpeg"; | ||
declare module "*.jpg"; |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.