From 4ac2f2c4e160ab046c6f89f16b32b11aac031810 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Mon, 18 Apr 2016 10:41:26 -0700 Subject: [PATCH] add code example partials --- views/tutorial/html/code_examples/3.erb | 6 ++++++ views/tutorial/html/code_examples/7_1.erb | 5 +++++ 2 files changed, 11 insertions(+) create mode 100644 views/tutorial/html/code_examples/3.erb create mode 100644 views/tutorial/html/code_examples/7_1.erb diff --git a/views/tutorial/html/code_examples/3.erb b/views/tutorial/html/code_examples/3.erb new file mode 100644 index 00000000..9a286365 --- /dev/null +++ b/views/tutorial/html/code_examples/3.erb @@ -0,0 +1,6 @@ +

Really important heading!

+

Secondary heading

+

Tertiary heading

+

Other heading

+
Minor heading
+
Very minor heading
diff --git a/views/tutorial/html/code_examples/7_1.erb b/views/tutorial/html/code_examples/7_1.erb new file mode 100644 index 00000000..53a7dd52 --- /dev/null +++ b/views/tutorial/html/code_examples/7_1.erb @@ -0,0 +1,5 @@ +
    +
  1. First item
  2. +
  3. Second item
  4. +
  5. Third item
  6. +