Skip to content

Commit fb395f9

Browse files
authored
feat: add sponsor (MedPeer) (#914)
* feat: add MedPeer, Inc. as a gold sponsor with logo and description * feat: add MedPeer logo as a gold sponsor * feat: add healthtech and medpeer to cspell configuration
1 parent 6d74aef commit fb395f9

File tree

4 files changed

+22
-20
lines changed

4 files changed

+22
-20
lines changed

cspell.config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ words:
4141
- guillaume
4242
- Haba
4343
- hacomono
44+
- healthtech
4445
- Hanako
4546
- hanzomon
4647
- hashimoto
@@ -79,6 +80,7 @@ words:
7980
- lycorp
8081
- marunouchi
8182
- matcha
83+
- medpeer
8284
- mita
8385
- NAGAI
8486
- naitokosuke

i18n/en/sponsors.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -174,16 +174,16 @@ const SPONSORS_GOLD: Sponsor[] = [
174174
description: "We are on a mission to pioneer the future of frontline operations.\nOur products include Tebiki Frontline Training, a video-based training platform, and Tebiki Frontline Analytics, a digital form and data analysis system. These tools provide end-to-end support for frontline operations, from capturing training videos to analyzing operational data, and help accelerate digital transformation.\nWe are actively addressing complex engineering challenges such as scalable AI-powered video processing, real-time computer vision, IoT integration at the edge, and visualization of petabyte-scale data. Join us in shaping the future of frontline operations.",
175175
id: "tebiki",
176176
},
177-
// {
178-
// name: "MedPeer, Inc.",
179-
// logoImageUrl: "/images/sponsor-logo/",
180-
// logoImageAlt: "",
181-
// linkUrl: "",
182-
// plan: "gold",
183-
// option: ["staff-t-shirts"],
184-
// description: "",
185-
// id: "",
186-
// },
177+
{
178+
name: "MedPeer, Inc.",
179+
logoImageUrl: "/images/sponsor-logo/gold/medpeer.png",
180+
logoImageAlt: "MedPeer, Inc.",
181+
linkUrl: "https://medpeer.co.jp/",
182+
plan: "gold",
183+
option: ["staff-t-shirts"],
184+
description: "MedPeer, established by a practising physician, is a pioneering enterprise in the healthtech sector. Anchored by our mission—“Supporting Doctors, Helping Patients.”—we provide solutions that address the needs of healthcare professionals, patients, and individuals striving to maintain their wellbeing. With a commitment to tackling healthcare challenges through agile and responsive service development, we strategically leverage Vue and Nuxt across many of our products.",
185+
id: "medpeer",
186+
},
187187
{
188188
name: "CAREER DESIGN CENTER CO.,LTD.",
189189
logoImageUrl: "/images/sponsor-logo/gold/career-design-center.png",

i18n/ja/sponsors.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -198,16 +198,16 @@ const SPONSORS_GOLD: Sponsor[] = [
198198
description: "私たちは「現場の未来を切り拓く」をミッションに、動画教育システム『tebiki現場教育』と電子帳票システム『tebiki現場分析』を通じて、製造現場における動画撮影から作業データの分析まで一気通貫で支援し、DXを加速させます。AI動画処理基盤やリアルタイム画像解析、IoT連携、ペタバイト規模のビッグデータ可視化など、まだまだ多くの技術課題があります。現場DXを一緒に実現しましょう。",
199199
id: "tebiki",
200200
},
201-
// {
202-
// name: "メドピア株式会社",
203-
// logoImageUrl: "",
204-
// logoImageAlt: "",
205-
// linkUrl: "",
206-
// plan: "gold",
207-
// option: ["staff-t-shirts"],
208-
// description: "",
209-
// id: "",
210-
// },
201+
{
202+
name: "メドピア株式会社",
203+
logoImageUrl: "/images/sponsor-logo/gold/medpeer.png",
204+
logoImageAlt: "メドピア株式会社",
205+
linkUrl: "https://medpeer.co.jp/",
206+
plan: "gold",
207+
option: ["staff-t-shirts"],
208+
description: "メドピアは、医師が創業したヘルステック業界のリーディングカンパニー。「Supporting Doctors, Helping Patients.」のMissionのもと、医療現場のニーズを汲みながら医療従事者、患者、そして健康を維持したい人々を支えるサービスを提供しています。 柔軟でスピード感を持ったサービス開発で医療課題解決を目指すため、多くのプロダクトにVue、Nuxtを用いています。",
209+
id: "medpeer",
210+
},
211211
{
212212
name: "株式会社キャリアデザインセンター",
213213
logoImageUrl: "/images/sponsor-logo/gold/career-design-center.png",
61.8 KB
Loading

0 commit comments

Comments
 (0)