Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

スピーカー情報を追記 #1150

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/speaker1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/speaker2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 7 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,20 @@ <h3>イベント日時・場所</h3>
<article>
<h3>スピーカー</h3>
<div class="speaker">
<!--TODO : プロフィール画像を受け取ったら更新する-->
<img src="images/speaker1.png" alt="" class="image"/>
<div class="inner">
<h4>1人目: 未定</h4>
<p>1人目のプロフィール</p>
<h4>いろふさん</h4>
<p>大阪を中心に仕事をしている、ふつうのプログラマです。</p>
<p>関西Javaエンジニアの会の中の人。</p>
<p>主に業務Webアプリの開発をしてきました。</p>
</div>
</div>
<div class="speaker">
<img src="images/speaker2.png" alt="" class="image"/>
<div class="inner">
<h4>2人目: 未定</h4>
<p>2人目のプロフィール</p>
<h4>うらがみさん</h4>
<p>大阪のプログラマーです。GitHubを日常的に利用しています。</p>
</div>
</div>
</article>
Expand Down