File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 5
5
< div class ="col-12 col-md-8 ">
6
6
< header class ="entry__header ">
7
7
< h2 class ="entry__title "> {{page.j-title}}</ h2 >
8
- < p class ="entry__time "> [ {{page.time-schedule}} ]</ p >
8
+ {% if page.thumbnail %}
9
+ < img src ="/img/{{ page.thumbnail }} "/>
10
+ {% endif %}
11
+ {% if page.time-schedule %}
12
+ < p class ="entry__time "> [ {{page.time-schedule}} ]</ p >
13
+ {% endif %}
9
14
</ header >
10
15
< div class ="entry__content ">
11
16
{{content}}
Original file line number Diff line number Diff line change @@ -4,5 +4,7 @@ j-title : モブプログラミングで体験する Scratch 3.0 + micro:bit 連
4
4
description : モブプログラミングで、βリリースとなったばかりの Scratch 3.0 と小型マイコンボードの micro:bit との連携機能を体験するワークショップです。モブプログラミングとは、PCを操作する1人のドライバー役を順番に交代しながら、ナビゲーター役のそれ以外の全員がアドバイスをしたり、手順を教えたりして、みんなで助け合いながらタスクを進めていく開発手法です。前提とする知識は全く必要なし、PCの操作ができれば、どなたでもご参加いただけます。
5
5
thumbnail : mobpro.png
6
6
time-schedule :
7
+ layout : workshop
7
8
---
9
+
8
10
モブプログラミングで、βリリースとなったばかりの Scratch 3.0 と小型マイコンボードの micro: bit との連携機能を体験するワークショップです。モブプログラミングとは、PCを操作する1人のドライバー役を順番に交代しながら、ナビゲーター役のそれ以外の全員がアドバイスをしたり、手順を教えたりして、みんなで助け合いながらタスクを進めていく開発手法です。前提とする知識は全く必要なし、PCの操作ができれば、どなたでもご参加いただけます。
You can’t perform that action at this time.
0 commit comments