diff --git a/public/img/tutorial/ch1pg10.png b/public/img/tutorial/ch1pg10.png index 9cae3530..485fb02f 100644 Binary files a/public/img/tutorial/ch1pg10.png and b/public/img/tutorial/ch1pg10.png differ diff --git a/public/img/tutorial/ch1pg9.png b/public/img/tutorial/ch1pg9.png index 3bf30231..54d661a3 100644 Binary files a/public/img/tutorial/ch1pg9.png and b/public/img/tutorial/ch1pg9.png differ diff --git a/views/tutorial/html/1.erb b/views/tutorial/html/1.erb index b6cec602..c9de7569 100644 --- a/views/tutorial/html/1.erb +++ b/views/tutorial/html/1.erb @@ -22,7 +22,7 @@
Welcome, [NAME]! You're about to embark on a very exciting challenge: creating your first website!
-
+
You've already made the first important step of starting this lesson, so here's a badge for your profile.
diff --git a/views/tutorial/html/10.erb b/views/tutorial/html/10.erb index f3b9c789..80111c26 100644 --- a/views/tutorial/html/10.erb +++ b/views/tutorial/html/10.erb @@ -1,8 +1,8 @@ -
+
And that's it for Chapter One! Here's a new badge for your first ever version of victoria.neocities.org!
-
+
But you're not done yet! There's much in store for you: Adding colors, fonts, backgrounds, and more, all in chapter 2!
diff --git a/views/tutorial/html/9.erb b/views/tutorial/html/9.erb index d70228d1..3d69a47b 100644 --- a/views/tutorial/html/9.erb +++ b/views/tutorial/html/9.erb @@ -1,11 +1,11 @@ -
+
Good work! Everything you've written has been saved to index.html, which is the first web page people see when they visit your site.
-
+
You can find and edit index.html by visiting your Neocities dashboard.
-
+
A cheat sheet of all the tags you've learned can be found in the tutorial section.
diff --git a/views/tutorial/layout.erb b/views/tutorial/layout.erb index af8457a3..4a2fa401 100644 --- a/views/tutorial/layout.erb +++ b/views/tutorial/layout.erb @@ -15,7 +15,7 @@ <% else %>
- <% if request.path =~ /\/html\/9?/ %> + <% if request.path =~ /\/html\/9/ %> Next <% else %> @@ -31,7 +31,7 @@ -