Skip to content

Commit

Permalink
Merge pull request #28 from murajun1978/add-in-kind-sponsor
Browse files Browse the repository at this point in the history
Add In Kind Sponsor
  • Loading branch information
ogom authored Aug 22, 2023
2 parents d25fce5 + 5398916 commit f9b04a8
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/css/sponsor.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
flex-basis: calc(33.33% - 20px);
max-width: 380px;
height: auto;
min-height: 544px;
margin: 10px;
color: inherit;
text-align: left;
Expand Down
Binary file added assets/images/sponsers/bouque-tec.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 27 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,32 @@ <h1 class="sponsor-name">リバティ・フィッシュ株式会社</h1>
</div>
</a>
</div>

<h2>In Kind Sponsor</h2>
<div class="sponsor-list">
<a
href="https://www.instagram.com/bouquetec_com/"
class="sponsor-card"
target="_blank"
rel="noopener noreferrer"
>
<div class="sponsor-logo">
<img
src="assets/images/sponsers/bouque-tec.png"
width="380"
height="200"
loading="lazy"
decoding="async"
alt="BouqueTec株式会社"
/>
</div>
<h1 class="sponsor-name">BouqueTec株式会社</h1>
<div class="sponsor-description">
ブーケテックはものづくりを通じて学びや楽しむことを応援します。
オープンソースソフトウェア(OSS)の開発を支援しています。
</div>
</a>
</div>
</section>

<section id="member">
Expand Down Expand Up @@ -601,7 +627,7 @@ <h2>Access</h2>
<section id="footer">
<p>
Osaka RubyKaigi 03 ©2023<br />
Design: Onoda Rina
Design: Onoda Rina
</p>
</section>
</body>
Expand Down

0 comments on commit f9b04a8

Please sign in to comment.