Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ners into main
  • Loading branch information
jlooper committed Mar 6, 2021
2 parents f878c14 + 68ab8c0 commit 22ce69d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 1-getting-started-lessons/2-github-basics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ Update your current local working branch with all new commits from the correspon

## How to contribute to open source

First, let's find a repository - or: repo - on GitHub of interest to you and to which you'd like to contribute a change. You will want to copy the contents of to our machine.
First, let's find a repository (or **repo**) on GitHub of interest to you and to which you'd like to contribute a change. You will want to copy its contents to your machine.

✅ A good way to find 'beginner-friendly' repos is to [search by the tag 'good-first-issue'](https://github.blog/2020-01-22-browse-good-first-issues-to-start-contributing-to-open-source/).

Expand Down
29 changes: 28 additions & 1 deletion 3-terrarium/solution/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,28 @@
This is a placeholder, left blank purposefully
# My Terrarium: A project to learn about HTML, CSS, and DOM manipulation using JavaScript 🌵🌱

A small drag and drop code-meditation. With a little HTML, JS and CSS, you can build a web interface, style it, and add an interaction.

![my terrarium](../images/screenshot_gray.png)

## Credits

Written with ♥️ by [Jen Looper](https://www.twitter.com/jenlooper)

The terrarium created via CSS was inspired by Jakub Mandra's glass jar [codepen](https://codepen.io/Rotarepmi/pen/rjpNZY).

The artwork was hand drawn by [Jen Looper](http://jenlooper.com) using Procreate.

## Deploy your Terrarium

You can deploy, or publish your terrarium to the web using Azure Static Web Apps.

1. Fork this repo

2. Press this button

[![Deploy to Azure button](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/?feature.customportal=false&WT.mc_id=academic-13441-cxa#create/Microsoft.StaticApp)

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 repo that will help Azure Static Web Apps' build service build and publish your app to a new URL.



0 comments on commit 22ce69d

Please sign in to comment.