Skip to content

Commit 3631e74

Browse files
author
Wakabayashi, Kenichi
authored
Merge pull request #242 from coderdojo-japan/dev_kwaka
終了報告記事掲載
2 parents c490d9f + 9ae58f1 commit 3631e74

File tree

4 files changed

+31
-0
lines changed

4 files changed

+31
-0
lines changed

_posts/2023-09-08-thank-you.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
layout: post
3+
title: ご参加ありがとうございました
4+
date: 2023-09-08T06:00:00 UTC+9
5+
categories: news
6+
thumbnail: /img/2023/post/tyfc.jpg
7+
permalink: /posts/thank-you/
8+
---
9+
![](/img/2023/post/tyfc.jpg){: .full_width1}
10+
11+
当日は多くの参加者のみなさまに来場いただき、DojoCon Japan 2023を多くの方の交流の機会にすることができました、誠にありがとうございました。
12+
13+
今年のDojoCon Japanでは、参加者同士の交流や意見交換を目的とした「みんなのセッション」、ニンジャの作品展示会として開催した「ニンジャ大博覧会」、ニンジャの企画・運営によるミニワークショップ「CoderDojo 屋台」など新しいことに取り組んできました。
14+
15+
それぞれ、参加者のみなさまから「楽しかった」「他の人の考えを聞けてよかった」「いろいろな人と話せた」などの声をいただき、大変うれしく思っています。
16+
17+
今回のDojoCon JapanがみなさまのDojoをさらに良くするきっかけになれば幸いです。
18+
19+
最後に発表がありました通り、来年は岡山で開催されます。来年は、岡山でみなさまにお会いできるのを楽しみにしております。
20+
21+
あらためまして、ご参加ありがとうございました。これからもCoderDojo の活動を盛り上げていきましょう!
22+
23+
![](/img/2023/post/DSC00747.out.jpg){: .full_width2}

_sass/layouts/post.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@
2424
width: 100%;
2525
margin: auto;
2626
max-width: 600px;
27+
&.full_width1 {
28+
max-width: 100%;
29+
margin-bottom: 3rem;
30+
}
31+
&.full_width2 {
32+
max-width: 100%;
33+
margin-top: 3rem;
34+
}
2735
}
2836
}
2937
/* TODO: session 用の scss に分離する */

img/2023/post/DSC00747.out.jpg

250 KB
Loading

img/2023/post/tyfc.jpg

498 KB
Loading

0 commit comments

Comments
 (0)