diff --git a/db/dojo_event_services.yaml b/db/dojo_event_services.yaml index 6f3900f62..6a35565f3 100644 --- a/db/dojo_event_services.yaml +++ b/db/dojo_event_services.yaml @@ -27,6 +27,11 @@ ### 以下、Dojo 情報まとめ ### ### (dojos.yaml の追加順) ### +#- dojo_id: 333 +# name: 野母崎 +# group_id: ??? +# url: https://note.com/trachodon + # 黒潮町 # TODO: イベントが作成されたら group_id を取得する(作成されるまで group_id が取得できない) #- dojo_id: 332 diff --git a/db/dojos.yaml b/db/dojos.yaml index ec6c53192..4751bf4f5 100644 --- a/db/dojos.yaml +++ b/db/dojos.yaml @@ -3837,6 +3837,19 @@ description: 長崎市で毎月開催 tags: - Scratch +- id: 333 + order: '422011' + created_at: '2025-02-04' + name: 野母崎 + prefecture_id: 42 + logo: "/img/dojos/nomozaki.webp" + url: https://note.com/trachodon + description: 長崎市野母崎で週1回、出張可 + tags: + - Scratch + - Minecraft + - Webサイト + - 電子工作 - id: 178 order: '431001' is_active: true diff --git a/public/img/dojos/nomozaki.png b/public/img/dojos/nomozaki.png new file mode 100644 index 000000000..af761eb82 Binary files /dev/null and b/public/img/dojos/nomozaki.png differ diff --git a/public/img/dojos/nomozaki.webp b/public/img/dojos/nomozaki.webp new file mode 100644 index 000000000..f370cca6d Binary files /dev/null and b/public/img/dojos/nomozaki.webp differ