Skip to content

Commit 0ecabe9

Browse files
naokihabayamageji
andauthored
feat : add CrowdWorks, Inc. as a silver sponsor (#966)
* chore: add CrowdWorks, Inc. as a silver sponsor * chore: add 'crowdsourcing' to cspell configuration * chore: update CrowdWorks, Inc. link in sponsors section * fix: add logo image --------- Co-authored-by: yamageji <[email protected]>
1 parent 8781efa commit 0ecabe9

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-2
lines changed

cspell.config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ words:
3333
- cosme
3434
- cosmonic
3535
- crayfisher
36+
- crowdsourcing
3637
- cyberagent
3738
- dagashi
3839
- danielroe

i18n/en/sponsors.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,15 @@ const SPONSORS_SILVER: Sponsor[] = [
278278
description: "CodeRabbit slashes code review time and catches bugs faster. It hooks into GitHub and GitLab to auto-review PRs. Free VS Code extension available.",
279279
id: "CodeRabbit",
280280
},
281-
281+
{
282+
name: "CrowdWorks, Inc.",
283+
logoImageUrl: "/images/sponsor-logo/silver/crowd-works.png",
284+
logoImageAlt: "CrowdWorks, Inc.'s logo",
285+
linkUrl: "https://crowdworks.co.jp/",
286+
plan: "silver",
287+
description: "As one of Japan's largest crowdsourcing platforms, CrowdWorks actively leverages Vue.js for our service development. We are delighted to support the success of Vue Fes Japan and hope for the continued development of the community.",
288+
id: "crowd-works",
289+
},
282290
];
283291
const SPONSORS_BRONZE: Sponsor[] = [
284292
{

i18n/ja/sponsors.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,15 @@ const SPONSORS_SILVER: Sponsor[] = [
298298
description: "CodeRabbitはコードレビューの時間とバグを減らすAIコードレビューサービスです。GitHub/GitLabなどと連携し、PRを自動でレビューします。VS Code機能拡張は無料で利用できます。",
299299
id: "CodeRabbit",
300300
},
301-
301+
{
302+
name: "株式会社 クラウドワークス",
303+
logoImageUrl: "/images/sponsor-logo/silver/crowd-works.png",
304+
logoImageAlt: "株式会社クラウドワークスのロゴ",
305+
linkUrl: "https://crowdworks.co.jp/",
306+
plan: "silver",
307+
description: "日本最大級のクラウドソーシングサービス「クラウドワークス」は、サービス開発でVue.jsを積極的に活用しています。コミュニティの更なる発展を願い、Vue Fes Japanの成功を応援しています!",
308+
id: "crowd-works",
309+
},
302310
];
303311
const SPONSORS_BRONZE: Sponsor[] = [
304312
{
12.9 KB
Loading

0 commit comments

Comments
 (0)