File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments