|
15 | 15 | %br.ignore-sp<>
|
16 | 16 | 全国の活動状況を把握したい場面などでご活用ください。
|
17 | 17 |
|
18 |
| - %h3#graph 📊 推移グラフ |
| 18 | + %h2#graph{style: "margin-top: 70px; color: #333333;"} 📊 推移グラフ |
19 | 19 | %div{align: 'center'}
|
20 | 20 | = high_chart_globals(@high_charts_globals)
|
21 | 21 |
|
|
31 | 31 | %p{style: 'margin: 40px auto;'}
|
32 | 32 | = high_chart("annual_participants", @annual_participants_chart)
|
33 | 33 |
|
34 |
| - %h3#data{style: "margin-bottom: 30px;"} 🆕 最新データ |
| 34 | + %h2#data{style: "margin-top: 70px; color: #333333;"} 🆕 最新データ |
35 | 35 | %p
|
36 | 36 | #{Time.current.year}年のデータも含めた
|
37 | 37 | %br<>
|
|
51 | 51 | %br
|
52 | 52 | = high_chart("dojo_tag_chart", @dojo_tag_chart)
|
53 | 53 |
|
54 |
| - %h3#howto{style: "margin-bottom: 30px;"} ✅ 集計方法と集計対象について |
| 54 | + %h2#howto{style: "margin-top: 70px; color: #333333;"} ✅ 集計方法と集計対象について |
55 | 55 | %ul{style: 'list-style: none; margin-left: -10px;'}
|
56 | 56 | %li 参加者数はユニーク数ではなく延べ数です。
|
57 | 57 | %li 集計対象は API などで集計可能な道場です。
|
|
82 | 82 | %small= num
|
83 | 83 |
|
84 | 84 |
|
85 |
| - %h3#map 🗾 地域別の道場数 |
| 85 | + %h2#map{style: "margin-top: 70px; color: #333333;"} 🗾 地域別の道場数 |
86 | 86 | .japan-map
|
87 | 87 | /%p#japan-map-text{style: "margin: 20px auto; font-size: 140%;"} 名前: 道場数
|
88 | 88 | #japan-map-container
|
89 | 89 |
|
90 | 90 | / NOTE: Always show dojos with accordion style to compact
|
91 | 91 | = render partial: 'shared/dojos_stats', locals: { regions_and_dojos: @regions_and_dojos }
|
92 | 92 |
|
93 |
| - %h4#prefectures 都道府県別の道場数 |
| 93 | + %h2#prefectures{style: "margin-top: 70px; color: #333333;"} 🗾 都道府県別の道場数 |
94 | 94 | %div{style: "margin-top: 20px;", align: 'center' }
|
95 | 95 | %table{border: '1'}
|
96 | 96 | %tr
|
|
111 | 111 | %td{style: 'padding: 0px;'}
|
112 | 112 | %small= count
|
113 | 113 |
|
114 |
| - %h3#references 📚 関連リンク |
| 114 | + %h2#references{style: "margin-top: 70px; color: #333333;"} 📚 関連リンク |
115 | 115 | %ul
|
116 | 116 | %li
|
117 | 117 | %a{href: "https://github.com/coderdojo-japan/coderdojo.jp/issues?utf8=%E2%9C%93&q=is%3Aclose+label%3A%E7%B5%B1%E8%A8%88%E6%83%85%E5%A0%B1+"} 統計情報に関する『これまで』の開発 - GitHub
|
|
0 commit comments