Skip to content

Commit

Permalink
Merge pull request #25 from rubykansai/feature/fix-designers-name
Browse files Browse the repository at this point in the history
Fix designer's name
  • Loading branch information
ogom authored Aug 22, 2023
2 parents 90eb918 + 6585350 commit d25fce5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
Binary file added assets/images/members/onodarina.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 14 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,19 @@ <h2>Member</h2>
/>
<p class="member-name">むらじゅん</p>
</div>

<div class="member-card">
<img
class="member-logo"
src="assets/images/members/onodarina.png"
width="192"
height="192"
loading="lazy"
decoding="async"
alt="Onoda Rina"
/>
<p class="member-name">Onoda Rina</p>
</div>
</div>
</section>

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

0 comments on commit d25fce5

Please sign in to comment.