Skip to content

Commit a2ae673

Browse files
authored
rizapの会社ロゴを追加 (#311)
1 parent 1f14ebc commit a2ae673

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
103 KB
Loading

src/pages/index.astro

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import { getArticles, getProjects } from "+/query.ts";
1212
import { Focus } from "+/schema.ts";
1313
1414
import LogoGMOMedia from "+/images/donators/gmo-media.png";
15+
import LogoRIZAPTechnologies from "+/images/donators/rizap-technologies.png";
1516
import Hero from "+/images/headers/index.jpg";
1617
import LabCafe from "+/images/lab-cafe.jpg";
1718
@@ -218,6 +219,14 @@ articles.splice(3);
218219
width="320"
219220
/>
220221
</li>
222+
<li>
223+
<Picture
224+
alt="RIZAPテクノロジーズ株式会社"
225+
src={LogoRIZAPTechnologies}
226+
class="object-contain"
227+
width="320"
228+
/>
229+
</li>
221230
</ul>
222231
</section>
223232
<section class="bg-gray-200">

0 commit comments

Comments
 (0)