diff --git a/_layouts/workshop.html b/_layouts/workshop.html new file mode 100644 index 0000000..f1df068 --- /dev/null +++ b/_layouts/workshop.html @@ -0,0 +1,17 @@ +{% include header.html %} +
+
+
+
+
+

{{page.j-title}}

+

[ {{page.time-schedule}} ]

+
+
+ {{content}} +
+
+
+
+
+{% include footer.html %} diff --git a/_workshop/index.html b/_workshop/index.html new file mode 100644 index 0000000..52f7f9b --- /dev/null +++ b/_workshop/index.html @@ -0,0 +1,31 @@ +--- +title: Workshop +j-title : DojoCon Japan 2018ワークショップ一覧 +description: DojoCon Japan 2018におけるワークショップの一覧 +layout: archive +--- + +
+
+
+ {% for workshop in site.workshop %} + {% if workshop.layout == "archive" %} + {% else %} +
+
+
{{workshop.speaker-name}}の写真
+
+

{{ workshop.j-title }}

+

{{workshop.time-schedule}}

+

{{ workshop.speaker-name }}

+
+
more
+
+
+ {% endif %} + {% endfor %} +
+
+
diff --git a/_workshop/mob-programming.md b/_workshop/mob-programming.md new file mode 100644 index 0000000..1af1bf1 --- /dev/null +++ b/_workshop/mob-programming.md @@ -0,0 +1,8 @@ +--- +title: Workshop +j-title : モブプログラミングで体験する Scratch 3.0 + micro:bit 連携機能 +description: モブプログラミングで、βリリースとなったばかりの Scratch 3.0 と小型マイコンボードの micro:bit との連携機能を体験するワークショップです。モブプログラミングとは、PCを操作する1人のドライバー役を順番に交代しながら、ナビゲーター役のそれ以外の全員がアドバイスをしたり、手順を教えたりして、みんなで助け合いながらタスクを進めていく開発手法です。前提とする知識は全く必要なし、PCの操作ができれば、どなたでもご参加いただけます。 +thumbnail : mobpro.png +time-schedule: +--- +モブプログラミングで、βリリースとなったばかりの Scratch 3.0 と小型マイコンボードの micro:bit との連携機能を体験するワークショップです。モブプログラミングとは、PCを操作する1人のドライバー役を順番に交代しながら、ナビゲーター役のそれ以外の全員がアドバイスをしたり、手順を教えたりして、みんなで助け合いながらタスクを進めていく開発手法です。前提とする知識は全く必要なし、PCの操作ができれば、どなたでもご参加いただけます。 diff --git a/img/mobpro.png b/img/mobpro.png new file mode 100644 index 0000000..75a364c Binary files /dev/null and b/img/mobpro.png differ diff --git a/index.html b/index.html index b9638a8..f5b8df5 100644 --- a/index.html +++ b/index.html @@ -143,7 +143,22 @@

{{ session.j-title }}

WORK SHOP

-

COMING SOON

+
+ {% for workshop in site.workshop %} + {% if workshop.layout == "archive" %} + {% else %} +
+
+
{{ workshop.j-title }}のイメージ
+
+

{{ workshop.j-title }}

+

{{workshop.time-schedule}}

+
+
more
+
+ {% endif %} + {% endfor %} +