|
3 | 3 | %h1 CoderDojo Japan
|
4 | 4 | %p 子どものためのプログラミング道場
|
5 | 5 | %br
|
| 6 | + |
6 | 7 | %section.cover
|
7 | 8 | = image_tag "coderdojo-japan_cover.jpg"
|
| 9 | + |
8 | 10 | %section.introduction.text-center.list
|
9 | 11 | %p
|
10 | 12 | CoderDojo は7〜17歳の子どもを対象にしたプログラミング道場です。2011年にアイルランドで始まり、世界では#{Dojo::NUM_OF_COUNTRIES}カ国・#{Dojo::NUM_OF_WHOLE_DOJOS}の道場、日本では全国に
|
|
27 | 29 | スライドが見えない場合は
|
28 | 30 | %a{:href => "https://docs.google.com/presentation/d/13t5P1gojsde_gvcvDnPsfHYIqsS-knqWGDxyh3eG8SU/edit#slide=id.p", :target => "_blank", :title => "CoderDojo ガイダンス <一般・ボランティア向け資料>"}<>
|
29 | 31 | コチラ
|
30 |
| - %p{:style => "margin-top:10px;"} さらに詳しい様子については、次の記事や動画をご参照ください。 |
| 32 | + %p{:style => "margin-top: 60px;"} さらに詳しい様子については、次の記事や動画をご参照ください。 |
31 | 33 | %ul{:style => "margin-bottom:30px;"}
|
32 | 34 | %li
|
33 | 35 | %a{:href => "http://bakemono.jp/reading/blog/web/2256/"} CoderDojoとは? 運営者に話を聞いてみた!
|
|
44 | 46 | %a{:href => "http://www.coderdojo-kashiwa.com/"} CoderDojo Kashiwa
|
45 | 47 | が制作した動画です。道場の雰囲気が伝われば幸いです ;)
|
46 | 48 | = render partial: 'shared/social_buttons'
|
| 49 | + %br |
47 | 50 |
|
48 | 51 | /
|
49 | 52 | %section#events.detail-introduction.text-center
|
|
59 | 62 |
|
60 | 63 | %section#dojos.dojos.text-center.grayscale-bg
|
61 | 64 | %br
|
62 |
| - %h2{:style => "color: dimgray;"} 🗾 日本各地の道場 ☯️ |
| 65 | + %h2{:style => "color: dimgray;"} 🗾 日本各地の道場 |
63 | 66 | %br
|
64 | 67 | %p
|
65 | 68 | 近くの道場を探してみましょう!
|
|
71 | 74 | = render partial: 'shared/dojos', locals: { regions_and_dojos: @regions_and_dojos }
|
72 | 75 | %section#timeline.text-center
|
73 | 76 | %br
|
74 |
| - %h2.text-center |
75 |
| - %a{:href => "https://twitter.com/search?vertical=default&q=dojocon%20OR%20coderdojo%20OR%20%E3%82%B3%E3%83%BC%E3%83%80%E3%83%BC%E9%81%93%E5%A0%B4%20lang%3Aja", :target => "_blank"} 最近の CoderDojo |
| 77 | + %h3.text-center |
| 78 | + %a{:href => "https://twitter.com/search?vertical=default&q=dojocon%20OR%20coderdojo%20OR%20%E3%82%B3%E3%83%BC%E3%83%80%E3%83%BC%E9%81%93%E5%A0%B4%20lang%3Aja", :target => "_blank"} 🐣 最近の CoderDojo |
76 | 79 | %br
|
77 | 80 | %a.twitter-timeline{:href => "https://twitter.com/CoderDojoJapan?ref_src=twsrc%5Etfw", :data-lang => "ja", "data-chrome" => "noheader nofooter noborders", "data-dnt" => "true", "data-width" => "500", "data-tweet-limit" => "5"} @CoderDojoJapan アカウントのタイムライン
|
78 | 81 | %script{:async => "", :await => "", :src => "https://platform.twitter.com/widgets.js", :charset => "utf-8"}
|
79 | 82 | .text-center.grayscale-bg
|
80 | 83 | %section.detail-introduction.list
|
81 | 84 | %br
|
82 |
| - %h2#next-step もっと詳しく知りたい |
| 85 | + %h2#kata{:style => "color: dimgray;"} 📚 もっと詳しく知りたい |
83 | 86 | %br
|
84 | 87 | %p 下記ウェブサイトから、CoderDojo の詳細や最新の情報にアクセスできます。
|
85 | 88 | %ul
|
|
96 | 99 | %a{:href => "/kata#startup"}<>
|
97 | 100 | Kata の立ち上げる
|
98 | 101 | を読んでみてください。
|
99 |
| - = link_to image_tag("coderdojo-kata_cover.png", alt: 'CoderDojo Kata', style: 'margin-bottom: 15px;'), '/kata' |
| 102 | + %div.kata |
| 103 | + = link_to image_tag("coderdojo-kata_cover.png", alt: 'CoderDojo Kata', style: 'margin-bottom: 15px;'), '/kata' |
| 104 | + %a.button{:href => '/kata'} Kata を読む |
| 105 | + |
100 | 106 |
|
101 | 107 | = render partial: 'shared/partners'
|
102 | 108 |
|
103 |
| -#news.text-center.grayscale-bg |
104 |
| - %section.detail-introduction |
105 |
| - %br |
106 |
| - %h2 ニュースレター購読 |
107 |
| - %br |
108 |
| - = render partial: 'shared/newsletter' |
109 |
| - |
110 |
| -.text-center |
111 |
| - %section.detail-introduction |
112 |
| - %br |
113 |
| - %h2 お問い合わせ |
| 109 | + |
| 110 | +%section#news.detail-introduction.text-center.grayscale-bg |
| 111 | + %br |
| 112 | + %h2{:style => "color: dimgray;"} 📰 ニュースレター購読 |
| 113 | + %br |
| 114 | + = render partial: 'shared/newsletter' |
| 115 | + %br |
| 116 | + %br |
| 117 | + |
| 118 | +%section#contact.detail-introduction.text-center |
| 119 | + %br |
| 120 | + %h2{:style => "color: dimgray;"} 📮 お問い合わせ |
| 121 | + %br |
| 122 | + %p |
| 123 | + 取材や支援などのお問い合わせについては下記からご連絡ください 📨 |
114 | 124 | %br
|
115 |
| - %p |
116 |
| - 取材や支援などのお問い合わせについては下記からご連絡ください 📨 |
117 |
| - %br |
118 |
| - メールの場合は |
119 |
| - %i info@coderdojo.jp |
120 |
| - \ までお問い合わせください。 |
121 |
| - / Contact Form via Wufoo |
122 |
| - #contact |
123 |
| - #wufoo-qkjthoy0qpuvg9{:style => "margin-top: -10px"} |
124 |
| - %a{:href => "https://yasslab.wufoo.com/forms/qkjthoy0qpuvg9"}> 問い合わせフォーム |
125 |
| - :javascript |
126 |
| - var qkjthoy0qpuvg9;(function(d, t) { |
127 |
| - var s = d.createElement(t), options = { |
128 |
| - 'userName':'yasslab', |
129 |
| - 'formHash':'qkjthoy0qpuvg9', |
130 |
| - 'autoResize':true, |
131 |
| - 'height':'497', |
132 |
| - 'async':true, |
133 |
| - 'host':'wufoo.com', |
134 |
| - 'header':'show', |
135 |
| - 'ssl':true |
136 |
| - }; |
137 |
| - s.src = ('https:' == d.location.protocol ? 'https://' : 'http://') + 'www.wufoo.com/scripts/embed/form.js'; |
138 |
| - s.onload = s.onreadystatechange = function() { |
139 |
| - var rs = this.readyState; if (rs) if (rs != 'complete') if (rs != 'loaded') return; |
140 |
| - try { |
141 |
| - qkjthoy0qpuvg9 = new WufooForm();qkjthoy0qpuvg9.initialize(options);qkjthoy0qpuvg9.display(); |
142 |
| - } catch (e) {} |
143 |
| - }; |
144 |
| - var scr = d.getElementsByTagName(t)[0], par = scr.parentNode; par.insertBefore(s, scr); |
145 |
| - })(document, 'script'); |
| 125 | + メールの場合は |
| 126 | + %i info@coderdojo.jp |
| 127 | + \ までお問い合わせください。 |
| 128 | + / Contact Form via Wufoo |
| 129 | + #contact |
| 130 | + #wufoo-qkjthoy0qpuvg9{:style => "margin-top: -10px"} |
| 131 | + %a{:href => "https://yasslab.wufoo.com/forms/qkjthoy0qpuvg9"}> 問い合わせフォーム |
| 132 | + :javascript |
| 133 | + var qkjthoy0qpuvg9;(function(d, t) { |
| 134 | + var s = d.createElement(t), options = { |
| 135 | + 'userName':'yasslab', |
| 136 | + 'formHash':'qkjthoy0qpuvg9', |
| 137 | + 'autoResize':true, |
| 138 | + 'height':'497', |
| 139 | + 'async':true, |
| 140 | + 'host':'wufoo.com', |
| 141 | + 'header':'show', |
| 142 | + 'ssl':true |
| 143 | + }; |
| 144 | + s.src = ('https:' == d.location.protocol ? 'https://' : 'http://') + 'www.wufoo.com/scripts/embed/form.js'; |
| 145 | + s.onload = s.onreadystatechange = function() { |
| 146 | + var rs = this.readyState; if (rs) if (rs != 'complete') if (rs != 'loaded') return; |
| 147 | + try { |
| 148 | + qkjthoy0qpuvg9 = new WufooForm();qkjthoy0qpuvg9.initialize(options);qkjthoy0qpuvg9.display(); |
| 149 | + } catch (e) {} |
| 150 | + }; |
| 151 | + var scr = d.getElementsByTagName(t)[0], par = scr.parentNode; par.insertBefore(s, scr); |
| 152 | + })(document, 'script'); |
| 153 | + |
| 154 | +%br |
| 155 | +%br |
0 commit comments