diff --git a/README.md b/README.md index dcdf910..7593c6e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1 @@ -# My Awesome Book - -This file file serves as your book's preface, a great place to describe your book's content and ideas. - -Go to the [first chapter](/chapter1.md) -Go to the [second chapter](/chapter2.md) - +# Web Design diff --git a/SUMMARY.md b/SUMMARY.md index 56fbb0a..d2b662d 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -1,8 +1,4 @@ # Summary -* [First Chapter](chapter1.md) -* Main Topic - * [Sub Topic](/chapter2.md) - - - +* [Intro to HTML](/html.md) +* [CSS Basics](/css.md) diff --git a/chapter1.md b/chapter1.md deleted file mode 100644 index c0e22c6..0000000 --- a/chapter1.md +++ /dev/null @@ -1,3 +0,0 @@ -# First Chapter - -GitBook allows you to organize your book into chapters, each chapter is stored in a separate file like this one. diff --git a/chapter2.md b/chapter2.md deleted file mode 100644 index 7ebb596..0000000 --- a/chapter2.md +++ /dev/null @@ -1 +0,0 @@ -# Chapter 2 diff --git a/css.md b/css.md new file mode 100644 index 0000000..70f02da --- /dev/null +++ b/css.md @@ -0,0 +1 @@ +# CSS Basics diff --git a/html.md b/html.md new file mode 100644 index 0000000..e1fe798 --- /dev/null +++ b/html.md @@ -0,0 +1 @@ +# Intro to HTML