Skip to content

Commit 980e8b0

Browse files
committed
Remove references to github pushing from 'make a web page' step
1 parent 7ebaa7e commit 980e8b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sites/frontend/make_a_web_page.step

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ goals do
44
end
55

66
steps do
7-
7+
88
step do
9-
message "Check out your page on the web (at [your-github-user-name].github.com). You should see content there, now that you've pushed to github."
9+
message "Drag the 'index.html' page from your project into a web browser. Your browser should look like this:"
1010
message "<img src='img/page.png'>"
1111
end
12-
12+
1313
step do
14-
message "Now, drag the 'index.html' page from your project into a web browser, **and** open it up in a text editor. The web browser should look the same as above. The text editor should look like this:"
14+
message "Drag the 'index.html' page from your project into a text editor. The text editor should look like this:"
1515
message "<img src='img/page_html.png'>"
16-
message "While it's great that you can push files to github quickly, you'll usually want to have an even more immediate way to see your changes. Opening the same file in a browser and in a text editor lets you see the effects of each code change right after you make it."
16+
message "Opening the same file in a browser and in a text editor lets you see the effects of each code change right after you make it."
1717
end
1818

1919
step do

0 commit comments

Comments
 (0)