Skip to content

Commit 582e5be

Browse files
committed
Add note and cretid on Stretch3 and its extention
1 parent eafc123 commit 582e5be

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

app/assets/stylesheets/custom.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ section {
10511051
padding: 8px;
10521052
border-radius: 6px;
10531053
}
1054-
.pokemon-notes {
1054+
.form-notes {
10551055
margin-top: 100px;
10561056
font-size: 11.8px;
10571057
line-height: 1.7em;

app/views/pokemons/new.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
6565
= f.submit "申し込む", class: "form__submit", disabled: true
6666
67-
%p.pokemon-notes
67+
%p.form-notes
6868
Scratchは、Scratch財団がMITメディアラボのライフロング・キンダーガーテン・グループの協力により開発しているプロジェクトです。
6969
%a{href: "https://scratch.mit.edu", rel: "noopener", target: "_blank"}<> scratch.mit.edu
7070
\ から自由に入手できます。

app/views/stretch3s/new.html.haml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,21 @@
105105
%b
106106
107107
ボタン押下後、Stretch3 のページへ移動します
108+
109+
%p.form-notes
110+
Stretch3 は NHK for School や書籍「
111+
%a{href: 'https://www.oreilly.co.jp/books/9784814400829/', target: '_blank'}<> Scratch ではじめる機械学習
112+
」などでも取り扱われている、自作の拡張機能が使えるように改造されたスクラッチです。特徴は以下の通りです。(引用元:
113+
\
114+
%a{href: 'https://www.nhk.or.jp/school/sougou/programming/origin/shiryou/028.html', target: '_blank'}<> NHK for School
115+
116+
%blockquote{style: 'font-size: 11.8px; line-height: 1.8em; color: #909090; margin-bottom: 0px;'}
117+
〇一部の機能以外は、ふつうのスクラッチと同じように操作できます
118+
%br
119+
〇スクラッチのアカウントに作品を保存できません(コンピューターに保存することはできます)
120+
%br
121+
〇スクラッチのサイトでの作品の共有ができません
122+
%span{style: 'font-size: 11.8px; line-height: 1.8em; color: #909090;'}
123+
&copy; Junya Ishihara (Stretch3) / Yu Ishihara, Ichiro Nakatani (拡張機能)
124+
%br
125+
/%p{style: "color: gray; text-align: center; padding-bottom: 30px"} 回答のコピーがメールで送信されます。

0 commit comments

Comments
 (0)