|
12 | 12 | ダウンロード
|
13 | 13 | = lazy_image_tag '/img/pokemon_scratch.png', alt: 'ポケモン・ワークショップのカバー画像', min: true, style: "padding-bottom: 50px; border-radius: 4px;"
|
14 | 14 |
|
15 |
| - %p 『プログラミングでポケモンをうごかしてみよう』のワークショップで使うポケモン素材です。 |
16 | 15 | %p
|
17 |
| - 利用規約は、 |
18 |
| - %b<> 保護者の方が参加者と一緒に |
19 |
| - ご確認いただくようお願い致します。 |
| 16 | + 『 |
| 17 | + %a{href: pokemon_workshop_path}<> プログラミングでポケモンをうごかしてみよう |
| 18 | + 』のワークショップで使うポケモン素材です。 |
| 19 | + /%p |
| 20 | + / 利用規約は、 |
| 21 | + / %b<> 保護者の方が参加者と一緒に |
| 22 | + / ご確認いただくようお願い致します。 |
| 23 | +
|
| 24 | + %blockquote{style: 'border: 1px solid black; padding: .5em 1.5em; margin: 1em 0 1.5em; margin: 50px auto 50px;'} |
| 25 | + %p{style: 'font-weight: bolder;'} |
| 26 | + 🆕 |
| 27 | + 本ワークショップは、2024年度にダウンロード版からオンライン版に移行しました。CoderDojo 運営者の方で本ワークショップ実施予定の方は |
| 28 | + %a{href: kata_path(anchor: 'pokemon')} Kata |
| 29 | + に記載されているリンク先から詳細をご確認ください。 |
| 30 | +
|
20 | 31 | = form_with url: pokemon_path, class: 'form' do |f|
|
21 | 32 | .field
|
22 | 33 | = f.label :email, "メールアドレス"
|
23 |
| - = f.email_field :email, autofocus: true, required: true, autocomplete: "email", class: "form__field", placeholder: '例: [email protected]' |
| 34 | + = f.email_field :email, autofocus: true, required: true, autocomplete: "email", class: "form__field", placeholder: '例: [email protected]', disabled: true |
24 | 35 | .field
|
25 | 36 | = f.label :parent_name, "保護者の名前"
|
26 |
| - = f.text_field :parent_name, autofocus: true, required: true, autocomplete: "name", class: "form__field", placeholder: '例: 幸田 道場' |
| 37 | + = f.text_field :parent_name, autofocus: true, required: true, autocomplete: "name", class: "form__field", placeholder: '例: 幸田 道場', disabled: true |
27 | 38 | .field
|
28 | 39 | = f.label :participant_name, "参加者の名前"
|
29 |
| - = f.text_field :participant_name, autofocus: true, required: true, autocomplete: "name", class: "form__field", placeholder: '例: 幸田 道子' |
| 40 | + = f.text_field :participant_name, autofocus: true, required: true, autocomplete: "name", class: "form__field", placeholder: '例: 幸田 道子', disabled: true |
30 | 41 | .field
|
31 | 42 | = f.label :dojo_name, "道場名"
|
32 |
| - = f.text_field :dojo_name, autofocus: true, required: true, class: "form__field", placeholder: '例: CoderDojo 柏' |
| 43 | + = f.text_field :dojo_name, autofocus: true, required: true, class: "form__field", placeholder: '例: CoderDojo 柏', disabled: true |
33 | 44 | .form__terms
|
34 | 45 | %h2.form__h2 ポケモン素材の利用規約
|
35 | 46 | %p
|
|
48 | 59 | %li
|
49 | 60 | %small 本素材の著作権その他一切の権利は、株式会社ポケモンまたは株式会社ポケモンに権利を許諾した第三者に帰属しています。本素材または本素材を使った作品の頒布、譲渡、公衆送信、貸与、リース、輸出、再許諾などはできません。
|
50 | 61 | .field
|
51 |
| - = f.check_box :term_of_use, required: true, style: "display:inline" |
| 62 | + = f.check_box :term_of_use, required: true, disabled: true, style: "display:inline" |
52 | 63 | = f.label :term_of_use, "上記の利用規約(全文)に同意する", style: "display:inline"
|
53 | 64 |
|
54 |
| - = f.submit "申し込む", class: "form__submit" |
| 65 | + = f.submit "申し込む", class: "form__submit", disabled: true |
55 | 66 |
|
56 | 67 | %p.pokemon-notes
|
57 | 68 | Scratchは、Scratch財団がMITメディアラボのライフロング・キンダーガーテン・グループの協力により開発しているプロジェクトです。
|
|
0 commit comments