Skip to content

Commit 44bfcba

Browse files
Merge pull request #129 from osh-web/feature/update-2026-info-20260210
feat: 2026年スポンサー・個人スポンサー情報追加
2 parents 9b88c1a + f048ca2 commit 44bfcba

4 files changed

Lines changed: 13 additions & 2 deletions

File tree

764 Bytes
Loading
38.4 KB
Loading
4.64 KB
Loading

src/resources/2026/sponsors.js

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ export const toppan: Sponsor = {
3232
height: 110,
3333
}
3434

35+
export const dreamarts: Sponsor = {
36+
name: '株式会社ドリーム・アーツ',
37+
key: 'dreamarts',
38+
url: 'https://recruit.dreamarts.co.jp/',
39+
banner: '/img/2026/sponsors/dreamarts.png',
40+
height: 120,
41+
}
42+
3543
// シルバースポンサー
3644
export const nextvision: Sponsor = {
3745
name: '株式会社ネクストビジョン',
@@ -51,9 +59,12 @@ export const eventHandler: Sponsor = {
5159
}
5260

5361
// スポンサーカテゴリ
54-
export const platinum: Sponsor[] = [subthread, chugaiTec, toppan]
62+
export const platinum: Sponsor[] = [subthread, chugaiTec, toppan, dreamarts]
5563
export const gold: Sponsor[] = []
5664
export const silver: Sponsor[] = [nextvision]
5765
export const supporter: Sponsor[] = [eventHandler]
58-
export const personal: Sponsor[] = []
66+
export const personal: Sponsor[] = [
67+
{ name: 'ozk', key: 'ozk', url: 'https://x.com/ozk009', banner: '/img/2026/personalSponsors/ozk.jpg', height: 80 },
68+
{ name: 'いそづか', key: 'isozuka', url: 'https://x.com/1so2ca', banner: '/img/2026/personalSponsors/isozuka.png', height: 80 },
69+
]
5970
export const sponsors = { platinum, gold, silver, supporter, personal }

0 commit comments

Comments
 (0)