Skip to content

Commit 95a7adf

Browse files
authored
Merge pull request #1589 from nihalsingh373/docs/readme-badge-fix
docs(README): fix broken Azure deploy link and improve instructions ...Docs/readme badge fix
2 parents e380360 + 60078fa commit 95a7adf

File tree

1 file changed

+7
-27
lines changed

1 file changed

+7
-27
lines changed

3-terrarium/README.md

Lines changed: 7 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,14 @@
1-
# My Terrarium: A project to learn about HTML, CSS, and DOM manipulation using JavaScript 🌵🌱
2-
3-
A small drag and drop code-meditation. With a little HTML, JS and CSS, you will be able to build a web interface, style it, and even add multiple interactions of your choice.
4-
5-
![my terrarium](images/screenshot_gray.png)
6-
7-
# Lessons
8-
9-
1. [Introduction to HTML](./1-intro-to-html/README.md)
10-
2. [Introduction to CSS](./2-intro-to-css/README.md)
11-
3. [Introduction to DOM and JS Closures](./3-intro-to-DOM-and-closures/README.md)
12-
13-
## Credits
14-
15-
Written with ♥️ by [Jen Looper](https://www.twitter.com/jenlooper)
16-
17-
The terrarium created via CSS was inspired by Jakub Mandra's glass jar [codepen](https://codepen.io/Rotarepmi/pen/rjpNZY).
18-
19-
The artwork is hand drawn by [Jen Looper](http://jenlooper.com) with the help of Procreate.
20-
211
## Deploy your Terrarium
222

23-
You can deploy, or publish your terrarium on the web using Azure Static Web Apps.
3+
You can deploy, or publish your Terrarium on the web using **Azure Static Web Apps**.
244

255
1. Fork this repo
266

27-
2. Press this button
28-
29-
[![Deploy to Azure button](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/?feature.customportal=false&WT.mc_id=academic-77807-sagibbon#create/Microsoft.StaticApp)
30-
31-
3. Walk through the wizard creating your app. Make sure you set the app root to either be `/solution` or the root of your codebase. There's no API in this app, so don't worry about adding that. A github folder will be created in your forked repository that will help Azure Static Web Apps' build services, build and publish your app to a new URL.
32-
7+
2. Press this button 👇
338

9+
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.StaticApp)
3410

11+
3. Follow the setup wizard to create your app.
12+
- Set the **App root** to either `/solution` or the root of your codebase.
13+
- There’s no API in this app, so you can skip the API configuration.
14+
- A `.github` folder will be created automatically to help Azure Static Web Apps build and publish your app.

0 commit comments

Comments
 (0)