diff --git a/public/img/tutorial/ch1pg1.png b/public/img/tutorial/ch1pg1.png index 09be5c38..2d6f61eb 100644 Binary files a/public/img/tutorial/ch1pg1.png and b/public/img/tutorial/ch1pg1.png differ diff --git a/public/img/tutorial/ch1pg10.png b/public/img/tutorial/ch1pg10.png index 485fb02f..68b3af52 100644 Binary files a/public/img/tutorial/ch1pg10.png and b/public/img/tutorial/ch1pg10.png differ diff --git a/public/img/tutorial/ch1pg1_2.png b/public/img/tutorial/ch1pg1_2.png index 62404533..eb16fad8 100644 Binary files a/public/img/tutorial/ch1pg1_2.png and b/public/img/tutorial/ch1pg1_2.png differ diff --git a/public/img/tutorial/ch1pg2.png b/public/img/tutorial/ch1pg2.png index 64b0e3a1..d316d906 100644 Binary files a/public/img/tutorial/ch1pg2.png and b/public/img/tutorial/ch1pg2.png differ diff --git a/public/img/tutorial/ch1pg2_2.png b/public/img/tutorial/ch1pg2_2.png index 3fbaa935..85323fbd 100644 Binary files a/public/img/tutorial/ch1pg2_2.png and b/public/img/tutorial/ch1pg2_2.png differ diff --git a/public/img/tutorial/ch1pg3.png b/public/img/tutorial/ch1pg3.png index 5df04e0a..b3106058 100644 Binary files a/public/img/tutorial/ch1pg3.png and b/public/img/tutorial/ch1pg3.png differ diff --git a/public/img/tutorial/ch1pg4.png b/public/img/tutorial/ch1pg4.png index dfe9fa81..1f3fcfa7 100644 Binary files a/public/img/tutorial/ch1pg4.png and b/public/img/tutorial/ch1pg4.png differ diff --git a/public/img/tutorial/ch1pg5.png b/public/img/tutorial/ch1pg5.png index 0f369db2..5ed85918 100644 Binary files a/public/img/tutorial/ch1pg5.png and b/public/img/tutorial/ch1pg5.png differ diff --git a/public/img/tutorial/ch1pg7.png b/public/img/tutorial/ch1pg7.png index 6620a4e3..7229ab89 100644 Binary files a/public/img/tutorial/ch1pg7.png and b/public/img/tutorial/ch1pg7.png differ diff --git a/public/img/tutorial/ch1pg8.png b/public/img/tutorial/ch1pg8.png index c20fd57a..f45bb1a1 100644 Binary files a/public/img/tutorial/ch1pg8.png and b/public/img/tutorial/ch1pg8.png differ diff --git a/public/img/tutorial/ch1pg9.png b/public/img/tutorial/ch1pg9.png index 54d661a3..83e53f08 100644 Binary files a/public/img/tutorial/ch1pg9.png and b/public/img/tutorial/ch1pg9.png differ diff --git a/views/tutorial/html/10.erb b/views/tutorial/html/10.erb index 80111c26..b6f1af35 100644 --- a/views/tutorial/html/10.erb +++ b/views/tutorial/html/10.erb @@ -2,7 +2,7 @@
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/2.erb b/views/tutorial/html/2.erb index 4976ba4d..faf7837a 100644 --- a/views/tutorial/html/2.erb +++ b/views/tutorial/html/2.erb @@ -11,8 +11,8 @@ right: -47px; top: 0; z-index: 1000;"> -
- And here's some HTML, right in this box! Let's make a change. Replace Hello World with 's Website, and click save! +
+ And here's some HTML, right in this box! Let's make a change. Replace Hello World with a name for your site like 's Website, and click save!

You'll see the results here.

diff --git a/views/tutorial/html/3.erb b/views/tutorial/html/3.erb index d075f9ad..6fc3fb47 100644 --- a/views/tutorial/html/3.erb +++ b/views/tutorial/html/3.erb @@ -19,12 +19,12 @@
     
-      <h1>derpie test!</h1>
-      <h2></h2>
-      <h3></h3>
-      <h4></h4>
-      <h5></h5>
-      <h6></h6>
+      <h1>Really important heading!</h1>
+      <h2>Secondary heading</h2>
+      <h3>Tertiary heading</h3>
+      <h4>Other heading</h4>
+      <h5>Minor heading</h5>
+      <h6>Very minor heading</h6>
     
   
diff --git a/views/tutorial/html/4.erb b/views/tutorial/html/4.erb index 78723156..9100fcba 100644 --- a/views/tutorial/html/4.erb +++ b/views/tutorial/html/4.erb @@ -1,8 +1,8 @@ -
-
- Now let's add a paragraph of text below the heading (h1). Perhaps "Welcome to my website" or your favorite quote. +
+
+ Now let's add a paragraph of text below the h1 heading. Perhaps "Welcome to my website" or your favorite quote.
-
+
To make a paragraph, surround your text with the <p> tag. So it should look something like <p>Hello!</p>
diff --git a/views/tutorial/html/5.erb b/views/tutorial/html/5.erb index b7e30ee5..30cddafe 100644 --- a/views/tutorial/html/5.erb +++ b/views/tutorial/html/5.erb @@ -1,4 +1,4 @@ -
+
You're writing HTML! You're doing it! Everything you need to know is just another tag!
@@ -7,7 +7,7 @@

<a href="http://neocities.org">Check out Neocities!</a>

-

Add a link to your favorite site to the end of the paragraph, right before the </p> closing tag!

+

Add a link to your favorite site to
the end of the paragraph, right
before the </p> closing tag!

diff --git a/views/tutorial/html/7.erb b/views/tutorial/html/7.erb index 68052530..03cc42be 100644 --- a/views/tutorial/html/7.erb +++ b/views/tutorial/html/7.erb @@ -1,5 +1,5 @@ -
-
+
+
Now maybe your website needs a list. Here's how an unordered list looks:
<ul>
@@ -9,10 +9,10 @@ </ul>
-
+
First, add a list to your page, but replace my favorite activities with your own!
-
+
Second, put an h2 header above the list with some kind of title, like "Interests."
diff --git a/views/tutorial/html/8.erb b/views/tutorial/html/8.erb index ce3d0f4b..79f2fbbb 100644 --- a/views/tutorial/html/8.erb +++ b/views/tutorial/html/8.erb @@ -1,5 +1,5 @@ -
-
+
+
Now add a link to one of your list items. If nested properly, it should look something like this:
<li><a href="http://yarn.com">Yarn</a></li>
diff --git a/views/tutorial/html/9.erb b/views/tutorial/html/9.erb index 3d69a47b..74c6da32 100644 --- a/views/tutorial/html/9.erb +++ b/views/tutorial/html/9.erb @@ -1,12 +1,12 @@ -
-
+
+
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. +