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

うらがみさんのセッションタイトルを更新した #946

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
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.
17 changes: 10 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,22 +55,25 @@ <h2>第2回Git勉強会</h2>
<article>
<h3>イベント日時・場所</h3>
<p>3月23日 19:00開始</p>
<p>株式会社〇〇 イベントセミナー会場</p>
<p>株式会社インプレス イベントセミナー会場</p>
</article>
<article>
<h3>スピーカー</h3>
<div class="speaker">
<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>
<p>一年間毎日コミットをしてプロファイルページのcontributionsを緑一色にしたことがあります。</p>
</div>
</div>
</article>
Expand All @@ -91,15 +94,15 @@ <h3>タイムテーブル</h3>
</tr>
<tr>
<td>19:05〜19:50</td>
<td>セッション1: 未定</td>
<td>わたしのGitの使い方(いろふさん)</td>
</tr>
<tr>
<td>19:50〜20:00</td>
<td>休憩</td>
</tr>
<tr>
<td>20:00〜20:45</td>
<td>セッション2: 未定</td>
<td>目指せ脱初心者!現場で使える実践Git(うらがみさん)</td>
</tr>
<tr>
<td>20:45〜21:00</td>
Expand Down