Skip to content

Commit 2ae79ca

Browse files
authored
Merge pull request #24 from pycon-mini-tokai/sponsor-2
Add two more sponsors
2 parents 5e9af2a + c41a13e commit 2ae79ca

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

2024/assets/sponsors/psf.svg

+1
Loading

2024/assets/sponsors/wondersoft.png

22.3 KB
Loading

2024/index.css

-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ section#sponsor h3 {
294294
margin: 0 auto;
295295
padding: 1rem;
296296
width: 100%;
297-
max-width: 300px;
298297
}
299298

300299
.patron h4 {

2024/index.html

+17-2
Original file line numberDiff line numberDiff line change
@@ -606,9 +606,24 @@ <h4>ノーコードデータ分析ツールで体験する時系列データ分
606606
<h2>スポンサー</h2>
607607
<p>本イベントの開催にあたり、金銭的な支援などをいただいたスポンサーの皆さまを紹介いたします。</p>
608608
<h3>特別スポンサー</h3>
609+
<div class="row">
610+
<div class="col">
611+
<div class="sponsor">
612+
<h4><a href="https://www.pycon.jp/" target="_blank" rel="noopener noreferrer">一般社団法人PyCon JP Association</a></h4>
613+
<img src="assets/sponsors/pyconjp.svg" alt="一般社団法人PyCon JP Association のロゴ" style="max-width: 250px;">
614+
</div>
615+
</div>
616+
<div class="col">
617+
<div class="sponsor">
618+
<h4><a href="http://www.python.org/psf" target="_blank" rel="noopener noreferrer">Python Software Foundation</a></h4>
619+
<img src="assets/sponsors/psf.svg" alt="Python Software Foundation のロゴ" style="max-width: 320px;">
620+
</div>
621+
</div>
622+
</div>
623+
<h3>Silver + Coffee スポンサー</h3>
609624
<div class="sponsor">
610-
<h4><a href="https://www.pycon.jp/" target="_blank" rel="noopener noreferrer">一般社団法人PyCon JP Association</a></h4>
611-
<img src="assets/sponsors/pyconjp.svg" alt="一般社団法人PyCon JP Association のロゴ">
625+
<h4><a href="https://wonder-soft.com/" target="_blank" rel="noopener noreferrer">ワンダーソフト</a></h4>
626+
<img src="assets/sponsors/wondersoft.png" alt="株式会社ワンダーソフトのロゴ" style="max-width: 320px;">
612627
</div>
613628
<h3>パトロン</h3>
614629
<div class="row">

0 commit comments

Comments
 (0)