diff --git a/db/dojo_event_services.yaml b/db/dojo_event_services.yaml index 4e69dfb8f..5f717fecf 100644 --- a/db/dojo_event_services.yaml +++ b/db/dojo_event_services.yaml @@ -27,6 +27,13 @@ ### 以下、Dojo 情報まとめ ### ### (dojos.yaml の追加順) ### +# 晴海 +# TODO: イベントが立ったら group_id を追加する +#- dojo_id: 326 +# name: connpass +# group_id: +# url: https://coderdojo-harumi.connpass.com/ + # 村山 # TODO: イベントが立ったら group_id を追加する #- dojo_id: 325 diff --git a/db/dojos.yaml b/db/dojos.yaml index ccf2cc3bf..bd35a5398 100644 --- a/db/dojos.yaml +++ b/db/dojos.yaml @@ -1057,6 +1057,17 @@ description: 中央区で隔月開催 tags: - Scratch +- id: 326 + order: '131024' + created_at: '2024-08-27' + name: 晴海 + prefecture_id: 13 + logo: "/img/dojos/harumi.webp" + url: https://coderdojo-harumi.connpass.com/ + description: 中央区晴海で毎月開催 + tags: + - Scratch + - Webサイト - id: 289 order: '131032' created_at: '2022-10-23' diff --git a/public/img/dojos/harumi.png b/public/img/dojos/harumi.png new file mode 100644 index 000000000..0622e9a17 Binary files /dev/null and b/public/img/dojos/harumi.png differ diff --git a/public/img/dojos/harumi.webp b/public/img/dojos/harumi.webp new file mode 100644 index 000000000..bec70c191 Binary files /dev/null and b/public/img/dojos/harumi.webp differ