diff --git a/src/book.css b/src/book.css index 9d3233d..cb7a6cc 100644 --- a/src/book.css +++ b/src/book.css @@ -28,7 +28,7 @@ div#title h1 { font-size: 72px; margin-top: 4em; } -div#title h4 { +div#title h3 { font-size: 24px; margin-top: 4em; margin-bottom: 18em; diff --git a/src/introduction.html b/src/introduction.html deleted file mode 100644 index 2d2a795..0000000 --- a/src/introduction.html +++ /dev/null @@ -1,30 +0,0 @@ -
Go is an open-source programming language designed for - building simple, fast, and reliable software. It's - powerful to use and fun to learn.
- -This book is a hands-on introduction to Go. It gives - you the tools you need to understand the why of Go and - how to write real Go programs.
- - -This book is intended for experienced programmers who - may be new to Go. If you have previous experience with - languages like Ruby, Python, Javascript, C#, or Java, - you should find this book immediately approachable even - if this is your first introduction to Go. Even if - you've worked with Go before, you may find that the - material covers ideas and techniques that you haven't - seen elsewhere.
- - -We believe that programmers learn to program by writing - programs. Go by Example therefore teaches Go - exclusively via working example programs, with each - chapter trying to provide the programmer a new tool for - writing her own programs.
diff --git a/src/introduction.md b/src/introduction.md new file mode 100644 index 0000000..678b89d --- /dev/null +++ b/src/introduction.md @@ -0,0 +1,28 @@ +## Introduction + +Go is an open-source programming language designed for +building simple, fast, and reliable software. +It's powerful to use and fun to learn. + +This book is a hands-on introduction to Go. It gives you +the tools you need to understand the why of Go and how to +write real Go programs. + +### Intended Audience + +This book is intended for experienced programmers who may +be new to Go. If you have previous experience with +languages like Ruby, Python, Javascript, C#, or Java, you +should find this book immediately approachable even if +this is your first introduction to Go. Even if you've +worked with Go before, you may find that the material +covers ideas and techniques that you haven't seen +elsewhere. + +### An Example-Based Approach + +Programmers learn to program by writing programs. +_Go by Example_ therefore teaches Go exclusively via +working example programs, with each chapter trying to +provide the programmer a new tool for writing her own +programs. diff --git a/src/title.html b/src/title.html deleted file mode 100644 index d3b4dd2..0000000 --- a/src/title.html +++ /dev/null @@ -1,5 +0,0 @@ -