Skip to content

[WIP] WORKSHOPにエリアの項目を追加 #52

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

Open
wants to merge 3 commits 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
3 changes: 3 additions & 0 deletions _layouts/workshop.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ <h2 class="entry__title">{{page.j-title}}</h2>
{% if page.time-schedule %}
<p class="entry__time">[ {{page.time-schedule}} ]</p>
{% endif %}
{% if page.area %}
<!--p class="area">{{page.area}}</p-->
{% endif %}
</header>
<div class="entry__content">
{{content}}
Expand Down
3 changes: 1 addition & 2 deletions _workshop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@
<div class="col-6 col-md-3">
<article class="post-list__item">
<div class="post-list__thumbnail"><a href="{{ site.url }}{{ workshop.url }}"><img
src="/img/{{ workshop.thumbnail }}" alt="{{workshop.speaker-name}}の写真"></a></div>
src="/img/{{ workshop.thumbnail }}" alt="{{workshop.j-title}}のイメージ"></a></div>
<div class="post-list__content">
<h3 class="post-list__title">{{ workshop.j-title }}</h3>
<p class="post-list__time">{{workshop.time-schedule}}</p>
<p class="post-list__speaker">{{ workshop.speaker-name }}</p>
</div>
<div class="post-list__more"><a class="btn btn__green btn__xl" href="{{ site.url }}{{ workshop.url }}"
role="button">more</a></div>
Expand Down
3 changes: 2 additions & 1 deletion _workshop/mob-programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ title: Workshop
j-title : モブプログラミングで体験する Scratch 3.0 + micro:bit 連携機能
description: モブプログラミングで、βリリースとなったばかりの Scratch 3.0 と小型マイコンボードの micro:bit との連携機能を体験するワークショップです。モブプログラミングとは、PCを操作する1人のドライバー役を順番に交代しながら、ナビゲーター役のそれ以外の全員がアドバイスをしたり、手順を教えたりして、みんなで助け合いながらタスクを進めていく開発手法です。前提とする知識は全く必要なし、PCの操作ができれば、どなたでもご参加いただけます。
thumbnail : mobpro.png
time-schedule:
time-schedule: 10:40-12:10、13:10-14:40 (2回実施)
area: TANEGASHIMA
layout: workshop
---

Expand Down