Skip to content

Commit

Permalink
Merge pull request #39 from tokyorubykaigi12/terfno/add-luxiar
Browse files Browse the repository at this point in the history
add luxiar
  • Loading branch information
Terfno authored Dec 12, 2024
2 parents 32a9e6c + 602823b commit 50d9972
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/components/sponsors/Sponsors.astro
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import Route06LogoImage from "./logos/route06.svg";
import GifteeLogoImage from "./logos/giftee.svg";
import AnglersLogoImage from "./logos/anglers.svg";
import RniLogoImage from "./logos/rni.svg";
import LuxiarLogoImage from "./logos/luxiar.svg";
---

<Panel title="Sponsors" subtitle="スポンサー">
Expand Down Expand Up @@ -296,6 +297,15 @@ import RniLogoImage from "./logos/rni.svg";
logoImageSrc: RniLogoImage.src,
}}
/>
<Sponsor
grade="Silver"
company={{
name: "株式会社ラグザイア",
description: "ラグザイアはRuby on RailsとC#に特化した町田の受託開発企業です。フルリモートでの開発を積極的に推進しており、全国からの参加を可能にしています。柔軟な働き方で最新のソフトウェアソリューションを提供します。",
link: "https://www.luxiar.com/",
logoImageSrc: LuxiarLogoImage.src,
}}
/>
<!-- <Sponsor
grade="Silver"
company={{
Expand Down
15 changes: 15 additions & 0 deletions src/components/sponsors/logos/luxiar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 50d9972

Please sign in to comment.