diff --git a/public/img/tutorial/ch1pg1.png b/public/img/tutorial/ch1pg1.png new file mode 100644 index 00000000..5076fb47 Binary files /dev/null and b/public/img/tutorial/ch1pg1.png differ diff --git a/public/img/tutorial/ch1pg10.png b/public/img/tutorial/ch1pg10.png new file mode 100644 index 00000000..9cae3530 Binary files /dev/null and b/public/img/tutorial/ch1pg10.png differ diff --git a/public/img/tutorial/ch1pg2.png b/public/img/tutorial/ch1pg2.png new file mode 100644 index 00000000..52fbcb31 Binary files /dev/null and b/public/img/tutorial/ch1pg2.png differ diff --git a/public/img/tutorial/ch1pg3.png b/public/img/tutorial/ch1pg3.png new file mode 100644 index 00000000..1aea7260 Binary files /dev/null and b/public/img/tutorial/ch1pg3.png differ diff --git a/public/img/tutorial/ch1pg4.png b/public/img/tutorial/ch1pg4.png new file mode 100644 index 00000000..6a4214ff Binary files /dev/null and b/public/img/tutorial/ch1pg4.png differ diff --git a/public/img/tutorial/ch1pg5.png b/public/img/tutorial/ch1pg5.png new file mode 100644 index 00000000..951d9760 Binary files /dev/null and b/public/img/tutorial/ch1pg5.png differ diff --git a/public/img/tutorial/ch1pg6.png b/public/img/tutorial/ch1pg6.png new file mode 100644 index 00000000..71ef3165 Binary files /dev/null and b/public/img/tutorial/ch1pg6.png differ diff --git a/public/img/tutorial/ch1pg7.png b/public/img/tutorial/ch1pg7.png new file mode 100644 index 00000000..c6eeafb1 Binary files /dev/null and b/public/img/tutorial/ch1pg7.png differ diff --git a/public/img/tutorial/ch1pg8.png b/public/img/tutorial/ch1pg8.png new file mode 100644 index 00000000..098d2db2 Binary files /dev/null and b/public/img/tutorial/ch1pg8.png differ diff --git a/public/img/tutorial/ch1pg9.png b/public/img/tutorial/ch1pg9.png new file mode 100644 index 00000000..3bf30231 Binary files /dev/null and b/public/img/tutorial/ch1pg9.png differ diff --git a/sass/_project-sass/_project-Tutorial.scss b/sass/_project-sass/_project-Tutorial.scss index 32060390..39dcbbff 100644 --- a/sass/_project-sass/_project-Tutorial.scss +++ b/sass/_project-sass/_project-Tutorial.scss @@ -3,6 +3,9 @@ // ---------------------------------------------------------------- .tutorial { + p { + font-size: 1em; + } .interact { textarea.editor { height: 350px!important; @@ -34,6 +37,7 @@ } .comic { position: relative; + background-repeat: no-repeat; } .dialogue { width: 180px; diff --git a/views/tutorial/html/1.erb b/views/tutorial/html/1.erb index 672c5d0e..35f421ab 100644 --- a/views/tutorial/html/1.erb +++ b/views/tutorial/html/1.erb @@ -1,25 +1,20 @@ -
HTML is just a bunch of tags. There's usually an opening tag and a closing tag, with content between them like this:
- -tag Content visible on your site /tag- -
Don't worry if this seems confusing - you'll get the hang of it after a few more examples! If you ever get stuck, click the Help link below.
Here are all the header tags, for all your needs—from the most important to the least!
+ ++ + + + + + ++
For example, links look like this:
+ +[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!
+Tags always need to be nested properly, like Russian dolls. So this is okay: +
++ +Welcome! Link!
+ +But this isn't! + +Welcome! Link!
+
If the page or image you're referring to is already in your Neocities web directory, you can call it by its filename: for example, index.html or cat.png.
+ +Otherwise, use the full URL: http://neocities.org/img/heartcat.png
+You can make an ordered (numbered) list like so:
+Headings:
Paragraphs:
Hello!
+ +Links: Click here!
+ +Images:
Lists
+Learn how to build websites from scratch +with interactive lessons from Neocities' head cat, Penelope. +The first chapter on basic HTML is out now, and more chapters +are in the works!
-Nah dude I'm 31337 just take me to the editor. +