Skip to content

Commit e53f6a3

Browse files
authored
Merge pull request #37 from coderdojo-japan/sponsor-logo
スポンサーを外部リンクへ変更。さらに、順番を一部変更
2 parents f0dfc27 + c3a72c8 commit e53f6a3

File tree

1 file changed

+8
-20
lines changed

1 file changed

+8
-20
lines changed

index.html

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -145,19 +145,10 @@ <h3 class="heading__02">COMING SOON</h3>
145145
<h2 class="heading__01 bgwh">SPONSOR</h2>
146146

147147
<div class="container">
148-
<!--
149-
<h3 class="text-center">Gold</h3>
150-
<div class="row">
151-
<div class="col-md-6">
152-
<p class="text-center color-gray">準備中</p>
153-
</div>
154-
</div>
155-
</div>
156-
-->
157148
<h3 class="text-center">Silver</h3>
158149
<div class="row">
159150
<div class="col-md-6 offset-md-3">
160-
<a href="http://www.iodata.jp">
151+
<a href="http://www.iodata.jp" target="_blank">
161152
<img src="./img/sponsor/s_iodata.png" class="w-1oo">
162153
</a>
163154
</div>
@@ -166,30 +157,27 @@ <h3 class="text-center">Silver</h3>
166157
<h3 class="text-center">Bronse</h3>
167158
<div class="row">
168159
<div class="col-6 col-md-4 col-lg-3">
169-
<a href="https://www.communitycom.jp/">
160+
<a href="https://www.communitycom.jp/" target="_blank">
170161
<img src="./img/sponsor/b_communitycom.png" class="w-100">
171162
</a>
172163
</div>
173164
<div class="col-6 col-md-4 col-lg-3">
174-
<a href="https://www.tam-tam.co.jp/">
175-
<img src="./img/sponsor/b_tam.png" class="w-100">
165+
<a href="http://syun.com/" target="_blank">
166+
<img src="./img/sponsor/b_syun.png" class="w-100">
176167
</a>
177168
</div>
178-
179169
<div class="col-6 col-md-4 col-lg-3">
180-
<a href="http://syun.com/">
181-
<img src="./img/sponsor/b_syun.png" class="w-100">
170+
<a href="https://www.tam-tam.co.jp/" target="_blank">
171+
<img src="./img/sponsor/b_tam.png" class="w-100">
182172
</a>
183173
</div>
184-
185174
<div class="col-6 col-md-4 col-lg-3">
186-
<a href="https://yasslab.jp/s">
175+
<a href="https://yasslab.jp/" target="_blank">
187176
<img src="./img/sponsor/b_yasslab.png" class="w-100">
188177
</a>
189178
</div>
190-
191179
<div class="col-6 col-md-4 col-lg-3">
192-
<a href="https://www.unique-inet.co.jp/">
180+
<a href="https://www.unique-inet.co.jp/" target="_blank">
193181
<img src="./img/sponsor/b_uniqueinet.png" class="w-100">
194182
</a>
195183
</div>

0 commit comments

Comments
 (0)