|
113 | 113 | <div id="sponsors">
|
114 | 114 | <section class='detail-introduction sponsors_logo text-center'>
|
115 | 115 | <h2>スポンサー</h2>
|
| 116 | + <script type="text/javascript"> |
| 117 | + $(function () { |
| 118 | + $('[data-toggle="tooltip"]').tooltip(); |
| 119 | + }) |
| 120 | + </script> |
116 | 121 | <ul>
|
117 |
| - <li><a href="https://case-shinjuku.com/"> |
118 |
| - <%= image_tag "logos/case-shinjuku.png"%></a></li> |
119 |
| - <li><a href="http://www.osscafe.net/"> |
120 |
| - <%= image_tag "logos/osscafe.png"%></a></li> |
121 |
| - <li><a href="https://scrivito.com/"> |
122 |
| - <%= image_tag "logos/scrivito.png"%></a></li> |
123 |
| - <li><a href="https://yasslab.jp/"> |
124 |
| - <%= image_tag "logos/yasslab.png"%></a></li> |
| 122 | + <li><%= link_to image_tag('logos/case-shinjuku.png', alt: 'CASE Shinjuku', |
| 123 | + data: { toggle: 'tooltip', placement: 'bottom' }, |
| 124 | + title: 'オフィス提供'), |
| 125 | + 'https://case-shinjuku.com/' %></li> |
| 126 | + <li><%= link_to image_tag("logos/osscafe.png", alt: "下北沢オープンソースCafe", |
| 127 | + data: { toggle: 'tooltip', placement: 'bottom' }, |
| 128 | + title: 'ドメイン代の支援'), |
| 129 | + 'http://www.osscafe.net/' %></li> |
| 130 | + <li><%= link_to image_tag('logos/scrivito.png', alt: 'Scrivito', |
| 131 | + data: { toggle: 'tooltip', placement: 'bottom' }, |
| 132 | + title: 'Cloud-Based CMS の提供'), |
| 133 | + 'https://scrivito.com/' %></li> |
| 134 | + <li><%= link_to image_tag('logos/yasslab.png', alt: 'YassLab', |
| 135 | + data: { toggle: 'tooltip', placement: 'bottom' }, |
| 136 | + title: 'Web開発およびDNS代の支援'), |
| 137 | + 'https://yasslab.jp/' %></li> |
125 | 138 | </ul>
|
126 | 139 | </section>
|
127 | 140 | </div>
|
|
0 commit comments