-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmain.tour
More file actions
21 lines (21 loc) · 794 Bytes
/
main.tour
File metadata and controls
21 lines (21 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"$schema": "https://aka.ms/codetour-schema",
"title": "Amazing Womxn of Color in STEM",
"steps": [
{
"file": "index.html",
"line": 2,
"description": "Hey! 👋 Welcome to the Amazing Womxn of Color in STEM template. Use this tour to guide you through the app, and learn how to interact with its live coding environment. Try changing their text content and watch it take effect immediately!\n\nClick the `Next` link below to keep learning 👇"
},
{
"file": "index.html",
"line": 9,
"description": "Update the `<h1>` to your name!"
},
{
"file": "style.css",
"line": 2,
"description": "Hover over the `<hex>` color to choose the background color of your choice. Thanks for trying out this sample! 🙏"
}
]
}