diff --git a/public/img/tutorial/ch1pg1_2.png b/public/img/tutorial/ch1pg1_2.png new file mode 100644 index 00000000..716d47c0 Binary files /dev/null and b/public/img/tutorial/ch1pg1_2.png differ diff --git a/sass/_project-sass/_project-Tutorial.scss b/sass/_project-sass/_project-Tutorial.scss index 39dcbbff..4b68c506 100644 --- a/sass/_project-sass/_project-Tutorial.scss +++ b/sass/_project-sass/_project-Tutorial.scss @@ -13,6 +13,8 @@ background-color: #1D1F21; color: white; font: 16px/normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace; + margin-bottom: 0; + border: 0; } h3 { margin-top: 10px; @@ -25,6 +27,12 @@ .btn { float: right; } + .error { + background: #93771b; + color: #fff; + padding: 5px 10px; + font-size: 14px; + } } .lesson { h1, .subtitle { diff --git a/views/tutorial/html/1.erb b/views/tutorial/html/1.erb index ed984d80..82b59ad2 100644 --- a/views/tutorial/html/1.erb +++ b/views/tutorial/html/1.erb @@ -1,4 +1,4 @@ -
+
Oh, a new student!
@@ -17,6 +17,17 @@
+
+
+ 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. +
+
+ +Next >> +