From 4fe673b5548caf8b0ab25b6dc42fe783929cf732 Mon Sep 17 00:00:00 2001 From: Yuuki Ebihara Date: Thu, 31 Dec 2020 19:29:14 +0900 Subject: [PATCH] translate 3-terrarium README.md into japanese --- 3-terrarium/translations/README.ja.md | 33 +++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 3-terrarium/translations/README.ja.md diff --git a/3-terrarium/translations/README.ja.md b/3-terrarium/translations/README.ja.md new file mode 100644 index 00000000..134c00e8 --- /dev/null +++ b/3-terrarium/translations/README.ja.md @@ -0,0 +1,33 @@ +# マイテラリウム: JavaScript を使った HTML・CSS・DOM 操作を学ぶプロジェクト 🌵🌱 + +ちょっとしたドラッグ&ドロップのコードメディテーション。少しの HTML、JS、CSS で、Web インターフェースを構築し、スタイルを設定し、インタラクションを追加することができます。 + +![my terrarium](images/screenshot_gray.png) + +# レッスン + +1. [HTML 入門](./1-intro-to-html/README.md) +2. [CSS 入門](./2-intro-to-css/README.md) +3. [DOM と JS Closures の紹介](./3-intro-to-DOM-and-closures/README.md) + +## クレジット + +Written with ♥️ by [Jen Looper](https://www.twitter.com/jenlooper) + +CSS で作ったテラリウムは、Jakub Mandra のガラス瓶 [codepen](https://codepen.io/Rotarepmi/pen/rjpNZY) にインスパイアされています。 + +アートワークは [Jen Looper](http://jenlooper.com) が Procreate を使って手書きで描いたものです。 + +## テラリウムのデプロイ + +Azure Static Web Apps を使ってテラリウムをデプロイしたり、ウェブに公開したりすることができます。 + +1. このリポジトリをフォークします + +2. このボタンを押します + +[![Deploy to Azure button](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/?feature.customportal=false&WT.mc_id=cxaall-4621-cxall#create/Microsoft.StaticApp) + +3. アプリを作成するウィザードに沿って進みます。アプリのルートを `/solution` またはコードベースのルートに設定してください。このアプリには API はありませんので、追加については心配しないでください。フォークされたレポに .github フォルダが作成され、Azure Static Web Apps のビルドサービスのビルドを支援し、新しい URL にアプリを公開します。 + +