もくもく会
同じ場所に集まり、各自が勉強や作業を自由に黙々と進める会の総称。 名前の由来は「黙々と」から来ていると言われている誰が言ったんだそんなこと.icon イベントの種類
講義を聞く
講義や指導に従って作業
割と曖昧
テーマ内時間内にモノを作り切る
もくもく会
各自勝手に作業する
同様の趣旨の会
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/suto3/もくもく会/closed.svg
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/suto3/もくもく会/open.svg
code:open.svg
<g>
<style type="text/css">
.f01{
stroke: navy;
stroke-width: 4;
fill: navy;
}
.f02{
stroke: white;
stroke-width: 1;
fill: white;
}
</style>
<ellipse class="f01" cx="50" cy="50" rx="46" ry="46" />
<text class="f02" x="30" y="30" font-size="20">☁☁</text>
<text class="f02" x="5" y="55" font-size="18">もくもく会</text>
<text class="f02" x="22" y="82" font-size="20">開催中</text>
</g>
</svg>
code:closed.svg
<g>
<style type="text/css">
.f01{
stroke: brown;
stroke-width: 4;
fill: brown;
}
.f02{
stroke: white;
stroke-width: 1;
fill: white;
}
</style>
<ellipse class="f01" cx="50" cy="50" rx="46" ry="46" />
<text class="f02" x="30" y="30" font-size="20">☁☁</text>
<text class="f02" x="5" y="55" font-size="18">もくもく会</text>
<text class="f02" x="22" y="82" font-size="20">準備中</text>
</g>
</svg>