We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0ecaaa + 4161137 commit a625efeCopy full SHA for a625efe
public/img/2025/SmartHR_Logo.png
24.8 KB
src/resources/2025/sponsors.js
@@ -26,6 +26,14 @@ export const subthread = {
26
height: 200,
27
}
28
29
+export const smarthr = {
30
+ name: '株式会社SmartHR',
31
+ key: 'smarthr',
32
+ url: 'https://smarthr.co.jp/',
33
+ banner: '/img/2025/SmartHR_Logo.png',
34
+ height: 250,
35
+}
36
+
37
export const cybozu: Sponsor = {
38
name: 'サイボウズ株式会社',
39
key: 'cyboz',
@@ -60,7 +68,7 @@ export const eventHandler = {
60
68
61
69
62
70
// スポンサーカテゴリ
63
-export const platinum: Sponsor[] = [subthread]
71
+export const platinum: Sponsor[] = [subthread,smarthr]
64
72
export const gold: Sponsor[] = [cybozu,pyconjp2025]
65
73
export const silver: Sponsor[] = [nextvision]
66
74
export const supporter: Sponsor[] = [eventHandler]
0 commit comments