Skip to content

Commit cb0e9af

Browse files
author
Fumito Abe
committed
会社概要パートナーロゴ追加
1 parent 904f5e7 commit cb0e9af

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

src/pages/Company.vue

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,26 @@
9292
<th class="p-company-information__th">事業内容</th>
9393
<td>クラウドサービスを使ったServerlessアプリケーションの開発運用支援</td>
9494
</tr>
95+
<tr class="p-company-information__table-row">
96+
<th class="p-company-information__th">パートナー</th>
97+
<td>
98+
<div class="company-partners-logo">
99+
<a href="https://aws.amazon.com/jp/partners/consulting/">
100+
<img
101+
src="@/assets/images/our-partners/aws-logo.svg"
102+
alt="AWS Consulting Partner"
103+
>
104+
</a>
105+
<a href="https://spn.getshifter.io/">
106+
<img
107+
src="@/assets/images/our-partners/shifter-logo.svg"
108+
alt="Digitalcube Shifter Partner Network"
109+
>
110+
</a>
111+
</div>
112+
113+
</td>
114+
</tr>
95115
</table><!-- p-company-information__table -->
96116
</v-col>
97117

@@ -508,6 +528,16 @@ export default {
508528
font-size: 1rem;
509529
}
510530
}
531+
.company-partners-logo {
532+
display: flex;
533+
a {
534+
display: block;
535+
width: 50%;
536+
img {
537+
width: 100%;
538+
}
539+
}
540+
}
511541
}
512542
513543
.p-message-company {

0 commit comments

Comments
 (0)